|
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 b3 L2 y* h# q3 g. L. u0 A; ^
change level without Rebirth4 j! i9 V; I7 i
' o3 q, a {1 [! y- I6 _
Now, let us begin.
1 s8 t5 v. }2 [( O1 {+ E4 J
N# N: A# O+ |Requirements:
- t3 @( \" a6 }2 O8 JSource
1 \1 b1 B. H# Y8 HNotepad / Editor% \( G$ J4 q; \* y3 P- M1 M, [$ d
7 m, @( I; y$ F/ B/ / Tips by Sedrika I) Z- a. z$ ^% X, w
. U0 n7 p# ]# ^; R6 ]0 w4 ZIt is up to you how you do it ^ ^$ n' x- {3 `" P/ s" Q S
+ u3 a/ {5 X# x4 w$ c
Go into your source folder and open the definejob.h
$ C) h0 W/ q0 A Q; ?- mSearch there for:
; Z. J- D* b8 ?) J% m& K
2 U4 B' V. J" R& L8 J#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå# Z: q c% B& v" H# Q
#define MAX_LEGEND_LEVEL 1296 O# t5 Z' o( T1 U) T4 h- R
#define MAX_MONSTER_LEVEL 160* h0 N8 z2 y' @! D4 u
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
: Y, y# Y. ^+ o2 E$ l$ |- S& a#define MAX_LEGEND_LEVEL 121
6 e7 \; N" K8 s6 R* v& h#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
6 w i2 u0 S# z2 G
5 ^2 B1 H% m3 b% i2 D( S+ F7 z
" v' B( [/ J! M$ iRed: Player Max. Level
: ]2 ]% X. _3 f- v5 {Green: Monster Max. Level# v. i/ v8 r- K% n, d
! j( C- `* ~9 p) u- P; X) w$ l
These changes as simple as you want./ N1 X7 V1 D- Z# J5 ~2 F
0 Y8 E3 D2 b4 a. I8 u. l9 hThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.! H7 _0 h5 H8 k2 J
& }, }. J1 K G9 \+ N2 K& j
Part 1 of blocking CE * \' |6 n! t! e7 Y1 ~. Y4 M
/ Z3 L8 v+ a8 c* K! ]0 E
In this tutorial I will show you how to change the Head of Mark flyff.3 I: a9 O5 M1 [$ v
The current Head Mark is well known, 5E, which results as a string ('^').% K1 n, R( Y. p" F7 m0 y
1 e" X$ x& `6 i o
For this we go to the World (Project) and looking at the Buffer.h after thistext
) l, T( \) D* uQuote:' G7 S' L* H6 `6 D! W0 n6 l, c& S( \
# Define HEADER MARK '^' / / Normal messageheader; b- L/ W- ]7 E. q/ E4 R1 t( ^
# Define SYSHEADERMARK '%' / / System message header
* D( w2 B3 n S; n) g4 @/ AWhat the Sysheadmark is looking for is not even the top 5E.' b% F+ f! j5 M/ i1 n# T& C
Change this and it makes the CE Not work on server.8 _. T& X* T$ U8 d
- \ l, M% `: k0 ]/ l
Then Tom's anti-hack is no longer useful.1 F' n6 K. |$ X4 z& K
. i1 y$ ^. H6 @1 |LG Sedrika Part 2 of blocking CE ) s3 D- \9 D' w( ]2 m' n1 Q8 Z
* V$ S4 H' z# f7 O0 BIn 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. # R) L+ e3 J* N9 t
What does this have an advantage?
5 z( h# Z5 R* j% L2 s) B$ _& rThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself : U$ b. D {% B" O
4 \& L! Z, c6 j* A" P" f
8 { s% e* e9 t6 A+ uFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.+ L& w: |+ h9 s
9 U/ |$ b t% b) X& G# V
Then search for the following content in HwOption.cpp
' m+ q/ h( D6 Q1 S* o7 W3 W9 s
6 u! x6 D* w4 u, B# B" k, i) N" U0 h3 M' l
if (scan.Token == _T ("ip"))9 i7 t0 `- N6 ]2 z$ A% E0 G
{
( ~( x6 w' {+ k1 c# E* s( W1 Gscan.GetTokenEx ();) n8 q2 `( q. ~+ u- y7 }. I& C
strcpy (m_IPAddress scan.Token);8 U+ y0 j7 }& P) C; J. B
}- B1 g |, A) H- G
and turn it into this:9 m/ X: t. E9 M) j/ V: b' z+ V
Quote:
+ d h2 N! N: lif (scan.Token == _T ("ip"))" C8 K4 x3 V: q, R2 r
{8 J" v6 d1 i$ w- H D
/ / Scan.GetTokenEx ();
# b! ]# y# \# u: a b/ / Strcpy (m_IPAddress, scan.Token);
+ A$ r! Y' \6 n& _/ b0 Q}
1 H0 n7 |" [ [" ^5 vAnd you created the solution.
. A; A; o! R" ^# \% U9 ~9 f$ i. t4 ~* X9 A5 {+ y
! C5 P% ?+ p" P6 j: {" V+ GThen read the Neuz not the IP from the INI anymore. even if put in it
9 z; q# V+ T6 O; z! H0 T+ `0 q" ^: `! h1 n9 n! U7 c6 u% n
Max skill's 3 U) I' s! a' m+ H( N
5 w9 H7 @! H5 F+ w' P/ Y1 X3 iAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc ) j6 x% p/ T- H/ Q6 W. H
6 P, R: w" X5 n* \
With the TUT can provide the remedy it3 F" W( S2 |4 P7 s
0 h: q' t9 Q0 ], f5 |8 E
# 1 opens the file SkillInfluence.h
* v. j/ J3 C$ p; _& X& z' I* u Z" A4 Q; q# 2 Search
. U- P9 S# I( o7 p, gCode:+ U( g4 o# O2 i9 B; r$ F8 y
3 |! W; |) [- N- S1 `5 n# Define MAX_SKILLBUFF_COUNT 14
: s4 r% g: Q1 ^) F& x, C" L' R/ I3 Z( {. y! }5 T% u
# 3 Change the 14 to your number (eg 21) and save it from! f- S. b! b5 M u6 L" j
# 4 compilation and ready0 ]( Q$ K7 U6 X
% h9 I8 q6 _% o M; m" `8 c0 f; `4 T. y
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: R. i2 L1 ^! d3 k
# W4 F+ U, A9 }( y. K4 H kdennisdra0 s( Z% _# K' H
.Crasy
. P0 u7 Y5 j# Y4 m3 r9 t©ross
5 u4 `; x! k; h6 E: @4 s. A7 z* bSedrika
* l7 N' U; o. Z% k# }+ X9 |. A; s; n8 o
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!
2 _6 x1 u, c) y6 L% t5 S5 ~, w! c
+ c1 z5 i2 G2 X7 _6 c& CP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
- ~* z1 y- [5 `
. A3 I, y& o+ T7 }+ s& B+ L7 p6 A; q2 V/ E4 i0 y/ [/ o7 z9 X
Update 1: how to turn off "Profiler" in worldserver.exe
3 G7 @' ]4 Q; K* y% ~2 l/ M/ }0 `8 N9 P
) E3 @% S" x) j2 l8 h' ^0 ein VersionCommon.h of Worldserver Solution5 M, d g. O# y5 E" R: Q# k+ X
Look for2 v- B5 S* `( |: U' Q
( U: }! q" X4 Y4 s: j A( E3 y5 @
#define __PROFILE_RUN: q. R; U9 }1 e) P) i, m8 E' h& O
0 s9 k9 [5 ]* s S$ u
comment it or simply5 f$ s. y. ? A" O
+ M6 K' ?) j" T% l A2 Z, S% j- e! Y
//#define __PROFILE_RUN
' d9 t0 X: M& Y+ q
: H `6 Y4 f8 V7 t% I" O6 E) v& g$ |
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投寄。谢谢。我添加更多的很快如果你有病加太 # o7 I( @# N/ b4 M& r1 k
|