|
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
! z9 y% |. U+ |+ d( mchange level without Rebirth1 ^) o3 L: j w" x% J8 n
3 A. e5 x0 x/ D, R: m% S3 lNow, let us begin.
. d1 X8 m+ r4 G' K
+ L) U3 F9 `3 e4 D2 U* bRequirements:& P$ S& h5 X* ^
Source$ Q5 @( i3 l m+ y
Notepad / Editor0 r5 [7 U0 a9 W+ c
e, @, V& ?. S" q" x5 p- {' ~/ / Tips by Sedrika5 K* Z7 r+ s: }( g
4 O' \* I( G% t8 o7 Y4 J
It is up to you how you do it ^ ^ Q N6 i4 j1 a4 \, Y
. q" q6 c9 H: e, O. qGo into your source folder and open the definejob.h
+ |5 U- }4 A9 d1 GSearch there for:) [3 O% _; H9 O! z* j0 e. K
# T }7 C7 o6 ~6 x#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå8 X% S- P6 ?6 R: X: C3 e- O
#define MAX_LEGEND_LEVEL 129
1 U* n+ F0 }* \3 W0 A7 |#define MAX_MONSTER_LEVEL 160) k+ ]+ a6 s- Q& i' r: T
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
# z" S: o$ v. q# I9 }5 A#define MAX_LEGEND_LEVEL 121! V5 p E) z& ]$ q2 M+ Z
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
% ?) q8 }1 @ j# @% I/ [+ N+ s0 b# P" B0 ~
; \/ |8 O* D2 L
Red: Player Max. Level
% W4 T, V9 {' P) J! Z, i# FGreen: Monster Max. Level2 N- m! m7 V' m( i
3 U, e4 j" F: \* S( H
These changes as simple as you want., |3 A5 Q7 e0 i4 z! y! _
; S+ I {; v$ Y+ D8 b7 `0 A
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
* X* B1 w3 m& a# @ V/ @, |! q/ A, T0 b3 Y7 v: p$ X; W
Part 1 of blocking CE
$ f/ Q$ ]% }% J) S& Z7 V, J. X
In this tutorial I will show you how to change the Head of Mark flyff.
" @& r) k& I, z( S8 e0 t# jThe current Head Mark is well known, 5E, which results as a string ('^').3 K, s% n% [5 b
# B1 N& @ {! mFor this we go to the World (Project) and looking at the Buffer.h after thistext
" R2 X$ S2 l0 R! z$ g+ tQuote:# N! a( F9 p7 j+ t# c8 M
# Define HEADER MARK '^' / / Normal messageheader
% z y) q B/ C# k3 D6 N# Define SYSHEADERMARK '%' / / System message header4 {! b m" H2 C5 i' m8 V
What the Sysheadmark is looking for is not even the top 5E.) D3 y$ @5 p6 N
Change this and it makes the CE Not work on server.. F9 H/ _; F: H/ p7 V% b
6 e8 L( K1 [6 Q- lThen Tom's anti-hack is no longer useful.
& e4 |. {8 B" C9 n0 U7 }
; O7 \5 q9 T5 W! hLG Sedrika
Part 2 of blocking CE 8 i8 F( L% f" c( [9 B
9 j. k6 a! s( |$ r: q1 J
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. 5 {% e8 W* D% [: B# K5 P7 m: ?" G+ J
What does this have an advantage?& S9 K1 O. G6 |
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
7 R8 _ E+ l6 B& ]. D3 r
0 Z* v- T) ~: O0 `$ A0 Q6 K( I! U* }& l$ C/ b5 i& ^/ D
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
0 P- s2 }! \+ b% P, E6 n7 q
& q7 R w. F5 U: r2 xThen search for the following content in HwOption.cpp & t' t# H3 F% \; T7 z0 W
. R! }' r8 e" `, X; Q) H
* I. n2 a+ K" p: Wif (scan.Token == _T ("ip"))
* P3 N ?' g* X2 j. d) w) \{
: n1 N! n+ U4 z4 D( u. Xscan.GetTokenEx ();2 M% g1 y. {3 |! H4 a% ^! c+ N
strcpy (m_IPAddress scan.Token);; r, i* ]4 f- Q1 }# U1 }' @) Y. ?
}
( Y& ] u, }8 Q h: M0 _, Q4 uand turn it into this:5 w' |9 J) L' y# j0 s$ A+ N
Quote:# H, X) {9 X' a( T# f
if (scan.Token == _T ("ip")) o) c3 n& x; A. `) P. O2 H
{9 F1 t7 U3 U- l/ u8 g( Y3 k
/ / Scan.GetTokenEx ();( `: D5 v4 }8 D5 f y) w
/ / Strcpy (m_IPAddress, scan.Token);$ b1 r L- M* y7 ^" v) t' | c; `( t
}" |# M1 k' u" P/ y
And you created the solution.. M7 ^' J, K9 m) b6 b! V6 \6 Z0 j, t
" k" W+ F" n" q: t3 O' U0 f* X5 s- D
! G1 J" u; {( N0 y4 T' q/ K, S& @
Then read the Neuz not the IP from the INI anymore. even if put in it
' x3 P+ k7 r- l& M0 e) |0 x0 A7 f8 X0 c
Max skill's
* S5 G0 o! B- D' |$ q# o( [ @5 Y+ {2 m) O* d
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
+ D1 W, N! ^8 ] \
3 u( Z9 ~) N* |) _' P+ [With the TUT can provide the remedy it
( X z( L4 z* A3 M6 d# v M3 j1 O \. ]! R) V+ o! A
# 1 opens the file SkillInfluence.h" t5 L9 n( j* L4 V* u
# 2 Search( Z4 o* \! O: A/ u
Code:
1 Z* i4 i/ `. e+ c
3 \+ R* ~8 h9 s# Define MAX_SKILLBUFF_COUNT 14. v# A/ k# g; t' _4 a c" \" Z
, s) z8 u/ D9 f7 \: i7 K6 p# 3 Change the 14 to your number (eg 21) and save it from% e5 t4 a% e5 I6 W5 n( a
# 4 compilation and ready
: f' \2 ~7 k, r6 R+ O6 @6 k: i# |) n# S, N B8 e! b- {# K) P
& z: g6 G- B% Y, W
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:
# a# L/ D- l- F) {, r& t3 ^& Z. G3 ^1 [) q8 t
dennisdra6 E% n1 T$ \; J9 M$ a+ P% e% j
.Crasy
6 J" t& R. S* h4 X9 ~©ross# H) E; O8 j; u9 j% m, b H; [
Sedrika
% J9 E, t, X4 J. f2 A( N/ k4 [- q+ y9 C8 l4 r1 j$ j& |5 R
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! . ^5 Y, |4 ]* _! O/ s2 c
8 M X' c7 H' C! AP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
6 n) q- Z" @0 S& K! Z. o
! k! H1 M7 v, b8 c; `# \7 x4 q6 w8 t7 R9 N$ b/ X* f6 j0 p1 A& D
Update 1:
how to turn off "Profiler" in worldserver.exe
9 x! S% `; H& {
6 y4 c( C' j# n' }8 D/ X) |3 j. ?! b; X8 }: {
in VersionCommon.h of Worldserver Solution
5 f9 ^" j2 j. ~0 rLook for/ M8 |: D p$ w* S& c
' ^3 q; b( q% s) Z, }. C
#define __PROFILE_RUN
! c& m' L. C; ~, A' P! I2 t" {9 t \) j! T! A
comment it or simply2 r" o5 ] m+ k, V3 L) O/ w: C
, q) q3 I) C* o/ r' G
//#define __PROFILE_RUN ! D/ @. E+ _* c. ]% M* C
) t& S. y3 K4 [- \8 R) t* g- g+ i" I% \& p4 I" F# Q7 _8 N
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投寄。谢谢。我添加更多的很快如果你有病加太 ) K9 m; ~$ q0 b! T
|