|
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 M% E |$ v3 i5 ^& ~ u& p
change level without Rebirth1 y5 z7 ~* j9 N' L/ x
. g( A$ M0 Q/ A7 r9 q4 j
Now, let us begin.& T" x- z. r* m9 o' C; i+ V
~7 V% v5 v3 h/ s! ]Requirements:+ ^, D3 Z$ z9 _
Source9 h# U% F0 b% c
Notepad / Editor6 c( B8 Q, L/ X+ Y5 i( Z( ~0 |
3 m; e" l$ X7 }. ?, i
/ / Tips by Sedrika
/ `1 W' h- Q P7 U( a3 i2 r, t% ` _ w( A& ~
It is up to you how you do it ^ ^% ~2 x3 A3 k# q
! V$ n2 b' B. Y% rGo into your source folder and open the definejob.h
4 i. W. Q/ X, h1 lSearch there for:
9 g/ m/ [5 }' p, d$ _. Y, }
7 } ]1 {" N- U& {0 M#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå9 X3 D8 s @! f% v! R+ ]. B* {8 E
#define MAX_LEGEND_LEVEL 1293 n7 l: N5 C% W
#define MAX_MONSTER_LEVEL 160
: M3 r/ E1 @7 {( P1 M8 Q#else // 15Â÷ è÷¾î·Î ·1o§è®àå
+ f2 ~5 `( |2 Q$ t#define MAX_LEGEND_LEVEL 1219 M& G2 Q% b7 b7 e' o
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 9 z3 i4 {( N! e! e! {7 O
8 S. h& \& d$ ^0 ]6 L
g* r* W1 q$ M0 F# rRed: Player Max. Level
: t- j5 _ E2 F8 D! t: yGreen: Monster Max. Level) p, {) U1 z. u' \# b
' t" X6 J3 v- i( R# @
These changes as simple as you want.
8 u3 Z2 N3 B' h$ F) R) \, H& h0 X( O
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.$ t- [+ O) t& a/ |5 n
$ v; B* \1 t% y Part 1 of blocking CE / A6 D8 d3 |, u/ c5 \
! |5 L; K4 r' F! NIn this tutorial I will show you how to change the Head of Mark flyff.
# U4 j' `8 h' Q: Y2 q' ^- qThe current Head Mark is well known, 5E, which results as a string ('^')./ \; Y7 o* \2 L% P4 N
+ k6 ` Y8 E }9 Z1 Z3 U6 G% CFor this we go to the World (Project) and looking at the Buffer.h after thistext# E6 Z' v* d' }$ b
Quote:: k0 R/ K+ i2 k
# Define HEADER MARK '^' / / Normal messageheader- q. x* n7 y1 Z; _' }
# Define SYSHEADERMARK '%' / / System message header
8 w' ` u# z2 M: sWhat the Sysheadmark is looking for is not even the top 5E.5 O6 R' i% f; _' X
Change this and it makes the CE Not work on server." S7 m. z4 m" `, L: H2 j# B
& e+ C$ G0 a* E4 K
Then Tom's anti-hack is no longer useful.5 X. T1 y) q4 G$ j$ g# D. H
8 ]0 W2 ?& Z# B' ~$ \
LG Sedrika Part 2 of blocking CE
( U8 o0 y* x- {: N! Y0 W) }# b' A/ G9 a" o
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. " B1 s$ a1 B( H6 v& f* }! j9 }
What does this have an advantage?
: x: r3 y9 a1 w& x* D; {1 `! s9 eThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 9 h; }5 c6 a7 }/ Y( V# f/ j& ]
, I; h" c& v% F5 R5 E
' B4 j j3 i! @8 B4 K, VFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
$ i8 K+ ] z: k: b- l+ [- v. i3 P5 c' F4 o8 [9 Z: x
Then search for the following content in HwOption.cpp ' X; B* h: o6 P& P- k: y
# j# y( s; K* {9 w
& w A" w( M+ b: ~& U6 Q
if (scan.Token == _T ("ip"))
3 i8 l2 B _/ I' `4 r{& I! e3 [1 p& e) ? Z ~
scan.GetTokenEx ();
0 M# J% O& `6 ~/ `5 V7 E: ^1 sstrcpy (m_IPAddress scan.Token);
+ ]7 x: x6 T* j j}) f# r1 V* b! j( s' u- ^1 q
and turn it into this:
) _2 i& G, N2 A% P4 Z6 m7 r, |; T0 `Quote:
$ u5 C; m7 P5 H3 ^, L1 f# Yif (scan.Token == _T ("ip"))
& R0 Q4 M4 ~+ f' R' a{
! n! Q% f" ~; {+ O3 c0 j/ / Scan.GetTokenEx ();: L( F. Q9 h N+ Q ?9 ^
/ / Strcpy (m_IPAddress, scan.Token);
- Y& s% w7 G* t+ \1 t4 B$ K}
$ ^/ T+ R5 p' n' B; ?% Y! zAnd you created the solution.' L j( O p1 _. y: o
( {' b7 Q6 T7 k8 @4 q
5 }" c# E9 s7 X/ a& Z/ G, }Then read the Neuz not the IP from the INI anymore. even if put in it; j# r; m1 ^; r7 |
& G0 S- h- d- V+ e- u3 y
Max skill's
5 I' r) E: K) J6 f) R
0 s+ F( D9 V5 P: a( Q! i: x" uAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 8 \4 }/ v% x& [ J2 F8 a) X
5 m$ c0 Z$ j8 X9 U
With the TUT can provide the remedy it
9 X. {* U( e' k" A7 @" x) C- t7 D% @8 P" z+ r
# 1 opens the file SkillInfluence.h
" p. A% |% r3 e3 {" {+ i# 2 Search
' P/ W- w4 L3 T/ ^" bCode:2 c/ c4 }: N- J t* F; d% X
0 e( i2 w# S! c) c# Define MAX_SKILLBUFF_COUNT 14
0 a4 ^. I: V! x9 E$ w/ i3 f \& l# [6 x5 l% S0 ~& M
# 3 Change the 14 to your number (eg 21) and save it from
4 z! t% L O7 D. x; E8 f# 4 compilation and ready
* n3 L' E2 }9 E$ V a% t' r+ u6 v9 R( u4 S1 L8 P& [# Z
! q& |7 A( H1 C
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:
! J7 K5 |2 Y. J
# y' P/ h! Q+ y# ], P5 x Odennisdra
& a# l$ l' a& O f1 F. X.Crasy. _3 o# r; W9 |; |1 O/ u
©ross
; Y- h$ }& m! a K) m9 gSedrika
( j9 ?' {! i2 {6 a* W2 w% `
/ B: C- _6 O Ueverything 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!
0 C6 ~+ v% o$ ]/ d& V
% r1 W3 u! n" u0 f/ F! `7 fP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less. g2 Y8 Y! o, O! U& Q/ w$ Z8 m
4 c8 x3 B. k2 ]; \
; I# U H) M" {/ `7 E
Update 1:
how to turn off "Profiler" in worldserver.exe ! r$ N6 C, c' B: j6 u q
& f# l3 b3 {5 _6 c- I- V2 G. F% e$ o7 l& g
in VersionCommon.h of Worldserver Solution
; N3 \$ h* A; v. S6 _+ m, sLook for+ G6 L0 b0 o" K* D+ Z
# r* G2 n6 \/ B6 P: s% W0 D" g% k! q#define __PROFILE_RUN& g4 P( S# u# H. L% S" o8 i
1 Q# h, v# H- g" r: P; q' Y
comment it or simply$ M( c4 p3 }! S
9 `( ?* _ P; K; Z( g//#define __PROFILE_RUN ( x: Q, Y. N6 O# ? ?$ Q4 p3 T4 D
5 R. @' L% |% z, ?2 g6 K. c0 }
L$ ]/ X f# x
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投寄。谢谢。我添加更多的很快如果你有病加太
6 U3 ?7 A2 `1 {2 D1 R |