|
Okay iwas going through the elitepvpers forums and i found alot of source guides imgoing to post the good ones here. translated the best i could. I take no creditat all on these how to change max level 3 T4 {) L2 d; Z, K
change level without Rebirth
; U6 {1 Z: G) P4 ]9 v1 H
8 n0 L2 w( ?" T9 E6 Y& U) `Now, let us begin.& H9 `; V7 p& \! B# T+ p
?. ?& v/ _/ s
Requirements:. r& M" A3 @& ^ [0 I' X
Source$ V& n) k. J0 N) A+ d
Notepad / Editor
( N4 E- M/ D: g' o4 C/ N r
% ^+ C+ d% H% q) y8 [- a* y/ / Tips by Sedrika
& x: e+ k- }9 X" Y' M2 n5 E! ?! v
It is up to you how you do it ^ ^
7 w( P/ _ `7 Z" K( \8 C3 ^1 c- P6 R) {
Go into your source folder and open the definejob.h
' ]+ o; g: X6 m7 N' QSearch there for:2 V7 X. V6 Q$ i0 f
U8 o T; v2 |
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
" v, I- B) g) u#define MAX_LEGEND_LEVEL 129
' p: \7 ]! H! ~% i#define MAX_MONSTER_LEVEL 160
4 ^6 F" [! B" M) r1 Y: _" ~) F#else // 15Â÷ è÷¾î·Î ·1o§è®àå# ^2 ]+ W' i7 h
#define MAX_LEGEND_LEVEL 1211 T$ y3 l: J O
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
; q' W0 F) ~/ T: p% W5 _! a* l& R# {4 V8 p- k i6 ~3 f
+ Q8 r. G3 l1 m2 tRed: Player Max. Level
6 Z; O9 L0 \# Q- UGreen: Monster Max. Level$ {% ~& r& @1 j& u4 \) g6 [: k
. D1 R( ^# D1 O9 J6 ~# C% PThese changes as simple as you want.
+ _8 I% L4 f: b
2 p/ f0 }/ K( u, f! `9 I8 O& N$ OThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
% w- S* j( t/ a* x5 Q! V, [
9 Q9 N" h+ ]: l4 V2 B$ P! A Part 1 of blocking CE
" k5 r8 f+ b( l, y5 V" R; c# z6 j) f4 i' l2 |$ Q" X7 F# g
In this tutorial I will show you how to change the Head of Mark flyff.6 ^3 r7 I% J7 |4 y
The current Head Mark is well known, 5E, which results as a string ('^').
% d6 T% C/ L/ B1 z2 I
/ r1 ^2 P& n* U& A5 WFor this we go to the World (Project) and looking at the Buffer.h after thistext) J9 t1 A& J1 ^% U# Y( N: Y
Quote:" Z3 d0 A. G- J0 B$ k! E1 w3 ]
# Define HEADER MARK '^' / / Normal messageheader& F) b& U6 W9 p4 V# H
# Define SYSHEADERMARK '%' / / System message header- p; a) |9 `1 W* A7 s2 A# B+ M* x; N
What the Sysheadmark is looking for is not even the top 5E.; I9 B7 b4 m; c3 d, {
Change this and it makes the CE Not work on server.
; W5 \0 r5 ?. V3 O3 H( @% i- f1 N7 {: O$ W/ H; ~+ c5 J
Then Tom's anti-hack is no longer useful.
9 n+ h; K. d( C5 W2 i$ h, P
# T" G, N9 g' t" X' ^" uLG Sedrika
Part 2 of blocking CE ' L% K7 Q3 J# k, J1 y; D9 e' {
% C8 n3 z, R1 u" T' s/ {
In this small text-based tutorial, I want you for a quick time to explain howto rewrite the source so that the IP address does not reading from theNeuz.ini. & M. N/ t7 ]$ s, Q% [
What does this have an advantage?
. W, M; x% K+ V4 [/ X) N1 gThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself G. `: |" J1 t& p
1 U Y* S1 U2 S4 R: e* @& E' K; V
; w Z8 o- K* X! v
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
6 Q: x, D) K* f, \" G" h8 ^ z; W4 v }' w
Then search for the following content in HwOption.cpp
% i+ Y4 O2 Y+ O
' R% P0 s, ?9 v
0 Z0 t$ R# T, U( s: Jif (scan.Token == _T ("ip"))
& \ r! d4 e1 M) g- g6 S0 ?{
$ Q9 m1 x: f+ H6 z; ~scan.GetTokenEx ();9 w( B5 H# @( W9 ~' O: p B" M) w
strcpy (m_IPAddress scan.Token); w8 T, l3 a1 z
}# u2 M3 X% |4 T7 H" q
and turn it into this:. l- p' L7 b* h! O
Quote:
3 a/ e( n; i5 ]5 ~if (scan.Token == _T ("ip"))9 u" ]) E0 k: ?3 E
{- ~! B( g" T3 a& X+ p8 m! A, J
/ / Scan.GetTokenEx ();
~# ^( F) ]7 c3 ?/ / Strcpy (m_IPAddress, scan.Token);
. I4 @; T" X ~" k}2 T3 A9 F# y8 h, p3 A) d
And you created the solution.$ j& \3 z5 G3 I* A
3 W/ }- g+ x: |9 L4 C' C3 K7 U0 L0 \- [. M5 N. {, B/ x
Then read the Neuz not the IP from the INI anymore. even if put in it
5 H9 G- v/ k0 t9 v6 @
0 z: L& i7 Z+ R* o9 X0 y0 I1 R Max skill's
7 v6 ^$ d) ~ d) C
s G) Z( j; m, Z* J! sAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc # z/ }5 ^7 C1 r+ G$ e" t
( o6 Q* O/ `3 Z8 j# F2 ^
With the TUT can provide the remedy it
- ?6 E/ _! r. C, C- g# \# k
! |& f8 e+ { W/ C9 d7 L1 @) [# 1 opens the file SkillInfluence.h
0 n Z3 G# g4 q7 c# D I* X# 2 Search
! ^6 E1 h7 t3 m5 C2 {9 N+ F8 |1 e) aCode:1 k! O% O: I) z/ @0 B( V3 r5 y
/ P; {9 F$ b8 C& F1 {% T& f# Define MAX_SKILLBUFF_COUNT 14" F& F8 S- ^$ d8 T
% B1 f3 n% {0 d1 X2 R( j
# 3 Change the 14 to your number (eg 21) and save it from1 C. e6 U- E2 c# ? K ^2 u
# 4 compilation and ready
: K& X* d: _) |2 A- }" R' n+ z8 `% Q! x) E; p
9 R/ h3 D; Q8 }0 F# J5 m4 ], kI put the 4 major ones i found and translated correctly and can followcorrectly I did you Google translate i have done all of these. i got to do theneuz i.p one still and i am done. i will post where it is in the source tho. Ido not take credit to this at all. this is made by:
$ h; E: z6 r% M/ Y
6 ~! q$ Q1 K {dennisdra- \+ Y; a. U2 X8 N# H; R
.Crasy/ }( i5 r- W8 q2 A/ U
©ross% L6 ?: }$ T" h: y) d
Sedrika9 z% a4 w: N. H. ^) u
% P# h0 h% d% K0 a5 S. h4 xeverything there was German. I hope you enjoy this and these guides aren't hardto follow at all! i will post more here as i get them translated right. Enjoy! % Z# S6 y' x% Y# B
2 V4 k ]( {5 F R# z( A8 E
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
! C* U% f7 B1 M9 P V
( B+ z; b1 x8 s8 S9 n% @; u# d/ s# b
Update 1:
how to turn off "Profiler" in worldserver.exe & q! R0 R, t, R' [/ {+ n$ A" c
2 ^ x& T, w* O0 B; X# g
$ l* a8 c+ K) J8 ?0 D I/ l" Zin VersionCommon.h of Worldserver Solution( j9 Y6 C9 o% d; W- M5 t" x7 H Z$ p
Look for8 D2 h" N+ K) K6 H! V9 W1 @0 U9 W5 p
/ a) S. R. m3 ~$ o
#define __PROFILE_RUN$ f; g2 L, n( `+ T) X
* h; v# V7 E* e1 h; ~
comment it or simply. E, E+ T* J9 l+ A% K: l# t9 H
, T2 z s5 R; s( j1 P- v* E//#define __PROFILE_RUN
: T" _; z% _& [( \! |- S3 f) @5 i+ ~6 O3 n q
% \- f D" w& lcredits to bryle000 for posting that. thanks. ill add more soon if you got anyill add them too 好,我是通过elitepvpers论坛,我发现很多导游我去邮局好呢。翻译最好的我可以。我没有信用在所有这些 如何更改水平 更改水平没有重生 现在,让我们开始。 要求: 源 记事本/编辑 //提示sedrika 这是你怎么做^^ 进入你的源文件夹,打开definejob.h 搜索的: #如果__ver>=15 //// 15Â÷è÷¾î·Î·1o§è®àå__hero129_ver15 #定义max_legend_level129 #定义max_monster_level160 #其他/ /15Â÷è÷¾î·Î·1o§è®àå #定义max_legend_level121 #有// 15Â÷è÷¾î·Î·1o§è®àå 红色:球员最高水平 绿色:怪物最高水平 这些变化,只要你想。 然后你只能重新编译世界服务器文件+和使您的客户在definejob.h同样的变化与源。 1部分阻断行政长官 在本教程中我将告诉你如何改变头标飞飞。 目前的头标记是众所周知的,灵活的,这结果为一个字符串('^')。 为此我们去世界(项目)和看buffer.h后,这个文本 报价: #定义标题标记的^' //正常消息头 sysheadermark#定义“%”//系统消息头 什么sysheadmark寻找甚至不是顶级类。 改变这一状况,使行政长官不上服务器。 然后他反黑客不再有用。 sedrikaLG 2部分阻断行政长官 在这个小的文本教程,我希望你快时间解释如何重写源使地址不从阅读这neuz。 这是什么有好处? 编辑需要的数据包从我加入,如果不是,那么什么?现在想你 首先你需要获得开放源码甚至不知道你如何做到这一点,留给你,和你做项目的neuz。 然后搜索以下内容hwoption.cpp 如果(scan.token==_t(“知识产权”)) { scan.gettokenex(); strcpy(m_ipaddress扫描标记。); } 并把它变成这样: 报价: 如果(scan.token==_t(“知识产权”)) { //scan.gettokenex(); //strcpy(m_ipaddress,扫描标记。); } 和你创造的解决方案。 阅读neuz没有知识产权的问题了。即使放在这 最大的 大家都知道,14最大魔法,你得到的所有室协助技能+技能buffpang没有更多空间的勇俊,游侠骑士,等 与学院可以提供补救 #1打开文件skillinfluence.h #2搜索 代码: #定义max_skillbuff_count14 #3换14的号码(如21)和保存从 #4汇编和准备 我把4个主要的发现和翻译正确,并可以按照正确的我你谷歌翻译这些我都做了。我要做一个neuz知识产权仍然和我做。我会在那里后,它是在源寿。我不采取信贷这所有。这是由: dennisdra 疯狂的行为。 ©罗斯 sedrika 那里的一切是德国。我希望你享受,这些指南并不难理解在所有!我将发布更多的在这里我得到他们的翻译权。享受! 注:这是指没有服务器应该能够使用行政长官因为它非常简单的停止。花5分钟甚至更少 更新1: 如何关闭“探查”worldserver.exe 在versioncommon.h的worldserver溶液 寻找 #定义__profile_run 评论或者 //#定义__profile_run 学分bryle000投寄。谢谢。我添加更多的很快如果你有病加太
( @5 j+ Z6 E& {# }$ L6 [( D |