|
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
8 N# B% y! O0 Y) zchange level without Rebirth9 m1 M% O4 m' B; Q" h$ @# q5 l: k
+ q. J( x. |! I2 r: A# f) A7 BNow, let us begin.
# s+ p7 Z* r( \" C6 i- N5 W) j9 K3 t' l3 O7 t, c
Requirements:$ H4 b: \% u8 J- T9 ~
Source. N, ^. m+ D4 a9 [. ~4 Z
Notepad / Editor
( `1 ^; M/ p1 L2 ~9 B; }6 b) `& M; d& u8 w
/ / Tips by Sedrika+ K7 f ]# J7 |7 b1 h
( w: }3 ] H0 H; }# @1 B4 [
It is up to you how you do it ^ ^7 p5 [& }* h/ Z; A5 l& d' ^
$ |8 N" L0 ]% q' ]Go into your source folder and open the definejob.h, Z8 ~8 s$ L) x5 } H
Search there for: H& {$ ^* w+ H! D
$ X% V8 f" Y! J
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå9 Y5 d8 i' `& G& `
#define MAX_LEGEND_LEVEL 129
W* @9 b* p! ~$ A% c' {#define MAX_MONSTER_LEVEL 160
2 T# p8 Y9 _7 X7 B, t3 K; c#else // 15Â÷ è÷¾î·Î ·1o§è®àå/ t3 x5 l' J& M
#define MAX_LEGEND_LEVEL 1219 b' x, Y! a1 P( R$ N/ T. z# b8 U' \
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
) p! V( p* F3 n$ `/ ]% Q5 q8 ^* M' s3 ~8 `7 c
* {8 M' ^ L5 a' k* d3 o1 W
Red: Player Max. Level
+ j# L' E; u& bGreen: Monster Max. Level# l: g j% V7 T* J- q0 r
. ^" d: h) E0 _3 l9 q, Y2 a
These changes as simple as you want.5 S+ p4 i; O! y/ c, t# k0 ]
; I6 Z) C4 m5 L3 \Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.8 H" Z+ Q( H+ y, O) W+ D
0 I3 J; [" T' M& A/ S R
Part 1 of blocking CE
, y8 ]) f" v% q1 S9 Z- }! z' j, d1 b7 F* q( ]8 d1 _7 Y+ W
In this tutorial I will show you how to change the Head of Mark flyff.
8 j/ ^- H$ H2 O/ HThe current Head Mark is well known, 5E, which results as a string ('^').( m- ?# \4 S5 h# g* G
; L+ j5 z1 i+ M' ~; ^% d
For this we go to the World (Project) and looking at the Buffer.h after thistext6 s4 ^6 l0 h6 k" B: ]% v, X! a
Quote:* R1 j$ v s! m# f: @7 \/ Z- i
# Define HEADER MARK '^' / / Normal messageheader
0 P0 v& s( c' _5 a: Q# Define SYSHEADERMARK '%' / / System message header. L) h% y S0 X" N0 m
What the Sysheadmark is looking for is not even the top 5E.
8 ]9 G' @ q3 G. ?* eChange this and it makes the CE Not work on server./ B8 e! O$ J" D D) L0 W6 F
3 _1 S* a+ R( a, [8 K5 k8 l6 F4 u3 LThen Tom's anti-hack is no longer useful.
' D i: o) M0 x
7 k; ]" U5 t: Z0 _LG Sedrika
Part 2 of blocking CE
6 \; @$ y6 } z* \2 H) }# N8 f4 W3 N& v8 L: C
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.
$ u; J% J" V0 Z R% r( S9 OWhat does this have an advantage?
8 B) E3 N! P9 QThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
5 O! z! s( u8 ~ `% S D2 T* v+ y1 D+ a
2 b/ O% B3 u' i/ _) i; B: w
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.; \2 j$ ~3 Q% c
# S* c- V- M' O4 W" K$ eThen search for the following content in HwOption.cpp
; k- W* b X( W1 l5 @4 e
; t5 k0 z" k/ e* ~8 m9 S! `+ F
- d N6 B( t }; Qif (scan.Token == _T ("ip"))/ N7 [9 [9 z3 ?, O/ @. _: T
{
8 \& i" Y0 \( C/ F7 M- q. hscan.GetTokenEx ();! X6 {" Q a6 E; W
strcpy (m_IPAddress scan.Token);
9 t8 C) Y+ V0 `& W}( c0 [* c0 z9 _* H
and turn it into this:
2 I- ]! n, Q+ ? x& Z6 q& MQuote:/ ?8 i0 K# F! f+ |0 }0 v
if (scan.Token == _T ("ip"))
; p3 L; Z+ C! ^1 \. q, N% f{6 c. U( m) G4 T9 ^; H5 [
/ / Scan.GetTokenEx ();
9 d1 D. }1 I: l' ~+ [' o/ / Strcpy (m_IPAddress, scan.Token);8 n$ U1 W7 }2 p7 c* J' R
}3 r1 p4 T0 Y9 Q
And you created the solution.
' O( c8 D& R7 @' K, A. r/ v( C1 h1 N; b% t5 e2 H z) A
: U1 }. u0 m8 ]0 n, }8 N
Then read the Neuz not the IP from the INI anymore. even if put in it
& D3 g2 `* K+ l# u& p( y" _* s% P* [! Z' |$ A
Max skill's , s. X* M1 J i/ e4 c
3 j t9 G6 {' a1 ?9 Z( _4 W0 S8 K
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
" V8 G1 n: A m: l- q7 X9 |- N1 d. B
With the TUT can provide the remedy it
% ?! }, q/ A/ j# n1 h4 M+ U
& o( R, a% O- `3 P! N# 1 opens the file SkillInfluence.h
, }4 A& f* U* j) q- ]4 k+ P6 l# 2 Search' O8 ~$ B3 P7 j# v! i5 n! J- p
Code:
2 p1 M6 I4 p8 e1 P# ]4 Q
( u S' V, Z/ b1 D) Y# Define MAX_SKILLBUFF_COUNT 14+ E3 U2 o& C1 a2 D, L9 g
& m& G# J3 n6 z9 M7 l( g0 [- X
# 3 Change the 14 to your number (eg 21) and save it from9 i( x( |* N- P% b# t) _
# 4 compilation and ready: _7 ~- W j- B$ m1 t7 @3 U
6 I+ ~3 i7 g2 _5 h4 f, I
8 Z& t* A) x& s. oI 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:
' n: j4 ]0 t( [! J- u& j9 X" d6 E \ ^8 g$ y
dennisdra
' `# [$ l# x; D3 `7 M+ \/ g.Crasy! N: l; o. `. f% d! | R) V( B# m# B
©ross3 H) `" U" L% q/ Y6 w$ [/ N
Sedrika
4 P) A$ r. j1 H# K$ z; l- V7 g8 k6 N- m% z5 Q, i/ j; V
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!
* \- @: d8 D" Y9 R& z# N& S0 `( D; C/ B) T, P* {
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
4 o4 v* r0 L2 I2 ~! |" f7 Y! c) s: H5 n" q
' ?9 e) I0 A7 {6 P" p* \' F4 q
Update 1: how to turn off "Profiler" in worldserver.exe
) q9 y% y9 f5 u, W$ ]3 Q$ k7 r/ L% E5 c1 _+ X: ^+ |( i
. o8 C( ^$ C; r0 j/ e/ Yin VersionCommon.h of Worldserver Solution
+ Q! a4 Y. X! ?Look for
6 G/ F, ?# P% S0 h s# q* e
1 e' t8 H: n" C7 d% E$ C9 r#define __PROFILE_RUN6 Q: S2 @/ e& t$ V
( [3 M! c+ N" N; k
comment it or simply
& B6 g/ u7 n) G/ E0 j r) P, a% Q
. E# C$ ^2 G6 d//#define __PROFILE_RUN
. x I/ R7 N5 k" D; k
) S( s% k* E5 } O% A6 b
# k- }# P7 h% S- H5 Ecredits 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投寄。谢谢。我添加更多的很快如果你有病加太
' e) W, N. D0 r( S+ l/ b+ f# H |