|
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
4 X: @5 x6 `# T( K" e+ x1 L, q$ Wchange level without Rebirth% M8 m m# K+ x6 A- n/ j2 t6 B
" ^: U- }! r3 U% I* O6 J& `% i
Now, let us begin.) i3 R1 V) Y) i
- u `7 R/ } t' C5 b5 X1 G" y ERequirements:
9 ~) f |7 z* h8 \4 i" {Source
. ]$ Z6 ]" ^( J% V mNotepad / Editor; U3 t+ f3 L- O+ Q- ]. D1 L3 }- C
* L/ h! ? P# B3 ~+ U3 y
/ / Tips by Sedrika
9 w. f" K ^; r. F) l
! u# D& D5 i' [6 P5 n2 I/ NIt is up to you how you do it ^ ^" a2 s( W# y D$ P" t( o
1 V9 c0 W3 ]" {5 `6 W+ I; c% H4 ]3 |Go into your source folder and open the definejob.h
$ T. C) v( I( N! j: A h2 A- jSearch there for:
) \$ c. x2 a0 U/ G& c6 o3 `
. w! C( N/ B# N, s# y( r- z#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå4 s6 O. ?/ B! f2 U$ z+ J
#define MAX_LEGEND_LEVEL 129
9 U" H( T M: \2 h" I }4 S* F8 p3 ]+ h#define MAX_MONSTER_LEVEL 160- R; [" R) Q a# N: _# s
#else // 15Â÷ è÷¾î·Î ·1o§è®àå! n8 r' [0 S: }/ p
#define MAX_LEGEND_LEVEL 121/ g! c# I% p; j2 d( l3 Y
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 9 u- |5 A9 L- I6 l# Y' j* r. B! {& l
) u! V2 F2 E% h" G: @! o
3 L# `, c8 Z) s) s1 a3 z' T2 K9 i& W
Red: Player Max. Level% }+ J3 ? K% t2 z
Green: Monster Max. Level! h. t5 \: P/ B* O2 G0 W' _0 U( x( w
$ ~6 ?2 f6 g, A) K& QThese changes as simple as you want.' ~! v) { }$ i4 ?4 S# S
; I0 Y5 y1 x) fThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.; I8 ^' F' B. w' P/ w$ P1 r
6 B9 x0 P) e% a( z" [8 a" U
Part 1 of blocking CE
# P2 x$ Z- ~5 {( E+ j. z; o& w+ b3 s0 i5 K( f
In this tutorial I will show you how to change the Head of Mark flyff.
: B* u( }! l! p+ F6 EThe current Head Mark is well known, 5E, which results as a string ('^').
: d1 |! B2 I( w2 H3 O+ w/ c9 c# c, p8 V" ]% J8 S- w2 D. d# A
For this we go to the World (Project) and looking at the Buffer.h after thistext
* e8 W" K; k* [9 Y! TQuote:' R" n7 E, V% }9 s- t5 |8 O9 U! I
# Define HEADER MARK '^' / / Normal messageheader/ `3 N) L2 G1 f7 m$ F' \% ]: U
# Define SYSHEADERMARK '%' / / System message header
1 C8 ^6 [2 U. u& U$ ]What the Sysheadmark is looking for is not even the top 5E.
4 H5 ?3 { E4 k1 T8 B! q# U4 gChange this and it makes the CE Not work on server.; O. Q' V" W' ?1 ?
: j6 b: Q) a# w6 H8 O j! L7 M; MThen Tom's anti-hack is no longer useful. ^& p& X4 c5 R# S
3 Q7 {! O1 H$ w" P1 o# ^LG Sedrika
Part 2 of blocking CE
* E a: }7 K8 G0 u. b7 O, @) T: X0 ]) ?( c3 E8 Z) b/ q4 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.
, }$ G1 |4 N- D8 n k9 ?What does this have an advantage?
9 a; S3 J/ ^" ^$ L, VThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 7 h0 E# |, ]) r5 a' y; e
8 P& h% v. i* E: q0 ~' A7 s$ ~4 ~1 w) |/ 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.: U7 q0 a& O F7 ~
3 d- P/ ? C* s0 W# U# F
Then search for the following content in HwOption.cpp
; w0 o; b7 m t5 S" B0 A
6 V( B% E6 d6 j0 C
' d! l; A# f/ j5 e! P% xif (scan.Token == _T ("ip"))
4 H r5 U( d. D* r7 d* G3 b{
$ g/ _& l9 G! ?; p/ K7 V& Wscan.GetTokenEx ();
3 u" }& Q; f# b8 p( nstrcpy (m_IPAddress scan.Token);5 `0 q* e. F! u; a/ W
}3 A/ y6 ~3 b! F0 I
and turn it into this:
5 \. H+ a0 _: x, b7 z1 NQuote:
8 w$ r0 x/ m) D. X# aif (scan.Token == _T ("ip"))8 ~6 O3 f7 [& C; H# R$ @- w7 ^
{7 ]+ ~, M" S; r R/ ]0 c! p# ?2 i) i' `
/ / Scan.GetTokenEx ();* h. A" r1 k" b9 f6 j* y; Q
/ / Strcpy (m_IPAddress, scan.Token);
/ W) _3 V8 b' O8 |5 q1 |9 w. N}4 t$ A( `' G6 M. E) L- h7 m
And you created the solution.9 j$ ?, l3 `' ^6 i
" D8 }4 E5 v* N$ }
$ H( I r5 o/ Q# r8 VThen read the Neuz not the IP from the INI anymore. even if put in it
# T4 K6 A( n. T% d5 o: p6 N- ^7 a
* _ s% |9 ]9 A% u- b d
Max skill's
; ?6 J) K* ]7 ^) h. N @( ~- f/ K2 B7 f' E3 a# O* J
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 " d5 z) [+ U: U& Q
/ J! `- a2 w3 Z+ B" e' h- f. S: ]! q
With the TUT can provide the remedy it
; q* v9 j, S% |7 L o* s* Y$ N: F( O3 Q! x* p
# 1 opens the file SkillInfluence.h! J1 a* O* K& Q6 R, C! [) R: w* m
# 2 Search
& k/ G: C1 v" L" ]7 ^Code:
/ t; Y5 i4 }! n8 k5 a: \% D6 x( D% V4 k' q
# Define MAX_SKILLBUFF_COUNT 14
5 V0 M+ |% B" S; m* y+ ^. X0 f. X; m5 J
# 3 Change the 14 to your number (eg 21) and save it from
- s; z3 o$ Z" R) m3 D5 o2 d# 4 compilation and ready G: C. A/ z; w9 X# l; {7 d
; K5 b* L G) U- h7 {- Z4 p6 o$ F/ E+ v3 Z; j0 r) ]4 P7 B
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 j9 s& ]! O1 v/ }6 M( {9 }: l, \( @( z) T: z
dennisdra
; p k# d7 z0 a/ m.Crasy
- z8 }, b6 f, {3 _* H6 ]©ross
9 c; D9 z7 }3 | @% a& jSedrika
; P/ W% i W* C; R/ W6 c1 ^2 K( t3 N
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! 0 g. S# K& E+ N! W; Q
}& h+ A0 Y' M5 u% \$ ^P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less. x; y# F6 w) D
k ~4 q4 U5 F* |( [
9 @0 P6 \/ e6 M) e" o/ YUpdate 1:
how to turn off "Profiler" in worldserver.exe ! D% s& F9 Y5 X+ f: A0 M
, l- Q* R% Z# I) l& A
6 V I4 u8 K5 q' J5 Vin VersionCommon.h of Worldserver Solution
. ]8 z, _" i* \0 h! ]3 Q# q, o0 G7 DLook for! Z5 C" f8 Y/ \% n/ a
/ k8 k" |3 E) G- }5 t1 X- `#define __PROFILE_RUN
$ D4 F+ h( l8 I& a; ?; |% I1 h. Y1 ^- F3 z' A0 _: z# [! D
comment it or simply
3 i U9 K4 N2 K6 d" X* S$ i( t) Y
//#define __PROFILE_RUN
4 k& x- m: L; Z; l7 B( A! p+ [) D' _8 ^
8 T' F& @' t2 u: C0 Z5 E' Vcredits 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 ]+ k T8 q9 i4 V9 ^
|