|
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 " R* ~7 Z# y* s% \
change level without Rebirth
( @# Q1 e% W0 S) j
$ U; O. n- }# U8 a! T$ p6 T! [5 ]) dNow, let us begin.5 c( M+ W& ~/ x3 P* o- H! Q( o& ?5 B
: k2 }# `* p$ | o* CRequirements:) A4 D6 X. _. p/ m
Source4 {& @3 ^7 k6 C# R
Notepad / Editor6 [/ Q( ] D4 D* `
% O! g9 C4 n7 ^4 e/ / Tips by Sedrika: d9 q8 V$ p7 B, R& v
6 e$ k3 g) _$ Z" A; m: T0 L5 sIt is up to you how you do it ^ ^6 C4 C4 M+ ?* R! r
* @6 y, U& h& H
Go into your source folder and open the definejob.h
# ~! K; m; e: u2 H( }, ^Search there for:
) Y2 D" s J( {1 b5 u; e* _9 k% A! |: \+ Q1 m! M" ]/ C
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
3 G* N7 E" |1 f#define MAX_LEGEND_LEVEL 129 G1 D% W1 a9 {+ w1 j( X" Q% Q
#define MAX_MONSTER_LEVEL 160( b* w( }) z+ x/ z$ U7 L
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
9 t9 ~ Y: P9 I8 n: Z. W$ Y#define MAX_LEGEND_LEVEL 121
1 W* P, a$ W: A# ]/ X#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
0 I9 t$ H) q E Q8 U, G2 W0 V5 C. ~
( W7 w8 Q& f c! [" L9 B" H
+ y0 w3 Q3 f; ^! ?' ~5 o) fRed: Player Max. Level
9 x( W- y0 Q; A8 ]Green: Monster Max. Level
9 w& Y3 b8 n. }, Z/ Q( y
/ X5 z$ [0 _: @- m g/ n$ oThese changes as simple as you want.1 U# f1 Q! G4 n& A3 {! i
' C$ G( s2 b2 t# r# ?6 Y" Y+ q" wThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.8 Q! r$ B! Z! B" I, r: s
* A2 M2 M2 Z! N1 |1 y" K5 Z# @
Part 1 of blocking CE
! A. s# W2 w; B$ ?3 ~/ m3 k/ l0 R# s' D
In this tutorial I will show you how to change the Head of Mark flyff.. [& ^2 L: y- M% p, K8 x
The current Head Mark is well known, 5E, which results as a string ('^').4 P1 Y/ ^' x/ c
( V. m, ?; d" ^9 a3 p2 M. ^0 S0 u8 p
For this we go to the World (Project) and looking at the Buffer.h after thistext
" H* G! f# g3 q3 C! m4 ?9 PQuote:
6 F: ~( h! Z8 i! f- x+ z' E# Define HEADER MARK '^' / / Normal messageheader9 O; L c8 r* o
# Define SYSHEADERMARK '%' / / System message header8 l7 I$ o' ]- X& Z6 r
What the Sysheadmark is looking for is not even the top 5E.1 M& r2 b: C z- b" F7 x
Change this and it makes the CE Not work on server.# s! t9 b. g( Y: M7 i- o) j
1 N1 `$ u; Z8 p7 ?7 I
Then Tom's anti-hack is no longer useful.
* c! G( `+ u/ K% T5 |! ]
; z3 O7 R, V' `LG Sedrika
Part 2 of blocking CE
6 k" D, X" [* [" _
+ d! f: L0 ?9 x u3 iIn 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. , b! f* B+ n* `2 Y
What does this have an advantage?6 |) R, b8 f/ F+ P
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
' g0 y' f# }3 b# {/ v8 E$ t$ ]7 c+ j7 R/ L2 f4 h' l+ k
# R7 f1 y8 _0 m: g/ }First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
! o& p. u2 {7 H g" {# I- H
4 S# s' P* s8 J! {% a3 m" fThen search for the following content in HwOption.cpp
# n$ w. [ \ k( \+ j6 u
* n6 S) e) J; n5 |2 ~1 a
/ P. h' Y" q. I3 c" V. R2 G9 n$ ~if (scan.Token == _T ("ip"))& }- _1 U+ p' m
{" ]8 Y$ d# Y) ?4 R* q& b. i
scan.GetTokenEx ();
8 ]& n- ]; }/ q f" Z0 u- z5 Vstrcpy (m_IPAddress scan.Token);' l3 p4 }% z- W9 b5 m" j" S8 _
}# n# l& P, q# c w5 ]8 q% k
and turn it into this:: S0 F. ]5 `) }1 r* U7 A
Quote:
! y8 N+ Q" U/ `if (scan.Token == _T ("ip"))/ v: q% I' x! a- _! e
{: _- D% a, P2 H C
/ / Scan.GetTokenEx ();
5 O/ h9 A; d# U9 \& z8 [" Z( G/ / Strcpy (m_IPAddress, scan.Token);8 `1 e |/ R, z* y5 {7 }7 a
}
7 T) |$ L$ ?( |2 rAnd you created the solution., T) O6 V8 B; Y0 s$ T
+ e- Q9 O6 s- u4 s
6 r5 A: m" J% L' y5 U3 q
Then read the Neuz not the IP from the INI anymore. even if put in it& \, h; ?1 }2 j* Q
T' V' `% O& q/ k
Max skill's . O8 {( x& I, w) j7 Z& w
6 ~# f* G5 k% i) f/ ~& z* O9 ]9 M
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 " e5 L, C* _/ v% p l, W1 \
3 y2 h5 I8 |% V; X" ~$ P& y( t% U
With the TUT can provide the remedy it
1 X5 z& Y9 n9 a0 W3 K+ h% l( @6 b: E5 H2 }5 j! P X# d
# 1 opens the file SkillInfluence.h
- ]) ~! r) F$ J( N8 {# 2 Search4 ^+ ~/ ^8 g: j1 P, }" `4 S6 k
Code:! ^7 K1 D- S+ s) ]2 j
t' E+ l5 t7 m, h" n! p
# Define MAX_SKILLBUFF_COUNT 14- L H# \& w4 Q$ f- P6 X
U; \+ c) J9 t* A# 3 Change the 14 to your number (eg 21) and save it from
5 A2 \) Y# o6 t5 f; K# 4 compilation and ready' Q7 I) I, S; n% \- W( ?5 }
+ C; L( [8 M4 g6 a( R2 t' o8 E
' O8 S' {! v2 S. g' tI 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:
+ L- Q4 C% t( r/ b. a. k
& l, F3 D8 B0 d* f0 l7 a. Y! ddennisdra7 z" z+ v2 @$ ]% A! e/ E7 O' J
.Crasy" {/ [, O& w4 P: \# e
©ross8 G0 f2 `" Q% Y6 ^6 C# j0 C/ F
Sedrika/ H+ y1 y5 e/ S# D
0 e0 ^% L3 X6 P! neverything 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!
# W% M$ y# z; T$ X# z% s/ b9 R& ^3 c1 T1 }( v! f
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
/ s: f* s0 t7 S# x/ c \) c! h3 S6 V- T1 H4 Y% F5 ]: @0 k0 b ]
* S( z' E% s" B2 }0 x* h, |$ \9 TUpdate 1: how to turn off "Profiler" in worldserver.exe
' \$ Z9 ?: `% v
0 V# |0 V2 q+ _* z$ a/ D2 @
$ u( I' H8 O, R6 o# n- E" ^% `in VersionCommon.h of Worldserver Solution! b% x2 M6 [; I. S4 h7 n3 ^, t4 N
Look for; X- f* U% t9 a7 T W' v
5 H" c6 y8 u/ V#define __PROFILE_RUN4 `; S4 d* X* u
* f+ i: }8 u0 E. v! Q/ N1 X5 c/ Gcomment it or simply
2 z! A" V8 }9 B3 ]1 B0 T7 s
7 N m6 k: ^7 g+ Y5 z//#define __PROFILE_RUN
0 }+ z: \- Y4 p% U2 Y. i& P" M! n; n! j# q; n, @
; f) k1 L" U3 }* h" D4 J9 `9 R
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投寄。谢谢。我添加更多的很快如果你有病加太 9 i `' C3 d5 i) [4 ]
|