|
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 , @6 K7 T1 Z- e) ~5 |$ h
change level without Rebirth. T1 R/ M v1 V+ d% u- J
7 ?, L* c e$ m$ u; X) F; c# p
Now, let us begin.
' t/ N( s0 g' R2 y9 t- m7 Y8 V! L) Z- q' x% Z- o
Requirements:
e) L0 o; S6 h+ E- e7 ]Source
0 ~2 F) Z* _. ]9 E9 \Notepad / Editor$ p, C6 p* f2 O! o0 c! [
. A/ g9 r1 d& K( g! @4 a* m) b! M7 w0 {
/ / Tips by Sedrika
V5 P' {3 q" x8 \1 o* m# X# ^( \! g8 W" S" S# C
It is up to you how you do it ^ ^
8 u" `; h* K$ s* @$ |' Y# Y2 k0 o/ F
Go into your source folder and open the definejob.h
- X3 i( ^% \6 |: B- X# K# VSearch there for:
9 g- {, I5 {0 p) h
2 Y1 _( G# h/ d5 b/ n#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
6 N( |2 k6 v9 P6 T#define MAX_LEGEND_LEVEL 129
+ O$ c9 Q- c- Q2 f5 y* D#define MAX_MONSTER_LEVEL 160
2 L! X( t4 C: A% Y#else // 15Â÷ è÷¾î·Î ·1o§è®àå( N* e9 i( H1 I$ p% M
#define MAX_LEGEND_LEVEL 1214 O# m) o* u: [9 E, f* s
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå % A' l( A/ B+ s& _# ]
# w+ a) K8 e7 U$ W, ~4 N
0 d- s$ v0 L7 T! q* [Red: Player Max. Level
; w3 d' O6 K8 }; kGreen: Monster Max. Level. t: X6 C: F8 M% ?) }
) ?" J- T4 c' \5 X; l0 u) @These changes as simple as you want.
! B: ^! g9 U" v% |) Q) E& v
( Z3 X1 `! P# U* Y' O- XThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
$ \0 k3 ~7 `* P5 ~) e* P+ Z
& f; m4 x4 D3 l. n" F Part 1 of blocking CE
7 F* h" I0 D8 q+ s. }3 ]+ y0 O- I) i( D
In this tutorial I will show you how to change the Head of Mark flyff.) g9 w, `6 r' B1 r$ V# v; k
The current Head Mark is well known, 5E, which results as a string ('^').
1 O5 H) m* i+ h2 y( U1 g* u( [2 I8 t, E
For this we go to the World (Project) and looking at the Buffer.h after thistext4 O7 _5 r9 r9 [4 r( p& z t
Quote:
7 W! J w3 @8 c/ ?8 N# Define HEADER MARK '^' / / Normal messageheader
+ h. _4 ^- b* w( E. I# Define SYSHEADERMARK '%' / / System message header% F0 E1 w: ]# l4 _' J4 u
What the Sysheadmark is looking for is not even the top 5E.- Y+ ~, h, s+ a; C
Change this and it makes the CE Not work on server.
0 ~1 E- z* w9 J3 R3 b# ?% d) ^3 p" O0 k3 e1 I
Then Tom's anti-hack is no longer useful.2 _- S/ q, Z/ x5 k2 p" u
" ?9 d% B; R4 h
LG Sedrika
Part 2 of blocking CE
8 Y$ v4 l; ?! i; ] `3 e+ _) V t4 m: z" ^/ `; ~
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. / `% k2 p2 v! |6 S# ?
What does this have an advantage? M, A, Z% \% Q( `! V; U5 w- o
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
5 j1 q0 V+ j6 e! [8 f6 V7 g# v0 F) r* u4 P( n- k
' o( t/ y" x/ A) o2 b P
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.9 l+ C% z. \1 Z
+ K* W- k; H5 Y& ^% r1 NThen search for the following content in HwOption.cpp 1 H ]2 Q7 ?3 p8 [* o+ q2 e$ g2 Y
0 Y g1 o% o4 D( J* o3 q
# V. x G% @# g0 K4 e
if (scan.Token == _T ("ip"))
y5 J8 G6 c# ^* t) f{. h5 d; ~+ ?5 g. M: ^; b
scan.GetTokenEx ();
3 m3 e$ R: U; b/ Q3 E* S- Y/ Cstrcpy (m_IPAddress scan.Token);
3 w# J3 S0 d& N1 H9 o}
1 m4 D5 ?( I5 ?; ]3 ^and turn it into this:
& a" g0 }: C- aQuote: V+ H& }' b' v6 K5 _' F
if (scan.Token == _T ("ip"))
; W4 U' V% n2 O/ e{8 ^$ I. M( g: y) c ^5 V3 B! s
/ / Scan.GetTokenEx ();( u! g/ N7 M: n
/ / Strcpy (m_IPAddress, scan.Token); Z2 K" i- C8 U, G
}
/ i. |% z2 i9 h) JAnd you created the solution.
6 a8 p, I" [* w& r' V# h* I7 r$ |
* t+ s0 \$ a3 e! }: C! M% C' r# y6 `# j! s$ ?( b
Then read the Neuz not the IP from the INI anymore. even if put in it: `" s# [6 R# j7 W
/ @# W3 ?6 o" i3 f
Max skill's
: v; j5 U4 \& I( ?( G* v2 l: ^8 G a9 g; h! m0 a1 ~1 ^
All know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
' ?+ n6 b @* R( K/ ~( n. @! ~' C" z& w% p, P" [' m6 W
With the TUT can provide the remedy it
/ Q4 V1 o* ~' [4 o. c5 S3 j: v
$ h5 }# M7 ?. B7 m5 g# 1 opens the file SkillInfluence.h5 a- E6 C5 f! t( ?% I% _
# 2 Search- M, {4 e: B* y# G
Code:( j1 x, e' O' |1 B! s) k% I
7 a2 H5 q: m! O* y$ k; g6 p
# Define MAX_SKILLBUFF_COUNT 14+ W$ }0 [6 _$ e, `7 k3 o" r( s1 j
+ g8 S; W( [3 H! q+ I& r# 3 Change the 14 to your number (eg 21) and save it from2 I+ @9 l7 F5 a& \6 Y
# 4 compilation and ready9 w' U* C2 M% g) S/ G: J; x. f
8 X/ j% H3 y+ Z8 q: d0 u
2 o. e2 V" K+ J. b/ t7 V RI 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:
+ E) x8 M1 h0 O1 L7 b: p: s$ n
dennisdra
" i3 R {+ z7 U.Crasy
% g+ n5 t1 M j©ross4 _8 T" ?* o( K4 O
Sedrika" `1 B2 O+ X# }
5 P1 Q1 r/ B+ f
everything 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! 6 a( `7 T5 v2 s! i7 O
t& E3 ?; T/ l e1 BP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
. [# `. s# C4 u% I3 E i1 }) {1 g
; n' L- S4 Y6 A- q/ y8 M8 q2 D! m9 x) J* V
Update 1:
how to turn off "Profiler" in worldserver.exe
% R7 x% ~+ Z8 N1 L1 v& B I" f& ?8 l- P; L
c. v$ n. U/ q6 Fin VersionCommon.h of Worldserver Solution
6 E. b7 S1 M0 J* t8 o5 fLook for
* d/ U3 R( ~! s# P- e, Q
9 @! m9 }+ ^) P* m5 T0 `#define __PROFILE_RUN
( d9 ?# c: n J
' v3 u }4 i5 g/ ]comment it or simply; P, ^! F- m- u- l% G
3 U# r* j d# S) Y; D//#define __PROFILE_RUN
9 |1 N5 F% Y- @7 C0 ^7 q8 `$ M! _- @# {
. b8 f y- b2 M& i$ D! _6 m% t* q; u+ F. f4 w% d3 a
credits 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投寄。谢谢。我添加更多的很快如果你有病加太 ' W. T3 h% ^; _- M
|