|
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 , z% O$ }( \4 G/ v
change level without Rebirth r" B- e( c! W, P$ q: l0 s. E
$ V# o5 }$ @7 M* R) U
Now, let us begin.2 A$ U" ^) |* _( R2 y3 m
$ G w7 t$ `% g5 }Requirements:
: Q. }- t# |' Z% bSource, _+ m) `. r. [3 x
Notepad / Editor
$ ~6 v/ k# J3 Z2 |0 \0 w' a6 D0 Y
9 a5 y& g+ g* G* E; B$ h( Q/ / Tips by Sedrika W$ O8 }2 _6 t; o
* U" u! N) r0 p( X9 {1 n
It is up to you how you do it ^ ^
! j! F$ U9 ~+ v. \
7 w- u' V$ n$ M. RGo into your source folder and open the definejob.h
- j' U' x7 U3 j/ x) ASearch there for:4 A2 T7 e2 P# T% ]
* L% {7 s$ k3 n% ]8 U" D3 K#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
1 }5 C* [/ H# P/ t#define MAX_LEGEND_LEVEL 129/ M% a7 w) L: E* j. C: k3 z
#define MAX_MONSTER_LEVEL 160& i% q# U" Q' P6 t) o
#else // 15Â÷ è÷¾î·Î ·1o§è®àå: ]: S- G- ~4 a, B7 e& D
#define MAX_LEGEND_LEVEL 121
4 f7 b% g* y" i4 h Q2 g) E% ~#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ; T: c; g5 t" E: m& z7 D7 o: y
1 A' s7 d$ M! m- }
/ P4 S* q6 J' \% o w5 qRed: Player Max. Level
" Q% F _ j3 \/ A j& U( Z' M5 B2 \Green: Monster Max. Level. o N: X& b1 ^ P! h. n
; C7 e5 h: m# O( V3 j
These changes as simple as you want.
& p! u# _/ k. s1 N* l' Y
8 ^2 {8 _( S' s# r' AThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.1 |/ K1 w* x0 z
& T$ N4 q' F/ T% T+ E; B7 X
Part 1 of blocking CE
! k" h4 b3 W, a6 L, |
2 g( w2 H) D( q( @! hIn this tutorial I will show you how to change the Head of Mark flyff.
8 r4 G! S( e0 ^6 c! }) v8 u3 EThe current Head Mark is well known, 5E, which results as a string ('^').7 N" @" C+ U' N3 m0 k) `( P
, M3 i0 [1 O' K7 WFor this we go to the World (Project) and looking at the Buffer.h after thistext% \( E1 O% `5 E8 A/ g: `0 I
Quote:
: o" s, ^ `; u9 k) H8 Y# Define HEADER MARK '^' / / Normal messageheader, d; F8 `3 A) G& Y2 r- `
# Define SYSHEADERMARK '%' / / System message header
9 O$ m) ?& v% U+ r( Y4 r6 FWhat the Sysheadmark is looking for is not even the top 5E.
0 M( C1 q5 d& Q2 uChange this and it makes the CE Not work on server.
3 L8 ]1 |& D9 l2 M. F' j- U6 `
6 a, Q; Q( [7 k$ fThen Tom's anti-hack is no longer useful.2 s& h) n3 I b3 |& R- H- p% ^2 c
- }1 h* i0 q- |* K7 F9 E- Y
LG Sedrika
Part 2 of blocking CE 5 y7 \( x' D ~( W
) {1 |; h! a9 B( U, kIn 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. 9 }! `1 ^ F, x5 Z5 p1 N I
What does this have an advantage?0 ]+ g- M) { D( Q+ f' I
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
& N6 |/ o/ d* y2 h
" X6 a8 j. p! B G& E) s4 T0 d/ R7 L% I
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
- B0 T" {. J; ]) J9 T# `! |, B8 y0 k: g4 `% u% F% ~
Then search for the following content in HwOption.cpp ; L, G W y" u; Z
}! e; z# q. e! v$ P- u, e
$ n4 ?' E! k- k3 b9 d/ l$ j
if (scan.Token == _T ("ip"))
+ B( j6 u: k; f# ~' Q{
6 c! J4 |8 \8 F" P# q5 s- Mscan.GetTokenEx ();
$ w: y8 o4 ?- h: j) w0 bstrcpy (m_IPAddress scan.Token);( P, ]% {3 u$ h8 z( k* I2 b5 x
}, K" j& u0 j2 m
and turn it into this:
/ F( |8 ~9 i% F! _. ~Quote:; j! a% v: N3 g0 Z! Q- _2 r! L& m
if (scan.Token == _T ("ip"))8 }# H+ J' S' Y4 z! n( p! ?- Z" a
{
3 Z5 l/ \8 L. r4 k! S/ / Scan.GetTokenEx ();
9 ^" \) d. M+ F% I; ~) o+ S& A/ / Strcpy (m_IPAddress, scan.Token);
- l. N; W$ |% t0 l. A ^, b}/ |- S, D. h6 n
And you created the solution.& [+ q# C. `2 J* m, [8 j
- B- q' \" W( r( \: N3 h+ I" N( a# _5 ?
Then read the Neuz not the IP from the INI anymore. even if put in it
1 f2 o% N% f* ?* _5 t2 O8 Q' m) l# f: ]+ O
Max skill's 2 W/ c! c0 W8 I6 j
: g$ U1 k" X1 x3 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 9 Y( }1 x+ m4 E9 D8 c. y
" D3 _9 |2 M& _9 eWith the TUT can provide the remedy it
5 K* D! r: a# D+ _9 i7 m) G; r
# 1 opens the file SkillInfluence.h; z3 h: e) u1 s4 F4 x0 h
# 2 Search
Q3 r5 g; F# k% RCode:
9 j" J5 l! ~6 @7 \' B
% `7 a% \% k: B! D" A# Define MAX_SKILLBUFF_COUNT 14, R, s! K. b9 }
' J A6 C3 Z0 p( t4 k# 3 Change the 14 to your number (eg 21) and save it from
& X4 m+ F! |, Y# s- J1 c: `# 4 compilation and ready( n. m! j$ l/ J0 r
7 Y/ Y8 z* p; F G0 a! ^- a. d8 X" b/ B8 G
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:
/ W: s7 F% Z! b3 r* X' m" K
* d* z* s1 m" S$ g) M$ Qdennisdra
+ m0 \3 u1 ?! p! {& x) |1 D.Crasy
: |( ?- T: _) t©ross- ^; e0 t; T9 q5 @; [9 Q
Sedrika- I- x: |( |9 i' S. H
- a' x" m2 Z2 [ t2 G. }& Q
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!
" Z2 K4 }2 I1 {9 o' V& E
- J; s: V6 }6 i/ M6 \) F! pP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
# G% \# b4 f2 r& H* W" a
% v) R# k% v2 l% F. @8 E$ A7 S' C; ~1 D( v) J4 V" I
Update 1: how to turn off "Profiler" in worldserver.exe
! E5 j, j) D! Z7 G- z2 |) y* j+ \# K6 d4 j6 j. n
& N( V1 _& [/ Y4 f. S- M
in VersionCommon.h of Worldserver Solution
+ ]; c8 \& G( n, `8 h7 I. aLook for( d& F9 l1 `! C+ g
/ N3 [) y- e' s- Q" }" G# \
#define __PROFILE_RUN) m& D6 T# r, m" P6 N; v
% Q9 M" K" i1 h; N, M) \
comment it or simply
1 ~9 E9 d- A9 r' @- b' A z% I9 ^3 |% O) X* v& X' Y% `; O
//#define __PROFILE_RUN , o+ X" F( l- ?7 r9 ~, B, ?
( t: r0 c' N6 s
! a2 q2 w! p$ d: G9 l
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投寄。谢谢。我添加更多的很快如果你有病加太 ' x$ ?+ S- c) `
|