|
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 i; G: o6 e& k0 x, J
change level without Rebirth2 E- n- F: j# y' F8 C( f U- }. R2 x
2 S% b, N- }2 m) z8 M+ t
Now, let us begin.
' [) ^7 h- N( g( C1 p" s( K! q+ Z3 g& X$ g2 u4 A& e
Requirements:
- F; E) \+ ?$ s- ^* JSource0 v3 E8 Z5 ^! Z$ k# X% p5 d
Notepad / Editor
9 o; y/ [) @0 @* B3 t& y4 K/ W
# w/ q4 d6 l' W) r O& I6 V4 z/ / Tips by Sedrika
4 @) T/ D& D$ Z* A% ]) N6 U& n7 Z( D
It is up to you how you do it ^ ^
4 j8 @# L1 ?4 @: c' ]7 `+ P2 ~( {
9 d A# Z8 p5 z: O. qGo into your source folder and open the definejob.h
) R$ F; B2 r- P) q2 g. XSearch there for:& u7 C3 P* o; s3 ] x7 P9 ~
$ B5 e' A% g+ l) c0 ]9 R
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
. d" A" E; O( S. ~1 d#define MAX_LEGEND_LEVEL 129
$ ^5 `# C% `. X#define MAX_MONSTER_LEVEL 160
/ J' H" [& ?7 J2 R8 b" D1 V#else // 15Â÷ è÷¾î·Î ·1o§è®àå5 \" U: U& g# B( N9 u; P) w
#define MAX_LEGEND_LEVEL 121
( Y+ K5 i. v! z! t( i#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
& H5 z$ K1 C6 `* x# S! p4 v4 l G" e( G" b, E% {: d7 [
1 R! L( a/ Z2 n& k* }Red: Player Max. Level
/ T9 J% ~$ i# T" wGreen: Monster Max. Level9 {" L8 r7 D# \
U1 q3 }+ L: L) FThese changes as simple as you want.
! Z5 o, ^ u) {- J) k! I R2 n7 J( ]8 E) _$ w/ h
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
# D" C) _! M8 [8 @2 Z
) a2 k2 ^& E7 f! N/ n Part 1 of blocking CE
, B. Y+ V" L/ A( i f0 ~7 m. k: ^) R/ q
In this tutorial I will show you how to change the Head of Mark flyff.7 G$ e) \0 Q) d1 \" @
The current Head Mark is well known, 5E, which results as a string ('^').
! e7 t- @6 Y1 @, c* E2 a1 O
( k" n( O1 \( r9 ]6 d! f. MFor this we go to the World (Project) and looking at the Buffer.h after thistext4 h* Z7 A$ b& M1 S2 ?% w J8 E8 e
Quote:- A5 E. H& n8 |
# Define HEADER MARK '^' / / Normal messageheader
( r7 ~: ~) B, K! `# Define SYSHEADERMARK '%' / / System message header
1 I4 n6 c8 Q: q3 L" EWhat the Sysheadmark is looking for is not even the top 5E.
) r; U1 j6 L2 }- DChange this and it makes the CE Not work on server.# g: \, _. w! N6 a% s
* i: |. n b2 |" t6 j: c
Then Tom's anti-hack is no longer useful.( F3 \) D9 O) J: G3 M
5 i) |+ q" k5 q/ T0 YLG Sedrika
Part 2 of blocking CE
# M/ N8 ~( S: |6 q6 q' A# O7 X; N
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. ; r |' Y- f5 q' H- R; t7 y" g
What does this have an advantage?9 S& U4 r% s8 n
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 7 U8 [* M, I* w, f; T8 X
, Z- M% }3 k" Y- {, O6 Y" _
% E% A o1 S Z: ZFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.2 r/ e& K6 d4 K' i# M' v
7 E+ G. K, l. a9 f1 EThen search for the following content in HwOption.cpp / C# e% S5 G6 U& g6 v3 W/ M0 n
n/ j- g% A: C C2 P* N% \
* z# B6 @8 @: y% ~1 S
if (scan.Token == _T ("ip")), q, P4 J% r/ Z9 U
{
3 S! S2 O! T% ~' y; i* A* oscan.GetTokenEx ();
5 `( Q; X, Z, Q- E! e& F! M' _, Q: [strcpy (m_IPAddress scan.Token);! w9 L0 ~" T! U) @
}
2 }8 L9 V3 j8 v3 Y* r4 \and turn it into this:! n+ b2 s( c; b" F' m' }: i
Quote:/ P& W% Y0 F! K6 N
if (scan.Token == _T ("ip"))
: c$ m3 t# V- F$ A) ]3 v& |% E3 t{
& V& q9 {8 ~$ ^) R0 u/ / Scan.GetTokenEx ();7 c! S! g6 f3 @+ \) a6 w0 a
/ / Strcpy (m_IPAddress, scan.Token);, D" F+ S4 q4 g4 b7 e
}
. T; z0 D8 o! [% P- R: MAnd you created the solution. x1 `+ E! N4 Z7 ]- o9 ^
: Z$ [ b$ M ~6 S6 {
6 `" O( \3 q4 G$ A+ a7 L
Then read the Neuz not the IP from the INI anymore. even if put in it3 N0 t9 I! G4 U: h
- P. U/ F& S A- I+ E! y
Max skill's
( B/ @6 p5 }; Z, {: Q+ s2 t: j& ^) ?, C" _$ N! o W
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 * V' L0 W- H3 a u3 L( m
/ p% M {% y" I& T
With the TUT can provide the remedy it% m* B( y# V3 L# k5 w
1 k6 s9 o, e' K2 @
# 1 opens the file SkillInfluence.h% q" \' H5 W' z8 e- W* W, v# I
# 2 Search8 n8 E! G& g" x8 r# P" [
Code:
; S! M! _! b: L9 z: Z
, {5 w5 w) ]) g+ e: o# Define MAX_SKILLBUFF_COUNT 14
g! z- N% c5 L# x* ~% L$ @- \# |1 G+ i% H* |8 x
# 3 Change the 14 to your number (eg 21) and save it from) w% z% s2 a& s& s# {; Q
# 4 compilation and ready' o( E+ m: w9 c7 u" G; {
! L. S+ a$ [2 M* `# S# F- g
& P5 n" Q% I. X0 d% U2 Q. k/ h5 U9 @# 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:
4 P# ]* A9 y& M$ c3 a
, ]4 ]3 { Z0 W/ J2 v, k; ?. \dennisdra5 T! d/ I: D Q2 C. G
.Crasy5 d- a0 j. R' N$ ~7 F2 B
©ross, R. u V# r7 L1 S" y* [
Sedrika6 n, v& N- S" u1 C% \2 l
& b. _0 D9 D/ @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!
8 @, M' }$ ^, X( \4 g) u0 Y3 B8 N' D2 v. e p0 v$ g
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less e* w$ ~& J3 v) ~- X) H K1 O" ^& [
# \' p+ \% s! H4 |& g2 u/ e
/ [0 k( ~/ z$ A! Y5 r8 mUpdate 1:
how to turn off "Profiler" in worldserver.exe 1 i" I9 o! J) L" |2 j" `
4 a" Y8 z# H+ e& F
( p- R. l ], h, d- k7 z
in VersionCommon.h of Worldserver Solution
8 L5 e" G% ]* m, BLook for; b) d M3 ?/ a# D; P% }
. w; ~* G9 c; y) }& _2 e* g#define __PROFILE_RUN
" y* m t L' W* o5 I- t8 H7 O Q
% w# L+ O: o) g5 Wcomment it or simply5 `! J# O& b' ]2 `; h; Q
8 ~ U% U( q# j//#define __PROFILE_RUN 9 `3 v+ `& O" c( a
% Z& Z4 i( r2 `- z8 a) w7 Z5 @* y: u1 v3 h( b) {
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投寄。谢谢。我添加更多的很快如果你有病加太 * j a' r# |2 j0 k7 [) L
|