|
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 9 e- K4 Y% J: u/ |9 d1 Q/ n9 l/ m
change level without Rebirth
/ x) i8 r1 A* K6 U0 p4 l. q" i8 z2 `! U0 C! J6 Q) h( Q1 p
Now, let us begin.$ I F! T! o9 w$ c
) \! _; @4 O. p" I. [* ?' C) YRequirements:
. n! I+ p8 _8 g1 n$ [& ySource" f9 `( b# w: N
Notepad / Editor
) C# \. W3 ^! @ V
* y/ K z1 G, D, O/ / Tips by Sedrika1 q- M- y& T% j# x& t8 ^3 b8 p
- w6 j( b) R# a( X
It is up to you how you do it ^ ^) R# b$ G J' x
/ ]2 w0 i+ H+ L' m: @, ^9 s! TGo into your source folder and open the definejob.h5 s6 A8 _; |$ a
Search there for:
$ d6 p1 G2 x% A7 Q2 D" A
0 f, y" F3 b, w( l#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
, n. n, G# v ?#define MAX_LEGEND_LEVEL 1298 \% }0 s% }6 U: e% \2 @
#define MAX_MONSTER_LEVEL 160$ R3 K' \/ X8 T
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
- y& S, E2 G+ b1 a9 X X( ^, W#define MAX_LEGEND_LEVEL 1216 T. j/ l: S$ q3 u) b5 D5 B z
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
2 }- d3 b" { |0 {3 L \
" g+ _- K7 [2 d) M" g" M5 ?7 }& n: c
* F U; l0 y# n1 b; P$ |. qRed: Player Max. Level2 i( @: D% s" x; P4 c2 }
Green: Monster Max. Level4 S9 J0 H% D( N# h- d8 K
) v# K1 I, v& U
These changes as simple as you want.
, g( Y4 N- E- W8 P
, v$ m4 F- v i9 UThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
' A3 v7 z$ @- `3 q* k! u
7 B/ C# w+ U; B7 g Part 1 of blocking CE
( b( w9 `. F9 Q7 e w: ?4 d6 t: D8 \( ]" J S2 X& e6 K/ e2 o
In this tutorial I will show you how to change the Head of Mark flyff./ ^$ q* e; m: c$ e5 h- a
The current Head Mark is well known, 5E, which results as a string ('^').
# I6 {0 U; g8 n, m8 Z9 h6 \# Q# [( ~6 L- M) m; h
For this we go to the World (Project) and looking at the Buffer.h after thistext
]" c) r5 P8 }: zQuote:4 K/ b/ `( N8 U! y% L) Z
# Define HEADER MARK '^' / / Normal messageheader7 x; @& j! J, B0 B! r
# Define SYSHEADERMARK '%' / / System message header8 e: L; ^+ Y5 D b. x4 K& J [$ Q
What the Sysheadmark is looking for is not even the top 5E.
+ h3 t$ |& U" J- zChange this and it makes the CE Not work on server.
* `$ Q8 ]3 B4 w$ z3 n
9 L/ x) z- l5 Y: a2 D+ b4 y5 Z: wThen Tom's anti-hack is no longer useful.4 R1 j, \9 _3 m ^; `
4 d" p* _) }/ d* K3 jLG Sedrika
Part 2 of blocking CE - c7 a1 B y* h2 c( D% \4 d
; c3 n1 R" w7 [( P; o- Y/ QIn 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" C) U; jWhat does this have an advantage?2 n2 @, ^2 W) P, r3 ?+ U
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
! l! g6 N1 L, C! J& n
! t5 b; I3 T0 E( G
8 N Z$ l q/ H! Y. RFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
* w/ }6 f+ t p, d1 D# F8 Q0 C$ J* x
Then search for the following content in HwOption.cpp : R; B- l& e: k, ~9 ~3 _' U' q8 F
$ J( V( K8 S1 A" x5 X5 ~) G8 `7 n5 V9 E5 S2 I# _
if (scan.Token == _T ("ip"))% u! Y: `; k" d' J" t. B0 x) q1 t# o3 E
{1 i; k$ A/ ?: r- y4 m6 ~& _
scan.GetTokenEx ();/ c7 k5 V5 S* a; k0 U+ a
strcpy (m_IPAddress scan.Token);
$ }; R- a# ^( k- F' l6 z1 C}
0 C3 Z. {- s5 J2 Band turn it into this:
3 c, Q$ T6 d* d- L; p- V9 yQuote:+ z) a) c; O" R& n, G* ]( {
if (scan.Token == _T ("ip"))' z0 t* r2 J* T8 ~ z2 K
{
' c% |2 ]( _0 R, }( w6 V% W6 ~/ / Scan.GetTokenEx ();
2 k/ |& h7 Z2 B0 G7 I; }/ / Strcpy (m_IPAddress, scan.Token);( i( \# ?, K' r7 Z$ o7 } k
}" U$ m4 @" C# v
And you created the solution./ h* j: o" U4 G# m: S8 s* x
: m: W! k" y* t: D% S% K8 b4 u" U' J. o% m0 }" R
Then read the Neuz not the IP from the INI anymore. even if put in it- ?2 K7 M0 [* Y
5 U+ g) g7 ~" L* T5 t
Max skill's
U4 k' n! W% @9 o7 n
( {, J( y6 ?7 r$ TAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
/ z8 x1 \- W+ J% c: H& P
: x; }' E L6 q. C" x2 C" \With the TUT can provide the remedy it
* e D" D6 ~6 d, e
& S1 h' k# l/ h' Y# 1 opens the file SkillInfluence.h+ z- H+ e# M* s5 P W C
# 2 Search$ |" u) K) z# P0 C0 o* T
Code:4 j3 l- B4 _+ Z* p! E6 E: n
% T" n# ] ]4 p4 Q# Define MAX_SKILLBUFF_COUNT 14& N' |0 z$ d. D+ f4 ?2 r) U# Y
! ]& s) J' G( e) ^6 a+ y0 b
# 3 Change the 14 to your number (eg 21) and save it from
. w! g% f; [( n0 z* e% k# F2 J# 4 compilation and ready0 ?% F2 ^- B' R
+ H0 ^& {7 g8 Q0 M9 q& a: u
! e1 n# b7 @1 N. [; t6 }5 rI 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:/ b. Q2 x2 p# {0 y% \% K
* x, F0 r0 N' M% d1 b9 odennisdra: x. P/ Z2 f* _8 ~ O
.Crasy9 [9 i: D+ k! x) M
©ross, C7 y8 P. g) i, S
Sedrika7 [4 e, i* r8 P& V: G: l g1 F
6 g7 s9 A! ]7 @
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! . S) X- j& j5 F3 S( y, s
& `$ a. F: S2 J o( w; R6 s( h
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less# k+ Y( ^: C6 N, m4 B9 X8 ]
" ]0 j7 b. O7 x+ q' r, N) l* k8 B1 P5 i
( g4 A5 ~( w) D4 v+ G* b; k J2 i
Update 1:
how to turn off "Profiler" in worldserver.exe
" Q- }, K5 p( _* [+ `, p# f! F. ?- R/ T. ?8 \
* m* @7 V7 c/ Z; }" E( ]in VersionCommon.h of Worldserver Solution/ @) \6 p4 @$ l2 Z9 [
Look for
( s7 C* l$ e; \; k9 B3 p- R. f- c' m; `$ {; {+ t6 c I! T2 f R
#define __PROFILE_RUN: ^0 K* K; [( C$ n% _7 P
9 M+ N# Q0 J3 O! v- F5 ]6 ^) vcomment it or simply
% L7 m t. d7 ]: u* `; h$ s% w7 T# B; h
//#define __PROFILE_RUN
* @9 C+ _7 ~( {5 Z( v: A* p$ S2 ~% Y$ \; J3 b( X
5 m8 G5 q U7 e/ s: t
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投寄。谢谢。我添加更多的很快如果你有病加太
# D7 b& q$ n6 M; f6 ?( S& ` |