|
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 " J4 I* n' z9 X4 Z
change level without Rebirth& i- q3 |& [" e- c
0 W+ |- S0 e. _ a7 l
Now, let us begin.
4 g* W" ?0 ~; a- R" C
+ P, p9 j9 S6 y4 \8 e9 P% DRequirements:. G9 O( x L* k$ V2 P
Source
9 I* S, L6 ]$ k" Q% z3 N" \Notepad / Editor
( l$ F t; A9 Y) F& n- p" P4 o, ~
2 h4 U9 J( S9 h; P0 O/ / Tips by Sedrika
9 X6 t7 T" L' e- g" ^: ~+ b7 |/ \" Q+ c' U5 f2 A- r0 `
It is up to you how you do it ^ ^
, b" |# [+ C2 Q9 z0 c, i$ X* r
6 [2 N, l+ R; a; O; B$ }Go into your source folder and open the definejob.h9 T3 L4 T" D; }2 P4 x, Y# n6 T5 i
Search there for:
3 e& D9 j& w3 E& b9 r3 z
- V& K7 ^9 o8 |7 \* i#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
: n- H, f7 u- R% \+ c#define MAX_LEGEND_LEVEL 129
, U3 u6 N9 h& Z: s6 W2 B#define MAX_MONSTER_LEVEL 160
1 }% ]+ Y* z/ @8 i, W4 Q#else // 15Â÷ è÷¾î·Î ·1o§è®àå
7 D' K, z# {( F6 q! T#define MAX_LEGEND_LEVEL 121
9 J7 z8 N: g) X: Y m5 U X#endif // 15Â÷ è÷¾î·Î ·1o§è®àå - F& t! K: B$ B: M$ ~
% r/ y: m& F1 B
; S: [& v. e" K1 ~7 n0 c# m
Red: Player Max. Level$ Q, f5 B) ^7 Z$ }* }
Green: Monster Max. Level. Y$ P; A% n: y v6 n# \
* B8 k; w& n5 l$ ?! D% v
These changes as simple as you want.
8 @: W. S9 i" L% Z' y. Z% H8 G, F1 R0 \
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.* ^, K4 j" K$ c% Q. U
5 p) ]! Y+ |' ~; ? Part 1 of blocking CE 4 g5 t, j# b4 O2 b# ~; |
* W5 S) t0 d# u6 XIn this tutorial I will show you how to change the Head of Mark flyff.
7 y3 H; _! o6 m7 S. HThe current Head Mark is well known, 5E, which results as a string ('^').% ~1 w$ z' n( C
% [ l( _+ C6 N0 KFor this we go to the World (Project) and looking at the Buffer.h after thistext
1 h- p% h7 g0 |Quote:
, a: I+ ?+ c. M" u E# Define HEADER MARK '^' / / Normal messageheader
; g7 J* S1 Q# U+ f3 {1 _# Define SYSHEADERMARK '%' / / System message header+ g L) `0 O8 `" `, s2 B0 t: z
What the Sysheadmark is looking for is not even the top 5E.
$ u) |, o. i8 c) I, GChange this and it makes the CE Not work on server.$ K ~, U1 ~. y5 a) W3 }
4 _9 P. r8 \4 ~4 @
Then Tom's anti-hack is no longer useful.' J" }" b. c) B# A a1 }+ u5 J
2 j9 [6 D8 {) z
LG Sedrika Part 2 of blocking CE
% P$ ]! f$ U- [" @
7 z2 e& p& c' ~- p( y* W" AIn 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.
& U- F" R; s& I; n: j4 n$ _What does this have an advantage?6 q: C* J j7 ]3 \7 K. x
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
+ Q/ [* {% h' h4 d
3 R2 J/ M% W' s1 k( G' {! l: q. z
8 X' P+ |% B* JFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
6 I; I7 H0 H' j" q6 h
9 V1 t3 e T2 V5 z, R4 ^% yThen search for the following content in HwOption.cpp # X7 _7 H& D+ y* f4 I4 C( Q l
1 k* @3 ^' o. B' N% g0 d9 r0 `9 ] ^! [
if (scan.Token == _T ("ip"))
) {% l- T7 E+ x8 O; @{0 w8 ]- V9 \$ V. T
scan.GetTokenEx ();
4 N: x- V' `5 o1 Cstrcpy (m_IPAddress scan.Token);5 d" ?8 o( Q6 ]; Q) n
}0 S, q- {$ w6 S- Q
and turn it into this:7 t" `/ O2 r; Y/ Z- W
Quote:
6 c o: \) }$ t1 A1 _2 bif (scan.Token == _T ("ip"))
- @6 Z/ d1 a) |* t2 o{. `/ O; L. S1 g' D4 X
/ / Scan.GetTokenEx ();& _& B2 n$ D% `' y& v& l; s1 Y
/ / Strcpy (m_IPAddress, scan.Token);* ?: r; L' x/ p3 ]# L1 z
}5 `: j3 r* u0 B0 _0 n( P
And you created the solution.8 e4 Z4 t8 \& `
6 O6 s0 V% \6 m0 E! H" T: ^6 s K6 }# h
Then read the Neuz not the IP from the INI anymore. even if put in it q9 A2 `% `9 _4 O! o# m0 c$ n6 Z
' E) r8 m n& o4 @2 v3 A
Max skill's
# F' C) ^0 ^5 p; v% z! D
, o! z' _% m7 S" mAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc - l$ J6 ^9 z. B, j6 Q/ M
% ]% e; a J! U- |" }With the TUT can provide the remedy it/ a# w, z3 ^2 R
$ Z4 d$ x- l" t# 1 opens the file SkillInfluence.h
- n+ Q+ x0 O- @. N: A! U, \, g* m# 2 Search, P9 L6 c |/ ^* W
Code:% ?$ @& K- Q, f, R: i
, n G' R$ E: ]3 s
# Define MAX_SKILLBUFF_COUNT 14, ^4 w9 R0 ]. u! e
' G/ N5 Z! J% {, L# 3 Change the 14 to your number (eg 21) and save it from3 ~/ J% n6 Z e6 S# O2 e
# 4 compilation and ready
- r w; T! {! i% E2 y% Y% {; r7 c) b Y
0 C8 F, H- b& M1 [- |- F6 T
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:# [* v, R' ^( q4 P+ y! b
1 j5 f( p" ^% c. ydennisdra% j5 a# O( _* x+ X( i+ l! K
.Crasy: Z8 R; t" e: y3 I- `
©ross# @$ @6 [. u2 J |
Sedrika* h3 G: ^8 P% z% l
( L A$ ~/ {' w. N
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!
9 e+ C8 R* r8 N
- k9 v) G; ~, b! CP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less; o; h ?# S, `5 Q( n
% A. t; ^( V3 J- `- V8 x& m" \. r
7 o' ^( b7 x7 bUpdate 1:
how to turn off "Profiler" in worldserver.exe * A* L+ w5 p0 [; N4 S1 _' d
5 f- C g2 F; r3 ^1 w
1 i. e# y$ u/ y4 i. r/ Q/ _# i
in VersionCommon.h of Worldserver Solution
; R: K/ c! ]# G( s, iLook for
( i6 _5 B% S9 F0 W: G
0 H; ]6 J6 W B2 ^0 G+ N Q' v+ F#define __PROFILE_RUN
4 Y1 @2 u( Y4 O) m. D
, z: E' _ I9 l2 j! j @comment it or simply
4 o& H4 o/ J! ?: Q" I* C7 M7 h* Q* w9 @1 f# f2 h/ ]
//#define __PROFILE_RUN ' W! D) M6 ?8 x
! N4 Q" e$ u1 ^6 n' K, @& O0 G
; k% |! N0 o. G# {3 L& N4 qcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
, M2 o# P1 T" _ |