|
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 : U9 I. V6 c( S2 @ ]0 R/ h
change level without Rebirth
3 W2 Z! K. c/ k; q% q& s. r/ D6 Z+ l+ W ^7 G- _3 K+ x, f. B. e4 z! |
Now, let us begin.! A5 o, F5 y+ Q0 H4 I
' Q$ z- K1 ]- ^$ U9 T3 q+ f2 C5 g
Requirements:9 t7 j8 @/ Z1 M4 n! b* }8 k2 {( H
Source
* s' M& H3 S' ~- V+ A2 XNotepad / Editor a/ K6 D( f9 W& f" d1 v# Q( I
; X4 R0 t( P( K9 V# o/ / Tips by Sedrika- Z" W' m7 u$ w
6 r. j6 u( ~! \) A4 h: w2 {It is up to you how you do it ^ ^
# a% g. h3 x2 S% @; I4 P( ^
! S" l7 a9 |0 e' X$ |6 ~Go into your source folder and open the definejob.h0 C( Y5 `/ ` n% Y, e
Search there for:
9 f+ G0 J5 X' Y L, N; t4 A# t& M( Z
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå5 o( O4 `9 H1 P, g' k3 j
#define MAX_LEGEND_LEVEL 129
: t7 }* N/ G0 Q#define MAX_MONSTER_LEVEL 160
+ @( g9 x2 Y, M#else // 15Â÷ è÷¾î·Î ·1o§è®àå8 Q& [3 P Z! ^) O1 a
#define MAX_LEGEND_LEVEL 121* G: t! ]' }4 n+ o
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
y+ _ l6 w- O3 g
! r, H2 R3 T9 [
+ l$ V( g; E- e* V9 ~+ ?$ s% jRed: Player Max. Level
l" Y! v: p; [. Q4 @4 xGreen: Monster Max. Level
! |1 H6 |0 |! I8 S
' I1 {0 W! P; L7 dThese changes as simple as you want.9 }( ]* O' }! \6 P) J: L
' d" j# V1 [7 iThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
/ U$ Z- o2 |) h8 T5 O1 |& ]+ m" f6 H: H2 o( M6 h! f8 N
Part 1 of blocking CE 5 K0 u/ ~& x2 c$ F
0 \. Z. \: o }. s
In this tutorial I will show you how to change the Head of Mark flyff." A4 U/ r8 Z5 N! |; V3 H/ E
The current Head Mark is well known, 5E, which results as a string ('^').
8 R, ?$ E$ X7 \. o# e/ D$ V) E0 e: N4 P0 V% A
For this we go to the World (Project) and looking at the Buffer.h after thistext- `% `# ]& B6 @6 O6 w5 Z# n
Quote:5 U9 E& K. C4 N, d3 E9 s: v
# Define HEADER MARK '^' / / Normal messageheader& n' S( ~$ [) Q: y' q+ u( W Q2 N
# Define SYSHEADERMARK '%' / / System message header
q6 U# y. `7 D. V( u3 O$ pWhat the Sysheadmark is looking for is not even the top 5E.+ y) r; F Z3 s9 B
Change this and it makes the CE Not work on server.
, Y0 f0 w1 u3 r# Y* n% w% F: F
8 v; L. v1 O. K9 @6 i1 g6 ?Then Tom's anti-hack is no longer useful.' E$ M5 u( q3 z& p
9 J& e/ r/ l* P. _+ RLG Sedrika Part 2 of blocking CE
+ U; }) z, F* x3 ~$ a; d- F# _9 b- t& Y4 l
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. ( i8 V+ W3 a% S$ j2 @/ c' y- q2 v
What does this have an advantage?
7 k* o) D* }+ p/ B( _3 bThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ! v0 J) J% y$ X1 v5 M2 B7 d
% [) ?) A) d% F& G& D$ T- D
C! `6 I+ Y* c& O3 v9 {2 u0 qFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
/ }1 m9 Z- s3 h5 _
4 a p7 T3 Z3 }3 UThen search for the following content in HwOption.cpp
2 G) v- b) E& C( M6 n
+ i) p# P6 m3 {
* K$ [5 e1 Y% Q. e. Jif (scan.Token == _T ("ip"))7 y' m7 c5 n( }" ~
{8 G6 x; k/ N- |
scan.GetTokenEx ();
* ~/ a S3 v# w1 V% cstrcpy (m_IPAddress scan.Token);
/ C4 O G9 s/ }; L& ?0 F2 ]}
& j1 Z- I9 u; dand turn it into this:0 p( F0 ^- E# @# S
Quote:
# p- @( L) ^' a4 R b4 wif (scan.Token == _T ("ip"))* P8 v3 A/ t+ ^2 P& t9 x8 J A7 _
{
: ]8 h! }8 @; T: h/ {7 y7 c/ / Scan.GetTokenEx ();
2 o6 J5 c- J$ A/ / Strcpy (m_IPAddress, scan.Token);
. V2 U/ k7 ?4 u$ N4 |}+ c0 m* p6 k, N, Y$ `6 f
And you created the solution.
* @: Y( } S3 _6 E# Q2 i- R! N- C2 o
5 Q- |1 X2 Q/ z
Then read the Neuz not the IP from the INI anymore. even if put in it0 z7 O' M, B! W. [- O
0 e! }. x3 \2 {# G" m( K& D/ B
Max skill's
2 k2 \/ Y( u9 M; A2 V, h2 w7 H1 K
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 : N$ Z/ P5 \. W! U+ S
( B) W; v m5 [, P, y1 T
With the TUT can provide the remedy it
, G8 B3 A) A6 k: o% T" X( _! |. `: t! g0 j, v% c C* e8 H* E
# 1 opens the file SkillInfluence.h
; ~# \% L- v8 C1 b5 \* J# 2 Search
. M/ p* x8 I0 L0 X- p% r* GCode:: i8 U- |) s$ U
5 m. ~7 D) j' j3 D
# Define MAX_SKILLBUFF_COUNT 14
" k/ j7 T9 P2 E7 G$ [ p- P$ B6 ?' l1 i7 z; i; Z) n, J( E% V1 C
# 3 Change the 14 to your number (eg 21) and save it from
x6 Y; d8 [2 h' e( A# v# f# 4 compilation and ready4 l8 O$ H9 F# }, T
" t1 S c( J* o6 J2 H
) s' E) w) `1 U [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:6 _% g5 d6 J6 c" G7 H/ @2 ]6 n
. p3 h) ^* Z& A5 v' z X5 L0 \
dennisdra4 J& G8 c; x) V2 P1 X! L
.Crasy+ C1 A* T# S. z6 V3 c5 T
©ross
- {! F! Q$ V: j+ Z$ P% G- XSedrika0 J! ?& E$ I2 i* z
- o' ~3 D) a2 ]' C# h& q$ a6 T7 Yeverything 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!
* C9 s2 J( F$ _1 b2 Z
! w' \* ~, k% i& h7 PP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
% Q% t7 F) L6 p8 ^0 D- }4 P+ l# m0 B8 ^9 u' H4 Z& v
7 A5 M, I' s5 U% b
Update 1:
how to turn off "Profiler" in worldserver.exe & L$ m+ [! ]% q) {( g5 m
' x( a: C: H0 o: D: Q! i* R0 o5 n. x8 `4 {$ H: ]
in VersionCommon.h of Worldserver Solution
- J# W0 w _% |, rLook for$ [/ X( ~- T4 t: @6 j7 O$ C8 W
3 |9 C+ d' {9 l9 K) K#define __PROFILE_RUN
$ N6 k- `8 i' x" c" q/ A
/ D) l4 M' d1 M) O8 m0 y7 b4 {comment it or simply
, N6 z7 Q/ `6 c; g7 F7 j- L& }
4 v6 B* H7 j" [' G1 {* ]5 E//#define __PROFILE_RUN ' Q1 Q% v5 o/ r9 B# p4 d
: f) g" y* ~2 v. ?% D) f; p: O% F1 t& x) K: G7 k7 Z
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投寄。谢谢。我添加更多的很快如果你有病加太
7 l2 w8 a8 [1 {3 ] |