|
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$ H2 a/ \/ i9 s" ~2 q0 rchange level without Rebirth1 N! a* d( q/ D
) P3 ^. K" U& I$ p7 N6 d2 [Now, let us begin.) H" [8 Z: d Q
2 k n9 \" b7 C1 h* l$ q& q5 g
Requirements:/ R8 ` M" a* x, ?! Z
Source% f2 u/ Q* E" k# T( ?
Notepad / Editor
! `3 d" T1 Q9 s8 ^
* W, \9 A2 j+ j( @8 F Y$ e/ / Tips by Sedrika
( ?* N; [6 w T9 B ~4 F5 p3 h& B) e5 c; c
It is up to you how you do it ^ ^- g. H' X% A/ v' \
: i" `! x+ ?6 B" g7 e* B; `Go into your source folder and open the definejob.h
5 j' W) G; y5 b/ eSearch there for:
% B9 _" u% Z4 I5 V4 d+ H0 U! Z1 A2 g) ?) l
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå1 b( T+ j$ P' Z
#define MAX_LEGEND_LEVEL 129
* \ k0 w0 A3 o, r$ Y, T" |: p#define MAX_MONSTER_LEVEL 160 R. s9 i* ~% B9 N, F
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
- E) ?0 a* J% F$ z#define MAX_LEGEND_LEVEL 121( j/ R8 _/ P5 s( u
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
1 _" ]% T6 S p6 z! `. ` o$ Q# q. G; f+ H- K5 P. y W2 Q9 t
% U1 \; U! c4 h. ]" C
Red: Player Max. Level$ a7 L+ f3 `+ c" D/ W+ B0 ?
Green: Monster Max. Level
# n7 ~4 E2 g8 l9 P0 {$ f9 v% X1 m$ V. U" n; H( z# |
These changes as simple as you want." b0 B4 _# F5 ~8 T. z z) _8 z
. I7 Q) K5 B5 O/ j6 K; MThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
: }$ j& G4 S' [) A$ o8 @. V. `9 d" A- `2 d. z3 m& O
Part 1 of blocking CE
3 P: w" Y& A; u! G/ j/ V0 F7 D" M! P9 S* _2 c3 M7 R' R
In this tutorial I will show you how to change the Head of Mark flyff.1 u0 j5 R U- d
The current Head Mark is well known, 5E, which results as a string ('^').0 e$ w/ G* i1 { ? b6 H+ X
& H0 c I2 t9 S% m+ d' CFor this we go to the World (Project) and looking at the Buffer.h after thistext/ N3 S2 J: H- X
Quote:" ] Y1 U; Y: Y# [, ]8 d( D3 A4 o
# Define HEADER MARK '^' / / Normal messageheader
1 h, J1 F9 \0 m* L# u# L/ `# Define SYSHEADERMARK '%' / / System message header
$ j' R- j: A: u8 {# b4 T# l, HWhat the Sysheadmark is looking for is not even the top 5E.
$ P+ \& w& w' J! ]8 zChange this and it makes the CE Not work on server.) T* Z" R; U4 x {
( V4 K- I# I& l4 h1 {6 h' \Then Tom's anti-hack is no longer useful.: `0 O) V- p1 i/ w# g% f7 B
# E8 z, V( z2 a: Y) f! nLG Sedrika
Part 2 of blocking CE 6 W" _ J. T& Y# r7 E1 ]8 h7 H4 R
! g A+ e' j# H0 |2 _& Z
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. & [! U3 k. Q1 x! f& B
What does this have an advantage?: H5 @, c+ z+ D6 p' m
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself , q$ b& o) l" q+ o9 k7 M. y* N
3 V3 B& ?' f4 T3 {$ w0 F1 ~( t4 l' E8 O6 `! 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.& H" x! m1 O" J- P# J, R/ o
1 q) F+ z( F; w: u
Then search for the following content in HwOption.cpp , H& ?0 B! p6 }6 K/ H
9 s& s: p+ }# C6 A8 d# S3 [6 m2 p+ p& d, H( B# }& P( h
if (scan.Token == _T ("ip"))
) M0 E0 ? V' d5 J- l{
Q9 D0 C5 N+ i& Y5 i0 escan.GetTokenEx ();
# J% K0 j4 n7 N4 B( i9 astrcpy (m_IPAddress scan.Token);& W6 Q3 S. V2 `) Y. }5 ^
}6 V! }1 N+ R! R) I
and turn it into this:- o$ E, s* b( Z6 T" t" V5 X' y
Quote:9 I% u ]5 f/ `' B+ Q7 A, r6 `
if (scan.Token == _T ("ip"))5 _$ i& D. x. }5 K; b5 Y
{8 @" N4 |$ y! |
/ / Scan.GetTokenEx ();: X# k, W; G- r. ?
/ / Strcpy (m_IPAddress, scan.Token);
8 }% E Y; ^3 a$ j4 v' b9 v}1 f7 _# w, I8 e8 z; f5 F
And you created the solution.* z! m" O$ w% j$ b
, k' I( s7 W! B( ]7 A7 N
. S! m% u) X) KThen read the Neuz not the IP from the INI anymore. even if put in it* g7 k5 R7 ~( K0 M! h8 c
: W( {* k6 s7 o6 e( f/ D# R3 o Max skill's / T: R- K) l$ n! w
$ q! S' P6 O/ v, _. X
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 4 T; X6 V9 E% u; M* g0 G
5 K8 \# b" q) f% s' ]
With the TUT can provide the remedy it) z/ r7 ]4 n2 _
) P9 W \2 y) R+ h. ^
# 1 opens the file SkillInfluence.h
" ?4 S( |6 ?, P# 2 Search6 z/ v9 G' ^: X. ^& u: |6 I
Code:
3 R ]' l1 O+ D+ M- ~& d4 p5 I, K# k
& p2 \8 x. v p# Define MAX_SKILLBUFF_COUNT 14, t) B" z5 f- g7 g- a
Y: p* { f) V1 o: M, b8 g
# 3 Change the 14 to your number (eg 21) and save it from
9 l/ @% z( W5 @4 V# 4 compilation and ready
( G/ C/ ~2 V8 f$ C% p
W+ k% v# N7 f! Y3 n! Y8 e5 `, X( H$ {! k
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:% e- E5 i& ]) Q$ d6 y: k
. p K# a0 H+ y3 H) B5 }dennisdra# E8 R, `4 Q. L: x, q
.Crasy1 Y; h/ ], U6 I- E$ V
©ross
2 g* v# ]; N! ^' n# x8 N: WSedrika
# K5 W( v# V1 ]8 s0 M% T% M0 d9 L8 d# w. H$ Y, T6 B
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! & o0 g5 c" e3 e; }6 }
+ R* Q9 B7 J- u0 n* z+ B
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
$ u% }- K& |; {6 R1 Y
$ v4 }5 c# T) Z5 S2 Q
, }# a2 r! P7 x4 ^* {' B! r" n' HUpdate 1: how to turn off "Profiler" in worldserver.exe
) ?/ e& L% F8 [* U" p: x' @7 k: ]; A7 d5 @1 v9 U# P
6 p" k0 _7 u8 t- k7 O
in VersionCommon.h of Worldserver Solution
+ t. ?5 w7 L# L, kLook for9 b* \. y% b6 [6 [ k
, |& O! s6 ] N* D* D6 B
#define __PROFILE_RUN
9 Q! _ E2 _/ e: x$ K, M9 c' O2 `- c2 C2 m
comment it or simply
5 l4 x7 P2 b6 u5 b6 s' |
% f* ?3 [; J4 A//#define __PROFILE_RUN ; ^" \6 u% l/ ^; `9 @# F- O( C
( P2 i5 z2 z/ W7 n& q4 R
- }# T' g8 d& }/ E& hcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
. a2 H2 l# V& I$ O- b- o. i' { |