|
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 S6 y; T- [7 rchange level without Rebirth% Z, l6 o5 }. ?3 A3 ]8 S
+ S% f) q& P) [7 d. Q1 RNow, let us begin.
7 k7 E1 s f3 x8 _; D4 n# Z# w4 D; E% Y% t4 S: m! B# b
Requirements:
* I1 @# z! G1 L( w1 gSource
4 C7 D1 |0 Y6 zNotepad / Editor
: ?) ]" a1 i( _7 ]2 l
- g! k0 f0 H- N E3 F/ / Tips by Sedrika
1 D; J( `- U" P7 u0 f
$ G* C) {$ B* J- S5 DIt is up to you how you do it ^ ^
7 ?6 r9 e$ v6 J7 ?6 y
! J2 X; g( }) N3 B: u5 C- bGo into your source folder and open the definejob.h/ T# J/ G. Y* F# _, q8 i" P
Search there for:
; N( {1 x7 N6 B6 ]5 S7 r# ^0 ]2 L/ ? H g/ f1 Y+ L0 s
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå5 N t) P6 ] {+ U
#define MAX_LEGEND_LEVEL 1292 g& }9 K9 |/ D* j. `! u/ [' t" v
#define MAX_MONSTER_LEVEL 160
% n! T# v+ d3 ~# K: P, Q6 j- N#else // 15Â÷ è÷¾î·Î ·1o§è®àå, U" {# T3 c( P1 D+ ]
#define MAX_LEGEND_LEVEL 121
% P- @( d/ r. x#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ; k- l5 ?1 Z6 r7 _8 Z0 p7 J. X
: T- I+ t7 t0 H' g+ N! s1 a7 h
2 Q5 J" L' }2 N2 X/ `' M$ cRed: Player Max. Level
, }5 c" r, n0 t* NGreen: Monster Max. Level
' Q! @& d) B0 }0 k$ K8 |) m8 ^* N2 x# F) o
These changes as simple as you want.
/ G0 o( H: _, z f0 @0 M2 Q% J! G$ M+ z8 k- {% S, T% p
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.% o8 Z- ^" Z6 P- F
* L& r. Y$ s' G' X( E+ _+ F
Part 1 of blocking CE
+ X% x" n+ Y6 K2 D7 N
9 x- \! a9 `7 }8 k/ X5 k+ a- LIn this tutorial I will show you how to change the Head of Mark flyff.4 k. [$ s) ?+ }9 Q4 e
The current Head Mark is well known, 5E, which results as a string ('^').1 d! E% M, \; X1 [2 z. j! L9 H
* G& `: ^* q+ `& `For this we go to the World (Project) and looking at the Buffer.h after thistext0 G! p, x7 F" m
Quote:
# o4 u5 b" ^1 ~# Define HEADER MARK '^' / / Normal messageheader
( B" I4 C" b+ ~8 ~- V# Define SYSHEADERMARK '%' / / System message header
4 @8 R# _4 [! F$ Y8 }; s3 E; MWhat the Sysheadmark is looking for is not even the top 5E.
V: Q# Q3 f. Y4 G% L$ ~+ ?Change this and it makes the CE Not work on server.* `+ P3 q ~# \; f0 x; a
5 B8 S" G! Q8 h# ^+ V
Then Tom's anti-hack is no longer useful.8 }3 V7 p9 p$ X( d
$ a5 l0 B# R6 m4 H1 wLG Sedrika
Part 2 of blocking CE
6 X, I& Z4 _" P( P, _
) P, j: ]$ o. w2 u% @+ kIn 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.
# Y9 V0 X7 K$ F! A" k+ k3 AWhat does this have an advantage?
0 U: z( T) H* q0 p" W8 OThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 0 q1 i- P' Q" R& D- _6 q v
6 H( B, y% A9 ^5 L
( z# n- `8 H: a5 ?First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
6 a& u! S+ x; n5 {5 n1 f u( b; r: }# M
Then search for the following content in HwOption.cpp ( A+ }, {4 V6 v' Q1 J V
/ c3 S9 E: j' ~% P) F. x
+ \9 K' v# c0 K( {: M8 x. U' Yif (scan.Token == _T ("ip"))9 \$ b/ K# S" |7 h1 G
{
" H9 p+ ?4 W$ @4 I' \9 Dscan.GetTokenEx ();) e/ _+ Z% P- J' Z( C
strcpy (m_IPAddress scan.Token);# J) S* a; z% L. d
}& V; H1 h" S6 s
and turn it into this:
. c/ i9 f5 [* |$ U" `$ V; E" b- ^9 QQuote:' _# O( x% O' P, f
if (scan.Token == _T ("ip"))
7 n+ [9 }, H! `{
! O$ j) B' u& k6 e% c6 L0 \/ / Scan.GetTokenEx ();9 q7 q5 J$ ]7 f/ j
/ / Strcpy (m_IPAddress, scan.Token);
. @' c l {/ Y6 [}; s3 j6 S: L; I8 u" u. O
And you created the solution. N1 A6 d, t- ~ d% C! f
9 O+ B. g" d s# J0 ~% b
$ ~& L8 B& u1 O6 W. R
Then read the Neuz not the IP from the INI anymore. even if put in it
) R2 k, }; ?" j: n" ^ C# d3 {* ^. }, ~, v' {
Max skill's 2 D0 {6 F; X8 y# n
5 K4 L! F, X9 \, a. P- u5 E
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 1 C# H3 w, c' h, W6 f* y& W
I! a2 K. `, x6 V
With the TUT can provide the remedy it
" N% B. _* l- T% ~( B/ z6 C+ b! T# n0 ?$ ~! J- N p8 e
# 1 opens the file SkillInfluence.h
# M) `" v* B6 Y# 2 Search$ @# d5 t* a; x7 y" i
Code:
" y9 F2 N. o) c$ H- a, Q: a
0 y9 |8 S+ \, _2 ~! p- G* [# Define MAX_SKILLBUFF_COUNT 14+ q% y' j8 D* j3 P0 p2 ^
8 r; s/ S* X. z: I. D8 [/ |% t; f
# 3 Change the 14 to your number (eg 21) and save it from
8 |& ?4 s3 Y& F+ S: n9 Z. |# 4 compilation and ready) ?' R/ o' v/ F- ~
8 t) g2 h( w5 ^. z- x) X$ k/ [ f9 X3 x) Q h, z) e4 f8 }0 U z
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:8 k4 u4 u* P3 }8 T4 t/ k9 A
9 R& C/ O* Y* `: z$ }
dennisdra) H# F( d6 h0 Q( _; O1 z1 @
.Crasy' p; j, m: I8 R4 D/ D W. w
©ross4 c+ w W" e4 \
Sedrika/ n Q3 ~% k1 a) w! J/ M: E
% U' y* R, g4 ^3 z) v4 F0 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! : e$ i6 _$ z- D/ `- ^1 ~
% m: \' z6 ?+ V$ D4 t9 A
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less0 e) i, Y. e8 C3 u B
# C: s+ e; Y1 L) r+ o
Q7 H! s1 A' \# MUpdate 1: how to turn off "Profiler" in worldserver.exe ) g5 B/ I! G, a2 d! t7 x
9 C' e2 r a1 ?. r N5 n' c
. f5 W+ `1 E) g Qin VersionCommon.h of Worldserver Solution$ p; L0 R- }5 L) `, x/ X
Look for
9 N. z- l% ~1 s+ P
7 w& i# Y+ W$ W! \' E8 n#define __PROFILE_RUN
& m1 c- X }' F R/ q) U$ ?; t( r
comment it or simply
* b, c# D7 y% n/ u& w6 O% U+ f
8 l, X0 @9 t2 K1 d4 t//#define __PROFILE_RUN ( }: u0 ?6 J& F% S( n$ o( T
5 L; l3 w3 S6 q: Q+ {1 E ~' B
2 w% d1 B0 N A- ?7 W! o5 Bcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 ! G0 E' o* }( f3 W, a( }$ n0 J
|