|
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 0 D, d* s+ E" Z' s! b; r7 h
change level without Rebirth
- Q6 m/ i7 B u
/ j: g$ |8 k( lNow, let us begin.
, D' G7 K+ r9 }' b/ x9 [' P+ F; A) c7 n
Requirements:! K c+ P8 }# b% D) V. K- X
Source2 g$ }8 C. ]$ Q
Notepad / Editor
p: W# ]( h4 }8 j k2 L$ i
7 f W; ?- |) w: c1 x/ / Tips by Sedrika
* `. U& o- t! N
6 }# B) b0 A4 m1 Y/ w% S; a4 O1 w* iIt is up to you how you do it ^ ^4 D. V) X8 \% _: _
, s9 k( v% }3 i, VGo into your source folder and open the definejob.h! z; s6 I: @) k
Search there for:
: `# O3 t% E' x7 V( T0 y( g O" T9 J) {4 k4 k3 Y0 n
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå8 b; H3 {& W! U% `0 ?5 t
#define MAX_LEGEND_LEVEL 129, G8 u4 h, w# [% s
#define MAX_MONSTER_LEVEL 160( R( P; [9 C p( d
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
) U+ z: S- G0 [8 ~0 D3 E#define MAX_LEGEND_LEVEL 121% @, i+ q# o5 O2 X) i' Y) O
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 1 l& p7 y( e/ G4 `
9 E! I7 R6 Y+ H
$ S* s5 @$ }( U7 s
Red: Player Max. Level: }! x s4 n+ ]* L8 {) p
Green: Monster Max. Level5 |8 I$ w U" K# V9 K
0 M! L* q% l: E2 g- D- y( {/ IThese changes as simple as you want.- n5 j; a/ r8 Y9 E" g3 X& l
: u! a- k0 y- y M) a, G
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.. n: h( O/ r- d+ U
: V. H# d/ }, S9 H; @
Part 1 of blocking CE
8 J6 I% G4 U; b2 o% \( ~
& i. S; ?* b' N; s& LIn this tutorial I will show you how to change the Head of Mark flyff.
# ~9 [7 v: O: d$ PThe current Head Mark is well known, 5E, which results as a string ('^').
4 H; @# ?3 }. D1 D
% Z. d6 F. O3 UFor this we go to the World (Project) and looking at the Buffer.h after thistext
/ I9 @. I. M4 U; x& A3 ?9 }" RQuote:9 `3 Y1 t; O. U; `$ O' e7 a
# Define HEADER MARK '^' / / Normal messageheader
2 ]9 o6 }7 x2 e; A3 q8 T1 [# Define SYSHEADERMARK '%' / / System message header5 m0 `$ ?7 B$ u S$ D
What the Sysheadmark is looking for is not even the top 5E.
% o4 T R m, k$ Q% r# mChange this and it makes the CE Not work on server." C; e# D% |2 h' P. J6 Q! t
- Y7 }; a2 g) h- u( [) V, ~
Then Tom's anti-hack is no longer useful.
# a4 T+ ?% K# V; \. a
) {# E9 H$ [/ i# fLG Sedrika
Part 2 of blocking CE
( o0 S ^( B& Z; P$ V5 L
$ e9 s \ h8 C" g, T( CIn 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.
8 c* h) j, w: B7 g; [What does this have an advantage?$ b4 ]1 W3 t- G; Y; Y3 W
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself , N3 S! c; t# ?+ g+ a
; A* [0 s# f; b+ w& L- V+ N" U
* A# ^0 y# R& l1 C5 a! _3 J
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.0 E1 G/ C( T) U* E+ i; V
; \( |" b) X }1 j# g' r8 N1 RThen search for the following content in HwOption.cpp
& a4 Z6 Y X6 |, L: J' V/ I; u/ t: x1 ?
$ s/ |1 q, l% H+ X) }# _3 s. Uif (scan.Token == _T ("ip"))7 M% [2 _9 n% c* C; v( J
{
' e; l) j- w2 I! j6 K8 g/ Fscan.GetTokenEx ();) [5 \' Y$ }0 ^
strcpy (m_IPAddress scan.Token);
' b9 e+ s6 U2 ]: |}& t& Z7 b( {5 d( Y* i/ s8 k
and turn it into this:
) |, _. G0 L; [- BQuote:
( A8 {! D1 N8 }if (scan.Token == _T ("ip"))9 T6 t+ I8 z) y' {+ F' Y& `0 H
{
" O7 Z) h Q: B. j* c4 D/ / Scan.GetTokenEx ();
; b8 F" y) Z* _% e$ K! m/ / Strcpy (m_IPAddress, scan.Token);
+ e9 {8 ]+ c2 u2 u( W% s}- R5 d5 G# D/ {- ~
And you created the solution.; z" G; l, B% ^/ J4 g; F
: g! {( f% ]2 q
" _5 V( C" q) j/ V$ d- HThen read the Neuz not the IP from the INI anymore. even if put in it
3 Q. h! n% M: h: h; [& Y; z: }$ r- `( U* X
Max skill's 4 t2 W' r! T) T/ m; X" d2 m
1 q' l) Y6 y: q+ \9 t* i* }) y+ L
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 % D% u% p2 a4 Y- E/ S' `
- Y1 `( z! V0 z1 z% Z$ D
With the TUT can provide the remedy it9 N! E' j* ?9 T! x/ @. d
9 z3 W; D& I0 i' _( i8 b8 g! s
# 1 opens the file SkillInfluence.h
; N; j" J1 {) B9 K# 2 Search' V9 ]; b6 o: Y6 |: L
Code: s5 ?! T" z: a, K
- ~! d4 z& K1 R4 u3 b6 S# Define MAX_SKILLBUFF_COUNT 14/ R6 I5 n; u4 h# g( q7 g
0 b: k. v# w. u& j# 3 Change the 14 to your number (eg 21) and save it from
% m% E5 a" b" Y9 u- U# 4 compilation and ready
! z- P$ b, m% O& V
4 x! c7 P1 k M) s! S0 L% o9 A' G; ^& y' @* ?8 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:5 u! u9 M- R& q* g# R
+ a+ Z' r! q1 `6 |, n% J" ^
dennisdra
- D3 J+ \( c% _* P2 j0 L( s.Crasy n2 E. o# ?. }4 J, Q& w
©ross/ [: C a# L8 I7 S' r. Q5 a: ~
Sedrika/ f5 l+ n4 j8 N7 W; v- e
) e/ Z1 P& t3 _9 v! qeverything 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! " j+ P! T& }9 O' M/ E) n
7 F, l* l6 N& c5 N9 G7 }+ z; X9 V, K
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
5 F! y+ d4 k9 b, g8 D
" ~, G9 v" v, J* v& p8 A3 R5 f
Update 1: how to turn off "Profiler" in worldserver.exe 0 E! G N' j: X& J( s: N4 F; P
?# r% d w! {9 S. U4 l
4 X! g4 { ]7 r$ Bin VersionCommon.h of Worldserver Solution t* w7 ]1 O! V- |/ w: U; D: k
Look for
4 \7 s- x7 J* ~1 v6 z3 u9 v6 |5 l* ?: n. }3 v+ F+ O" y! m
#define __PROFILE_RUN6 ?) J. w! ^' @: l6 B
" | Z( r& @2 I, ~+ \comment it or simply
. n6 i T# o. J+ T0 X5 G- d5 t+ Z4 y5 g8 e' \8 z$ j
//#define __PROFILE_RUN
# [6 F7 g, y2 m' K
% p9 M T ~& p& v- L
( | A3 V1 K+ F; H. }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投寄。谢谢。我添加更多的很快如果你有病加太 ; h) J( {, j: |5 ]
|