|
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 $ d4 a, }0 s5 U) o- W; [( @
change level without Rebirth m. O+ j8 q. I" F1 O9 l
2 k- @/ u& a3 q: q* f5 b( mNow, let us begin.
0 | C, l+ K: }/ m9 I
1 F; e7 k, O3 O( z2 SRequirements:4 S6 s* a1 Y: y7 x
Source. v- b6 t3 H: v8 Y; U! A
Notepad / Editor8 H- G* ]3 H3 V3 N2 C4 D
3 E( c, {- q0 B& E* a8 _* g% {: k
/ / Tips by Sedrika
" O" F: j( R$ a8 Q$ ^
3 r, G% I; _( C$ O( f' ?5 H) G) r9 k6 rIt is up to you how you do it ^ ^' G! N5 ^: D# P( g7 X. @
, H* s: ^2 u3 K# ]; C* S i: _, t" q. lGo into your source folder and open the definejob.h
0 Y) ?+ F8 R. ` p0 L+ B$ W1 PSearch there for:
9 N6 f4 u6 F, l4 r8 l3 p4 t! I/ _$ x* O
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå& o1 k2 k, D6 R+ K- k% t* y/ u
#define MAX_LEGEND_LEVEL 129/ y4 B5 }3 j$ Y; g# Y y" T
#define MAX_MONSTER_LEVEL 160
7 e- m; C4 m! \- i1 M. ~8 t# O#else // 15Â÷ è÷¾î·Î ·1o§è®àå" Q- Y$ g, E/ o
#define MAX_LEGEND_LEVEL 1216 a) u# u: A' P
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
8 z- q5 c' H# a6 G+ R
2 g0 n' R$ Y% |6 \& z+ u- X* k$ R( _7 u) D
Red: Player Max. Level
" f. F6 Q% x/ ?9 @% h. Y7 ^! |Green: Monster Max. Level
# J' p* v) i4 ^$ S/ z s# z- ~" s
7 U% W' L+ a! k( f8 t# [/ p3 S0 mThese changes as simple as you want.
( Q# C0 x0 {1 [* c$ i T2 { H- F! h* F9 |- ], }; W D
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.7 h/ `# A8 U3 ~$ A& P) B
& |, n: Z9 [" ]8 T+ y+ a Part 1 of blocking CE " a. w) \* Z& \9 b# | i
7 c0 S9 x1 I4 S6 \8 T
In this tutorial I will show you how to change the Head of Mark flyff.6 u4 |4 K5 Y8 P& q( g2 x. e" u
The current Head Mark is well known, 5E, which results as a string ('^').; D& l+ q8 o, O. b% p
: ^( X9 _/ n% v! p) x, D2 UFor this we go to the World (Project) and looking at the Buffer.h after thistext- s) X {6 L# N$ c4 n V
Quote:
! N" t8 l3 V$ B6 H. v# Define HEADER MARK '^' / / Normal messageheader( t* U; S% A% {; w: `& n
# Define SYSHEADERMARK '%' / / System message header
) ^: e" _1 x8 \9 p0 U' S3 z1 V$ rWhat the Sysheadmark is looking for is not even the top 5E.
8 H G. k% `" I! x% _5 Y: YChange this and it makes the CE Not work on server.
/ ?% [% i- r# ]0 _ `% \* A) m( _; g" G
Then Tom's anti-hack is no longer useful.% w. L7 Y. G4 S4 Z2 m* N- [
0 |/ g# K; b' Z# }' }LG Sedrika Part 2 of blocking CE
# a0 l! T: e) Q, I* w( @) {. b# `$ `5 M/ r# Q6 w) @
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.
" u, P6 q2 f+ |8 k' JWhat does this have an advantage?# Q0 _* d! B+ C8 H" J! I1 u
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ! S' D1 U: d/ x' b/ V; r
- u% L1 s: ?* [! m9 I+ Q
' Z! u( U& b/ l4 j, NFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
6 D+ w$ O0 f8 e+ x4 E# ~5 G7 r) O: a$ a+ m; p8 B
Then search for the following content in HwOption.cpp % \# i9 v- k" X" M" i2 k- \' C
; D5 K! C8 f2 e2 G# K* w
' F( \: r3 U2 Q) [+ W$ \4 U4 j
if (scan.Token == _T ("ip"))
S: V; F# C) L2 O{/ M4 x. z+ M2 A% g) k! }, s1 a
scan.GetTokenEx ();
* S& Q" b* _. R8 Hstrcpy (m_IPAddress scan.Token);
8 X9 \: x3 W' p! X' }$ w}
1 B0 n# |& U: D8 L9 ~; xand turn it into this:
% l6 D3 P+ T$ J+ u8 d1 A! h. JQuote:
: F! V6 V+ E, A4 t9 b4 jif (scan.Token == _T ("ip"))- j1 p: A( F1 Z$ L+ G" t
{
, ?/ ?$ K: ~9 U. C4 |/ / Scan.GetTokenEx ();
9 n0 \. S( k2 L% v& _; C/ / Strcpy (m_IPAddress, scan.Token);
1 D6 Q6 x, h# J( i6 b+ J! x}
/ t* p" ^' N& K7 JAnd you created the solution.- l" {% I3 h9 v" T7 C
0 p6 J& O" ]( @2 {- M2 }6 \$ F7 t
$ S, _9 F! G# |# [/ i
Then read the Neuz not the IP from the INI anymore. even if put in it
3 r; V$ a6 p+ w! b# H! z# m- q% x- r- d" Z1 l3 C8 X
Max skill's
) j, A* {1 w, }9 E7 [2 m
" s: ]" ~' i PAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 2 B- s; p- Y& V" }. F- X% y
! A2 ?+ _- X/ W* HWith the TUT can provide the remedy it
: t9 e( F1 Z& W3 f- d* R9 O; R2 P$ k+ k- m, |7 }
# 1 opens the file SkillInfluence.h
8 n- z( H2 w! ?- T' `1 h# 2 Search
9 ]1 u& A9 m6 {- `' \Code:
% t( C6 s; ^! u7 W8 d9 z3 w) }6 r% d
# Define MAX_SKILLBUFF_COUNT 147 S3 F: n' _* J H
# W; ]0 V1 v5 a# 3 Change the 14 to your number (eg 21) and save it from
9 \) ~' [3 T }0 A6 A* ?" ^# 4 compilation and ready
5 y' d% W) J; K6 I+ r) _& U" d( {/ W& \+ m% L" a. C+ ]# P9 `1 O
0 D q3 f/ I% T3 P3 T
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:
* U. z7 s1 m( m- T* E% Y* y% \9 u* @6 x7 C1 ^1 E: e( u
dennisdra* I) R. r y+ H* s0 _: Q/ q* W W0 s
.Crasy
( x& f6 h" y3 D; y; L8 e©ross
3 c' w' ]' ]4 b2 I, e+ q: ~, ASedrika d. j& y! z o+ E% }! E
% t. e: W; B, M0 B) [, [* R; ?7 C0 Yeverything 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! / ~7 Z1 ~7 k' \) m* ?3 X2 q, Z" D! X
8 q* l2 Z! q$ o+ F/ cP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less& f3 J J8 g! s* R' v: x, ~
8 p9 x. {7 j: F2 ]: s
& L$ g) ]. C) u1 B: ]Update 1:
how to turn off "Profiler" in worldserver.exe 5 ?: }, O/ C3 u, G
, @, b) \$ u; n' L
' g( Y" e3 K1 M! f% K3 }in VersionCommon.h of Worldserver Solution
3 ]6 Z3 G$ B) {. jLook for
% k+ [3 N4 q. q0 R' D$ G/ b: j
' l& r1 G- P2 j" M. }#define __PROFILE_RUN- R% h: E" r5 n% W
" _! M2 A6 {/ n+ f$ P9 |3 c
comment it or simply
: f! G/ H) L5 e! r* b- P5 N T0 b1 t0 N* X
//#define __PROFILE_RUN
; s/ `9 W' X4 T0 A6 q# y& h+ ^
& J) y0 h0 l' ^
/ E- B i/ w. xcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 " V0 _. @: S/ V1 ]! R
|