|
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
3 w+ P- Y' e+ m/ R9 K* Gchange level without Rebirth
3 ?6 ?2 [7 S T- o& N+ W. s: }1 g+ ^" j9 I
Now, let us begin.3 Q$ V1 E# u, }. A7 K, D- H
& t. A `, J6 p2 TRequirements:! G; C& p% o( M$ w; `
Source
! W& C) M- W4 t1 f/ y1 c: HNotepad / Editor
/ {9 b5 }, n& }8 V
/ }. \! E5 o8 {2 t2 L2 U7 x ]/ / Tips by Sedrika- `$ W9 z2 i; N
: U: W) H/ w8 z: x' G
It is up to you how you do it ^ ^
# z" H' Y9 q: z* P' C& V/ Q; d8 g& t0 m$ P
Go into your source folder and open the definejob.h
$ c+ K0 R1 u' e% w7 [# I. gSearch there for:6 \1 b o m) v \( L5 @6 [
6 [* N5 V1 Z2 l2 Y& ?3 F" G#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
- `' n0 c: V1 K#define MAX_LEGEND_LEVEL 1290 i! |* h" u7 C6 Z3 M
#define MAX_MONSTER_LEVEL 160
Q6 x* J' I5 z O5 \#else // 15Â÷ è÷¾î·Î ·1o§è®àå6 b/ z& n& R! \& _( c- K" o) m, d: ?
#define MAX_LEGEND_LEVEL 121
, A% F3 F9 c( D' ^+ a6 `( O2 d#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
" H) J$ N' o s8 |) ^5 d- \) K( d' }# p, t: K( ~" Y4 B2 a
# p$ O# X+ r. \- M5 \Red: Player Max. Level8 m0 U7 Y7 b& t4 ^; N5 r8 M
Green: Monster Max. Level
) h4 |- _* U# O9 M! x0 c
( M5 V$ p$ F+ r oThese changes as simple as you want.2 H x# }+ {" Y: w
6 Z& w1 b: j" g
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
, M: {/ q: S- O3 D; Y% \$ r+ V0 p4 I/ P- W' T* B5 P- i h
Part 1 of blocking CE
9 u! G' [0 l) i/ B l! w
) s" [5 P& i2 [6 U4 h+ `- J6 YIn this tutorial I will show you how to change the Head of Mark flyff.2 Y9 J% w! O( W: S) i
The current Head Mark is well known, 5E, which results as a string ('^').
2 v+ u3 x9 b( Q2 [* ^7 _& [& l l4 _" r6 M- x4 B }
For this we go to the World (Project) and looking at the Buffer.h after thistext
) X9 v7 V6 P3 Q eQuote:7 T+ p1 t, Z6 d' l; d" {+ o
# Define HEADER MARK '^' / / Normal messageheader
" x/ y3 g; D4 ?8 n# Define SYSHEADERMARK '%' / / System message header
/ n) L% E$ S2 ~/ W- xWhat the Sysheadmark is looking for is not even the top 5E.9 b" a7 }( A+ A& w8 J
Change this and it makes the CE Not work on server.1 J2 ?. b- ?4 G# |0 x
. S1 @6 C/ v. }" C6 U' }Then Tom's anti-hack is no longer useful.0 ]3 Y" \" E h* h4 A
% u1 n) `8 c( v
LG Sedrika
Part 2 of blocking CE 3 b6 }& X& d K/ _# u# V! F
9 {! d! B" J! D2 Z! D, vIn 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. + J7 ^6 B+ b9 ?2 c* O) N7 v+ O
What does this have an advantage?
* `9 p1 P& V0 E* @6 eThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself $ @' I- V7 n9 p5 f( V
$ L5 ?6 O- v2 i* C7 l$ A
0 @1 F5 |& M+ X- V) e; t5 NFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
' E& M ]9 e& j; Q/ i: K
4 x& K! p5 H' a0 HThen search for the following content in HwOption.cpp ( a, z. y; x( O
* h6 @- x- m2 `9 ]* L8 _% e( z; u( q) M5 n
if (scan.Token == _T ("ip"))
- m/ [2 j- C/ s+ k7 N{
8 k+ L. z. z2 z' W. s7 ]9 V5 fscan.GetTokenEx ();3 P6 O1 H% G/ J- f4 I- e# V/ x
strcpy (m_IPAddress scan.Token); w( a8 Q D) I
}
8 a" }8 F% F2 Y( L3 U# qand turn it into this:2 {8 y3 I/ g* g" z9 ^4 e
Quote:6 u( F7 T2 u& N
if (scan.Token == _T ("ip"))
& ~3 A! ?& r Z, P+ e7 U! M* J) U{5 g- d8 ]7 W7 u" u O0 x0 ?9 h
/ / Scan.GetTokenEx ();
" A$ J" A8 a" k* S, q$ O/ / Strcpy (m_IPAddress, scan.Token);
* b8 E( z+ K% i1 p2 i8 l+ H}
9 r T9 D# i3 Q" xAnd you created the solution.
4 N8 ]' E: Z: d5 d( C0 [
& ~* Y: e* r/ d7 l! t% p8 w2 ~1 \, U
Then read the Neuz not the IP from the INI anymore. even if put in it6 Z, N# T2 x$ d* C+ |
8 c( t" A& @0 w4 N Max skill's $ d6 |! e8 T* A
( A$ V& t0 l( S, |
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 ) O: Q3 h: G3 ]$ i3 x4 g6 o
1 J* U0 h) V6 ]
With the TUT can provide the remedy it3 A6 {/ S/ f4 a- Y) X i
/ E. ^* ]& g3 y- \# 1 opens the file SkillInfluence.h
; m, G7 r3 e; P0 s. i# 2 Search
) L( r0 k( ^. E, A* S* LCode:
3 k) o2 B I- Y4 }3 T( F
& K3 Q* r R1 h& S1 p: d8 X U# Define MAX_SKILLBUFF_COUNT 140 }3 U; j$ g* F( k
* z3 z+ ~6 E1 y# 3 Change the 14 to your number (eg 21) and save it from
) v' C& T8 m# v* Y" g, d8 x5 R# 4 compilation and ready K& {0 P/ X ]" w+ l! d0 D, W
; L* ?9 v: c, T, ^
$ @- K- {* e. s; |3 {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:
3 P+ R& v- Z4 b/ a' l7 i/ P# ?9 {" @% f; }/ E4 a! J
dennisdra
/ ?- N4 L- H% s.Crasy
& H+ {6 l4 Y k' g©ross4 |. i, J7 E- V* B4 ~
Sedrika
' n; M8 |+ v! V* n4 k
6 b2 s0 D6 p. m, G& k: x; H" H6 ?2 Ueverything 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!
2 Y/ k7 y3 h& ]' H& u
, E0 K! N9 \4 ~. ^" rP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
( l. R7 }+ W# m" v
' {9 J" W4 y( i/ v0 p
9 r: `% v5 J8 U- H' n- TUpdate 1: how to turn off "Profiler" in worldserver.exe
$ Z! z, Q; T) k# C4 d9 H# j# t) ~
' I; V7 F- y" z+ E, V$ E8 I* l5 Z Y, N3 e+ e
in VersionCommon.h of Worldserver Solution( ^9 k9 x% J2 n
Look for8 B/ |$ R' I8 X' ^5 ~
4 h- @- Y: A5 _. `' |# i#define __PROFILE_RUN$ C i3 ]# j! ^ v1 u# C, S
, r. L4 [4 ]* W G$ A9 [# Vcomment it or simply
5 i0 f/ ^7 F! a% p. u4 \: d; M# w, p. L
//#define __PROFILE_RUN 2 N& `; m' k- p# k$ P: Y* k% ~ J: {
0 A, D( t4 M/ L$ `9 w
4 p4 c5 X v! X. mcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
- Z3 u* L1 j: K P1 ]/ B) H: T |