|
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 + {( }+ q1 B* [' N7 O
change level without Rebirth
7 ?' ~! Q8 R+ K) {
5 A3 A, G) y' @: KNow, let us begin.; N6 s4 F& C- p7 S' c$ g
4 b2 B6 d+ M5 ]) hRequirements:
& z4 J6 R# L% p5 K$ [0 XSource# o6 ] @5 f5 I6 @7 z8 E
Notepad / Editor+ E9 D2 {6 c1 l8 X0 W5 j! c
+ m$ c7 @4 ?* u/ / Tips by Sedrika
3 W/ B/ r! G, h6 ]
8 |( L9 w2 W. U$ `6 g8 @2 ^4 JIt is up to you how you do it ^ ^6 ~: M- y) E# q1 l" ~% o
$ U3 Z/ k0 F2 X% t) p1 t+ o* q; G- _Go into your source folder and open the definejob.h1 q% {" G, O$ f5 J$ o Z2 Q* _
Search there for:* U7 u' ?$ P4 y$ p8 x; d& n
: H( R& e9 r% S5 N+ b6 ^
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå( ^8 P S' Y* |7 b- v; j
#define MAX_LEGEND_LEVEL 1298 M8 Y. b. [, f* l3 Y
#define MAX_MONSTER_LEVEL 160
9 l5 O5 H0 ~7 |$ ?( e#else // 15Â÷ è÷¾î·Î ·1o§è®àå$ I+ X0 P( c8 q
#define MAX_LEGEND_LEVEL 121
/ s5 c' w- v+ N: ?+ a. d2 W#endif // 15Â÷ è÷¾î·Î ·1o§è®àå - Q9 g% c1 q2 ~9 ^2 L
: J9 B: Q5 W- v# k3 J: g; C/ f' r2 ?0 H# R1 s8 v7 R
Red: Player Max. Level
6 Z; Q* r; e$ Q6 x/ `6 T4 _* tGreen: Monster Max. Level1 @: m( z$ w% R% H. I
6 s3 v# z$ L J+ s( VThese changes as simple as you want.& s+ ^9 P3 ^; l# @; N/ W
0 k+ U5 q5 L( k3 k- t1 M& q+ B
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
' ^7 c# s2 M2 C% u0 R5 R/ L( C! ~ p' b% a: V: `9 w
Part 1 of blocking CE
7 X5 p! v8 P$ g9 [* b& A6 P
+ E* a) D& U7 Q' K1 c n0 Y! d3 A5 [In this tutorial I will show you how to change the Head of Mark flyff.
1 S( S3 f- U$ ?! g' ~ TThe current Head Mark is well known, 5E, which results as a string ('^').9 q; P8 h: @" a d# ?
8 u& g% l$ I- E* c
For this we go to the World (Project) and looking at the Buffer.h after thistext
1 Z B& c: X7 q! w3 j, ^Quote:. D1 R8 i, Y3 u. N" [' `
# Define HEADER MARK '^' / / Normal messageheader
+ T% I2 C2 e0 U. g7 L F/ H* @5 ^# Define SYSHEADERMARK '%' / / System message header
I% }' v+ h* J( z; p" [- j, ]What the Sysheadmark is looking for is not even the top 5E.7 A* `9 O* Q6 |8 C$ ~! M" K
Change this and it makes the CE Not work on server.
8 G w; K# V3 B1 U$ U
( c* I# l4 H) i5 Y3 lThen Tom's anti-hack is no longer useful.
. {2 V- x& h- v0 T/ _. A1 Z A X% `8 V$ t2 H+ @) Z
LG Sedrika
Part 2 of blocking CE
9 c; l. K& F; c% b6 E, u. O+ d" C& f4 q, J) T+ f: ?
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.
# f/ j9 R* a! R# lWhat does this have an advantage?
7 T7 t3 |1 U8 i, P" @The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 8 b6 m# L3 k) B1 y
% K; M1 c' D+ D: j9 V' K5 M1 e/ A1 v. P& }
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 A' t! X8 g" v
; ~: a0 }) z' c+ A0 p6 E' W2 ~Then search for the following content in HwOption.cpp & t! g" a9 p+ N2 |: K1 s9 {
) b$ |0 r. W- y7 _
: E% Z# p& a: z/ N/ s* S- Kif (scan.Token == _T ("ip"))
" ^# B& q* A- e( ^( [{" l9 c, J4 h1 F4 k
scan.GetTokenEx ();
2 W2 j" `, e+ u2 Sstrcpy (m_IPAddress scan.Token);
+ W( D8 V5 J% `& j8 }. P6 T% k, J2 }}
2 B4 K0 n9 s/ ?and turn it into this:" Q- g6 F" ? k3 \% _) l
Quote:) ?, w7 p) y/ F- A0 c6 E
if (scan.Token == _T ("ip"))# c% K% T1 Y$ g8 n
{
T& P3 {3 f+ | h" w/ / Scan.GetTokenEx (); R9 C5 ^8 f# N3 h6 G1 E
/ / Strcpy (m_IPAddress, scan.Token);
* ~# f% w) G; x# ^: T g}2 |' \2 P1 k# `2 b5 a& K' n
And you created the solution.
' F* B) c: q) Q' O/ F0 l; w. R' _2 n+ e( P7 H
6 i0 ]: e" s9 yThen read the Neuz not the IP from the INI anymore. even if put in it
4 A- u" @% a1 e e3 A, ?) z
3 h# Z5 E+ l/ D+ I' a. u9 l
Max skill's
0 m/ x4 z5 `/ q+ d: Z( z
3 U4 P" p, a5 q, a$ e$ IAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
7 O, u$ o8 [# V U
: q) @; s5 e+ |With the TUT can provide the remedy it
" ]: L* D' U0 N/ x$ K0 u5 @0 q
2 c- ~4 \' V; n: N: b% p# 1 opens the file SkillInfluence.h
/ ]! W3 D) T$ Q5 W5 ?# 2 Search
. f, i2 Q0 Q& d/ E2 KCode:) ` ?+ a# u! K
% }, Q$ {4 ~- c' ?: D% Q# Define MAX_SKILLBUFF_COUNT 14
4 n9 r. ]3 {% ^( I5 w' x T2 G- S* V# e \$ W7 ?8 y
# 3 Change the 14 to your number (eg 21) and save it from! B1 v R9 a) G4 o3 u# I$ e9 I
# 4 compilation and ready, `0 K& o, O+ ?! T/ S
( S4 c8 {9 p3 l6 m$ Z
: A1 H9 d* Q% p3 F; {
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:
; _! }) x- I1 A1 B: b& { a& P4 d4 {; h- A9 k3 C0 [
dennisdra
2 Q! z/ [4 m; ^; `1 o1 w7 U$ g.Crasy7 @2 d, K1 p$ w- }5 Q$ c
©ross% I7 L' Q! L% l( h/ | ^' @
Sedrika2 _1 i9 n: {) a0 E( t
5 z5 k' K1 E" Q5 f! R7 m4 I/ H/ d, ~3 g
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! 4 w3 [8 [3 ^) X: V( M# x3 ?
3 o; ^/ y# x% N, ?
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less; m: L! J6 X3 Y B% m
7 L) c! Y8 q- Y; V# O# z, o. v8 z
7 t! j- z2 ~) c) A8 u: nUpdate 1:
how to turn off "Profiler" in worldserver.exe / V: U5 X, t: F& Z
4 S( p1 V" {& Y! o# j/ O2 t
/ Q8 x9 s+ t3 K" L6 q. }
in VersionCommon.h of Worldserver Solution
9 c3 F; [; p( U) ?* W6 t5 ]7 mLook for
: G* J* }% b) B; v3 b
$ p; S6 Q& a9 _& ~#define __PROFILE_RUN& w( r o$ p7 L( S0 D
& W9 A8 U: E( H( ^
comment it or simply6 H. X& }9 ^( M$ ~# U
) f O, C+ J' l% R//#define __PROFILE_RUN ' t4 R7 S& f' h( D% G9 x
' H6 G. G- J, s4 \3 e" s1 Q V3 o4 S: |7 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投寄。谢谢。我添加更多的很快如果你有病加太 & V! V& t% u3 s' u4 ?8 I
|