|
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
; T5 j, Z, }2 qchange level without Rebirth6 L9 X; t- [% V0 L# i1 B* m
. q; ~) w9 A6 v7 b* ]: W
Now, let us begin.
8 |4 Y7 u( T& n7 q4 @0 @; e0 Y% j! i& z4 i
Requirements:
0 `: c: m( O, s1 `! q1 CSource
: A* q* q$ g3 ~0 vNotepad / Editor" ?. G9 }( o y! p; J6 {! @0 r& [
S8 M( }9 u& B3 ~' M3 a4 s; U/ / Tips by Sedrika( H4 _" |. G8 m8 c1 z: F( y
3 x2 `! N7 L1 TIt is up to you how you do it ^ ^8 I2 E+ j' |. c( F
' b9 B* u) V2 OGo into your source folder and open the definejob.h7 c2 e$ x9 f2 R& e; n$ o* S5 P
Search there for:8 X; j' d; c2 M. a, C
+ `- x" i# V% [8 D J' K' }( ?! }
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå6 Q" v, w. |6 M0 _& p6 W8 a$ q9 Y, H
#define MAX_LEGEND_LEVEL 1293 n4 {$ f. W0 H. R7 l, D3 n% c
#define MAX_MONSTER_LEVEL 160$ r' M" b1 U& X. z$ T3 b
#else // 15Â÷ è÷¾î·Î ·1o§è®àå7 D: q ^& c7 k8 a
#define MAX_LEGEND_LEVEL 121$ J( u; n7 b' n
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå U$ V. O, a$ Q: L6 S
' n" I& u. A4 N4 n$ L2 M; B, a O8 p; }
; z: M' o# Z5 f mRed: Player Max. Level
' S7 Z8 c6 h, ?2 e/ YGreen: Monster Max. Level
& N# a/ i3 d$ e8 {7 C
2 H! R4 p# w8 v. d# F4 |These changes as simple as you want.
. Z, ~6 a" X+ Q$ s$ f- Z" F& T* k/ E* s9 M: u% r, B+ D
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
) ^$ A3 w+ w% d7 g4 G" k4 P \
% A% {# R' X D9 r
Part 1 of blocking CE ' n$ l# X# h, q A0 `5 D
& Y& [, i) R2 {5 G5 G3 K8 {
In this tutorial I will show you how to change the Head of Mark flyff.
4 h1 c$ H: Y& A, B" w+ b$ JThe current Head Mark is well known, 5E, which results as a string ('^').5 s t% E( V: e
, B% ^4 {" Z0 M- m5 f" V m8 iFor this we go to the World (Project) and looking at the Buffer.h after thistext
5 O/ O0 D5 Y# a' |5 ~: Q+ YQuote:9 K9 m# L) j# a) L
# Define HEADER MARK '^' / / Normal messageheader
& t) s+ O, I3 K, l/ e; d* M; J# Define SYSHEADERMARK '%' / / System message header
3 D8 Y' N' b5 ]4 D4 Z% Z6 fWhat the Sysheadmark is looking for is not even the top 5E.3 l8 A/ c3 B+ t
Change this and it makes the CE Not work on server.( o" y2 P2 S1 \/ M c7 u
& L f, w; u/ E: O" m! }4 a; `
Then Tom's anti-hack is no longer useful.. i3 q$ n/ U# M
1 D0 h3 G4 n' @& X4 }% W- U
LG Sedrika Part 2 of blocking CE
* Z* S' F) S# a# ~' u6 h. T: D B0 C4 _) y' 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.
. d% g4 ?* B2 c/ zWhat does this have an advantage?3 a- r/ @( [! G
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself , t/ D7 Q0 g# n! `
( A9 E: H0 i8 s
6 Q+ ]4 z3 |, a( c- O8 P: _8 C
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.; H- i E$ s, G% S0 X8 W
9 b5 B1 [- H( Z$ A2 i
Then search for the following content in HwOption.cpp
7 u2 X( t: r& t) c0 p& j, v8 ^) }
% Q4 w* n3 m# w9 s
. @0 e0 ^+ E- P: W% k: X" jif (scan.Token == _T ("ip"))
) C4 g5 J6 O N{3 P$ s& Y) f3 ~1 _
scan.GetTokenEx ();
; B4 I! G, y. R- \4 Istrcpy (m_IPAddress scan.Token);
. N* k2 I; O7 c$ M}
$ N! |1 @9 s. S+ K7 c' Y5 v. Uand turn it into this:
8 r3 U0 z+ T' f& u f ]Quote:
; }, T) N( b. N. Nif (scan.Token == _T ("ip"))
# J8 G6 x+ R+ h0 E, |1 d{3 {9 P' F4 Y& n6 n* u, S. _
/ / Scan.GetTokenEx ();
( F8 q; O+ q0 C% V/ u& m# {0 l6 J/ / Strcpy (m_IPAddress, scan.Token);
: C" U' {$ u. M: z L C}
" t! {$ D# @4 S: Y; _- b1 mAnd you created the solution.
+ W2 f) q: _' z( I+ u; e; R9 y% K& I) X* j, m3 J
! r$ H7 |3 _6 m% B9 A
Then read the Neuz not the IP from the INI anymore. even if put in it
, w$ ^3 M" {' ^$ Y. Y" B
' ^) w* e: i- v' b+ ], Z
Max skill's 7 d0 E0 y7 [: u8 C
! d3 A2 r: f8 N$ }' UAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc * }2 S- T2 V5 f* \, l
! E5 J0 b# j1 A& p% q6 N$ e
With the TUT can provide the remedy it
- ~& |6 D9 l7 g1 s
, q! b% \& d! p8 } g# 1 opens the file SkillInfluence.h- I' t% o+ A. `* x( m/ @+ v
# 2 Search( t. h. S: _: H( k7 z. _0 `& y, w4 Y
Code:
/ i7 p. S j. f+ G3 c6 A* N8 X5 Z' |7 P6 `6 ]# e
# Define MAX_SKILLBUFF_COUNT 14
8 \1 h7 _: S" o% ^9 o) J/ Q
, v3 u2 _1 V0 q( Q. y c2 H Q# 3 Change the 14 to your number (eg 21) and save it from
3 i+ H: E* G L, Y4 _ c# 4 compilation and ready
+ }) `7 Z: J! T" i% J Q7 k6 [' d7 c
7 R. l2 B3 w- X2 T- _- 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:% a. E3 P8 J) ~
- h( m+ B5 _ S c0 bdennisdra6 P9 i! f2 [' H
.Crasy' J! H- ]+ v; o4 F0 Q
©ross- O& g2 F6 d6 h$ O0 \$ o
Sedrika7 ?, u$ _1 q! M' Z1 G9 ]
6 o$ Q* z/ s. M/ p
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! 5 u. |; t1 k- }8 C1 _1 W# O
+ {( V4 p; I; [( _( {
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
* B5 _7 I& k8 h( G$ }3 n- ?3 c& H3 r/ p( x
2 F, Q, B6 X3 j T
Update 1: how to turn off "Profiler" in worldserver.exe
7 t9 I/ }( R' z2 K D( Q7 v9 ~. Y3 h* c Y$ F
5 T# |/ V* y# E) `) J# Y* oin VersionCommon.h of Worldserver Solution; l; A9 }4 ^5 D8 F x
Look for4 ^ f* @. K* v( ^# ?) Y
" I. n' T: S) P0 N#define __PROFILE_RUN
0 k2 ?& J5 s0 v7 ?8 c# ?
# U! ?; v5 i6 G6 B% I% l$ Zcomment it or simply# ?- I0 D+ @7 Y" G% w% c2 w
5 ?2 P4 |/ v. @/ a- A" H. i
//#define __PROFILE_RUN
: {" e6 E) c" H; I) O) ?- D1 Q( w) \5 m
9 M2 Q' [$ u+ y3 K
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投寄。谢谢。我添加更多的很快如果你有病加太
Z9 s& w$ R$ @4 B, F8 | |