|
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 9 a$ a% ?, Z3 M
change level without Rebirth: ~8 h7 \8 h! ]0 d( r$ A
* k$ X) P- j0 {
Now, let us begin.
8 F6 G( H, f8 i. F
/ {- _2 d6 Z! ^- M4 uRequirements:4 \0 P+ O& q5 y" Y$ Q
Source
5 Q" ~9 B; F, |Notepad / Editor1 W9 [! y; Y5 l" l. D! ~4 q
( e. w1 d( i' L4 @, C
/ / Tips by Sedrika) d; S* ]# d! z0 e+ J; j
: U) \* t% N# T0 N
It is up to you how you do it ^ ^/ r+ M0 t9 [5 {$ D2 Q
5 w; I& @" U, ^6 U$ \" N3 S
Go into your source folder and open the definejob.h
1 j; d" Q0 e" `' p8 c3 G OSearch there for:# ^1 A7 X9 K# g! Y
2 x6 I7 ~* x( n* g4 \: @#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå+ i. V0 r4 i5 C& b' i$ b
#define MAX_LEGEND_LEVEL 129' U8 B9 P; k* ^6 \
#define MAX_MONSTER_LEVEL 160- \# D' ^( C2 Y/ k. B+ F, O
#else // 15Â÷ è÷¾î·Î ·1o§è®àå; Y# }. l2 J1 m# V/ n
#define MAX_LEGEND_LEVEL 121
) y# |7 i. p$ p+ _. ]3 G#endif // 15Â÷ è÷¾î·Î ·1o§è®àå A. B* M8 S( y/ p8 l
: C# W; _- j F5 n
" [# y9 |8 k# n3 Y8 [Red: Player Max. Level( Y H" A5 G1 |* U
Green: Monster Max. Level
# }7 }9 L7 @: ?/ W! i: y0 E, S& w4 Q
These changes as simple as you want.% n* A1 d4 h& p# `' `# s
' m2 `* N. ~' r1 j% k+ a& @# T5 x9 [$ E
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
; J! a. J3 V; I0 a) c. ~' s' @8 q* _- X1 L
Part 1 of blocking CE
8 U5 H) ^0 u/ w6 K F- ~. Y! L8 _: {) F, Z* _) l
In this tutorial I will show you how to change the Head of Mark flyff.
& a1 \+ C/ Q- @The current Head Mark is well known, 5E, which results as a string ('^').8 G( W% s/ N; F: ]
3 P2 j) n5 D' K
For this we go to the World (Project) and looking at the Buffer.h after thistext7 P7 ~' k7 a- k" f6 H
Quote:- `7 |/ t0 i; ^# H3 P# S
# Define HEADER MARK '^' / / Normal messageheader* E7 W0 t. M+ k8 s
# Define SYSHEADERMARK '%' / / System message header# ^) m# A6 J" ?+ f2 t. L0 W
What the Sysheadmark is looking for is not even the top 5E.' b& N2 Y0 E$ `# X9 z
Change this and it makes the CE Not work on server.
1 Z. }# c4 D# t n4 T7 l4 N M( c
# c4 H# k4 ]3 \% {) k- V8 q! P: c* cThen Tom's anti-hack is no longer useful. H* `# N6 c" j/ @! v7 B* b9 }/ m
, A$ u" O8 {+ [+ ^1 ~' ?" f$ n. R- i
LG Sedrika
Part 2 of blocking CE 5 G( X! B! y b0 D$ `
, H- ?% P' T w4 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.
. h& e4 {# B0 J) D. K( ~1 j# I' ]What does this have an advantage?
. X5 f0 C" @ i/ e' {# b. YThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself * O' ~ Q, x: W' _6 T: R8 L! ~
& ~3 W5 G4 H. d" H7 @! {
m$ j5 E% j6 z5 i9 r! L( p
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz. V+ ]: Y: c# f) A' r, U0 {8 s
/ b4 a* v8 |6 h3 x5 Z# M- f
Then search for the following content in HwOption.cpp
) N) M% D3 [( s! \6 J8 `
, L# }+ W$ Z- p r& x) c5 T+ t% B+ f2 }& h
if (scan.Token == _T ("ip"))
1 t- E+ V2 {9 |1 Z: P n{
$ O M3 y5 M& Cscan.GetTokenEx ();+ t, k+ ~$ h6 a3 G/ @
strcpy (m_IPAddress scan.Token);% e' Z# g9 Z) E' f, `, H
}; U4 u9 M3 x& x+ S3 S" q1 [6 }- ~* r
and turn it into this:2 |) g. j/ `0 \* [4 V
Quote:* v9 B. k! k! O9 D: E) j
if (scan.Token == _T ("ip"))
1 o) L V. j8 i2 p7 a" R6 |{& ]5 x$ P) H9 {
/ / Scan.GetTokenEx ();
9 K/ d1 f% ?4 c/ o. v/ / Strcpy (m_IPAddress, scan.Token);
0 N: j+ L+ n# q5 b}
0 x; o3 F- g; D+ B } E& aAnd you created the solution.6 g" p& _) F2 p `* g
, L- v' \& N+ N$ s G, v9 g
q, I! Y! K7 z/ mThen read the Neuz not the IP from the INI anymore. even if put in it
) Y3 j% K% v% Y8 v0 w7 |# @- T/ E8 G8 v
" R2 U& |$ \# v4 C# I- w Max skill's , N' {/ U% }+ i+ ]1 q# n
, }% G: B/ b* j) j7 J- LAll 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$ H3 T( c+ r. v F
& y* c4 a4 N8 w# A5 w6 i8 U# K
With the TUT can provide the remedy it
U# U: p4 [. | J1 X) W0 |9 E" k% t) J4 S! l' t7 I5 L
# 1 opens the file SkillInfluence.h
8 C _4 ^! m4 F/ o# 2 Search
+ Z% P# k: G% a4 {' C- y. ^Code:& X* A( k0 o8 N1 V5 i( ~
1 s; I7 v A% r3 b, h4 h# Define MAX_SKILLBUFF_COUNT 149 Z& X$ X& z7 M1 i: @+ i6 a
$ e4 v0 ?) A% ?
# 3 Change the 14 to your number (eg 21) and save it from8 \4 y/ Y1 L* C* u$ V. @# U- W1 [
# 4 compilation and ready
8 Y. e6 D0 f4 c% u! p# V# l8 T- e) _# J# g" q' s' m. ]
3 J# Q6 D' `+ f, T4 x$ S( nI 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:. R* B o7 h1 M$ V# e
/ w3 e$ @' a' m& R; S
dennisdra
3 _4 v/ b( O0 u5 Q# ^.Crasy8 ^- r3 g/ b8 d, Q# k. K
©ross# X# v# C' C/ r, ~" \" S, K: D
Sedrika
0 x' w% @; m2 v( g0 m2 s" u# @+ B
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! ' U# k# T# y5 e* d
* z. Y) E2 a' v5 m, X, e7 W
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
& L9 F) L/ z3 t5 ]& e+ v# p- d, P3 O0 k) [) H7 `, h5 m
' X0 D+ u% Z/ N" l; M' w# D9 dUpdate 1: how to turn off "Profiler" in worldserver.exe
. @4 b5 H5 W$ q2 l
b% N0 a+ a! ^( @
* u. @: A- ]3 _" R1 G3 ?' |8 ~! _! Oin VersionCommon.h of Worldserver Solution. |% }9 S0 r- N$ C5 R7 k, ?
Look for5 N1 K% ^) S$ T7 C: I5 Z
( z% i$ J; s, z: T% A# Y
#define __PROFILE_RUN
2 Y' A- X. ?) ~' x: u0 V0 A% t! F
3 J" k L& E ~comment it or simply
) S- E/ K6 m6 F) ~8 ?- W, z$ ]* A7 k+ g$ I m) S
//#define __PROFILE_RUN
. }2 r$ \+ T7 i' Z- t T
3 Y4 u0 p3 H! a) ~
9 f( U3 X: X8 r' g2 d! ?. H% ^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 C c+ @, x. O |