|
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
4 B6 J; Z; ?/ L& ?9 Q( x- v, ~change level without Rebirth
$ Y! m- Y. S4 ~1 F: J" p
" d! c: U' O1 e6 F: ^5 cNow, let us begin.: I2 o C; t# B3 r! L) [
5 R$ p) S# B' ?0 h5 @
Requirements:
" b) r8 ~$ G) CSource$ Q6 H& A3 `5 R0 c. S
Notepad / Editor
2 X3 ~8 ~6 D9 A0 F# C; h+ ]' d( G' t
: _* l' V# V2 J- E% t1 C( a5 o5 ]0 }/ / Tips by Sedrika( r( Q8 }9 J: }" N0 m; r/ g) I/ v- b
; O, z/ e/ }3 R" i& n
It is up to you how you do it ^ ^! c" o. |; T$ L& k+ W5 G( a S
, E$ y) a4 |; PGo into your source folder and open the definejob.h$ r& A9 S: w7 C4 z) _6 g! p
Search there for:. K$ z3 D! P1 {: @4 D
# _/ U, n ?- ^4 V
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå# N6 G" ^- B. M! p! x7 g
#define MAX_LEGEND_LEVEL 129
" k6 Z# H. g: t3 [#define MAX_MONSTER_LEVEL 160
1 o7 l2 P0 ~6 A: G$ }/ l9 y#else // 15Â÷ è÷¾î·Î ·1o§è®àå
( u+ c- l h, }#define MAX_LEGEND_LEVEL 121
$ Z/ f' K! h w9 @#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 5 U/ d; d _( _; N# {& R2 I+ r
3 b! D2 o. }1 k2 g6 \' m: X' S- d# `) `5 j) _. D# E
Red: Player Max. Level
! o Q7 G) X5 `+ G2 H. x+ yGreen: Monster Max. Level& m2 p' n$ G3 j2 P! T
% {% a) l Y; O6 ZThese changes as simple as you want.9 x1 j9 x6 ^: `! @0 S
, `3 Q3 D0 x3 e3 yThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
' z, q" Y. a8 b, p; e3 m
X2 f6 l( g1 V! `+ }. b1 @( ~
Part 1 of blocking CE
: [1 |4 L# x7 f% @5 V% w
5 l; z" K# [5 RIn this tutorial I will show you how to change the Head of Mark flyff.
. z$ [# Y. F6 b+ R5 ?The current Head Mark is well known, 5E, which results as a string ('^').$ V" a0 y7 h1 p/ T% v" l+ X% `
. _4 \9 C6 P u3 o% `For this we go to the World (Project) and looking at the Buffer.h after thistext
! G( j" l: o" G/ V0 i. \Quote:
$ S4 I. l* }/ k7 O z0 F+ l& g. M# Define HEADER MARK '^' / / Normal messageheader
4 I8 f0 X+ W) a* H# Define SYSHEADERMARK '%' / / System message header0 u8 y# Q$ Q& Q" S* m
What the Sysheadmark is looking for is not even the top 5E.4 o& ^# `& `" F8 g
Change this and it makes the CE Not work on server.
* q2 a" V5 g ?* j# R
. L( s0 }1 i- M0 ^9 gThen Tom's anti-hack is no longer useful.
( B5 [$ Z9 }- E7 K+ f
/ _" l( c! m" ^" c6 b+ B& gLG Sedrika
Part 2 of blocking CE : l; M H' T9 Z5 l
; ]. M7 r5 {1 W4 z) B0 S$ r; bIn 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.
" W) r; t7 y8 P- \, c1 TWhat does this have an advantage?
( P/ B2 K7 F- u5 OThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ; F* S, { W7 Z$ [
5 W! ^# r8 Y2 K- l @
- z3 v" _0 a, P: Q
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
& t2 S1 z' W7 `) j+ z" r* j/ e" k5 m4 o& N3 {
Then search for the following content in HwOption.cpp
i- m0 L- X9 @% E, L+ v, i. d4 I/ j- h& N/ g* E6 R- W3 |
4 H# u9 `$ L" }, h; f
if (scan.Token == _T ("ip"))/ [" M( k. w* p3 m$ j+ d9 |
{
I+ E1 |5 s Y" r# zscan.GetTokenEx ();
) d/ Y, O: [& E4 lstrcpy (m_IPAddress scan.Token);0 Y/ u) [( S \) S* q/ F
}3 M" ~2 y' i0 | _9 i" t8 p3 k
and turn it into this:; y# O( k W, J& |! q
Quote:
3 r0 O! A, Y9 ?! A" Nif (scan.Token == _T ("ip"))6 r! N6 d7 v" |7 a/ h/ j! E
{8 z5 W; J, k. c' W4 H R
/ / Scan.GetTokenEx ();
! W# ? Z0 O# N/ / Strcpy (m_IPAddress, scan.Token);
$ H. V. S9 J6 F$ z* k9 `% _}- j- v' e4 S+ q' t7 _* u5 U) N
And you created the solution.- k" c" J( l3 F5 o- v; T2 I
2 V& B; @+ Y/ t7 i
1 t' f0 n0 _1 m5 t
Then read the Neuz not the IP from the INI anymore. even if put in it
2 y' M! V. K) f: ^) ^" A6 i- w6 H M) ~7 J: Y1 y4 P6 V, M
Max skill's
- ~' l! C% i- |: f
4 l# I5 N+ M$ z$ y4 a! |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
/ r; N9 o, Q! `# F& k: w% O" t. x4 f9 d, q$ s8 k
With the TUT can provide the remedy it
8 E/ ]! v* ?1 j" R2 W5 D
$ A# z- m5 k. ~# 1 opens the file SkillInfluence.h
: m8 w% ?. I2 ~& v# 2 Search& w" Q5 i2 a# ]" V0 @
Code:/ m6 K( \' C' ]4 k$ x
" T+ ^4 T+ ^/ h" s+ l# Define MAX_SKILLBUFF_COUNT 14" i' s" |# z* j5 `% J' {
P* B: Z8 S1 P1 ^
# 3 Change the 14 to your number (eg 21) and save it from0 u0 ^/ L; X4 i- c
# 4 compilation and ready+ L' D( N" B; q& P, r% s% o
4 }) Q- @* J3 A4 K J
4 a' a0 S. X6 G8 ^# v) B) [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:
8 a# o9 h0 C+ ~9 a. x9 Z- U, I5 c4 G* p
dennisdra
|" G5 {5 O/ n/ ] Z% C. ~.Crasy: Z6 i( I: {. f. }! Y' w
©ross
6 t# C/ v4 F' }1 Y3 |1 _Sedrika' t9 |2 ?/ z, K+ f/ n
# j. T. A+ S* h3 f5 s5 Eeverything 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!
2 w& k& Z; h" I" c1 d
. s2 m( o y4 o; d& lP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less" } D! {1 I% ~7 L5 u
& ~1 U) L4 x @9 r/ w, t) z z' v0 }' i8 A7 n6 P
Update 1:
how to turn off "Profiler" in worldserver.exe - r5 R0 x1 B0 u3 d* Y5 S' V
" }4 y& d% C* r% L( l
0 B5 J' V2 e+ j4 ~in VersionCommon.h of Worldserver Solution5 W9 D! P6 c7 n3 R( C& @9 `$ u
Look for
/ G8 T+ w r2 q ]
+ D: \( t: Y4 ^3 a#define __PROFILE_RUN
; t' j' K* s' N1 N- v* D+ X) D8 P% h# X: ~" l6 S
comment it or simply
; G: T9 b$ E# R+ M5 E& b) b
( l3 g# K& ^9 m//#define __PROFILE_RUN
- e$ N: _& q F; K7 I
8 k H5 w) I; [3 l5 U+ a; t4 y9 k7 d5 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投寄。谢谢。我添加更多的很快如果你有病加太 - U. Q! C! J) j: d
|