|
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 8 b' U, W) j6 |1 _! v
change level without Rebirth
& q1 O4 Y- I4 q8 W
& e4 [3 i* ^4 ~% {8 @ WNow, let us begin.
H$ I R% ~6 T5 x9 P& [. [2 r! n6 F3 J+ a! `* d4 x0 a5 Y
Requirements:
* A+ X$ {) u/ L$ L$ B5 j/ P8 |Source$ o s& R3 @( g9 c8 x" {
Notepad / Editor0 J& p0 D- }' _- Y' w% e+ @7 w# Z
6 P8 ?" h; t$ ]5 Y
/ / Tips by Sedrika
- m! y* B5 x2 y4 W, Q) k, D! l0 H* }) O8 |: P" u
It is up to you how you do it ^ ^
& P9 }8 X: d5 \
M8 |# P" B3 U# OGo into your source folder and open the definejob.h
) ~8 h6 w6 {6 r7 ^+ \Search there for:
3 v; E) V$ d: o8 b% ], X. n! h7 R* T/ U- E
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå5 l* W/ i( l/ C0 O7 y
#define MAX_LEGEND_LEVEL 129: {, V4 Q6 W( {8 v, c' z
#define MAX_MONSTER_LEVEL 1609 [* r4 X" R; Y
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
6 B' P6 M! f/ J$ @1 w5 [5 r$ x#define MAX_LEGEND_LEVEL 121
5 n5 L h# |3 e1 c' H#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
7 x( {) V% p1 ^4 H# ]# Y. Z2 L9 _7 c( r7 I# g9 y; }
. ~0 S, B$ c* o" ]) R% p3 u0 i0 ^Red: Player Max. Level
3 H* R: d; n8 s! n: hGreen: Monster Max. Level
* u! @# s; {3 A* q
$ N$ c9 D6 |/ UThese changes as simple as you want.
1 O; W0 D5 F6 ?1 M2 w- o" m% n( q
& c9 R% z- q& t; ZThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source." |) h+ n: d9 S, M" y$ N+ F& S
U' t1 d) a8 }
Part 1 of blocking CE
% @! J; b0 k% ^1 n
0 O; ]# j2 p2 i* ^In this tutorial I will show you how to change the Head of Mark flyff.
) u- _7 @% N; PThe current Head Mark is well known, 5E, which results as a string ('^').
6 l5 I9 ^ |) I
* w3 `3 r' u& ]* G! xFor this we go to the World (Project) and looking at the Buffer.h after thistext( a- U& |! i P& V7 u; u4 q3 s
Quote:4 n9 M$ o- E% S6 w1 k
# Define HEADER MARK '^' / / Normal messageheader
8 J' R5 _" s- b# Define SYSHEADERMARK '%' / / System message header* b6 o* M+ U3 D! f/ y; o: l
What the Sysheadmark is looking for is not even the top 5E." D8 o3 ]# L% Q" p* G: }7 @
Change this and it makes the CE Not work on server.( V6 }8 A" U7 a
& W- z- W3 A& ^" S% z/ g1 V9 o V
Then Tom's anti-hack is no longer useful.
2 c0 v1 X0 G9 y* W$ y8 S9 Q
0 B5 ^7 c% H; W% n1 b3 WLG Sedrika
Part 2 of blocking CE
) E, Y; v$ P- O) ]: L, d' z% m. [* P9 [; t
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.
W7 `! N: K2 s+ R) F# ZWhat does this have an advantage?
7 b# M. H3 q: P0 y8 X. q' OThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself + ^4 M! |: }+ z( G4 p/ |/ i
- `9 y' b5 ]6 }
, T w+ e' _! O# S* JFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.' b% l4 |: P# X, u
- x( v q' z% G0 A0 WThen search for the following content in HwOption.cpp
& v3 B, U- q. Y7 u L) Q! c. ]4 S
A8 N- O# _( |' h' h- B( @6 | \% z# _/ E. z+ P/ S& z# v$ y3 d8 J2 L
if (scan.Token == _T ("ip"))+ D, N: h1 G; K" _& K) ]5 B. I
{
: R, z$ I' U" h; b U, Oscan.GetTokenEx ();
* N( b2 o& Z' u/ e5 `- L3 gstrcpy (m_IPAddress scan.Token);' k$ ?# R4 L$ C
}# S$ z# a9 M4 P
and turn it into this:* T0 \! A) ?6 g! \; X
Quote:
+ `+ v j7 A& o' H; a) W% Xif (scan.Token == _T ("ip"))
3 K. A( w7 f3 J5 y( @3 p$ |' G' Z{7 C* j; L" N9 [
/ / Scan.GetTokenEx ();0 ]4 g4 {7 |: ^( |' v0 [" p* x' z
/ / Strcpy (m_IPAddress, scan.Token);8 J& D9 b3 k- R' M. R
}
) n: p% B$ u% A/ m0 s1 E% N2 o) m, TAnd you created the solution.
& X. s9 q1 W3 D
' G' e v a, g) U
. W% _& n# n5 w0 Z$ \0 w* ^Then read the Neuz not the IP from the INI anymore. even if put in it
1 @. f$ v2 X7 H! y. T) i& F* R
( Q; \. W5 G8 N e
Max skill's
* j0 a! @3 o: x! S; w* k0 z* q( j; `/ U9 C5 N
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 . X) ^+ @* D* L7 {+ \" @! r
" Q4 ?8 ~: r3 a" x
With the TUT can provide the remedy it2 v6 R" e& P' A* G3 X4 S* }
6 {: U9 a9 H9 Y2 }+ |
# 1 opens the file SkillInfluence.h
( n1 A' n) c; r6 d# 2 Search. I' @! d# m" q: t% M/ O
Code:; R6 w) V& U5 d3 `5 z. L) ]
1 ~3 K1 O1 d/ N: ~$ d e h
# Define MAX_SKILLBUFF_COUNT 14! x9 }; H$ U+ q @
* }7 N5 q$ P- \4 A4 p' i# 3 Change the 14 to your number (eg 21) and save it from
$ I* B5 P. j5 l, e! T0 [* d# 4 compilation and ready+ A" G1 }9 w$ e3 a, ?3 J
( ~8 D2 V0 d* W, k {0 Y- ~& [* X; Q: }
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:
" c( ~$ Q4 ~" X0 f0 U: t4 F g( |5 @9 M4 x. F g3 o$ U4 |
dennisdra3 `# |/ t/ R/ F, Y! { Y
.Crasy8 d8 \+ M& S# l- P5 E
©ross
' Q/ M- y$ ?( R# G9 s! O+ L4 pSedrika- i3 ~) e2 E. D! D' a* q' L* F
1 ^7 y0 ~( D% Z- b2 G2 E* \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! ( f; \8 d9 l6 \2 D3 O: q* u
8 z# p" j1 L) o2 N5 L
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less& [7 Z* j! U1 Q
1 e& S' w, q6 L5 s I5 ^ M: Y
: S; e" I1 ^6 @6 ]3 `. `Update 1:
how to turn off "Profiler" in worldserver.exe
1 H9 w8 P( A! }) D
1 Z4 _' `& m; x/ u c) n# Q( o% [& ]5 l* W
in VersionCommon.h of Worldserver Solution$ s( ^6 u" \1 H8 U
Look for L. b" C8 |) R* n/ _; e9 N
9 P* u( x6 J" F e9 Y9 n- L( G3 b#define __PROFILE_RUN
5 {7 j( G1 p* d- ]) ~
7 M' b2 l$ l$ e0 m6 P: ?0 dcomment it or simply8 A* p- i. ~& @8 ?
- I, C2 a( B! @* z& Q C
//#define __PROFILE_RUN " E' S% E% H# j* Z( `$ {8 E
) [3 m% t* c8 i' P# P7 b2 ^
6 p0 ~" B: S8 D3 [' u& D
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投寄。谢谢。我添加更多的很快如果你有病加太
& f/ d; d1 ~* _ |