|
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
1 [; d; k6 B0 Rchange level without Rebirth
3 f% E1 }) Y d: J J, e7 f
" Y3 p' K4 w; s- HNow, let us begin.
0 G" G, H$ Y8 o/ ~. R8 P3 z o# }6 ]+ B6 ?) B) {, [
Requirements:8 P% J+ Q0 r/ }1 H! ~9 J# z6 s! [
Source5 K, j4 |; X1 h& m7 G* ^
Notepad / Editor
- w% M) \8 v' c Z0 C" k
% K/ i$ g- D+ g* A1 H/ / Tips by Sedrika
* Y% A0 Y% c: [* V. Z: T) M% F+ z3 s( Y$ j1 i3 T7 H& R6 i
It is up to you how you do it ^ ^4 R1 i5 S4 Y- I2 J' q2 a" m& n O
6 d* R4 L( D2 a6 q7 \' @5 @
Go into your source folder and open the definejob.h
; G) X) |& f1 w {0 g- OSearch there for:7 @3 L/ r# a1 g4 B2 _
6 G! D. t0 x$ k/ e( d#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
% _( ?9 H; P' `& T#define MAX_LEGEND_LEVEL 129
7 v9 w$ \" I; }5 J' p9 P#define MAX_MONSTER_LEVEL 160; z; T$ N4 G2 K3 M/ t e; `4 h
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
! Z0 X5 c* Y% {: D#define MAX_LEGEND_LEVEL 1219 ?% E( `' F1 d) g ?/ H5 {2 l3 O
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 0 \8 l; _$ h$ r
. |7 u& Q- B! C2 i) o3 [0 }: E# e8 b+ |" z6 j, u C# \: e" [; I
Red: Player Max. Level
; _1 ]8 B! J4 u, R& s# R3 x. jGreen: Monster Max. Level
# M/ a5 Z( Z. U; |1 C3 I2 v1 x! \0 t3 a' y" t
These changes as simple as you want.
$ K) a" ?% x) I9 l/ ^# O- v2 A+ ]4 Z1 m2 r U# 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.
; Q. ^. Q. v- u5 S' i6 d. y- x: i/ I- c, V) j! S
Part 1 of blocking CE
7 T; _) w) Z+ g* J V# ^
2 J/ J5 p: \6 z' U$ @In this tutorial I will show you how to change the Head of Mark flyff.1 }, |, G9 p! [
The current Head Mark is well known, 5E, which results as a string ('^').; ]- K; X0 s$ b9 Z
! W3 i; J& J2 X+ S) S. `
For this we go to the World (Project) and looking at the Buffer.h after thistext" Y z) \& S/ h) S4 U
Quote:
/ r6 ?" h5 r% q' c( E- z# Define HEADER MARK '^' / / Normal messageheader$ B. D' a1 R& n+ w7 G
# Define SYSHEADERMARK '%' / / System message header: R% O: O" B8 e$ X( F# R! r. d9 _, o
What the Sysheadmark is looking for is not even the top 5E.
6 C# a5 B- A/ |) C% lChange this and it makes the CE Not work on server.9 N+ W C8 a2 M( h! a) Z
/ L5 J; u$ L5 R6 K4 t- _
Then Tom's anti-hack is no longer useful.
* B4 n9 j7 v* s, b8 u) e. q! k" l7 {! ]2 Y. f) H2 L
LG Sedrika
Part 2 of blocking CE
6 Q: s8 ]3 r2 B( q2 O2 h: o, ]0 q, b5 ~. }$ ~' r2 o. k4 u
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. 7 c- }, }4 I9 Z" a! |( j
What does this have an advantage?% g& }! p: n' W# N, j
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself + T7 o& k; G- p5 ]0 L8 y6 Y
( M) r" O0 G; |8 G% ^6 f/ L& |' J" U: z- k- ?% |* k
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
1 {2 x& K* O0 K+ X$ [: h
- [! @; t5 W2 m! C jThen search for the following content in HwOption.cpp - z) C* \# {3 t; F8 F
6 m, H8 N9 u; p4 v( P5 _7 a. ~) N% j/ ?
if (scan.Token == _T ("ip"))! F7 m- r8 y* @$ D
{
7 }# G$ _6 F& }" w! D' |4 Gscan.GetTokenEx ();/ g' C% S* p2 n$ ]
strcpy (m_IPAddress scan.Token);
! z3 @+ _" Z" Y0 \% U( t. l; h( x}, k7 z3 ^; Q7 c' c" T: u5 S
and turn it into this:
% o( {, p" x1 EQuote:
8 l9 o+ _( E8 C. E7 dif (scan.Token == _T ("ip"))
4 F& u% z7 e$ n' G! l{+ `5 R5 p: ~! Z: H) U" I
/ / Scan.GetTokenEx ();9 z# l2 a' M9 x
/ / Strcpy (m_IPAddress, scan.Token);2 g' ]# H: i* R0 r! u3 J* P
}' R' D& M, n0 m! [7 F
And you created the solution.; v# H( R; R7 I
6 R& h* E+ [# {( l2 M, w3 `6 F# v) m
# h/ x- l3 s% x2 b4 H
Then read the Neuz not the IP from the INI anymore. even if put in it
/ \% F9 M/ `* }, h8 Y" Y' a l( J1 e$ a4 y
Max skill's
! _# ]3 d% i% l3 o8 ~/ R; ~. a" Z2 @
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
! X2 c2 z e$ X
7 d+ c+ F2 l& a1 F4 VWith the TUT can provide the remedy it
! p) J2 }4 g6 e) h* F5 z0 h
% e7 W* k* J! f8 g5 P3 t* g5 f# 1 opens the file SkillInfluence.h
# W2 x! H' `- H/ @ {) D7 e" q# 2 Search
: H* h! Z- W4 Q* R8 YCode:
% P5 u) v4 Q; t/ a/ d! p6 E j+ i' k! }0 T$ h+ l3 ]
# Define MAX_SKILLBUFF_COUNT 14
5 w8 c) R9 `2 l) n7 R5 m% ]" H" y$ H9 D, F/ f m
# 3 Change the 14 to your number (eg 21) and save it from- i, _& g3 |6 I7 l9 n* A, \
# 4 compilation and ready+ X- q8 H8 l2 Q6 V# V6 G& Y3 ?
" U" A8 ?( A. E7 V+ i7 Y, z7 u6 t) ]# A/ s( a7 {" S
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:
" I, l2 _" B( X$ P. H5 }7 w1 l8 j
dennisdra0 d( m, W( n7 U, f5 f
.Crasy" y# c( A6 X* b) u
©ross V4 `' G6 O' v
Sedrika
+ e& p/ P6 Y/ F: q- i x. `2 L9 @. k0 e
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! % \( G- h. @, @% P1 w: x& u$ v
# C0 m/ g2 c1 Q* n9 OP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less* d1 q3 `$ M& D; k3 ]0 `
; B0 \! J9 ` L3 k6 u+ I1 m* \
Update 1:
how to turn off "Profiler" in worldserver.exe
* C$ Y' H, X @! {' [1 r- j [5 q5 ]" b5 h* k3 F- f8 v* p8 N+ o
1 i% |$ r, H ~+ nin VersionCommon.h of Worldserver Solution
8 C- C& k# A/ \/ R0 E, N; DLook for9 e1 k# v; \4 Z, u
6 D; u$ K2 [1 K' q( I7 [& u
#define __PROFILE_RUN1 d: U' b. b5 ?7 ^ q3 f% J
& N. m' }% |8 e
comment it or simply$ Z! S. U; a* S0 _5 O
8 {: j7 w+ F0 ^1 M+ B% }3 f
//#define __PROFILE_RUN
8 O) U+ n5 R- q3 A6 g+ r3 {8 Q& b( }3 v4 @ O" L
2 X: F5 a% C5 z, I2 A
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 M# n; @. G* M |