|
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
2 j) i5 F# U e9 zchange level without Rebirth0 G# g! g1 K- H/ i% L
; |1 [ A, F0 V
Now, let us begin.
+ P( u1 K/ w5 c: H3 [4 U
" J9 @9 c2 ~$ C+ K$ Q) ORequirements:( N2 E; U {5 a: l2 W
Source! s+ e( L& J& h& `: @1 \3 C3 d
Notepad / Editor
/ F& ^) @) W- M7 C( Z1 D
p; r+ A! X: X: s$ J& k! p, U; b/ / Tips by Sedrika6 G: `; U; L0 h6 P
7 X9 _5 c T, d+ K" B
It is up to you how you do it ^ ^' P% e7 o. [: W% l' t( \- L
4 x7 o k. O2 g, c+ ~7 K
Go into your source folder and open the definejob.h+ U, e4 t1 \ [( ~- v
Search there for:8 O' P; c+ Q& @* p/ _8 A
2 _, u6 Z G/ _0 z) R#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
7 v- Q3 U6 b+ q: C#define MAX_LEGEND_LEVEL 129' k6 t3 n! C6 ?8 L8 r
#define MAX_MONSTER_LEVEL 160! l( f0 D( V, ?' _" M* h7 E1 h: v
#else // 15Â÷ è÷¾î·Î ·1o§è®àå8 ]. F( |4 S) M, L" n# u# H+ B& i
#define MAX_LEGEND_LEVEL 1213 u' z% W* Z. q5 V! Y6 w+ z
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
' ?1 m! C# x/ ]( {2 o5 h' X' n- W; ?/ }3 |1 V
6 E" d$ T* b; M6 [8 i6 _. f* L( g9 _) e
Red: Player Max. Level. q5 c) E2 c+ I7 L3 s; \. W% }
Green: Monster Max. Level
9 [( Y. I% r+ e8 K2 l# Z* `! x$ h# v9 O3 v. T
These changes as simple as you want.$ _% D' r+ r" T# V
+ }* h, Y8 {$ Y
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.; a8 q( J, X( I# H
4 }) [& r! `( w( W; n
Part 1 of blocking CE : b, G$ M' f+ u* ?8 b, f! y) K2 d& `
: z7 X t- F3 \, \' m4 Z; Y
In this tutorial I will show you how to change the Head of Mark flyff.) a( v( h' n' A* J! @
The current Head Mark is well known, 5E, which results as a string ('^').% Y+ U: E6 n g0 P% w( _0 w6 i
/ J2 _% ]7 W& \For this we go to the World (Project) and looking at the Buffer.h after thistext
. Z* h `* I$ f2 k3 dQuote:
6 o/ ^6 d# A" {6 e O- u# Define HEADER MARK '^' / / Normal messageheader/ N/ l' \* n: B5 N/ Z0 V- a
# Define SYSHEADERMARK '%' / / System message header
5 U ~: v% f2 m: Y# dWhat the Sysheadmark is looking for is not even the top 5E.0 F7 M" y4 f' ^. B
Change this and it makes the CE Not work on server.- s& _0 @; O4 T, G6 v# ^
/ K9 L# {8 c/ l2 H' Z8 ?- |( |; u3 F+ ?
Then Tom's anti-hack is no longer useful.
- t( c$ I j5 d* Y& O9 K# ^8 P$ v2 T2 x4 c8 a
LG Sedrika Part 2 of blocking CE % }/ _% N, o, H/ P
# E" a- P6 N" e1 o6 uIn 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.
8 W. v, g4 L: H) G; F" wWhat does this have an advantage?- z0 R$ T$ L' g# P
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
: [# Q4 J4 d0 b# f5 G* Q: ? F# e, H
( M d1 C6 l7 g5 y% _First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
# C0 j" @0 m/ l4 b5 q: _, @! P
. N" M5 N8 a, E8 OThen search for the following content in HwOption.cpp
% ~! U1 N8 L) j% I: A0 y+ ?" i5 b2 T' y, E% s5 O! Y: C
5 w; p2 W- {/ J- F6 R/ ]
if (scan.Token == _T ("ip")) G% ^+ d( C& H
{
r/ c; ^: \3 Q5 R4 Hscan.GetTokenEx ();
n( ^% C; @5 D$ S5 I2 mstrcpy (m_IPAddress scan.Token);
# R2 Q; I- h- F9 y K; `; L}
A+ W, x( f% n2 m# ? O' yand turn it into this:
- Z( C- X5 t& N3 _Quote:3 N6 v1 _; G1 q& j2 ?
if (scan.Token == _T ("ip"))
; j; M; M- ]: |{
- H; k, }8 r; A" H/ / Scan.GetTokenEx ();
6 A% ~. z: V1 {2 |; v7 Y: \/ c/ / Strcpy (m_IPAddress, scan.Token);
& ~2 J" f* h. p" \. g. t}
+ U+ @. b2 e' Q* l ^/ w4 QAnd you created the solution.; j4 g1 {, k' O9 ~8 [
: T& M5 n N. t4 x L: X5 z9 x7 ]: T
Then read the Neuz not the IP from the INI anymore. even if put in it
# |8 z x b) P4 @% k
6 `. a: F+ t4 E+ @* j9 v' N3 { Max skill's
7 i# A# R5 C( _5 k8 h2 J$ s% Y" A: j7 Z3 K) l
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 ! a) l$ V m" V4 E: b! ^
0 a# a5 p% N8 a- ?; y' l( b( VWith the TUT can provide the remedy it
$ h, G# z+ t; c0 U
& w8 e- G8 |3 J- W# 1 opens the file SkillInfluence.h
6 W/ O' r4 K* S8 b& J! K# 2 Search
& k) y! I! Z" B$ X; D0 ^Code:: a, ]0 Y4 o5 N
" C' o v0 P! v; O# Define MAX_SKILLBUFF_COUNT 146 B- Y3 x( g: D1 s) V" ]
x: q$ D3 l8 E# 3 Change the 14 to your number (eg 21) and save it from& h; X% B/ f9 q% H
# 4 compilation and ready
% p7 P/ y; H; z7 e- U- g9 L
2 C! {5 E+ g" a
) t; w9 ]; K. Q# U9 ^8 W) wI 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" ?) _& q# J- ]' C, {% W
- c. _+ y* R$ S8 a6 E5 mdennisdra' B9 a7 E% e% |! b# i) N
.Crasy& q# |6 D( t( P* ^
©ross
8 x( C1 W3 ^. J, J. p3 F$ \Sedrika
' Q7 S$ V$ l4 z$ a* I
+ |0 a+ Z, N, M: ~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!
6 n+ Y9 g9 l' ~' {$ ?' ~/ x# z8 ]
- U) q* X3 @' S2 }0 wP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
9 M& a- }( Z% X' L* {
' L8 t. C) o2 R2 c
5 z; q+ e$ J6 O" }4 MUpdate 1:
how to turn off "Profiler" in worldserver.exe 3 d, c; o) S9 s) N, p" R: k
: U3 c; ?7 `4 n# ^5 `
& U. n; Z. \& o# a: ?. E+ F' J, sin VersionCommon.h of Worldserver Solution
, ]3 a3 E4 m8 J* r, tLook for
3 p8 b( `( X0 k( Y5 `7 T" o$ _% I0 A6 @4 E3 T
#define __PROFILE_RUN
$ @3 R; ^0 l( M% l* y& C7 J8 X
* R2 D6 `- d4 P' Mcomment it or simply) f" T1 H( T& x: W/ V% o
% j. L) ]5 v- ~; I( ]) g. l7 C
//#define __PROFILE_RUN
1 y8 Y4 j0 E( q" }
! e: b( B. Y# P$ G. O9 s+ U# b+ b# W' X9 {3 j
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投寄。谢谢。我添加更多的很快如果你有病加太
+ K# V' t/ w- q- v8 R |