|
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 : W% N/ M, `0 X ^! v
change level without Rebirth
6 {4 Q+ F4 A2 ?. M; Y6 S) h @
+ ]) k1 \* z- D( P% {1 S( E4 fNow, let us begin.
+ `/ G& ]( a! V7 Y$ ~1 {. C% e( z( U) L7 p) d
Requirements:6 e& T3 @ g$ v& m* `
Source5 a/ h& R" _9 ?/ |
Notepad / Editor
# y1 x% S# M3 Z# {* e# D
* \9 z7 g: M1 l# ~$ V' N/ / Tips by Sedrika
5 r* z" V O3 E7 t; b2 }; Q
; z' k" P7 P ]3 F- G- pIt is up to you how you do it ^ ^9 x6 b: D s0 j0 u) e
' ^+ p! f( X6 XGo into your source folder and open the definejob.h8 Z0 H, f; y$ @' v% ?5 [! l" C
Search there for:
9 V; y& s' m& \' ^+ q# ]8 x! e2 A3 |/ p3 S
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
: c$ I- e4 D2 r% ~) o9 |#define MAX_LEGEND_LEVEL 129$ U( V2 A- W3 ^; \% m! d4 i
#define MAX_MONSTER_LEVEL 160; I; c$ {5 r) I# V/ T" P3 O# Z
#else // 15Â÷ è÷¾î·Î ·1o§è®àå3 Y: D& L. l! H) z7 a4 G
#define MAX_LEGEND_LEVEL 121# K) q) @% ^3 V4 q9 J4 R; L' J5 K
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 0 D; ^& R4 u: K1 X; ?5 e
" B, V, U2 {! j" U, K2 c
+ w7 g" `; Z8 A9 n7 ?4 ^Red: Player Max. Level
0 P: }; g& |: C1 {5 h" g" g# ]: DGreen: Monster Max. Level' E/ N& z' s/ k% [ a
3 P, i' K Y" U' Q" M8 B
These changes as simple as you want." V$ E. }' H6 G5 k) {
- C' j; l" m0 x: Q; s- S. L
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
( ]% @% q0 l F$ a
0 N# Z7 Q4 q& x# _. h: o3 D6 ? Part 1 of blocking CE 2 C1 Z( W9 K8 x# D
# p7 H3 l* Q+ }+ W. |+ j# xIn this tutorial I will show you how to change the Head of Mark flyff.
Z4 M' H" j" z4 n9 {0 ^" k4 XThe current Head Mark is well known, 5E, which results as a string ('^').; |1 a5 t; @ S. B+ R L# Y. T
4 H$ \4 H8 o9 U. J, aFor this we go to the World (Project) and looking at the Buffer.h after thistext
3 _7 n0 F) x1 }$ j1 P2 f! mQuote:8 ~$ R( ~% n8 k% _
# Define HEADER MARK '^' / / Normal messageheader
$ M) W" J4 N9 A4 d% ^) B7 G6 t! F# Define SYSHEADERMARK '%' / / System message header
; N2 A' x# a" d/ _What the Sysheadmark is looking for is not even the top 5E.4 m" [* u- B, M4 w- \
Change this and it makes the CE Not work on server.+ z9 i, q# b4 E' B2 P& u* M
" |- i3 M5 Y+ H# T: R
Then Tom's anti-hack is no longer useful.
* m$ ?, Q3 I, E7 A9 k& G
, a# h! Z* o, J0 zLG Sedrika Part 2 of blocking CE , o0 h2 n7 D: I5 x- J* r! U
9 [2 E* I( l" s- ?; 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.
% |* p% i3 Y* ^, ^What does this have an advantage?9 w9 H) z1 z: R% L/ C; _+ q; {! D
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
# O) Y: |; S( d" y/ @8 _ |, f
( T% i4 g0 C$ c6 N/ A6 e6 V- X3 `0 N' b* [) |: Z3 ~
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
" @, {$ I- U* _% D; y* q s( ]) d) |6 q8 q% W
Then search for the following content in HwOption.cpp $ \+ j& D4 t& C/ e; Z7 B
' C6 y! L( l" F: a, Z2 }* ?
* d/ P6 }* E+ f" tif (scan.Token == _T ("ip"))
1 b& \- l5 k2 ^' h7 y{& S! p. `$ U# s* e3 K8 R3 X3 B
scan.GetTokenEx ();; t) w9 d Y% p+ W' s; \7 `
strcpy (m_IPAddress scan.Token);5 L% a) |7 B4 r0 g6 C& a" a- p
}# N& p( j4 z/ s8 U6 h: ]3 T
and turn it into this:* y, f! _4 o6 ] c* w! a
Quote:0 u9 O5 K8 W4 V9 M6 u4 ^
if (scan.Token == _T ("ip"))1 y$ b6 p; d3 \
{
3 o" b ^. S; ^: R/ / Scan.GetTokenEx ();# ]4 T1 `7 Z4 o7 y: m
/ / Strcpy (m_IPAddress, scan.Token);
$ m4 |8 W) B- q6 S3 ~* H0 L" m}
9 U+ O+ v3 K3 r" P: wAnd you created the solution.
3 [% d9 z5 u5 P4 B1 v
2 A& A' h- q, i; m4 W* G4 I: z' N3 G; {' M) Q- M; t( I$ h! M+ E. y
Then read the Neuz not the IP from the INI anymore. even if put in it
* L; ?& b8 [. D
! k# \# H7 |. K D Max skill's
9 y) Y8 o( ?1 f: Z k5 Q3 b8 e; D4 T* \+ I" e$ I
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
/ H- f7 i; Z# u V; E: z
! M$ @% j2 P9 G% z( N# e N9 YWith the TUT can provide the remedy it q% |0 f0 _2 U0 ~# S! G
3 J1 w3 Z7 J3 z0 u; Z q7 U" C# 1 opens the file SkillInfluence.h3 \! @0 C. D1 k' \
# 2 Search
) A0 g; u' D, i0 O# P8 Q7 WCode:
; b7 c( v! y$ r' f
1 z; N' \- r2 Y! U# Define MAX_SKILLBUFF_COUNT 148 ?* c' m: h+ T# L4 h
# j. }) q' {) q/ B
# 3 Change the 14 to your number (eg 21) and save it from- U8 c1 K! {5 u! Q+ O6 P# g! i
# 4 compilation and ready
( [7 @4 x7 D. n) ^. T& F
' o7 K3 O: t- @2 i1 Q3 U' y
9 [# m$ g8 S1 y. l* m1 GI 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:
0 q% ]- W9 [9 f+ a1 V% W" e' f: v2 U7 C! m; ` r
dennisdra
: `0 G1 h+ E- G3 r/ w+ L.Crasy! @# T) f, e7 {
©ross
$ ?0 K1 s) n9 z: a& zSedrika: P/ B1 {) u- x% u; n' n( N9 S
+ T$ C F8 c% aeverything 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!
9 `- b) g0 h# t/ u# }& k* d$ ^7 ~
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less. E A! q+ `1 T% v
: L3 t/ u2 N% {5 D6 Y9 d
" J, v& ^8 B8 D& p. \! ^9 b) ^! KUpdate 1:
how to turn off "Profiler" in worldserver.exe ; [+ H- E( J, t3 H* @* v$ `/ ^$ f
v3 g' Y$ B0 L' k' I2 t) T' S+ x. H
in VersionCommon.h of Worldserver Solution2 f5 ~' {" W$ i ]) K8 b! ]
Look for- O3 l8 c" o) r9 e( ?% N. y8 M; }: N
, F3 o5 l' @3 d* ^ V#define __PROFILE_RUN
# J- e- d& Z, H7 |, f. z' S3 |
6 D9 t! c* S6 i1 u/ V" {comment it or simply
0 k; W4 M0 F. U, Z ?: z7 ~$ T! H) t7 e. Y: Y
//#define __PROFILE_RUN / H- d9 v1 a. s/ h
+ H9 T( ]0 ?0 K3 X- [
7 p/ Z) e8 |) Q- ?! r
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投寄。谢谢。我添加更多的很快如果你有病加太
" h6 F! B Y7 v; I9 U j( v- o |