|
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
* F4 q: d" ?$ s8 g4 fchange level without Rebirth
7 N" x( a% y7 c r, |2 q7 B! U) {/ s: j# V8 ?9 Z
Now, let us begin.
; _# L( C2 d3 k' k3 [+ J5 C+ a
! Q# E: l% P- @9 h" l5 b/ ]0 g% V5 @Requirements:; R( O" D" f0 x) R0 O2 h
Source
3 _7 Z: n& y$ g( e+ O% R; qNotepad / Editor
% `' e" Y/ f2 m: x7 ~% l7 o, v$ k7 D7 |2 ]% D E1 L
/ / Tips by Sedrika7 z: \: k ?" O5 B: u1 U
( q9 [# _. X% tIt is up to you how you do it ^ ^
" k' R- {% z1 m% J* X: H
, D/ T$ |, t* r8 t( R3 rGo into your source folder and open the definejob.h
' h( x5 s# `& T' a/ DSearch there for:7 }/ t2 @& E4 n- g, Q0 @) _9 @0 T
. I- J# p8 S* |. G. ]
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
6 T, F. E7 K+ r) L9 d0 x#define MAX_LEGEND_LEVEL 129
1 L, {/ N W: K! Q! ^#define MAX_MONSTER_LEVEL 160
, @5 k" @7 o7 H4 n8 ^0 S#else // 15Â÷ è÷¾î·Î ·1o§è®àå* L' {0 h0 C! B* s
#define MAX_LEGEND_LEVEL 121
& ~! ?# | v0 @* p& {3 r7 W1 S. Q#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
3 V) G% \& x9 Z& J: a3 w& m2 I* B- ?1 g) ~# k8 M. ?7 ]
# T5 U$ \3 m: C
Red: Player Max. Level
2 f" f/ d9 J, Y9 R" @) O& i/ K0 m0 `Green: Monster Max. Level
" q( o, |; `- L) j4 k" A& V4 I3 T2 J. I9 _7 L! f' A
These changes as simple as you want.
6 L1 U8 e( S8 u7 y5 e+ _3 k
+ k5 ^( A# _/ V4 y5 ]Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
: j- G4 q% P' B* P# V/ _% L- |, x1 d( t& i0 P
Part 1 of blocking CE
5 H. m9 X. ~: s4 V
7 J" h% O4 t! ZIn this tutorial I will show you how to change the Head of Mark flyff.
' O+ d) B- U3 f C3 V. W' U: bThe current Head Mark is well known, 5E, which results as a string ('^').
2 v& S( G# X! Z2 p& r" l+ U) u
/ f9 M4 h! E- ]- U$ g# ]3 n1 G. S" s1 C; ?For this we go to the World (Project) and looking at the Buffer.h after thistext
; D+ @4 H% |0 D1 ~7 ]+ gQuote:
4 S( h- F9 A* F- b, x2 Q; j/ c8 _# Define HEADER MARK '^' / / Normal messageheader
# i: G& T+ `3 X- z# Define SYSHEADERMARK '%' / / System message header
4 [& c4 [! y& O$ AWhat the Sysheadmark is looking for is not even the top 5E.$ B" \/ g1 V' [9 l2 X z
Change this and it makes the CE Not work on server.8 ]' p+ w6 J" M+ K! L, ?
1 k; L! R/ S# j! T7 {1 y: g! }Then Tom's anti-hack is no longer useful.
7 G9 E# o/ W5 _3 g& @- v) V* z3 V. |' I
LG Sedrika
Part 2 of blocking CE 9 H [2 Y p) @+ L9 Y( p
* e+ n; u0 {* j; LIn 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.
) \6 B: L9 G5 S- x9 _4 K8 Q/ r+ Q- AWhat does this have an advantage?
, O5 F) n( J' w+ \& GThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 3 A/ Z5 h5 B' ~7 P* M' S- V& K
# X7 Q+ m: M/ X, O4 h4 Y. Z% [8 P
) c u) l4 D- n% C: Z8 w: H/ ?! t" g' E
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 Y! W8 m7 V% i2 t7 b
0 g. K4 B, R! d8 [; g& RThen search for the following content in HwOption.cpp ( {/ Y5 C+ l/ R3 N& C5 L! W
+ u) C- ?: z w6 v. J0 w
, I# ~# B3 S+ x1 Q8 Z) w) Sif (scan.Token == _T ("ip"))
, {! \( S- \5 f( K( g{ |& e4 v/ `, x! h+ Y
scan.GetTokenEx ();
; S4 O$ C1 z) d: e7 W' \strcpy (m_IPAddress scan.Token);7 l$ b3 U/ f; v- g2 c" H0 [
}
& D0 @/ N! l4 c* F/ V. P/ gand turn it into this:- t8 _8 }) g" M- C
Quote:7 g( e; X: T1 [; v& _/ S9 I
if (scan.Token == _T ("ip"))" v g5 h( O4 [+ _7 J' v& S; @$ u
{, c Q! j- K4 o$ W1 [6 V
/ / Scan.GetTokenEx ();
0 y d" W2 C- @% t/ / Strcpy (m_IPAddress, scan.Token);
* ?& j. E. Y3 m4 g5 W+ ]( n}- A: A- z) b, w$ p8 ?* W& `+ e4 |
And you created the solution.& I. N" a4 K# i% W
% \4 T! ]. B, r
# |( _" u, A1 ?4 u$ C
Then read the Neuz not the IP from the INI anymore. even if put in it
- K: C4 T) e0 j D( J, d P E4 \4 G# q
Max skill's
5 t1 \/ X( y/ X2 q" t* U1 e& {6 H1 |+ r3 r
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
/ `8 H( p; N, J
+ r+ G r5 W9 z2 bWith the TUT can provide the remedy it \1 [8 [7 ~1 S' \) k: R: o
0 Q( W+ ^0 {3 f# O5 d3 {5 e. P
# 1 opens the file SkillInfluence.h* N' P6 G; v# |: a- P# q2 M* |7 N
# 2 Search; |2 W5 o- \6 a- c. k
Code:/ e1 M2 Z5 m$ O: p
, k( X# {* B& g) H# Define MAX_SKILLBUFF_COUNT 148 X: _1 E* ~/ _/ b* h3 ?
( B4 Z! K$ r) ~& \" v$ e x- `
# 3 Change the 14 to your number (eg 21) and save it from; b* [0 q) b2 u( M
# 4 compilation and ready% W7 @5 |& f/ ], D' J+ g
. g* s) [+ C, D. h9 G1 L
% S. y# G' ~6 f3 _5 A Z9 S/ S7 u
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:) n3 F0 B- s/ }: v' \2 W
& v/ q+ i J5 X' A) ?- N; l
dennisdra
2 Q0 g' X s. r/ t, D.Crasy) E3 S8 N4 S, x6 j4 A
©ross
) l5 s( C1 A0 U' v7 J3 i4 Z9 ^Sedrika
v; T: P1 T3 r* |4 A9 t4 y# n+ X
8 ^5 ] R3 S3 neverything 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!
+ Q4 U: U9 b6 U
& \* e$ D; x9 v0 |: `P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less3 g/ `, A% N; c) \8 }5 v
7 y. R- o8 Q" { }- t6 |: I+ R4 ~
9 \0 r- P& g; ]; m. Y# y j, V2 qUpdate 1:
how to turn off "Profiler" in worldserver.exe - y! R$ w2 u# I3 a5 U) U( u3 {
; r4 M; D; U% G, u$ O& d& c
$ r$ I4 Q4 Y9 k$ v
in VersionCommon.h of Worldserver Solution
2 P& |" m7 C7 V9 ULook for, T- ~, t3 P) B" f4 ]
. K% o+ I t, s( W: k
#define __PROFILE_RUN
* T* x' ~2 _ i+ M' i: N, ?3 M2 c; v1 q( j
comment it or simply2 u" R0 d) ^' ^3 i3 z
* \) n( [. O* r" V3 F//#define __PROFILE_RUN $ k& \2 r% R/ `
* C: Y# `' E# [; Y1 m% K7 I! |
+ t( F7 m0 K" p3 Rcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
- I& ~" {/ f: }$ t) C% h |