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 p1 v/ N# f1 n9 H$ a1 ?# Y
change level without Rebirth
# f. t. T/ t! V) t. r
& `# Q3 ~+ Z2 }, QNow, let us begin.
' K l" n# p/ W$ z: Y
/ X! n+ m1 x* l4 I) N8 q: d. lRequirements:9 [+ ~8 k/ k' E6 j( z! B
Source8 L" p1 U7 V0 N& V- h
Notepad / Editor) w) Y; I0 c, e' b* n, C
$ h1 e- `( Y- G% x& M1 q/ / Tips by Sedrika
/ d/ T0 r z. o( V7 n c- c" i0 [1 Z$ r0 d5 H' ?- c
It is up to you how you do it ^ ^. `, n0 O% \$ D5 C: e1 o
+ h. a B+ g8 [% |9 l
Go into your source folder and open the definejob.h0 z# P! u. \; r) r
Search there for:, g! @; \2 A) ?* }: p K
3 }, l0 \( j* }* Y: M7 s! B; n0 B#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå X0 @4 m% v. u6 O6 A. _
#define MAX_LEGEND_LEVEL 129% i+ l. D+ @2 [( ^$ o
#define MAX_MONSTER_LEVEL 160
2 C6 e' H: j8 d) K7 {: t, P#else // 15Â÷ è÷¾î·Î ·1o§è®àå+ B! g3 {4 W3 ~! i; \" j
#define MAX_LEGEND_LEVEL 121
6 `8 T3 P$ _( b2 ]9 ~#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
1 V" w2 N: o0 a- y* f7 @
& R/ a- A! x& K0 u" { @6 z$ j. Q' h, p8 ~5 h" n% r0 w
Red: Player Max. Level6 E9 d4 g/ o5 c- U' I
Green: Monster Max. Level
3 L1 p3 i3 z% y, @* j: W' Z) t5 g
& o3 q# \8 |1 J% q+ |$ V" LThese changes as simple as you want.0 m; D7 r: w) c1 _
5 V, n c6 }7 x8 k5 h, ~( M
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.$ r! _! T# o/ t [! J% R$ Y' ~
2 {4 X1 |; T m9 {
Part 1 of blocking CE
8 B3 X' x |$ z8 q& V$ l9 n* j* P% q
In this tutorial I will show you how to change the Head of Mark flyff.+ w- L' H1 V' x! a7 F
The current Head Mark is well known, 5E, which results as a string ('^').
+ P6 J$ c1 L b% z2 F/ j# ~. U6 |
: x6 E" |) q" m7 X: t8 @3 |4 YFor this we go to the World (Project) and looking at the Buffer.h after thistext+ y( R* w4 q6 U, W$ { M& A! C' ^
Quote:
% r0 G7 X" w& E* t$ f; A9 B# Define HEADER MARK '^' / / Normal messageheader S2 v# Z2 d9 Z
# Define SYSHEADERMARK '%' / / System message header* d: u/ f0 x( x
What the Sysheadmark is looking for is not even the top 5E./ |/ D0 R* f) \
Change this and it makes the CE Not work on server., V# j1 e8 _8 S5 k4 ]0 y6 T
6 g7 W* G0 q6 S1 lThen Tom's anti-hack is no longer useful.
: ^; S) |% d& T: c
8 \* b/ Y( V: y! u8 E) e0 Q- qLG Sedrika
Part 2 of blocking CE 1 v$ `9 L$ q# ?+ Y2 Q, s$ w
2 F A7 a v8 M+ oIn 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. / V, T7 o) E7 K: a6 r/ r
What does this have an advantage?
# D$ f2 R: `+ ?The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself / N8 o1 M; `5 @* J
* ^3 k% z7 |( _1 z( p! {) V1 t, c# b$ l% |
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
% h+ x* F' a d3 {& j0 ?( e
* ?" H- }* o4 R5 ?, BThen search for the following content in HwOption.cpp 5 ^: G; a% I* \' a- ]/ i6 R- A3 X
& F/ k0 F! |( p0 s
- q9 k7 e2 o1 J9 w0 |# R [7 Sif (scan.Token == _T ("ip"))) _2 v2 ?/ }/ S
{; ?5 a5 g9 b, z% R
scan.GetTokenEx ();4 J8 E r; Z" Y2 [9 K
strcpy (m_IPAddress scan.Token);6 V/ u, m* I; L$ ?
}/ l4 \, Q/ r. \, {, H" z
and turn it into this:3 J8 ~* U" E1 b W' |) y/ e( d- l
Quote:9 ] B3 w) _7 I( ^* I
if (scan.Token == _T ("ip"))
! i* o L# j. f9 T) M+ h0 B) x: i{
* F9 f, j+ L" T/ / Scan.GetTokenEx ();! O' Q1 C! N* c X& o6 N9 M
/ / Strcpy (m_IPAddress, scan.Token);0 r% {6 K4 ~, R4 i- P
}
6 l" p, v) ?+ u3 ^. C1 A* tAnd you created the solution.; H7 r6 D# b3 E5 c+ F0 d
$ P# {( v+ B& \/ @/ |7 Q$ {
/ z0 o. \5 x6 R4 T) ^Then read the Neuz not the IP from the INI anymore. even if put in it Q4 t% h- @. o( [
6 B3 g2 A$ w6 U8 Q( E
Max skill's h( \5 G. E2 @, J' Y
+ D3 Z% ^7 j w1 }6 YAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc " I& F2 \' C9 t
( |( G+ y* v- B( K8 w" B) C- bWith the TUT can provide the remedy it! u+ T* J# D0 f# e q( m
0 \; O+ y( A9 b% Y
# 1 opens the file SkillInfluence.h$ w8 z: Q& \- L% t' @
# 2 Search; n/ Y f0 G9 f7 k. h, Z
Code:* \( m8 {8 R* Z
; ~& A! V8 b! N# Define MAX_SKILLBUFF_COUNT 142 a; `3 z/ d/ l8 Q
: d( {( B* ]3 |2 b# 3 Change the 14 to your number (eg 21) and save it from4 b) b1 g& k' I
# 4 compilation and ready6 X# L2 j- F" r: ]) { E
, Z. U) S( L. e7 }" }! p5 b$ V* N2 L! c( x ~
I 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:* p" k* R7 t. {) Q! F) }
: ]5 W n$ b5 c$ M
dennisdra
% @4 G7 w* i7 C0 | l0 L.Crasy, m! P2 w8 D. a3 \: L
©ross
# D2 I; V( x8 Z) wSedrika
9 t+ X$ _5 q$ E9 D% }$ E8 {) _0 `
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 ~, ~* |/ r9 n r% G. I& f) Q
" \. `2 ~5 f4 P n1 pP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
" M# Y# _3 [- \. |5 d' r7 n
. b1 D! J( U% b& l0 Y" v" y
: [/ M0 ~* g/ J, xUpdate 1: how to turn off "Profiler" in worldserver.exe ) Z, r- ], s. \9 O( S: T+ M
+ q: m! y) P& A+ }+ g# }( ^0 J0 K: e4 k& X& |) G4 ]; V
in VersionCommon.h of Worldserver Solution# N9 E& _; D! J; C' O& l/ P
Look for
/ r' s0 D+ s) \5 n; T- u' ?5 S7 r: s9 T( u" v7 I
#define __PROFILE_RUN
: p& v4 m" L$ W8 V5 R: L
- \, p! K0 W, i) x l* ?comment it or simply
& m {! [8 Y+ y/ z* u6 d9 l/ u9 D& l ~% o9 A5 B' n# i' w5 ^- k
//#define __PROFILE_RUN
& j5 k3 ^/ j* O2 x8 U5 A# b5 Q
6 W+ K: y5 H$ j1 b
0 n, R/ |$ s1 Y$ R t3 u2 v3 [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投寄。谢谢。我添加更多的很快如果你有病加太 / e7 }/ X' m" B* p
|