|
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 % Z/ H: { M0 A) e& Y7 s
change level without Rebirth6 F( l' j0 D4 C/ }; H' S
' Y: ?. W: z# h& v1 d$ t' LNow, let us begin.
/ a# m# h, K# [7 B- P0 \' F5 I' U7 w0 y+ m1 S% p! q
Requirements:; h8 k, X# V# M M
Source3 E9 j! @( {( c' e- i" P1 C
Notepad / Editor
7 r3 P+ a! I/ b5 m" s# [0 t3 K
3 X3 y0 t( N* R: ?1 @, Q4 [) }4 b/ / Tips by Sedrika
6 P8 P: C, f3 e7 v: {* `5 n) a9 A
$ w0 r. \; K) t1 @3 H9 z. p- sIt is up to you how you do it ^ ^1 u6 F$ ]7 Y6 v7 i
# i" q5 Q) K hGo into your source folder and open the definejob.h" k, j; L: q9 `2 q
Search there for:3 _! u; l1 M+ d: d
; Z" a$ [% t& Q( o- _6 G: a3 d( a# l#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
4 O: C0 X7 `! B) w3 a4 N5 {#define MAX_LEGEND_LEVEL 129
1 Q, y/ h+ u% @' R* k3 W0 J/ A' @#define MAX_MONSTER_LEVEL 160
: z2 [2 W) Q6 x/ O c5 \ N#else // 15Â÷ è÷¾î·Î ·1o§è®àå
- r9 Z7 b+ e7 R8 |#define MAX_LEGEND_LEVEL 121. m& y0 w" b5 K3 q( V R& ^( H$ |
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
3 B: z, G8 d5 ^
9 _; Z" M9 t2 R" M5 R3 W, D3 e) J' ?' Y; m' d% X3 w' z
Red: Player Max. Level. q, z2 K' _% N8 J# j, l% l" K
Green: Monster Max. Level0 P" J5 ]5 S+ ], ~; r( }; b; c/ @
; A, V0 X) G' d) ?. N
These changes as simple as you want.
# Y. h/ [5 {& D! E, _2 g/ s2 k8 l1 v3 o w2 W) g7 d1 }
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
/ L! v- ^" ?2 F* x9 ?1 R( [6 v
) }8 h3 s; L4 T U" ^, |+ D Part 1 of blocking CE
( K: s% ^& w. D F: d
( I; t7 ]4 S0 f2 | d( z7 C0 dIn this tutorial I will show you how to change the Head of Mark flyff., r+ `4 P- ^! Q( L1 L5 R, u- E
The current Head Mark is well known, 5E, which results as a string ('^').
! v2 ?& s$ }% k) W$ _! C! R! v
; \6 n/ D0 ]! LFor this we go to the World (Project) and looking at the Buffer.h after thistext; L/ R. o' T* C( G0 ^
Quote:
* }; z) D1 ?$ `. J' H' v' {9 [; Z" {# Define HEADER MARK '^' / / Normal messageheader, ^/ w* L# T6 ^/ C1 K+ a7 {
# Define SYSHEADERMARK '%' / / System message header
& H" Q# x3 X) |$ k9 z S1 UWhat the Sysheadmark is looking for is not even the top 5E.
8 h' F- E' ~* D+ G# {Change this and it makes the CE Not work on server.
+ Q8 }/ N# |7 i4 `' `8 s: q2 v$ m; v$ h, c
Then Tom's anti-hack is no longer useful.
1 r9 P2 C8 |9 P1 r% @/ j
6 a" p# }1 J8 N: [; e- P$ F/ uLG Sedrika
Part 2 of blocking CE
! Q* S3 w# T8 I' Z4 t' x5 \
* A1 H$ \) W* a; }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.
6 x* D$ X( s9 F4 X( C# H( YWhat does this have an advantage?% q9 h; \* k# j2 J0 X
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself , q( x) |, v5 l& Z7 A6 ]. G
/ v7 A6 `/ A1 f- ]' V- x: b
6 E1 ~( w7 T% r5 [
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.4 Y0 M! w1 u# j0 s
/ ?: J) r9 m" T, w5 D3 YThen search for the following content in HwOption.cpp
7 h+ [- H+ j7 }) T
$ C' {: ]) m- Z2 l! i4 Q/ [$ M6 k; G; {% b! [; I
if (scan.Token == _T ("ip"))
& ^: @# T5 [+ [. N6 \{* ]6 F7 X! ]# _4 P
scan.GetTokenEx ();7 r- j- t* }2 d& }% Z
strcpy (m_IPAddress scan.Token);
1 b& _. U3 ?$ I, |}; U; {% d8 T* G5 j4 q
and turn it into this:
8 m+ y) y( }, k$ rQuote:
& q U2 P$ V7 c; e/ Q+ `$ Sif (scan.Token == _T ("ip"))9 q1 B8 I1 ^+ p2 I' O/ p) |
{, X, k- X, B. f1 q3 o
/ / Scan.GetTokenEx ();/ P, Q7 w2 u4 L0 N
/ / Strcpy (m_IPAddress, scan.Token);
' d. T7 @6 q0 g- f7 a}
% M: Q3 ~1 D! G/ j4 A! ^' [And you created the solution.9 s$ I3 F0 v) }. A1 g
, k& a w- \8 @* q9 }- |" j7 {, q* J, w9 g0 r
Then read the Neuz not the IP from the INI anymore. even if put in it
. q* e+ Z& {) D8 ?4 m$ r
+ J3 X) D2 E) q' T9 q/ o. \7 V+ p
Max skill's
* f( k5 a, v' K1 Y& r6 l( D
8 T8 ?3 c7 S# 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
/ }& E2 g6 X2 B- k) M. j5 Q' c- Z" f& j: T
With the TUT can provide the remedy it
j1 I5 _" P- T/ F: L9 l+ P8 g5 R0 ]: r+ `# ^
# 1 opens the file SkillInfluence.h
% v0 P C4 `5 e: ~* O6 V9 o# 2 Search
) n6 k2 C. s8 w" S6 b0 ^Code:
" [6 U( C& N+ k* Y H
4 t' K& X/ t; g" [( j# r# Define MAX_SKILLBUFF_COUNT 14. ^6 {6 M: h" k' F# L( T& K
" l( p/ B: I' p# g; a. |
# 3 Change the 14 to your number (eg 21) and save it from
& Z4 t7 J9 B% K, x# 4 compilation and ready
6 V8 M( _7 n& O; h6 ?: V$ {. g7 q! I
- ~: Y- e0 {4 I) A; H/ I$ mI 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:* N. N* X8 I1 c: Z: x X3 ?
$ L4 w( ` q+ d5 }) e" w$ o* l6 U
dennisdra
$ {: w( g% e" c+ R6 X/ D.Crasy
`4 ~3 I! Y8 }, _4 S1 I©ross
$ u. t) Y$ J% cSedrika. b7 s5 }+ e1 Z6 l$ t t
" D$ q6 d# G2 F. beverything 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! ^, {3 h9 {) \$ f$ |. ?2 _
$ g( }$ [9 V: @* `5 h! EP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less/ r$ C! y* M/ s
7 T8 r; G1 |0 Y: g! D: S7 B# `5 ]3 _) e; Y e2 ]) L
Update 1:
how to turn off "Profiler" in worldserver.exe 3 Q: k0 n$ C) H: G W
6 M6 j9 N6 o/ K- ~8 o
3 ^# h" x& E gin VersionCommon.h of Worldserver Solution' K' I8 a% @. G7 _5 ?
Look for
% d: W p8 i8 A& I6 O# z n
& g7 R, \5 N0 b+ s4 J( I#define __PROFILE_RUN0 @* T2 W+ V/ Y6 A. b
: {" C6 E9 R$ ]) ucomment it or simply
' O' c# j: ^* u$ A/ a3 T. n$ }* C$ n9 q* h' t4 b
//#define __PROFILE_RUN 2 ^9 F- P A0 E% D
3 Z# j/ A* F2 C1 Z, S( W
% e- p& L8 _$ Ycredits 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投寄。谢谢。我添加更多的很快如果你有病加太
2 S) X$ `" ]/ x( s/ g |