|
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 - s2 t" n6 Z' j8 K, @
change level without Rebirth
% }0 H; s# r. Q$ x5 z# B( d. \4 B4 F; R6 n) G9 T: ?+ U$ N/ M& y
Now, let us begin.; t1 Q) L9 M* S2 M' q ^; C& D) }
8 M6 q( d% q: {; W9 k! R6 b* X% ?
Requirements:, r* o s. l+ S7 m/ M% g$ f8 z: X
Source
0 }' F- ^8 o& r4 o; M% X; [Notepad / Editor
: a2 A3 k: k5 N9 n/ P$ Z6 W# r, B7 V8 B5 M7 f& O- y8 f) N
/ / Tips by Sedrika4 D4 t5 l! f. X8 O* U3 j2 N, b) t
& k% J# `8 S7 A4 g9 Y8 c: n8 N
It is up to you how you do it ^ ^3 W/ @2 c# `) I1 e: {5 p( k: @
0 O: L; E' ?2 w R3 X8 i% G' `
Go into your source folder and open the definejob.h
9 `* \& ^# H' k5 J- mSearch there for:! c+ S8 X4 M" q
- i2 u- Z1 U2 m* F#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
: V0 t: p' M- D0 X: K! D9 @#define MAX_LEGEND_LEVEL 129+ B" k% V7 p) t+ T6 M/ `4 l
#define MAX_MONSTER_LEVEL 160+ q4 g) i' _4 w1 |. @1 z( f
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
1 `7 l8 k. ?. ~1 N" y; G#define MAX_LEGEND_LEVEL 121
: s) l6 M9 ]9 D4 }% u- q% _#endif // 15Â÷ è÷¾î·Î ·1o§è®àå $ j6 F. R* Q0 w2 r, Y+ w
7 } L) V7 k& q. N1 h8 L/ L
1 K; z5 l+ N& j! R
Red: Player Max. Level0 J. U1 C% Q; y& ^. Z
Green: Monster Max. Level
8 J$ ~3 V1 c. B2 ~8 S P0 v/ S( O; g* i% }
These changes as simple as you want.0 H1 ]6 e! q% o) X- {
( `3 z" ~7 y% h
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
" k, O: }4 m5 N+ Y0 U6 M% g: B, Z! e m. _% B) O
Part 1 of blocking CE ! \6 n! N, t1 ]- \$ @$ `6 a
/ x7 w7 E8 |/ ?% m0 D) E- j2 x1 n
In this tutorial I will show you how to change the Head of Mark flyff.. X% R! A b) f \+ s# T
The current Head Mark is well known, 5E, which results as a string ('^').* c8 e$ o8 M1 H% R5 b
0 E8 [) ~! N; S+ K2 W0 a
For this we go to the World (Project) and looking at the Buffer.h after thistext% t! t* ~1 ?2 ^3 S+ Y* T# ^
Quote:
6 k0 Q7 h0 |1 @7 J9 W0 n# Define HEADER MARK '^' / / Normal messageheader; l; ^; K5 a2 I/ M
# Define SYSHEADERMARK '%' / / System message header3 [% K- M T2 F# q& I% H0 P
What the Sysheadmark is looking for is not even the top 5E.
- W! B# T( ]( bChange this and it makes the CE Not work on server.. a+ K: ~2 c7 S: V% `: E) ^5 j
; C/ q9 r$ A( O% o% _% P0 \) h$ x
Then Tom's anti-hack is no longer useful.
& }. o( u: O7 U; i
( }, I% ]: J$ C1 vLG Sedrika Part 2 of blocking CE
7 M1 N: H, z( E
6 A7 _1 O. v. e8 H4 I/ P/ 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.
. P8 L7 a6 H: G3 h3 w/ q, X# GWhat does this have an advantage?* D) @" O$ Y: c! r$ d/ j
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 0 c7 \" H% x: @2 e8 R$ T
& d9 t( T( [/ L& A2 B! y
' v: G0 ?5 ]0 s$ X0 L5 hFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
( F0 E; @( `7 l! G; k
$ f( a3 r+ t. A- e/ A8 |Then search for the following content in HwOption.cpp & H8 ]6 c! m# T4 z
0 ^- S$ F# Q& f$ J* G c/ J; p) G: Z
if (scan.Token == _T ("ip"))
& z+ I: w; P4 |" I{- @, J5 N e- Y9 y
scan.GetTokenEx ();
6 \' s, Q2 }: y- K& i2 Nstrcpy (m_IPAddress scan.Token);1 {& R2 R% o* F& j/ v9 n3 N
}
8 g1 R. }" K& U' @and turn it into this:4 A9 S' v+ J$ E; `0 @# W
Quote:! ~3 S0 P( }0 E! Z& l' F$ E1 N/ v, Z
if (scan.Token == _T ("ip"))+ r* T1 Q8 O, T9 ]3 I/ I
{
( p( n( G: t! C/ / Scan.GetTokenEx ();
@+ E( B& S* C" @/ / Strcpy (m_IPAddress, scan.Token);
+ G- `* E' Z$ J) b1 D1 F}4 K6 K1 _; _, g. J4 Y! }
And you created the solution.% A$ R$ i' V7 R* a! |
0 m9 Q( s, }" m2 L& T) @
! |% n2 x! z; \/ U, q) z$ v8 m' v. wThen read the Neuz not the IP from the INI anymore. even if put in it
! D4 X. ~2 {8 `& W- Y
6 a; I& x. z. ^7 j
Max skill's
, ]1 r. e5 e2 f+ r2 d/ g1 t5 [5 y# m( u
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
; K! m5 X8 g4 p6 z) q5 `% p2 o
# @& g9 Z0 k+ R0 mWith the TUT can provide the remedy it
2 F1 k3 w3 z( x2 v& o7 j* \; V
- d6 a1 Q% F; T& p# e: S0 N# 1 opens the file SkillInfluence.h1 a2 Q& w: g5 q: Z/ N0 ?+ f9 W ~
# 2 Search
5 r* S% [& s5 B( t; O. N; nCode:
+ b7 N. h0 a' x o! _2 M+ F/ m- m) L4 J0 Q H( T% }: T
# Define MAX_SKILLBUFF_COUNT 14
* F0 ]0 C4 O' R) a' i
* n% Q3 l( i1 o( S2 d# 3 Change the 14 to your number (eg 21) and save it from, m9 T6 |9 h2 `7 T- d5 W5 B$ n
# 4 compilation and ready; D) ^; ^7 ]- y' g# ^, J& N* U! r
0 o5 O1 Y$ e; h8 E" b
9 |2 v ^- L- r2 B& O. ^3 a$ c' ]& l
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:
% x N) Z+ l. P* F
1 ~8 [. S3 u) {9 y- c1 [dennisdra( A3 F- j3 s; b' d4 K1 |- a
.Crasy# q0 [+ v8 P- f
©ross
( j a1 _) U {2 I3 K( _' `# OSedrika7 j q7 `5 d5 q( S' }, k+ P
5 r2 S( Y; d1 [3 p$ n1 }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! 2 d( \% N/ ? A+ P }5 w, ], h
, I. y0 _; I# C9 J/ L+ }
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
_: @$ Q0 N6 f6 ]; ^( Q( o
* Z( _" W# U. ~: S' ^# W& i9 b; f0 F4 f
Update 1:
how to turn off "Profiler" in worldserver.exe
" n8 l4 C' {' O7 h# m# W8 U3 N3 z! F8 X7 Z. i$ B
0 ]- z( N3 N+ G3 U& s$ N7 Q) D Ein VersionCommon.h of Worldserver Solution* e/ E4 w0 C Z/ }1 i, ~
Look for
9 v$ X9 K% @% l) j v0 ^2 V+ \% j+ ^0 f4 r& `/ Z
#define __PROFILE_RUN
4 ?/ l( e, e2 l/ ]5 b
\# z1 d# d2 d5 M/ z- Vcomment it or simply0 b2 v+ s9 @. d* V* Z0 Z: \
: o: w$ w5 ` Y) A" @//#define __PROFILE_RUN 2 k8 Z5 n, X* L* q& o
' ?; a" w, ~* i$ w3 V- y( {! b2 o5 ]$ C! J! V% q
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投寄。谢谢。我添加更多的很快如果你有病加太
/ a( F! j! O" K0 X# {6 L |