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 # D, J6 d" S' ~2 V8 N
change level without Rebirth
7 _' Z+ Q* Y6 D# x& u8 y
5 m+ \. C* q5 X( b' Q; ?Now, let us begin.7 h0 B. b1 _2 C6 `3 I. R7 z
! Z! |' V& P1 r$ t5 p7 {- S" ZRequirements:
% P' K6 Z1 ]& o' DSource' n6 l6 T- f; {2 Y$ j( ]
Notepad / Editor
4 W' i# Y6 f4 a: E- C- q3 K1 J% W: J; ~3 W
/ / Tips by Sedrika0 l& p7 p" \% o8 e) X' I: u2 \
! V9 S3 `0 I/ ]7 f+ I
It is up to you how you do it ^ ^% z7 \0 I0 H. [/ L- z0 X+ {' I3 o
% V( f" M2 A9 X" X0 k3 p! VGo into your source folder and open the definejob.h, A/ D+ H5 M# {; t8 w0 b3 H4 j
Search there for:* D% g$ Y' R% R& R, x
# D9 o9 y; }8 S* U# J
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
9 i7 ~9 r1 @# }5 U6 n, g7 N#define MAX_LEGEND_LEVEL 129
- T, x; ?- a) f a& k#define MAX_MONSTER_LEVEL 160
# S! b* J8 I+ x/ C: A/ N#else // 15Â÷ è÷¾î·Î ·1o§è®àå
|+ y( ^4 M/ a8 u$ ]0 }#define MAX_LEGEND_LEVEL 121
. }% c# s9 F+ X; Z2 j#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
" u6 u4 @' I# j D
! F0 `; o1 L& s+ G) W' Q( v/ z, w
Red: Player Max. Level0 Q8 Y( Y7 e {$ D8 z8 p5 T
Green: Monster Max. Level
4 A% x- G' R* m# M1 L3 R& Y6 Q5 Z& _6 a4 G
These changes as simple as you want.
& v! o* V4 r0 y- P7 p ]# a( `; e; L; n2 ^; V1 J
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
/ s! I' R$ M, i# u% v" y! c
2 [+ ]9 l8 b2 v8 I6 p Part 1 of blocking CE 2 Q- @* v; R! }# C3 q# p9 [8 \6 k0 N
8 g: c' H3 I4 t5 O5 a8 Y
In this tutorial I will show you how to change the Head of Mark flyff.
$ l6 S" m' n$ X$ eThe current Head Mark is well known, 5E, which results as a string ('^').% i- ?& k1 ~7 O" M
6 G* g3 O, g4 a
For this we go to the World (Project) and looking at the Buffer.h after thistext! o( U |( d6 ]( E
Quote:. c( x/ j) K- v W; k
# Define HEADER MARK '^' / / Normal messageheader
, m' K, n7 ~; c3 b# Define SYSHEADERMARK '%' / / System message header; B0 y3 ^6 u1 {4 X6 ~" i+ A6 E" R
What the Sysheadmark is looking for is not even the top 5E.0 q- j, H/ l9 j* [
Change this and it makes the CE Not work on server.
, K- ?3 A8 K. P6 T
6 q0 z5 {9 l$ I, q8 XThen Tom's anti-hack is no longer useful.( e* V. ^$ H% K4 v: c. V
+ O4 Y$ H4 D2 s& y2 `" r/ b4 YLG Sedrika Part 2 of blocking CE ' g" i; n6 I6 M$ m0 W
l6 r/ c: c Q( G. hIn 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. $ L7 v8 M4 M. L7 c5 j7 O
What does this have an advantage?
g5 e% M( c+ l" B, m" g. k AThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ! [& W( i$ r) ?% z% f: T
* U7 L! n+ T# o0 M: O7 o/ g
0 g% ?6 ^5 S ~+ x! x
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
7 v' u( K9 v/ s
( b0 V& s/ i5 ]7 w! C: LThen search for the following content in HwOption.cpp z* } X' A6 a k3 J0 T7 N
5 J* i0 s# W& G8 \! ]% Q+ y% o
/ L# ~% {( O$ p* c4 k
if (scan.Token == _T ("ip"))
. U2 X5 p M0 q{) }) n `4 `" c
scan.GetTokenEx ();
" ^6 u I% H$ a' |2 v, Qstrcpy (m_IPAddress scan.Token);; s* ~1 H& Y' G2 V5 S
}6 s, I N# s# h. J7 {
and turn it into this:4 W7 k+ L& Z2 B8 n7 r0 _
Quote:
! w6 g, r1 ?( x5 W5 C6 }if (scan.Token == _T ("ip"))' P4 b9 |6 F! }' }; A& p' ?$ ^3 s
{" z$ G$ I% d! ~0 r/ D. m
/ / Scan.GetTokenEx ();
- |/ s; _+ d" s9 P% T% A7 @/ / Strcpy (m_IPAddress, scan.Token);5 k( f+ ?- S4 ]% u p% a9 h
}
" ~ h3 t i" Q; N Q. w# lAnd you created the solution., w, m5 t' K6 e: D. x2 f3 R0 }" Y
* C3 ]6 o6 s9 |' r' j, U$ M, E+ g- I
Then read the Neuz not the IP from the INI anymore. even if put in it
# h) r8 @$ t; g0 ^9 w; G" l/ M- f& r) d. m' L2 C0 ^2 V
Max skill's ) \! l* U; M6 o. M6 R& `; J0 O W
3 ?: K% A" B3 g% 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
0 `4 Q3 P) a( N4 x$ a) q4 } X" K
$ W% Y& Q7 _. N8 ]) q' KWith the TUT can provide the remedy it
5 n* ?4 f8 `. V9 n/ j4 f: p
8 ^& V+ `( y# q2 B1 h# 1 opens the file SkillInfluence.h+ s* R& k+ m2 W) c0 B
# 2 Search9 j. R: ]2 }5 u' z# y, M
Code:" F- K {+ \* X$ G6 X, n! b
7 v: I- f9 ~1 T' A! Z5 _- D# Define MAX_SKILLBUFF_COUNT 14: |8 s0 g' ~* H+ z
G$ ?1 G$ G% D5 M
# 3 Change the 14 to your number (eg 21) and save it from
. w( p- G+ i$ u2 A0 g5 u2 j# 4 compilation and ready
9 j5 j6 g7 U$ H% Q3 e/ `2 q$ ~( Z) `
( t6 C( Y! y1 f( u- G0 S' D2 A9 Y J
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:
6 P8 z7 s- B, X, t% s, ?+ Y
! C: L. W) S8 X9 m' b/ o1 g. T1 Ddennisdra
0 f+ B7 h/ }# ^2 k% Y.Crasy
0 s- H( a5 H8 m1 D& ~- c! u©ross" V1 l( a# \, q- i) E9 l4 f6 N0 {& ?
Sedrika
- R: i( E# F L& V; h+ U* y& n1 @& d; V" ~; d$ C2 _
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! - [" h* L n i, M0 S
& t! z8 {# R% @; v2 R6 t
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
& d U o" k2 D' {# E) d" G' ]9 Q! ]$ w: I1 Y
' Z6 p _5 O; K! ?# F lUpdate 1: how to turn off "Profiler" in worldserver.exe / O: ]+ ~, m, h+ @' W1 E9 t2 c% V
, y1 `3 k* u2 C* }2 Q
2 t R! _* ?" ?' J! ?- Min VersionCommon.h of Worldserver Solution4 d; c& ?! W: z* v- e& c
Look for. x- R6 V9 s* n" W: `* {" S
2 O5 W# e( B2 W- E+ p) l#define __PROFILE_RUN
0 c# _. N4 b2 W
2 ~6 S; r. R" k/ h( Y, hcomment it or simply Y) l; G) g7 [$ A; s' j; Q
: v% y# r3 ]7 R& `//#define __PROFILE_RUN
: u, e7 \9 t8 c7 }+ L9 z9 O
% |5 e( c ] X; [/ J! W; h1 p, W. K$ x/ @! _ p
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投寄。谢谢。我添加更多的很快如果你有病加太
, Z9 D$ p+ ]/ u5 r b, p |