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 r1 G5 R" A2 @* qchange level without Rebirth
( n, ?/ j" m8 [3 R
4 Y; {7 ^0 _; n- d9 zNow, let us begin.
/ v1 U- i: U$ Z: j" ]3 A& P. g# d% v y6 t6 v/ W. d) O) O
Requirements:7 ]; c& ]# d7 X+ O$ s# d+ ?
Source
" r# N% H% R& x7 ?' iNotepad / Editor+ p3 X P4 L6 m' n
1 X: _& \; P, Q- `) J$ D+ M* H: a/ ?/ / Tips by Sedrika& H) e8 q& p! a/ M I; |8 y w) I
8 p- W" e. E* m' y1 X" T2 i
It is up to you how you do it ^ ^* ~4 l0 E5 x1 F: l1 V7 b9 |
! R2 v* G. q' y: n7 K$ P9 f0 G
Go into your source folder and open the definejob.h
. n, C( F5 z# qSearch there for:! M- f+ k3 l0 m: @+ u- [7 P
1 T9 y4 ?2 S* ]& e) t
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
6 \7 q6 W7 \" G9 ]2 U#define MAX_LEGEND_LEVEL 129
/ s1 F7 j2 ]" [" M$ ]#define MAX_MONSTER_LEVEL 160
1 ?- b6 t" {) F7 C#else // 15Â÷ è÷¾î·Î ·1o§è®àå
; o4 a% [4 ~0 Q+ n2 }" w#define MAX_LEGEND_LEVEL 121# K% s1 M/ X) C7 {3 r/ _- S. n
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
( P' O8 ~: x3 c8 h* c9 a d; [2 }/ e1 `8 ~& {7 K! D7 ` O+ o! x
6 b$ C! Z5 H1 g7 @! X' ~* _ VRed: Player Max. Level! q, s. A# H5 @* I. x3 O; s( m
Green: Monster Max. Level, V, h' |. O) B* \- k' ]$ u; o. s
: w( I7 I% g" Q+ Y: i5 o6 Y" r$ e
These changes as simple as you want.) T: o Q, B& A. W0 N7 Q+ L& F
6 d& h' ^% }/ Q3 ^ F$ r
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
) _5 R, _# H7 s6 u0 P, H6 L& k, k& ]$ K; q( x2 B
Part 1 of blocking CE 7 @- p/ }$ C* L1 l. w) Z
. R6 I5 y; U' Y
In this tutorial I will show you how to change the Head of Mark flyff.
. C' J' c. T0 K- Z/ c/ C; q) }The current Head Mark is well known, 5E, which results as a string ('^').) L% S9 |+ K E
5 @4 h3 o; ^- \$ \% \For this we go to the World (Project) and looking at the Buffer.h after thistext
( ]! a0 _$ Q7 s9 I' j/ `9 fQuote:
* h% U- w. V3 l6 D/ p# Define HEADER MARK '^' / / Normal messageheader
4 M. P, j4 T5 Q g+ h2 X# Define SYSHEADERMARK '%' / / System message header: a1 w: h2 k4 m/ f8 V* Q! @
What the Sysheadmark is looking for is not even the top 5E./ x, @1 r7 a2 ]# e E
Change this and it makes the CE Not work on server.
7 ~& h2 R1 k" f/ n1 [# a n
_; f4 E; \( J# n# y4 mThen Tom's anti-hack is no longer useful./ e8 ]$ F* P$ N. ?+ [8 Q0 q
+ {1 X( O' \" g7 a* M) \5 X# @. g
LG Sedrika Part 2 of blocking CE
. H+ A2 _: h* s& g% u
: d/ T" P: E6 g6 GIn 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.
; x/ `8 G E9 r1 T8 N0 XWhat does this have an advantage?* c$ C" ?/ ]/ J5 @% D! S
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
; }* f, J4 g3 \+ [- N, x/ L1 v9 O" }, \6 v; L6 |* a* x( g
{7 X0 L. `6 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.
2 b& n/ t. A3 ]$ b) F% h8 i) z3 H$ n) n* y0 X' R6 ]8 Q6 T
Then search for the following content in HwOption.cpp 6 {- ^0 C: S5 R+ @7 @
8 Z q9 P; d! i% S; W
# T7 }1 X8 V2 G6 `5 Xif (scan.Token == _T ("ip"))* M& S$ x# ~6 ~& J
{& J+ ]6 c- [. _% ?0 s
scan.GetTokenEx ();
9 C: b/ N% D2 |, _2 Fstrcpy (m_IPAddress scan.Token);
1 Z1 A) B$ g- N6 o}
" O0 g2 b9 b9 P6 V; K2 kand turn it into this:
4 B" w- Z6 w9 b# s ZQuote:
1 r/ u+ g5 z+ h! a! v! u! Fif (scan.Token == _T ("ip"))( \" q7 Z2 H3 m" T
{
( G* y4 Y& G- m3 ]/ / Scan.GetTokenEx ();
( d6 u$ t- k/ J" Q2 r/ / Strcpy (m_IPAddress, scan.Token);: D: M0 k' F" G& t' H2 s
}5 |; O5 j: h4 y' ]. {
And you created the solution.0 [0 m2 o' R- x
0 s1 R6 k2 u ^, z
9 K V, @# [2 P8 L1 r' fThen read the Neuz not the IP from the INI anymore. even if put in it. a# M7 H% p: ^% o. T/ K; {
* w$ [0 {6 g+ W- v% ~
Max skill's
! z* s/ |( Z. |% j4 u! ]( n! H" b5 n& p
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 / c& i! Z1 Q- f0 H
: r! | V; l. |$ r' m# G, z! \
With the TUT can provide the remedy it
+ r, a: E: b' p% L0 Q3 e, e/ U* t5 M+ o
# 1 opens the file SkillInfluence.h
( U% z9 K- `3 _# 2 Search0 X5 I+ E3 Q* s
Code:. |0 k' Y- j( [! c
. E. h% x2 u, q: ~& U5 y# Define MAX_SKILLBUFF_COUNT 14
* O v! l4 j' r$ ]' m* U! g0 \3 \* `% o$ _' S, {
# 3 Change the 14 to your number (eg 21) and save it from
+ l+ }* S8 D$ Q# 4 compilation and ready0 ?3 b1 m9 v4 T/ ?# s
) D/ {1 l0 Q, N% ?
0 o! Q. E9 }% r. w7 A) w( A
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:; v4 k0 a5 j: ?* B
4 A9 l3 U2 @+ X# c5 z% h! R; ^! @dennisdra' F: S9 V& d3 {- O( Z" d4 N1 t
.Crasy
4 d" E% C9 p( Z8 |1 s9 `©ross6 m/ Z) y. \; N) S! p5 o
Sedrika0 a( |2 b& H5 l( _# f1 W
9 [8 r" a2 `% a6 u0 u/ ^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" s1 l7 v9 c& l
+ w% J z0 y" J; C) X, n, [P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
' H$ d; d3 ^3 U" D( c# F, M$ D. N7 |* ^- s" }
# z- r8 J. p, Q. ~0 o. a
Update 1:
how to turn off "Profiler" in worldserver.exe
" }- e5 c+ F8 L6 C; g6 l3 V0 H
) K& b8 G% C1 M
% K3 F/ `) ]7 Uin VersionCommon.h of Worldserver Solution
% D6 C3 F& u1 ^2 K0 |1 ILook for
9 I P) s: C' i0 t; O! B8 K" k
9 h2 |4 c1 W q" x#define __PROFILE_RUN
9 [" ]' ?" f$ A6 C" o/ j5 O7 {5 i
comment it or simply
1 D3 K- W; k/ {# B- b* ~' d: h0 ^* E4 t4 W# c" F
//#define __PROFILE_RUN 3 I/ G' _: ]4 R3 `& n/ a& m) N
' D+ e$ v p% z/ B2 V1 I4 t' ?% U
8 [: Z+ [ F2 b
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投寄。谢谢。我添加更多的很快如果你有病加太
) o& D; M% U, @6 {& v1 C, \ |