|
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 6 E1 G+ _" i4 N, W9 I& `( a
change level without Rebirth
6 }0 ]2 {4 N8 A( q' p: `0 O/ k6 V8 Y( t T% [* d0 r8 |' `
Now, let us begin.8 Z+ X8 S1 H, B
" R% D3 e" I- r/ i) qRequirements:7 ~- |, X, A/ o1 o, `9 `
Source
1 i& }9 A; q5 ?; t6 }; G* \$ DNotepad / Editor/ {1 s& B1 f5 B
' n1 @2 w; V8 M/ / Tips by Sedrika4 @& J* B2 O$ k" X; v
6 n/ R. B1 G; f1 [5 y' ]: [4 ^
It is up to you how you do it ^ ^& X$ b. V: b/ Z3 t5 }8 ?
, Y1 j( u- V1 w5 E. XGo into your source folder and open the definejob.h
9 `" i( Q4 R0 G( ]' X3 d8 VSearch there for: S# Z9 n: O9 D/ G
0 k9 ]0 U" I7 M+ E4 q; s#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
e+ F( u" {2 N& a H! F#define MAX_LEGEND_LEVEL 129' q* E7 _8 u. e q
#define MAX_MONSTER_LEVEL 160 _( W! F' ]+ Y4 k- P
#else // 15Â÷ è÷¾î·Î ·1o§è®àå+ ?- p: U5 V5 n% D9 M
#define MAX_LEGEND_LEVEL 121
7 N8 b3 O9 J* _) S#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
3 Z- r8 f% D0 d" E% u c1 W
( Y; m1 P0 ]& n1 `7 d: L2 ]; D5 K5 U4 ~/ Z1 q
Red: Player Max. Level
) g7 X% S/ s% [( F M' y+ l* aGreen: Monster Max. Level
0 u4 Q: U' ^5 B* N& i6 f) K9 d; O T1 J% w3 n
These changes as simple as you want.
+ ?# ~/ o2 h- l& B/ P; h( n% C: z* l3 G r9 E+ 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.
: K6 u2 x$ q" F' \
$ T. W! v# y/ O G Part 1 of blocking CE : X1 R! n0 u# R. {
/ f( J+ K h9 x! c, KIn this tutorial I will show you how to change the Head of Mark flyff.- i" m( v* e; K: ]3 \
The current Head Mark is well known, 5E, which results as a string ('^').
) c# p5 n: y. P4 {3 ?/ v
6 r' ^2 M7 M9 m' ?1 L. ] X3 i5 uFor this we go to the World (Project) and looking at the Buffer.h after thistext0 b$ G& } w4 C
Quote:
. ]6 c/ h1 U7 ~8 a) K0 y% l# Define HEADER MARK '^' / / Normal messageheader0 p" L8 n* B- W; _
# Define SYSHEADERMARK '%' / / System message header% B! N" g3 F' l
What the Sysheadmark is looking for is not even the top 5E.- I7 U' \0 Z3 _- ^4 a* C. n
Change this and it makes the CE Not work on server.
: i, S: i/ Z- P, D5 ~, U" c
) h" K5 [9 e- q2 Z; T6 X- ~4 MThen Tom's anti-hack is no longer useful.- ]. W( r2 f6 S) T1 d
& R0 [ E- B2 ?# v8 i8 ?0 e9 @
LG Sedrika Part 2 of blocking CE * R' V. V, J9 j4 _0 K7 B3 H+ I: {
! y' F- G G n. E& t) M. qIn 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.
z2 Z% C2 E0 y1 `5 C+ oWhat does this have an advantage?9 u, b% R$ V1 F s4 @
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself - P6 T3 B0 R7 z' D+ @7 {
/ P, Z1 @' f/ V/ Q/ R- g; K
% ~9 W/ r- C7 y0 zFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
1 X, i4 I. {& k! E' q, w# t; F, j% e: F3 o% q# ^
Then search for the following content in HwOption.cpp : h; z5 C8 |5 E
, E0 i) ^- {) r% J5 {, C
4 b! y8 j1 w m' E! nif (scan.Token == _T ("ip"))' m; u z" B% ]( ~$ ], g
{
w9 a( ~8 S B; k7 S0 Vscan.GetTokenEx ();1 F+ r3 V, ^# |2 Y* @
strcpy (m_IPAddress scan.Token);0 Q- S7 ~/ C% ^/ v
}6 ~. F' W0 O/ ^7 l! P$ o/ g
and turn it into this:
9 p) g9 N; f9 k, D+ HQuote:
- p/ k* t/ @1 z; jif (scan.Token == _T ("ip"))
$ j; v) b4 B' M& c; G) S{7 a' Q4 P# Y, n) x9 r9 E
/ / Scan.GetTokenEx ();
0 D" D# P! }' [0 R/ / Strcpy (m_IPAddress, scan.Token);. E4 t2 J3 d2 ~3 o
}, Q8 h; r5 x; W
And you created the solution.8 s. ?+ V" ? E! j* S
- s# v- y& J; y; o; K8 r
6 K. C+ Y5 G6 X( ^% a# E# N/ B4 i( pThen read the Neuz not the IP from the INI anymore. even if put in it
: l6 x' u' ^5 T; @1 w8 S
* o# N( E3 c4 I3 o. B Max skill's 2 L& q* w3 ? k. n! t
3 A1 r0 M2 O& m y. ^$ 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 * _% R- L( L ]/ H3 A) y, G
" h/ |# ]7 a7 G {3 `5 wWith the TUT can provide the remedy it* M" I/ i: h& ?2 Y9 \( f/ @
* e; n" q( f& _! i
# 1 opens the file SkillInfluence.h
: e8 V( J7 E6 ^9 r/ O2 J$ V# 2 Search
, n. ]8 X- `' e$ F- ?Code:" D9 U& z) Q1 D/ {8 T
' c" l4 k. e/ o2 f/ a/ R0 L! l
# Define MAX_SKILLBUFF_COUNT 147 y$ K3 L$ i* q$ \+ o' I
# P( @$ S/ h5 ~
# 3 Change the 14 to your number (eg 21) and save it from
\# U: q" m+ t! \# 4 compilation and ready
, b% ?4 m$ u( R/ G
# ^2 A4 m6 M$ m" m/ ^# m& q" H: x' m3 q A m- m" `0 T- [" S7 @
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:
! F6 P. N4 Y2 Z8 Z' g4 y' j h/ s- ]+ M2 q1 M! W4 R% U
dennisdra
7 c l2 o) q9 s" ?# W.Crasy" D6 x4 v* ?$ H5 }2 |
©ross
& N$ t E( X9 P& ]/ eSedrika3 a" I: N( S; D( k: L; O- m0 N7 i7 Y
4 @( V4 K9 t4 [' ^3 y2 Zeverything 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!
/ g3 F- ?: P" h U" B6 r- x
& G. ?) B5 N1 i. ?6 Q |4 FP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less/ O3 ?- P, y3 T
: D$ O" _5 S& T8 w" J
) W/ n5 E! `7 M: H7 e! N8 `Update 1: how to turn off "Profiler" in worldserver.exe
3 Y0 u6 o5 {( y
, o( [' F* {9 Y3 V0 z
2 N; `0 L2 y( B' ~ z. D7 m) Din VersionCommon.h of Worldserver Solution
1 e6 r% {6 D3 y! zLook for
5 F! m/ i m8 }6 A' d9 ]$ P! i' C0 _! ?; K+ l' ^: m
#define __PROFILE_RUN) K' T! N, y7 ^0 K/ {/ n
/ q4 v3 O9 n7 C3 d. b4 G) I+ H
comment it or simply4 p# \! A0 i) V `; b
# T8 D/ m. }+ t2 f! Q//#define __PROFILE_RUN / L( y% n( f5 S, O" O4 Z
8 u: Y1 N5 J- }+ J* R3 M) ]# N: Y; P
. l3 s ^" L# O/ B1 W8 rcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 ; Z/ P! e5 U1 g7 Y/ L8 z8 \
|