|
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 + ^ b) @' d. j' G
change level without Rebirth
, [6 a8 O- u/ ^
. r2 [, R( Q) ?$ x5 oNow, let us begin.
" a6 ~( ^6 h4 ?/ f8 D0 H
3 a. T, h3 g8 b* q8 D& l, nRequirements:8 o3 L( f" C) c% |3 v6 ^: [
Source$ N" G* r7 D# R& ~' F+ G
Notepad / Editor# m) e" X; Q4 ~* W# W! c
) Z2 X* g0 q9 ] h4 z4 r7 Y
/ / Tips by Sedrika
) f% G( ?3 N1 d* U$ C' L! W; q$ N# x: j7 ]2 C: l" ^ ]; \
It is up to you how you do it ^ ^( j6 y# C) {4 P
$ b/ j9 L0 f: ?9 D! h$ x+ LGo into your source folder and open the definejob.h
! c3 M7 [4 e4 q; K) aSearch there for:
0 T; ~5 h; z8 o8 w0 z3 ^1 ?
1 s; R! e' W, B/ q" V: D#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
+ h7 j3 P8 e* I7 U1 |: }0 A& B#define MAX_LEGEND_LEVEL 129
& n5 E6 L$ q4 d- F' X& I8 ^' _#define MAX_MONSTER_LEVEL 160
) O/ }* p8 k% h: p#else // 15Â÷ è÷¾î·Î ·1o§è®àå
5 ?0 y) E2 m$ J4 q6 Z" D# I#define MAX_LEGEND_LEVEL 121" ^0 k f% J7 Y/ {6 Y% `$ ]0 V
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 2 o5 q5 U7 ~. y# L+ Z" R& W4 j% q
# u+ G) B& a( R
7 z" g" W. {3 x. Y; ~Red: Player Max. Level
0 u+ C* S8 f2 I8 MGreen: Monster Max. Level
; j) x7 X u' C" c5 Y6 l ~9 t! e* ~8 y9 [; s, r; Z
These changes as simple as you want.
{' u# }6 \" i+ Y* K, _" b+ R; f& A8 P
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
; h/ R& `# s8 V
- g# @5 z+ T; ? Part 1 of blocking CE + o/ J+ q8 d; p; t7 _
4 Z" t9 r9 U0 c3 b" C
In this tutorial I will show you how to change the Head of Mark flyff.
a/ Z! v; I3 N9 q, H: g+ E1 [0 @) }The current Head Mark is well known, 5E, which results as a string ('^').
' d7 s* U# E8 K2 C# |8 H/ }( \9 Y2 z2 r) M
For this we go to the World (Project) and looking at the Buffer.h after thistext
Q w) J# f0 T* u* }Quote:
4 ?, R1 e: ^/ F+ k- L) u# Define HEADER MARK '^' / / Normal messageheader
" l- J8 _" g# t; N6 H! Z/ B! L# Define SYSHEADERMARK '%' / / System message header
/ q( |1 p2 U( ^9 I. g( z. ^- uWhat the Sysheadmark is looking for is not even the top 5E.# J1 H# N# o# u8 S8 i, H
Change this and it makes the CE Not work on server.
/ q) n& z% d4 d1 T, j% g' O z. Y, b! `% W" I( X6 B
Then Tom's anti-hack is no longer useful.
8 z- F, D' l3 A0 A* B. {! _/ l3 i! L" s$ S0 B0 h1 M' q, A4 ^+ A/ F: v
LG Sedrika Part 2 of blocking CE 5 a+ }9 H* o- t% w1 p
: R0 o/ Q0 c V- Y; v9 M! GIn 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.
9 G+ D; G/ b7 `' R- y' L+ kWhat does this have an advantage?4 l, A2 H) i% A
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
) X( W1 G% |3 c; x3 n7 c6 a) H
- ^# P% t2 T. f% R' S* U% N
: d% H$ w& e' w; g8 F/ YFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
5 L- ?: R9 t% T2 r* J/ L0 e0 g. Q) E! T: R6 z1 w( [0 a: q
Then search for the following content in HwOption.cpp
8 o% s/ q* p& h/ [! ~
8 _- h6 ~7 j, b& d0 q9 T" j7 ~8 U% P; B- {# a6 n, A2 u
if (scan.Token == _T ("ip"))
5 s: H# O5 c0 Q; g2 L5 F. [{
' R1 x: j8 J; ~5 [scan.GetTokenEx ();2 _' ~2 y7 p& Y7 q" u/ G
strcpy (m_IPAddress scan.Token);
* g/ g( j0 L5 o8 D! o0 m/ j: f}* m. s, `5 I$ r
and turn it into this:
' R1 f* A. V8 M' P1 [9 a8 V7 m. h8 ] w: oQuote:
$ t U0 X7 l0 s2 I+ H* {1 }if (scan.Token == _T ("ip"))) x6 N4 y& _4 G( l8 |
{: k3 B0 \; R1 v* M! A9 D
/ / Scan.GetTokenEx ();) f& e( J* @' j. S& w
/ / Strcpy (m_IPAddress, scan.Token);
) l* ?( s' X& Q+ E' T+ i; j! K}# Z6 a: v2 j% h' R3 ^2 w% |
And you created the solution.; b5 n% l& B7 P5 ~
+ U$ I% W/ P2 U/ z. H6 e& X- {& o, G1 x6 t; k" w5 ^- H
Then read the Neuz not the IP from the INI anymore. even if put in it" S" I1 n. U/ y5 j# y: M. L9 e# U3 b! e
7 B l/ x+ @2 K5 q% w Max skill's ( [) H2 E b0 t) R
4 ~1 [% Y2 x; m2 N, K9 P5 Z! ~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 % Z- w' q: H6 _! l$ B' n: x3 M
% v5 x7 A+ w4 k% OWith the TUT can provide the remedy it
' Q% S3 g/ d V- q9 O B: w: X' o: x9 I& A) G; N
# 1 opens the file SkillInfluence.h1 w0 O& x! s- g; n3 L
# 2 Search) h/ a4 W- [# d& v+ S
Code:
3 N& C, [% n8 ?6 W- I L
. D) T! z' t! @1 m: t, ]/ b# Define MAX_SKILLBUFF_COUNT 14- |2 \7 U Q7 u- D& K( A
+ |7 x. z7 n2 Z9 o# 3 Change the 14 to your number (eg 21) and save it from1 ~; }0 C1 W" e ~4 I8 y
# 4 compilation and ready( O7 h- \7 d& b$ M) U( T
* e {) [) s8 \/ M' o) V V {
. ?( J$ U1 N+ l/ h9 p7 _$ 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:
) I( \ N5 e( [6 A! h, m- S8 M2 P9 S4 Q4 d" O7 K' A0 E
dennisdra
. _7 @, `4 I/ n7 n.Crasy2 ~6 C$ I/ o( E
©ross- a2 O7 h( ]! K1 x3 f
Sedrika
% \" O; x9 `; h7 N( Y* b: q4 n8 V- G7 y% _' X: @2 e
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! : z* @$ R7 t% [: V; t
; N' z, O" k, B2 E- h2 L& UP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
& D4 |/ E$ N, J4 J8 @2 X4 u; w" Y$ n& V: p
$ \- y* m; O( x* D0 N* \% n1 M' eUpdate 1: how to turn off "Profiler" in worldserver.exe 6 P9 ~- ?! A6 T1 M/ X1 U! ~$ D
) R9 J" N/ U/ H& o" b
$ @, |1 C8 T6 N+ @ `, E! Vin VersionCommon.h of Worldserver Solution
$ s2 \" d8 P, `* @- b2 b$ sLook for
$ o# x6 N# I2 r0 a* C
9 S4 Z0 Q- e& W( \) r#define __PROFILE_RUN8 y) P3 b) u K
' _/ y _ n5 I$ \& A {+ t: c$ Vcomment it or simply
8 P6 R7 l% F. ]$ I+ W' y# T$ P% \4 H1 _$ v. j G
//#define __PROFILE_RUN
+ L- y* b8 v9 p2 |0 m: D A/ A2 W+ E& {8 M* ^) X
' O/ Y( Y/ G: W- P' v& ~5 m5 C# j. B
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投寄。谢谢。我添加更多的很快如果你有病加太
* s! p, a. J* {7 c* h2 } |