|
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 ! G, Q4 ^! G) ~) k0 s- p0 ^
change level without Rebirth/ Y4 u0 ]7 J4 A3 E% B
: [; C, T# P p4 VNow, let us begin.
9 [* Q1 L$ v* Y O( Q
/ q5 E% K2 Y5 o" ^Requirements:
7 \, o8 M$ _+ kSource
2 O8 C) u7 n" oNotepad / Editor
. w& g% v! S9 v' |1 [6 ]( J7 T* _% v
/ / Tips by Sedrika& V- c' X2 N, A5 {8 m, u& w. {5 A
7 C$ S" V; t/ L5 nIt is up to you how you do it ^ ^* z8 T; Q% V; o0 H, ?
0 n. V4 V# A5 N) m) k4 j. V, C
Go into your source folder and open the definejob.h m$ d! o6 \7 f* E
Search there for:
& v( V0 h2 c! ^0 |; B8 l: k8 {
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
5 R! {2 p$ f2 t1 F4 V3 `#define MAX_LEGEND_LEVEL 1299 u: P- R. a7 e' z; L$ @
#define MAX_MONSTER_LEVEL 160
( y3 a9 \1 p4 n# y! v* z#else // 15Â÷ è÷¾î·Î ·1o§è®àå# g0 P9 E- @) w7 G; K
#define MAX_LEGEND_LEVEL 1214 v; k5 i o8 d7 h
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
" u& n, ]4 A* F: M. e; F# R+ s- g; x: V$ [- e( j
. L ?, h9 [' G- B& V1 {$ }
Red: Player Max. Level8 _# p$ C# J: v% n0 s$ `+ {
Green: Monster Max. Level
+ s ~# U; ^5 @+ b8 ]5 k# o% X2 q5 K( R7 L2 \' Y$ T0 l
These changes as simple as you want.
9 |; {8 x; Q4 K) d+ \7 i. S/ C4 R; P- n! j& I4 I
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.' u ], b$ Z% ?' m. f
$ D/ }. P5 o! T# Z, n( R: O Part 1 of blocking CE
+ v. q* G% b/ w& L$ O' d* s3 e5 i7 ^+ J( A/ u
In this tutorial I will show you how to change the Head of Mark flyff.& k9 c' }; @! ~4 `- D% [0 U* ^
The current Head Mark is well known, 5E, which results as a string ('^').5 y% B! N* m% u, `
2 S5 D6 U8 _. d' [( I1 @) s2 KFor this we go to the World (Project) and looking at the Buffer.h after thistext
) A$ ~8 s# o* _Quote:
! W, T! U* l3 r% r) e- y# Define HEADER MARK '^' / / Normal messageheader3 e$ t% ^+ q. X5 _6 }
# Define SYSHEADERMARK '%' / / System message header2 [; D6 d$ A6 s3 ^
What the Sysheadmark is looking for is not even the top 5E.
) Q% b, X2 ]; M3 Z: \! g* ~6 QChange this and it makes the CE Not work on server.+ t+ s. s, B0 ]9 x
5 \, `7 @$ L4 ]9 }
Then Tom's anti-hack is no longer useful. `6 v/ {' ~- Y0 O, Z v
" Z# K2 ^' G- w( x8 g5 BLG Sedrika
Part 2 of blocking CE
r2 j. K, j( F; N* h
/ L0 |7 l) A' T( k! Y( N! tIn 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.
, e# O# I# J3 {3 V7 T1 Y/ SWhat does this have an advantage?; g5 V2 v- x& F h* }& V
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
5 k0 g' x" N A: z* x3 X2 W
4 p& q4 z( V6 A" y* ~3 Q W" P$ @$ Y( ^' f
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.9 m. e+ M: L# y
/ C/ J3 J7 P2 x8 h/ [+ h$ z9 EThen search for the following content in HwOption.cpp 3 S/ a- \6 [( e
7 f! v4 E' w) z& T
1 {' C+ s A6 Q" K) }
if (scan.Token == _T ("ip"))
: o- N R) N* G( _{
- J% I6 p) P1 N; t' u/ uscan.GetTokenEx ();
) e [' D/ ?2 mstrcpy (m_IPAddress scan.Token);
9 z0 C& S7 b: @}
/ B2 `1 w0 n) Q: a( A! J7 Mand turn it into this:% U8 N1 u* n/ R$ ^+ v% q# I
Quote:
/ e* B; c N% T+ T6 g/ s4 h4 Wif (scan.Token == _T ("ip"))
. r, B5 }. O7 s* u' w' r i{7 r7 ~: q% S' Y2 T7 n2 V2 e
/ / Scan.GetTokenEx ();
7 x) B2 V( q/ X1 x2 E5 R# o/ / Strcpy (m_IPAddress, scan.Token);
, Z7 K# }, f) d7 C O' f}
5 b% {3 D& r) t7 G- e# `; _And you created the solution.
, p3 d8 s. @$ |+ S/ ?' T
( L% I7 m- C5 G/ R6 X; k$ H7 z; [2 t3 O! C
Then read the Neuz not the IP from the INI anymore. even if put in it
8 T1 i; p4 X3 Y8 t- w: X9 V
* x9 h+ n9 }2 X- D
Max skill's
/ I8 e- E# j0 C4 Z/ z, T0 J" h9 t& I( f7 V5 k0 `
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
/ {, F! H( Z1 Q* Z# L
* [' _ S5 \, G% ~7 d; yWith the TUT can provide the remedy it9 B; B7 U V; O4 s: a
% `1 z$ V% V0 s# `# 1 opens the file SkillInfluence.h& j/ B; } J/ q+ b7 X$ n/ y
# 2 Search% p8 b0 V+ ?% { P( J3 q
Code:
) b0 I: j! }) W) h H+ ^) C9 _: l- P& l1 X* Z/ J
# Define MAX_SKILLBUFF_COUNT 14
- E! L) g, }' V9 Y& }1 u: V. x, O f/ b* w7 q
# 3 Change the 14 to your number (eg 21) and save it from
8 o3 |5 a8 p% x( T% D% U# 4 compilation and ready3 [& U1 x; t ~. }9 _
) K% x& k! d- }6 M X P, C2 M2 K+ ?. d3 c5 O5 Z/ y
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:
5 X0 G# w3 G3 {2 z2 Q5 d$ a4 [6 Z& ~7 w: N
dennisdra
3 m, S& [; `: Z* p! k+ k7 B* j.Crasy3 O6 g1 c: P6 ]
©ross
' A" P: |" l- ISedrika
! f9 y* [& |3 [4 l+ ~& B- G; ]
# Z+ a( c( W8 ]1 K* l% Severything 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!
( `* Z* ^( d$ m, a0 \* k- [- i% j! t& A$ d# i. e+ J5 J
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
4 j. X$ w* `$ P( s; c/ ]; o
- p) g; p7 _/ `. s) Y
' |, O5 Q s+ d" `* d7 W# MUpdate 1:
how to turn off "Profiler" in worldserver.exe 4 d5 [' P8 ^6 ]3 r7 n0 b
8 l! i$ L6 x" O' \
$ e. l9 [! q5 n8 Jin VersionCommon.h of Worldserver Solution
- T& ^9 O* `0 l- g% D0 c5 ELook for
' ?+ j4 h& b& x' \
, `9 ?/ e) {3 Y3 w#define __PROFILE_RUN
( z) O. W1 d, N1 V7 o- E, b1 j; @9 p C5 D# \. X" s/ _
comment it or simply' a) c. X9 I( [" v8 P' C
2 a( |, d4 F% D& B" D
//#define __PROFILE_RUN
; q) q" k" I) n, z' m. T* P! R' v8 q# u' I$ k2 H
+ a+ Y, \+ a+ ^) I8 U) t$ ]8 J$ w
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投寄。谢谢。我添加更多的很快如果你有病加太 * I9 Q+ S* A+ F5 B0 y& m& `( M; I8 [
|