|
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
7 e3 ~3 g0 X) e8 `( i1 v. f1 ^+ R+ Hchange level without Rebirth2 N: j; `; y& C
# R' z4 e) q+ c. f* e- Q
Now, let us begin.: J8 j; V+ s! E* h
6 }+ z9 m7 y Q5 k
Requirements:1 u* j% ]( f* [0 l% _
Source$ k3 ?% q! V8 i
Notepad / Editor
* w, g* ~3 \+ L* h. b2 B" r3 ~. v( B: e
/ / Tips by Sedrika: R* ^0 |- w0 z$ }7 c
6 U2 h7 K) ^8 N2 R& ]8 z
It is up to you how you do it ^ ^1 A2 b% d" C8 |( m3 u3 u6 p
6 o! n1 |& ]' P% o2 FGo into your source folder and open the definejob.h. [( b( H D; c+ |" R* U
Search there for:: m6 m9 M& l) \; f+ n
% C# ?2 o" k& ~
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
" _5 `2 | w. |6 L#define MAX_LEGEND_LEVEL 1291 _# j; X0 G. g* O) A
#define MAX_MONSTER_LEVEL 1606 m! X8 K, a7 s3 e% W. v' W
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
" ?- _+ R5 J1 [& v#define MAX_LEGEND_LEVEL 121$ ?! p" ]. X4 C+ l/ D
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
3 B, Y) C+ e* H! c6 p* u: B- T$ @1 \, P
/ i c$ M3 G: r4 X+ t3 [9 eRed: Player Max. Level; c" i" f* y P0 k# |9 C
Green: Monster Max. Level
( M6 `0 M* k) D( @$ g9 u. e! _0 Q6 L) ]
These changes as simple as you want.: {+ V* H+ i* F/ m8 a
; n* D) P! F% G! @% }8 MThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source." T, z+ w$ \! U% a6 h
$ U( x0 h% h4 z) \# E/ }
Part 1 of blocking CE " U7 O1 V9 ^4 x3 ~; D9 z
: Z( g. {, n. L0 l1 V( R* rIn this tutorial I will show you how to change the Head of Mark flyff.
% { g( v0 O+ }2 ~. O; V9 \The current Head Mark is well known, 5E, which results as a string ('^').' c/ P& \" t5 q& x0 z' e+ t) S9 Q2 @
$ I) o5 O0 o5 H- Z. `, u# `2 ~, o
For this we go to the World (Project) and looking at the Buffer.h after thistext
$ u& A r5 Y- Q; l5 BQuote:8 y1 G% C, Z) b$ _8 p
# Define HEADER MARK '^' / / Normal messageheader7 p' v% l% @) I% a
# Define SYSHEADERMARK '%' / / System message header
- @6 O$ U1 i$ e& m2 N( j& iWhat the Sysheadmark is looking for is not even the top 5E.( i. e% z8 w4 J/ D: q) ~' W' F
Change this and it makes the CE Not work on server.
. Q+ z+ m$ W3 V# E5 e
2 V, W- ]/ O3 wThen Tom's anti-hack is no longer useful.
" M+ m% @7 \. q" G H& [9 d! _, E0 J& ~( f8 f
LG Sedrika Part 2 of blocking CE " |. M- w1 R) q8 Q$ s8 H& R, d
9 P! R, U( V9 RIn 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. 4 G+ L- s- `- p. `# }
What does this have an advantage?
+ d7 G ^" p/ T" C: xThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
3 T" T& h7 ~ j$ N' q) b- @3 O4 G3 e; d0 S
% f" M# ^. l' X) ?; CFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.5 [2 b8 k* R" z+ H2 E
% H c1 S) R# x0 M3 xThen search for the following content in HwOption.cpp ( Z" l& k1 F8 |
0 ?# s9 R- [0 u" V6 ?8 ?2 u+ `
4 [: n- g2 B* |4 S3 ]' ~ [if (scan.Token == _T ("ip"))
( Y% t3 N6 |0 x4 u{ N W* p7 I/ a6 ~% C4 _7 l" w r( m
scan.GetTokenEx ();
5 W# ]% k2 f* S8 r* [2 p. Jstrcpy (m_IPAddress scan.Token);( T3 Z" T# D8 k
}( {. q3 I" u6 c5 @# N
and turn it into this:
9 I5 Q G/ q$ A( R; }5 G) }Quote:" ]. `: ~3 J- i
if (scan.Token == _T ("ip"))
/ Y# u% \% M% n0 S{
2 @; k6 y/ @: ~6 F# A/ / Scan.GetTokenEx ();8 ` {, R7 L1 N( y# l9 w0 j
/ / Strcpy (m_IPAddress, scan.Token);1 u1 |# a& W; f$ @8 R7 A, ]6 f$ B6 A
}" i1 K5 ]2 I' P
And you created the solution.0 A5 S" k i7 S/ M' I
9 e4 @5 B; o+ z+ y3 n3 i
. G! f6 I, Y& e. O9 N# |Then read the Neuz not the IP from the INI anymore. even if put in it! V. l6 v/ T: T' }/ ?3 x
& n% l+ D1 G- U9 G) R6 [ Max skill's : ^, U" t% a* h" i2 p! e+ J+ l0 s9 B8 T
1 _! y2 G- I2 |7 O/ l3 D7 j
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 + H% M# y' }+ }) ^
2 j! Z8 K( i! |8 @
With the TUT can provide the remedy it
) k# L3 c ?/ ?3 K9 R$ ?1 ]7 u5 J S% a, m, ]
# 1 opens the file SkillInfluence.h D6 V5 `! h( z, o
# 2 Search* ?& Z* }8 h* L2 F0 X- G2 c& m' }4 A
Code:
) e, v6 {3 _) M
8 \& w; _ [; @6 o+ D" O# Define MAX_SKILLBUFF_COUNT 14
7 ~( D8 P \3 R) D+ ^: c/ Q$ v0 W6 A- g0 G0 t- `
# 3 Change the 14 to your number (eg 21) and save it from/ a' h2 L) B8 r* u& _/ o
# 4 compilation and ready0 w; J% e0 _* F; X
$ |/ O; y2 [, ~$ _/ D5 W
3 Y1 d( ]0 d+ H8 Q' E- Q6 }
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:' t o0 i5 M, L ~6 h4 R2 W
- x; [" E3 j x1 S2 m0 F
dennisdra
4 i* w. s& Z* u0 W8 c5 ?.Crasy
5 a0 |, U& m7 L, J" ^. W+ V©ross
; T% n% L5 } ^7 H+ W+ h: r- ASedrika
) A1 F2 T' q# x T$ s
. Q1 t5 \$ b7 ~1 xeverything 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! / Y! [9 J. F' N$ @7 F8 l* ?% K, @
6 s$ y( z" P( RP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less- a2 I3 J4 h) U
" F! G0 `3 W2 L+ x) s# V* z. X+ G( f4 Y
Update 1: how to turn off "Profiler" in worldserver.exe 1 t$ J9 g7 Z& B. z9 I, |
' i4 g0 m9 B1 D9 q2 l1 n* k- K% X
. c9 w# u* b# f
in VersionCommon.h of Worldserver Solution
: c" i' i/ J& U6 ?& nLook for$ c v$ F" D# ~5 [
0 l) P" ~' p& }$ Q% A5 i
#define __PROFILE_RUN
5 I* |8 M2 {" _# E
6 z2 f; s2 r/ n! Q7 Kcomment it or simply: O! N5 |- v9 H+ h
' [8 K3 I( x9 e8 H2 w//#define __PROFILE_RUN }6 Z7 ?# `, y8 A# S% {& u
4 n) a7 o& v4 }3 n
- c; C% G% e) A5 w3 p0 _ i$ Y
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投寄。谢谢。我添加更多的很快如果你有病加太
) {4 h; b- S% f+ q- t6 ?8 s) K |