|
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 - V0 i% g5 `2 ?& h2 t# i% \
change level without Rebirth
0 q$ N& j, L( Z0 u0 p Q
, \; Y# O) @; PNow, let us begin.$ K& \& \. r9 U
8 J$ Y' E8 Y+ \+ g/ |2 JRequirements:
5 K' B+ t1 S" N5 u) wSource
5 R& u! f. b5 |4 g7 T" `# rNotepad / Editor- |# f7 X7 K* W" b9 [
6 a/ u' c! G* k' c9 M. `/ / Tips by Sedrika% x N, B! Q; w$ b
9 `) R' {9 c$ @- s0 x! ]: U
It is up to you how you do it ^ ^
0 E# d$ D6 E8 K" U( E! b7 J+ l+ |( N8 H
Go into your source folder and open the definejob.h+ p4 Y! Y- j2 ~+ T( z; U" ~
Search there for:. [8 M1 s i1 z8 |9 H b
# ?' C5 o6 M4 a* {! d# y
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
' x! R0 W6 `/ \* W0 }8 L* j; A. |9 P#define MAX_LEGEND_LEVEL 129; j3 u6 h; \7 H6 y3 A, x
#define MAX_MONSTER_LEVEL 160. a. u$ y7 d9 m- Q' ]
#else // 15Â÷ è÷¾î·Î ·1o§è®àå L! L1 i; p; g. S( z9 E$ E0 J
#define MAX_LEGEND_LEVEL 121
; k! [% D, t% C6 L0 m1 c3 p. i- N* }#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ; E/ t+ w9 x7 H# J5 R0 d
. R8 C: s( _6 Q
9 b: B0 L# Z+ O( H) ?
Red: Player Max. Level
4 A% J1 E5 s7 ]Green: Monster Max. Level
0 N* ]" b, V, N$ A4 X4 U9 V: O) n# o- @
These changes as simple as you want.
: W$ V2 D3 R& ]6 |+ g: R! p! t4 N% z
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
; v G# T* y. g" z% f6 _0 O& i6 y' q/ P, X4 l6 Q
Part 1 of blocking CE
) F; y+ ~) M" V
* P9 Z9 |! S9 c6 r( R; VIn this tutorial I will show you how to change the Head of Mark flyff.
4 {6 Q U" G4 r" o- _% tThe current Head Mark is well known, 5E, which results as a string ('^').
8 ^" U1 a1 t2 [2 m* u F
; l% v3 l$ O9 \! OFor this we go to the World (Project) and looking at the Buffer.h after thistext
) q( S) L, w1 Y, VQuote:
0 f4 L8 w; |4 x* [# Define HEADER MARK '^' / / Normal messageheader
4 J# o/ P: j$ {" Z. z/ }( k# Define SYSHEADERMARK '%' / / System message header2 w- r' D6 d& L0 Y
What the Sysheadmark is looking for is not even the top 5E.
: V( Y; K5 n/ }Change this and it makes the CE Not work on server.7 E, }5 V1 M6 ?
! ]! {$ R+ f4 n) Q/ K3 F; [
Then Tom's anti-hack is no longer useful.
6 N1 m# L7 l' s; D1 e4 J5 ^
0 A3 \- p, t" v$ ULG Sedrika
Part 2 of blocking CE
1 g+ E- D t5 h* G+ S2 W1 Z, z$ s! i+ P
In 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. & P" t) l; @/ B) A: z
What does this have an advantage?% o( Z+ a3 J7 W4 H: ?
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
`1 K) g* X; Z4 w! t4 G, s6 H6 |1 r$ m) u
" r5 n7 X0 N5 d7 s3 K# s% j
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
, w/ D9 p2 Y6 x6 c3 A* F( ]! ?% c- j2 X9 [" _9 R* [
Then search for the following content in HwOption.cpp 8 o3 p: z4 [) p& S: f
- s2 M3 m+ \; q6 F( W& R0 ~- Q" e! P2 i; M( I9 s+ N2 } ^1 {
if (scan.Token == _T ("ip"))( E& ]# G- c8 N+ }$ Y
{
0 o4 n7 l1 S6 t5 W9 B. rscan.GetTokenEx ();2 p% W( O7 v8 o
strcpy (m_IPAddress scan.Token);
8 {) {- D+ p2 F}
: T5 }3 e& B6 `5 M& jand turn it into this:6 ]3 t* {4 q2 H2 \4 L# x
Quote:% M+ n2 E; M1 A% x# _( I; p1 j9 D7 p" Y
if (scan.Token == _T ("ip"))6 J0 `( Q" D3 e. R2 P
{: q' Y0 P; B! N8 M5 |" U g
/ / Scan.GetTokenEx ();
5 x" S# |9 o, u q/ / Strcpy (m_IPAddress, scan.Token);
1 y. v& m6 ]9 g* |, `}
! J2 a; g' ?. kAnd you created the solution.
* R4 M3 }, ^4 R; [9 f% A: Q
6 ^9 S+ l) b+ V) R+ f$ t. t9 B, T, K) z2 m
Then read the Neuz not the IP from the INI anymore. even if put in it" B8 R' c0 @( q3 A: }) {7 p
; x$ }* ~2 {1 s* L
Max skill's * ?; d2 g' \1 F% z( D- D
( l" k+ z. ^0 X* z% ]# C1 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
% X; S! w2 D* W9 m
; u% m9 \( i' @0 T8 KWith the TUT can provide the remedy it, v# D6 m$ e5 _- H4 \/ G& L
& H8 I( s7 h! o1 |' l( y7 G% Y% x
# 1 opens the file SkillInfluence.h4 f) g* \; \/ n( z& j
# 2 Search1 q" W6 J9 k# G% C; J- Y: x6 F
Code:- f M9 U1 n b; C8 V8 H0 Q
7 s) C* Y& {, @ c3 _# Define MAX_SKILLBUFF_COUNT 14) q y9 S. S- O4 F, r
$ w9 E5 O6 v" F9 i# A/ H+ E! |
# 3 Change the 14 to your number (eg 21) and save it from4 p9 k* M9 D1 k6 }2 Y- K: D
# 4 compilation and ready# |: I5 b/ H9 b1 U) p
# U' B1 A0 i D) S+ X) R
. E5 ^. p: d5 Q" q
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:: C; B0 p' c* ^& [3 z
. [1 S; }/ H6 K& D( D7 Zdennisdra
( P8 r: |4 r; |9 q. H& J) H.Crasy( I* W! e L% P7 p5 N0 Z4 r
©ross$ A8 C- \3 H1 F* E
Sedrika7 |# P5 U: |5 W: ^
7 a& n, Z* p9 |; neverything 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!
* H7 U# u3 u- }$ x3 u2 K6 q! F! q0 {7 a
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less& ~$ s: P5 D; W5 Z" R' G
& A2 F* a, |% [# G5 B" P
- I7 B- a9 R1 k$ D1 [Update 1: how to turn off "Profiler" in worldserver.exe 3 {2 i& Y4 \$ w3 d% d2 j+ [
! b0 Q) f0 Z6 E& p% y) l. i* P. |5 ?3 X) ], I2 }# C3 y" ]# k
in VersionCommon.h of Worldserver Solution% l2 H. p. I9 ?/ H
Look for. \, d% D0 O2 y) c% q) C
6 {; f j- v+ d9 |; m#define __PROFILE_RUN: N6 C/ j/ P7 S* ~/ v4 V
0 o, m3 ?# w% C9 K. {4 ~1 _3 ~comment it or simply# M5 T3 @' G. X" A
9 _' t) G- I# Z% @4 d. c, M4 X
//#define __PROFILE_RUN + e& g$ e* v' L7 U! [0 l9 p
% z- l s6 D* N: a
+ F* _8 P# u8 y/ \
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投寄。谢谢。我添加更多的很快如果你有病加太 + ^8 F7 ]$ }- b/ S1 K
|