|
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 $ v* [' {$ t! [! K; R$ f
change level without Rebirth% k0 v. P) f4 D
8 p: D8 U) g( ?3 ONow, let us begin.% ^/ A$ {7 s4 g% e& M) _0 s) ~
7 d$ A2 \# _/ x8 E
Requirements:& k0 E9 o( b! p+ Y" g
Source
" {3 X+ t! l( X% X+ KNotepad / Editor" _6 y8 `) q+ k: \8 }, h7 Q
$ [8 g5 k Y- \+ c Y: x2 }3 `/ / Tips by Sedrika
8 l0 R) i% @9 u' {
! z# K$ o& k* VIt is up to you how you do it ^ ^
5 T, f/ N) K7 S4 \4 U( u4 G/ u) G+ @, @! x) V: V1 e8 j' U% p
Go into your source folder and open the definejob.h/ j/ ^1 j/ N) ~: O( v
Search there for:
) E( Y6 b. E: m: u
$ z7 }9 E& r6 V# e+ g#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
7 u* U, Z% @# l0 d) _. T. X* ?#define MAX_LEGEND_LEVEL 129! @3 }( o# [5 a1 P* t
#define MAX_MONSTER_LEVEL 160
5 u# k# N5 V- J: L m. Q8 X2 v9 ^2 X#else // 15Â÷ è÷¾î·Î ·1o§è®àå( s2 I+ C% A! R5 i# \3 c
#define MAX_LEGEND_LEVEL 121
0 w7 ^9 v) O8 a, e y; p, A#endif // 15Â÷ è÷¾î·Î ·1o§è®àå * A) g; S0 j3 g8 |. Q! J/ k
( s5 n7 C' b2 {
3 p- b3 L) L) a$ M$ M7 n/ P' u x
Red: Player Max. Level
0 z; y; F+ k% h1 {Green: Monster Max. Level
0 R8 {" f T9 A1 L/ ]1 w8 N
; r* q% p8 x7 s6 }! X" _) XThese changes as simple as you want.
) m8 R+ q) y4 i3 h5 d5 w4 Q' Q/ P+ t H+ n& M
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" U9 H7 ?) M
7 y6 k& H, l) r4 B! D$ b t Part 1 of blocking CE
* K2 e- H6 t1 a% X# v* a- u6 G, k) b1 G+ c5 X" a' w
In this tutorial I will show you how to change the Head of Mark flyff.
6 \ [9 r6 ?! d d, L, N; o/ GThe current Head Mark is well known, 5E, which results as a string ('^').
+ ?' |; }: z' R6 `. h& O2 R+ v; I. |* O# C/ O2 T: ^
For this we go to the World (Project) and looking at the Buffer.h after thistext
9 Z9 o# H: |9 f+ u$ V8 c: c% QQuote:
5 I4 A* _4 t9 |/ J/ Y; z# Define HEADER MARK '^' / / Normal messageheader
6 ?7 H4 `3 u7 V( ]7 r# Define SYSHEADERMARK '%' / / System message header9 X: }2 }, }2 ^" _; N7 c
What the Sysheadmark is looking for is not even the top 5E.
5 I/ f2 C5 L' cChange this and it makes the CE Not work on server.% {' b' M3 I1 H6 G2 \
6 a5 M0 R2 W4 gThen Tom's anti-hack is no longer useful.5 a5 j! L' N1 h+ V' @8 U! K& i
: ~' L# s% ?9 x9 zLG Sedrika
Part 2 of blocking CE 4 o9 W" @; o6 L5 c% _
2 m+ C% H" ]3 d4 O QIn 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. 0 x5 g7 ~! }& L& A$ N9 y$ I3 l$ `2 V
What does this have an advantage?6 `3 W7 c I; d. m- c# P
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
4 k; n9 K6 `6 i+ j! ?
+ P( X* o2 h9 ]) ]0 @2 Q8 b) c+ X* L. d( v, Z
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.& C# E7 Q+ i, J- D- |
' a+ v/ a5 d' {- [2 p. p7 ^+ P
Then search for the following content in HwOption.cpp 6 R7 @ G" K) H6 V
! Q$ E4 F- G2 J) u) L
6 k# U% d. y% L! h1 T6 C* Zif (scan.Token == _T ("ip"))& Y! r: L) m' L% F' ~
{
! C! Y, |8 { C) S8 Cscan.GetTokenEx ();
) E/ @3 m9 C4 {strcpy (m_IPAddress scan.Token);
) Z2 v! }) h# {}8 J6 Q Y2 P9 _# I5 y
and turn it into this:* v8 S6 x" m- Z6 R* f
Quote:
0 p1 K7 P7 I q+ e, b+ J2 }" Yif (scan.Token == _T ("ip"))+ t+ m4 o$ w. x8 H% a& Y2 q
{
+ _7 g5 P" a+ Y/ / Scan.GetTokenEx ();
, b& F+ x/ A' U/ / Strcpy (m_IPAddress, scan.Token);
: u: q5 G$ I2 D/ d. q I$ p}- u) z. U0 _9 {' j" I$ l
And you created the solution.
# B. z5 k; @7 }+ z, j& Q+ @. X' s% t
% E' j$ S& I! R0 }' m j7 `' @9 e# @5 Z( T
Then read the Neuz not the IP from the INI anymore. even if put in it
$ o- I9 y' \/ w) [! Y. Q. d. R2 z9 z% M, l
Max skill's
8 k% `$ U; J8 K0 y5 |. w( [
3 m1 U' C7 V% t( E. x% N& nAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
6 K) Y* K( m7 f5 ^) [, R) s& Z
0 U# C% j+ d2 y+ t4 g6 ?With the TUT can provide the remedy it- q _! _+ O2 s, X p2 D
7 ], U8 h D- a# 1 opens the file SkillInfluence.h! T2 n r, p* J2 X0 U
# 2 Search
; b/ ?3 y+ ?1 Y+ K. \' H) CCode:9 ?' `6 I: d, L' C' [
8 R& s9 o! R" ^# Define MAX_SKILLBUFF_COUNT 14$ Z; T& @. G7 g+ ]$ M
, u3 q; Q1 ^3 z$ h# 3 Change the 14 to your number (eg 21) and save it from( q* Q% A0 G+ p$ ]: P* j. a
# 4 compilation and ready
$ c/ y5 _8 l' G/ k. ?/ ]) o& Y# Y4 \1 m
. i! d0 P& b8 w1 K# GI 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:' m- J$ M" J# k2 \! k4 K
; G+ B$ ]% Y* ydennisdra
, }& G: O6 c% X1 D/ k+ j.Crasy8 i* \5 ]" G# a+ j
©ross
5 i. M \- n0 U8 ]+ SSedrika/ _& R- c3 i& z" X; f* h( Q9 N
$ Y O+ m* m& o# ]
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! $ U& Z0 ?) v9 a3 d. c& O$ \( l. c) Y
9 O7 Z. K$ f/ aP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less& Q: O8 R; d% @% [/ b0 `: M
t, Z" v, y4 K( l2 D
z2 M3 a& ?. I) cUpdate 1:
how to turn off "Profiler" in worldserver.exe
- ^4 P7 ^0 T J2 S; w# c* ]! P" d4 z; M$ @2 J0 x n7 a" V" _* ]4 J
! q% @7 }' y4 p1 O4 U1 e7 D6 O3 Jin VersionCommon.h of Worldserver Solution
1 `' D! v; `" M0 _9 Y" {Look for. J1 s: o# U5 g5 ^( g
8 s5 U4 j0 Z& h9 b#define __PROFILE_RUN' @& I. v5 l% ]1 Q
$ N4 U8 b& A( ? m: a8 R; qcomment it or simply
8 y2 R4 ?7 H# h( F/ q6 |/ J* f. x' B+ G. \+ @7 T
//#define __PROFILE_RUN s/ Z! w! {! w9 a! f/ Z
3 t0 T- L* q+ E+ N5 m0 F" Z* k W4 s$ R/ v3 |
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投寄。谢谢。我添加更多的很快如果你有病加太
: ]1 Q4 C3 R/ Q |