|
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
% u2 ~) E$ m$ {change level without Rebirth
. J+ a6 D; l2 \. c: {$ H! Y g! k
! v3 J; M5 z* B7 ONow, let us begin.
0 [) N+ }$ @* g+ e, u3 L/ h% C: B$ g
Requirements:# y1 o! H+ K% L: y0 W) U; w: w% B
Source
8 O* ]5 \- a2 FNotepad / Editor p0 P9 |6 _! C' z( W
2 K& E t0 _ W7 P- P' U
/ / Tips by Sedrika1 g" l3 ~$ P& ]2 P
* ?3 A. q4 O7 sIt is up to you how you do it ^ ^
8 i* J8 K4 A K/ k( J2 Z0 I1 K \. ?/ W7 a
Go into your source folder and open the definejob.h% e. b! S+ S# i; N0 y) @+ Z
Search there for:) g L2 r, x* k6 M* s1 k/ Y5 [
* v3 r* W" C1 l$ W
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå, c0 `) v, W9 j& M$ d
#define MAX_LEGEND_LEVEL 129
, v) h2 o, S/ B4 T#define MAX_MONSTER_LEVEL 1609 c; ~8 f% Y% p8 n; q% E3 |9 s
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
( N6 U: L5 _% e% X# H5 B#define MAX_LEGEND_LEVEL 121+ F. e/ |& `. b3 `
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
% B& C- F3 f" `- `0 H) K! |( p0 w6 ^& ]/ R2 w$ [8 J
9 A/ G+ [( R* \1 W: v- jRed: Player Max. Level7 R' x6 e' w- w6 I6 ?/ S# \( |
Green: Monster Max. Level
: K! y( }9 N3 A: n( _2 X
6 U9 ~9 |% W9 P d mThese changes as simple as you want., u5 n- y1 S% c5 g( C; K$ \% ~$ F
: d7 _, P( l! A: o3 _; V4 v1 oThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.( x" R% @3 X5 \5 i9 O8 _% @
. Z4 x- x4 V( C4 j3 F' \& r
Part 1 of blocking CE 1 h6 _1 C! i4 Y: E& R. C* Z
6 v9 u; C D6 W; P1 k2 A& m+ _In this tutorial I will show you how to change the Head of Mark flyff.$ j7 Y# o' u* j7 `: Q. U
The current Head Mark is well known, 5E, which results as a string ('^').
" |1 D. z/ B2 _ D: r" n8 d( \1 s0 o% x/ e+ r4 }
For this we go to the World (Project) and looking at the Buffer.h after thistext- T' M$ d- i% z& X# ?, l
Quote:
* {( c" ^( Z0 e' @% C2 P# Define HEADER MARK '^' / / Normal messageheader' H/ m1 P5 \" V, `5 g; d g
# Define SYSHEADERMARK '%' / / System message header
' w4 `# A/ W5 l8 TWhat the Sysheadmark is looking for is not even the top 5E.( P+ k" V% x, S4 p- R+ o% Z" h4 J
Change this and it makes the CE Not work on server.# x7 t" G' j$ g" {2 {& V F
% {8 b; s1 w9 N4 tThen Tom's anti-hack is no longer useful.
, r: w8 N# a1 o b! v6 }- t$ w
0 v& x6 F2 l" [) s; ^LG Sedrika Part 2 of blocking CE
7 p0 a9 e9 b" N& W+ U+ k3 V. o/ Z; c7 G3 j
In 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. % ^- t/ f' m$ ~/ {
What does this have an advantage?
7 r. U( @2 O/ S% p+ l' ?The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 8 ]$ Z2 S3 G/ z; p
* B; ]: @# s* A" c$ l
* u- }7 ?& L$ uFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
/ h* \3 b* c5 g( n2 _# P5 {$ I* ] g
Then search for the following content in HwOption.cpp
; s8 X4 I b' J9 W6 u( ? r# z% ]/ C: A3 s, Q# V: y# q
# A* @+ |! w; I* C% U6 _if (scan.Token == _T ("ip"))
7 C% X2 R# ^7 a7 h{
" r# w0 T5 R- J; j' ]" Dscan.GetTokenEx ();
4 V) w" X2 k% ustrcpy (m_IPAddress scan.Token);2 x4 t4 C3 g& ~7 ~
}1 |5 Z1 y6 Z) \# Q3 Z3 i
and turn it into this:+ e) m) j1 p( Q, S; P
Quote:4 z0 ^. ~# u1 Q6 T y. u; A7 u
if (scan.Token == _T ("ip"))8 S3 n% N; y# x: ]+ P* S
{+ {5 e# E" F W' u1 F& z3 }
/ / Scan.GetTokenEx ();
- `6 l1 R+ `6 C/ / Strcpy (m_IPAddress, scan.Token);
: R! b* x, T6 c! E0 Q) x}
1 C* F4 i* t v% k" b9 R$ H, i. FAnd you created the solution.
/ Z6 Y' X3 U! X! U; ]+ y
9 O( S! Y1 R; |' y8 I. t2 A$ q L( m, _: E3 I
Then read the Neuz not the IP from the INI anymore. even if put in it
2 r/ f" N3 d' C# c) q6 [3 L# \. `: p: ^; Z; u2 }
Max skill's + w! U: u0 Q' e, X& v6 H
( J9 l5 U& s0 a( CAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 0 @- e7 v) u( D6 ?7 g
) O1 ?: l+ f9 _/ `1 ~
With the TUT can provide the remedy it
4 l: N4 Z2 b6 j3 z8 o/ J. j" R
0 t) J3 q$ w# m# 1 opens the file SkillInfluence.h! w h O( k3 w" n' k% a" t* [
# 2 Search$ [& r: j# u- T& \) S' t* }
Code:
6 v4 V' I/ z" S: k* \
9 n, n: V$ k* S% y# Define MAX_SKILLBUFF_COUNT 14
V5 O. ?1 a. Y5 y7 X0 v2 ^) _- q) U$ H# ~
# 3 Change the 14 to your number (eg 21) and save it from
6 u$ o6 o- O5 h2 {# 4 compilation and ready$ r7 w* L. B0 e- y3 y
! \" G3 \* W* O; B1 u' u
0 B0 v0 \2 D; o4 [) O! ?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:
6 Q& s4 T! A, r4 g% [
# X! X2 E6 A. s: A$ ^) X: wdennisdra
0 e. R, s6 s* j7 r6 w+ `! t.Crasy
, R* f2 U- i; g# g; m6 @©ross
; F$ H4 k' ]7 C- wSedrika
4 K+ `- r9 d) ]% Z2 |5 K3 b
e$ `- f2 _- m0 o2 g+ ?0 D9 |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! # N7 e6 g8 k! ~. ?7 n% `2 y9 Y
1 z7 i/ {6 o. Y6 Q P* s, q
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
" W" c* E1 Y$ b( `+ A% e0 G
* f0 l6 T2 x; E) z% h) r/ O) z- l* f8 Y$ b. a- p3 ]
Update 1: how to turn off "Profiler" in worldserver.exe
8 R4 @0 A0 Z1 X$ C/ @$ o5 @( [
1 Q2 r6 D+ T# Z- {0 s9 J( h) j* ?! V
- h% i4 F" w, h2 a1 ^in VersionCommon.h of Worldserver Solution: b S7 f9 m2 N9 z% P# ]# q; C
Look for3 q8 K- o" R! [ K! P' r9 f( q$ H
! s' K' s2 e3 e
#define __PROFILE_RUN' Q8 d- G$ o' c! ^$ r
. x8 s- a# o5 \; Q. F) Rcomment it or simply& \3 f' x% C/ Y9 W, Q/ j7 V
. E$ u$ d/ p5 ^3 U0 p) q) k//#define __PROFILE_RUN
' m X% q7 V& y( c! U) G' Z9 `: A& j' ?$ ^' }0 m
( l+ M( B& v+ f2 Icredits 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投寄。谢谢。我添加更多的很快如果你有病加太
. L! ?' ?6 o" z& [ |