|
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
% O( Y( v: a9 p S) H) l9 achange level without Rebirth3 C) i8 n5 j( P9 J4 K$ V8 ]
3 e/ N( p K) F- @6 y% ^
Now, let us begin.
0 J" C4 [- p) g4 K: K/ l; J {
l# l4 L; [/ N* F7 BRequirements:9 H6 w$ g$ V' F
Source3 q1 b( [% P+ U$ `
Notepad / Editor
" ?% f; _* J+ K+ R& S# T4 {7 e$ X: K1 }( e6 h+ O. ^7 |
/ / Tips by Sedrika
4 ]4 S0 J% }6 d7 \8 T# i- n& i9 g8 d' e M4 d' x
It is up to you how you do it ^ ^, h$ k# `- |! S: h. j1 M/ c
8 L" f/ Y1 O' e5 W6 ^& S
Go into your source folder and open the definejob.h6 [5 U# b7 `9 c3 [9 K/ S
Search there for:% d) C: _! ?4 {" o4 V8 k7 v
2 b( h7 {9 Z2 {
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
0 c' v! P. j' x1 u8 `7 h3 _#define MAX_LEGEND_LEVEL 129
# P. x# r3 T$ m0 y9 X( \: f, _#define MAX_MONSTER_LEVEL 160
8 ?; D u! n) D/ \! P- c#else // 15Â÷ è÷¾î·Î ·1o§è®àå
( ^4 G- Q9 e/ j#define MAX_LEGEND_LEVEL 121
5 u+ a! _/ ^+ W% i" s0 m: P#endif // 15Â÷ è÷¾î·Î ·1o§è®àå & |" z+ N9 [1 s1 s
0 G' E/ h* m5 Q
* Q, J" F7 p- q, _7 e2 t
Red: Player Max. Level7 }% ~+ S; v7 ~" n$ A/ }( j" U: `
Green: Monster Max. Level
9 `7 N+ I& B1 j! y9 q8 @+ Y m" i
These changes as simple as you want.. X4 _, D: e* t$ L8 f; U( P+ L6 p8 i
# ] h8 L7 d& y* L' `; d; rThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
4 s( R2 _+ R, Q' A% v' N F1 o# p J$ S& `) z/ r
Part 1 of blocking CE 1 {; R8 V" x% U; |/ C& C8 b/ Q
# k; o3 L1 D: n H
In this tutorial I will show you how to change the Head of Mark flyff.
# s+ [$ E2 ?7 T+ h: `6 A% D ]The current Head Mark is well known, 5E, which results as a string ('^').
: U, v8 I: X" ^5 X ]* k/ j
5 q8 F' Y0 U7 n9 b4 D9 J8 Z& kFor this we go to the World (Project) and looking at the Buffer.h after thistext
, J0 e9 r- Y1 }1 eQuote:& O7 e' _0 V; D+ X9 u- _
# Define HEADER MARK '^' / / Normal messageheader
+ k' D7 y' x0 | T# Define SYSHEADERMARK '%' / / System message header
5 D- }( I! ?$ Y0 u0 O; bWhat the Sysheadmark is looking for is not even the top 5E. s* y3 \: Q8 V% Z4 U% k7 G
Change this and it makes the CE Not work on server.
$ `% o- ^$ \# b8 [! K- |) L$ H- ^) I* y# d6 C( ?. Y$ A7 e
Then Tom's anti-hack is no longer useful.8 q5 O. A1 I& F; L# q* i3 D# {
$ P# s3 C3 _4 q/ tLG Sedrika Part 2 of blocking CE
$ J% m* E8 I4 l b: m9 m& ]: w
: o- Z9 l4 E# {3 ]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. $ m* e2 Q8 F: f! Y9 g. U
What does this have an advantage?
~% t+ N7 t' C! ?1 XThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
" u5 L) P g4 ^# {- x- ]7 `1 W2 y2 T
" ^6 y& _. S3 e, a- D% e1 U
0 X$ J: u( x& A1 G3 GFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.7 Z# ^) q' M! \2 h7 k1 ?
3 I$ I7 F6 {9 J! g+ E' C9 m
Then search for the following content in HwOption.cpp $ u% {! m' j( `6 K
$ @* ~/ z! A1 ~
d( }' h3 j8 D
if (scan.Token == _T ("ip"))
0 I$ f4 o( M9 @( W{
/ o2 n7 p2 m! F- S0 Y: @2 C7 Bscan.GetTokenEx ();
# ]: |4 g' ^& i {% ?7 v/ i) B6 Kstrcpy (m_IPAddress scan.Token);
0 |- B3 D+ Q# p1 c" c7 Z9 J" `}
/ {# I4 b+ Z) Pand turn it into this:" p _& u( A; D& G
Quote:
) T0 _: O5 ? s* b& Eif (scan.Token == _T ("ip"))+ k* L( W/ R' j) ^
{
1 g) e* j! _5 Q/ / Scan.GetTokenEx ();; T: x( B" H# t {
/ / Strcpy (m_IPAddress, scan.Token);9 B( s- o/ L q6 ~
}8 {4 ]4 x' v: ^) |% w
And you created the solution.8 q: O H; M1 Z, [0 V& J
9 t+ y$ f% M1 _
5 A( B- Y9 k A5 |% AThen read the Neuz not the IP from the INI anymore. even if put in it
D. }3 ], c: c* C l
# h; o/ ~% c- s) f6 J8 G3 F
Max skill's $ {2 Y/ A, c$ T- s5 C
& ^6 y* l& `& p, z. n4 h, }$ }" yAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 5 I' H7 |! n$ p2 |+ Z: h+ j8 ^) ?/ r
* X( q: q8 U' xWith the TUT can provide the remedy it
1 k w T) F: a* h& y8 z1 u) p
0 y$ z& u; H$ b; u( W6 s' u# 1 opens the file SkillInfluence.h+ F4 q6 s$ A' e2 K& Z* ]$ ?
# 2 Search1 E4 b- Q0 g- t* |) n. W
Code:
9 V! F7 W* M7 Z* ]6 D0 K, n! S8 \! \, E' A; e
# Define MAX_SKILLBUFF_COUNT 14. ?0 t* Y6 ?9 ?0 o$ U1 W- L( _7 Y
' v- W; m( R" u: K: k* A. L/ f R- O# 3 Change the 14 to your number (eg 21) and save it from8 t7 s8 @$ `) n; q
# 4 compilation and ready2 A2 h, k4 ]' L. E" e
# `- K: H; M1 N3 }4 a, Q
) e( O) A* O' u1 U
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:2 P! J- Q) d+ \
& c4 k7 W( R! ~( p
dennisdra
6 n$ |* q4 n, ^.Crasy& E# |8 ~* ?8 l; O! _8 Z
©ross
$ D" S" c3 J5 i" M3 k1 ?Sedrika5 h9 q( w# f8 P0 u
4 x0 h( T' I% u" g& [: ~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!
4 W& A" G* w$ f ]0 a& z% R" S' D1 D
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
: Y1 t0 Q/ Q G! H) e5 n W2 u; {$ i1 {2 o3 M1 ^
; H2 |+ L1 Q6 `' h
Update 1: how to turn off "Profiler" in worldserver.exe
+ {! M! T, f7 {+ |0 w1 b% t/ q
/ b+ }* y$ }9 b4 H, y) A
* e' z% J7 S. S* Q; C9 h; g; Lin VersionCommon.h of Worldserver Solution
$ h& e1 V8 B2 X. o1 G2 tLook for7 N9 O% z6 V# D" l; ]! q* ]7 D
5 r2 `" d9 U8 {; H% D v#define __PROFILE_RUN
# d+ R3 L, i5 T) r* v. I$ W( p0 T. _( B3 q6 w2 m3 h
comment it or simply
& N, j4 G; N& E" S0 w4 k- B2 y. }8 O- o) Z; Y$ N( p
//#define __PROFILE_RUN 4 j4 z R2 @/ x `$ q
3 |% X4 M* W: l) f% ]) H7 k8 K5 H
9 A! C/ A p6 G' D, G9 a, 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投寄。谢谢。我添加更多的很快如果你有病加太 5 P0 p6 K* ~# }" M1 T4 v, G
|