|
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 % l; `4 ^; R; [" b' x, v+ m8 r
change level without Rebirth9 T$ E( Y2 ? `! Z% f
4 M- T/ H! }$ f2 z, d" j# u7 z
Now, let us begin.6 [: B: E$ i- X
* |* k1 Z' c6 t* {* N7 l3 ZRequirements:; c- [- \& c- n3 b) W) U) {
Source8 x3 {# }+ p) [3 h" i: X' k
Notepad / Editor
4 c% e% F# O3 S) |( j
" w4 N: b4 W- {" W" {& N/ / Tips by Sedrika2 i1 z# U5 s$ y |
. b! y5 G3 W$ z) [
It is up to you how you do it ^ ^
. |# |+ n1 {' @$ q* t% m, V9 Q# f/ V$ Z( B( `3 p
Go into your source folder and open the definejob.h
* H4 q' V8 g2 o7 U/ fSearch there for:
4 Y3 A# ~6 K" S$ _- G1 [ p9 x( l4 A
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
0 q9 H* w+ B% @* h; r#define MAX_LEGEND_LEVEL 129
7 H. }& Z% w" J1 l& p$ J#define MAX_MONSTER_LEVEL 160
; @: r) p6 O0 V: \" _7 e% g#else // 15Â÷ è÷¾î·Î ·1o§è®àå0 |4 s& T. a: u' `- v) d! s& z
#define MAX_LEGEND_LEVEL 121- B' @3 N7 h) R P+ g
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
$ z* k& [) b3 E5 L8 d
( `0 T$ D U6 T) { a. G. @7 [7 y/ D7 E2 p9 ~- |3 Y5 ^: Q( [. Y- |
Red: Player Max. Level- n4 l5 T- w$ F! D* f
Green: Monster Max. Level
" B" n" X! ]; Q# X( C/ h/ N7 `! N" r/ r! k9 @5 c' U
These changes as simple as you want.* G- J2 S8 K3 u- G, S* R( q: F
3 U2 q+ t. f" }
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.2 M6 C2 L$ C6 O$ s
7 D' V. J8 Y# {- S+ b# ?: P8 i Part 1 of blocking CE + C: d5 H' `# f, Y+ C" C4 J" e
$ @8 m$ W- N# A" e6 x7 Y: w8 J
In this tutorial I will show you how to change the Head of Mark flyff.: p5 t W2 l/ H6 T6 d
The current Head Mark is well known, 5E, which results as a string ('^').
+ e) m4 A1 @. ]0 F# o9 u7 O% x1 e+ x2 Y7 l3 T) k) H
For this we go to the World (Project) and looking at the Buffer.h after thistext7 P$ J; M" I0 p
Quote:
( n$ ]1 W6 `' |; X( v) n) _; u# Define HEADER MARK '^' / / Normal messageheader' Y" p: u- O+ z7 d! B
# Define SYSHEADERMARK '%' / / System message header
4 Z% F# t, [: e [What the Sysheadmark is looking for is not even the top 5E.& e2 j2 |# m# _6 U
Change this and it makes the CE Not work on server.
* F/ I: v" i7 G. X' r
0 C9 [7 t! \# Q% _" NThen Tom's anti-hack is no longer useful.
+ Z; D% ]! o- h9 I* _1 u6 \. G! q1 U6 A0 |6 Z/ C9 Q
LG Sedrika Part 2 of blocking CE / l- g2 |) C6 X8 p! t* v' j1 t
c9 t6 {$ A4 ^" J2 u. e5 U+ XIn 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.
, z" g, d o5 E# rWhat does this have an advantage?4 n- z0 c$ |" g6 c
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself - F+ Y% i6 a( ]0 x
& B% }; c, l' \+ U2 B6 q; F
2 L0 h5 X! ?7 K, u
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
- d' w- H% ?$ ^! a% V2 V* p0 e6 L) \: N* ]. b2 @& \
Then search for the following content in HwOption.cpp
$ \! m, s$ `* ]5 ^) C+ M$ {' q7 W9 Q, K& `4 V- a) g) p
) t( ~$ r4 w5 a% o# K( u( rif (scan.Token == _T ("ip"))2 i$ n; e2 E) K r N) `5 x
{* w& W/ v5 C! x6 @
scan.GetTokenEx ();
0 L; Q9 o3 a1 I% w# A4 N& w: x5 Cstrcpy (m_IPAddress scan.Token);- \+ i& e# g/ t& T0 C9 P# ?1 }
}# O- a- j4 m ]# c( e( k2 S3 L/ a
and turn it into this:* s. m! \. M0 W! [, ^9 x
Quote:" A e% E, B) x ^- ]8 |$ \
if (scan.Token == _T ("ip"))+ l. _. x3 X) O+ H( e
{: K7 k' o* n6 B
/ / Scan.GetTokenEx ();
! U" D! x% o+ H- P: @4 [9 Q/ / Strcpy (m_IPAddress, scan.Token);1 i) X# \8 l+ \9 d5 n$ H
}/ k9 K# W/ B9 p
And you created the solution.
6 X2 P3 Z/ C( S
* {' Q" Y7 H5 L) X
$ f" I, ^% P7 {) q: F2 OThen read the Neuz not the IP from the INI anymore. even if put in it
8 x% n* J0 h Z3 |6 I3 c* L( r/ B' O3 w! Q: Y- H
Max skill's . K& F: g3 V9 H) _5 ]( m! C
& |9 Z5 d. [4 ~1 _* iAll 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: o, }4 i r* S0 {
* k6 y4 r+ O% E7 g+ n2 L' MWith the TUT can provide the remedy it9 f9 Z/ ^7 J e& [1 O
) _& n( Y" ~6 |8 `7 E( t
# 1 opens the file SkillInfluence.h
/ q: h+ E: h7 y- a0 d# 2 Search( I; ]& S5 D) D0 L( G% U; K+ F! q
Code:/ f2 W+ e" {( ^
1 Y$ F P: z5 z- r J% T
# Define MAX_SKILLBUFF_COUNT 14
3 y* [1 o& [# o+ [" v c. w) f+ U( r: j8 w% O7 ~
# 3 Change the 14 to your number (eg 21) and save it from
. {# c$ c8 T7 s# 4 compilation and ready
k2 ~: |8 P+ C2 |; A( R7 c' ?+ S( T7 H5 n A9 |8 @
' f& |/ B3 o. [8 C/ T! W
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:
% V v3 g; \1 E4 X, A
- A2 O6 Z& ?% p8 k3 R( t- G+ edennisdra
1 t1 n2 X% u$ q- t5 Y& m) j.Crasy& |# I4 r1 C7 y$ |: d9 \
©ross
+ h7 W6 k- a+ DSedrika
3 |( s0 i! g- @3 M' D8 B! q3 v& |7 g1 W% ]: 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! ; |4 U' \, L5 h- o4 O
' N0 C/ {2 L+ `+ x" k
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
$ I+ W. ^% |% A" H# j2 J7 Y: ^% z* _
8 N6 h- q' D( h0 ?* x7 X& ~Update 1: how to turn off "Profiler" in worldserver.exe 2 m/ c1 i5 x- o$ z V3 Q
- r$ @' |$ R1 B1 U' T+ V: q4 f% U2 g' O% `0 R+ W, r# S4 `
in VersionCommon.h of Worldserver Solution
7 }& c! d3 A8 C. d5 SLook for
3 X/ _1 m( I9 y) V( ?9 L- z+ d
5 O- q- l/ `0 O9 b6 z% |( w#define __PROFILE_RUN
' V2 | ?9 e: a
( w% t! a/ W& Kcomment it or simply
- b0 ^4 z0 Z% n: f$ ?1 B
! ^( S& g" I$ h1 s: p1 n//#define __PROFILE_RUN 9 X7 F% A3 W8 e2 n
, S3 U3 b% o% `- D2 ?* m9 V9 x; n- r8 P6 u
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投寄。谢谢。我添加更多的很快如果你有病加太
# g! D6 }% j: u0 r |