|
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
9 z. H( T0 Y2 L! |( L& wchange level without Rebirth% I* w/ V/ P8 {" L; q8 R: J; B2 n
* L4 p+ A) Q* d6 E# \9 \Now, let us begin.8 i$ m$ o1 I Z2 X$ Y# k1 ?0 G8 r
0 e6 u2 U4 j9 B; s) ]5 j2 hRequirements:
% b3 }9 u( n" k6 s# uSource
! R, g( j5 U! `! KNotepad / Editor/ r0 G# q# [1 j# X6 D( J+ ~
: A4 t2 a& F4 h% N+ D. A' v/ / Tips by Sedrika
! M+ ]: x7 C5 ^
& N5 W$ G4 c; }6 P- T& GIt is up to you how you do it ^ ^5 i4 O/ w3 {! a
9 J# i9 E$ O: b+ M( N" t$ f
Go into your source folder and open the definejob.h
: y5 h) s' `8 X% o' _1 e- HSearch there for:% }( t0 c; a8 _. ?
7 L! Z. T0 H: t0 P
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå/ I# m U2 H! o w1 q. m
#define MAX_LEGEND_LEVEL 1295 o9 u9 [$ u0 V: z0 u' e' b* W
#define MAX_MONSTER_LEVEL 160/ ^( u& V9 o$ z3 p! J. \
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
. E- a# j& J/ y: q#define MAX_LEGEND_LEVEL 121
5 c2 S% K; H6 e/ D0 G3 E#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 3 E1 `9 s5 J! r" L
3 N3 V& k0 u& @0 E' C) Y
$ }7 K! g$ n/ F( L0 d/ P: tRed: Player Max. Level; P2 H$ f/ ]! r s9 Z# j
Green: Monster Max. Level
# w9 h( i4 ]) k( q) N" R
0 ~' D* W( W v1 @% K5 DThese changes as simple as you want., b) q2 }( \( l+ A0 G
5 b3 H N/ g6 q' k( jThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
' ?& ] |- f! M5 U# I+ l% H( `( u; y; \6 R
Part 1 of blocking CE + Q/ C. W# M( M5 t) o' m0 m- n
& h2 t+ |5 m. \' L( Z: U4 VIn this tutorial I will show you how to change the Head of Mark flyff.' C" f- G6 V* p* X
The current Head Mark is well known, 5E, which results as a string ('^').% e* g* ^5 b4 l3 s& \
7 {7 g- D9 Y6 T$ w! Q) k
For this we go to the World (Project) and looking at the Buffer.h after thistext
4 e% a1 [1 h# s1 rQuote:
% ?6 p$ E; g% {. d1 z9 `# Define HEADER MARK '^' / / Normal messageheader5 W. G3 N( t$ ]) l& u0 s1 K
# Define SYSHEADERMARK '%' / / System message header
1 ~! j% Q2 l0 Z: [ n* q2 ^$ XWhat the Sysheadmark is looking for is not even the top 5E.
& P+ Y/ Z) [ }! c- EChange this and it makes the CE Not work on server.% E r3 u5 t+ b2 u I5 L% _3 [/ ?
5 J- H& Q1 d, U) m& CThen Tom's anti-hack is no longer useful.1 u8 Y W+ k8 ^$ F5 g
, L+ |- c; N7 [0 L6 L8 `LG Sedrika Part 2 of blocking CE
5 x9 l9 r; V4 o8 J; z) e0 ]1 N: D8 y& r* Y& M! U* ^' m
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. 0 g( x. x- L1 D( V7 X; h" C! g# M2 N
What does this have an advantage?. g( @7 K7 _7 U
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
0 s3 k5 `. c! H. d3 a6 c
( y0 [ y; ]- W( n" x7 A! Y4 o0 [' N) ?9 e& `
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.' K8 x$ B4 i4 l' U3 j
y" y0 A% D/ s5 U0 a! A' n6 F& aThen search for the following content in HwOption.cpp
" L; U7 x. O% t- |. m% J
, j: O8 F# m6 R: z$ d2 P! {$ J0 n( b" e7 U0 ?
if (scan.Token == _T ("ip"))5 S$ L% c+ `3 Z& p1 O4 T; z
{% E, T3 p0 O8 r5 B; D5 w( E. c7 p
scan.GetTokenEx ();% o5 p; N" {: o4 s
strcpy (m_IPAddress scan.Token);
+ j$ u4 r: u* E/ j0 ^7 Z, l}2 f# O, C7 d2 G" D( l
and turn it into this:* i6 P% x" ^ l2 d+ r' E4 S
Quote:
G1 R- T s/ @9 n6 sif (scan.Token == _T ("ip"))
; ~$ T7 }8 S1 x7 F! B7 i9 D{1 {2 h; M R7 z6 ~ u: K
/ / Scan.GetTokenEx ();
+ D$ u# n* O$ e1 Y/ / Strcpy (m_IPAddress, scan.Token);
: K' I9 S! }; N8 p}
8 ]" t$ G2 P4 I' wAnd you created the solution.: x Z: {' _2 S: K+ g( x: T
- x4 D4 v. J2 S' R6 q( l
0 \( [( w7 o3 m+ p
Then read the Neuz not the IP from the INI anymore. even if put in it
, P* `. ^' m. g. {
4 q, c6 y# P' z' l0 A
Max skill's
9 D0 q( B7 L3 G8 P
3 e7 n# ?4 I" \, `: |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 1 i' a- h' Q, t6 s
$ U$ x3 L- _5 X7 [With the TUT can provide the remedy it: Y" M& E: e5 s% m! g4 L3 z
: ~ I. D0 d d* }+ }
# 1 opens the file SkillInfluence.h
+ }- i1 N! u% B9 f& C! i; @# 2 Search$ P. C6 {$ ?( m$ s% y: B
Code:4 D2 X1 C$ c+ ?# V
$ J6 l2 e: U5 x$ q6 [
# Define MAX_SKILLBUFF_COUNT 14' r$ ?; d- P# [, e+ k
: N+ F- e, N5 p$ {+ @5 B2 j# 3 Change the 14 to your number (eg 21) and save it from
/ o3 @+ f/ v4 z& m- m. O# d# 4 compilation and ready
! G# i. N" i% u4 T: Y5 C1 } a* ?0 N6 h% _2 s, W1 J' O& Q1 w8 k. {; I: f
; M9 `0 D) D, D; K" f+ S" e i
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:2 D- C; `( I2 O( K3 C7 n G9 K
4 F. m8 W+ y: Z% K; `$ R6 Z, _dennisdra0 j! P1 m$ q; Y1 R" k, W
.Crasy
. i1 ]3 h/ K7 X3 J; r©ross- L) D. e7 ?9 t/ O' s
Sedrika
1 e; m/ T' s8 P$ }/ j7 R/ {; f5 l* h/ j* l! t, m( U( [1 ?
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!
6 o1 Z4 _6 \, u5 O+ a8 ]$ {9 A3 x3 K- k1 V; m
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
6 G4 n/ }- w# _4 Z9 S0 k* K1 Y" h& m1 \- Y' u3 x
! Y/ t1 r8 V6 T5 N* kUpdate 1:
how to turn off "Profiler" in worldserver.exe
; r) e/ }% [) M! p2 ]) K$ @3 ^+ O0 u$ \5 w8 q4 l2 N1 @: Y8 v' A9 K1 @* Z
% H8 L( @7 n4 g% e0 |in VersionCommon.h of Worldserver Solution) w5 c9 Y+ M8 m0 o
Look for
7 D/ Y6 e, H, z' w" {# I1 {
/ d! h1 ~- u# F; X J. T#define __PROFILE_RUN9 O" c; Q& |7 h
5 O+ g. L+ e% ]7 v+ D
comment it or simply8 q" r) S+ E% Y3 Z# c6 w
* }4 ~$ F& \8 O; @2 \) m+ I. A( P//#define __PROFILE_RUN
+ ~5 [8 f; b' j' C; Q* ^0 `9 n# V0 N4 H [$ T& k" j
4 @+ i! ~$ H! a$ I4 ?8 W8 ?- N
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投寄。谢谢。我添加更多的很快如果你有病加太
, J% h! V/ [* ~& d |