|
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 6 E. m( ?& o( f7 @% n3 @
change level without Rebirth% W/ {$ E. t9 w2 S1 m. A
; e/ E7 I. L) A U( g! o3 B* b" f
Now, let us begin.2 c5 l w5 I1 L1 |, x- N3 ]3 p
; Q; G3 u: {/ X; ]& HRequirements:2 v* L" u5 u; Z3 Z' ]3 W7 |; ]
Source
) i& ~( @" M" H: ^Notepad / Editor" d/ }6 z. V4 ^8 V" P
4 o9 s7 v: D, g) T# `/ / Tips by Sedrika
+ s7 r) V8 b1 O$ J4 {+ f" ~( n2 @& `- a2 x; [" E
It is up to you how you do it ^ ^
$ z; E/ N' O* N; R* P
) b. ^( p. v3 wGo into your source folder and open the definejob.h
0 P% C9 `" p# S+ v# RSearch there for:9 ^. V4 C/ ^) N9 r" u9 D
6 [# s9 Z8 v1 K
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå6 V& X( W% f3 `* k9 Q" K
#define MAX_LEGEND_LEVEL 129: s& U5 o3 Q0 j8 Z; b; R
#define MAX_MONSTER_LEVEL 160# W/ j) }& k6 ]0 C
#else // 15Â÷ è÷¾î·Î ·1o§è®àå7 D- V4 T) G* ~
#define MAX_LEGEND_LEVEL 121
6 d; m y. i9 x. E4 k#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 1 ?% h4 c h! F7 o" ^$ a
, g5 u$ k' t( ?; j1 A; e7 f% L9 {1 z' ~' H6 ~, @
Red: Player Max. Level( O0 ^7 i8 ^* `2 I, Q. d8 v, ^- n' q4 _+ i
Green: Monster Max. Level# P- E% B: v s8 e7 f
+ f6 d0 A3 d! F; Y0 FThese changes as simple as you want.
; A# ]( i- o' F, M5 U6 {. z. R
' _# @! D* P. m4 i7 u3 ~Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.0 E3 `% z; `& Y- t' v* V! i" w
; K5 z) y- g6 r8 i5 H" n: n( z, { Part 1 of blocking CE
, o0 f! T: s' l E9 e& ]& i5 t
) t2 [7 Y6 Q+ ]. P; u6 k* rIn this tutorial I will show you how to change the Head of Mark flyff.' h( ]( x* D0 c, T: D
The current Head Mark is well known, 5E, which results as a string ('^').
$ J. S1 `; P/ U( |3 B9 M
$ Y/ `: M( I" F7 k: Z- GFor this we go to the World (Project) and looking at the Buffer.h after thistext/ B6 D2 g. r4 _2 K2 {$ h0 o
Quote:$ }' A w7 n% ?+ S
# Define HEADER MARK '^' / / Normal messageheader
5 k# P+ Y# @3 K- B C/ _# Define SYSHEADERMARK '%' / / System message header
2 k/ U& u. X4 K7 TWhat the Sysheadmark is looking for is not even the top 5E.
9 B! V; y3 P8 c ]4 SChange this and it makes the CE Not work on server.
4 z4 u8 X6 X! e8 s4 ^* X, Q/ g4 w+ X& [+ |" j
Then Tom's anti-hack is no longer useful.; q3 s2 j! m+ v6 r
L* {( d- u; D) `- ~- B
LG Sedrika
Part 2 of blocking CE
9 a: P6 [4 g. @5 b* h( a) B. A L
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.
% H6 k6 N( J* N1 E3 W# P& m5 m& gWhat does this have an advantage? f9 U) H4 {+ O' G7 w
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ) N7 d! v3 o/ G/ k
( W6 }" c1 l1 X/ d4 P
8 k/ I* p% v2 u9 V9 f# B0 s6 \+ i
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
' h1 S6 v# ?6 Q; m6 {$ {7 v
. K8 _3 e/ |; Z2 ^Then search for the following content in HwOption.cpp * U+ |# m# Y( C* ^: w) B
# j% U# B0 b+ a/ T6 P3 c
) s& U. \ s( i! s# x! F# L4 y% F; Zif (scan.Token == _T ("ip"))( Q; Z' }! Y# Z' Q7 Z" b* }1 e6 r
{: k: H' q$ ]# c+ p
scan.GetTokenEx ();
" _8 A& y7 A2 ~: ?8 p" g1 n* estrcpy (m_IPAddress scan.Token);" j; T0 M5 ~/ M2 w0 R
}
+ |8 Y7 o% E2 X" K$ ]+ Zand turn it into this:! J+ ~% ~3 z2 ?5 v
Quote:
; G) a1 j: u8 z2 E# x7 y pif (scan.Token == _T ("ip"))4 t' `$ Q0 w, N' F* ?( T
{
$ y& G4 w' m5 ]$ O, @8 m3 C/ / Scan.GetTokenEx ();
- _( }" F# J. e4 j; t8 | k% @/ / Strcpy (m_IPAddress, scan.Token);# a. ?% M1 ]) b
}& B/ ?6 ?% U& H# d; [2 E0 A& V( `% `
And you created the solution.
1 \) w6 a h2 T* T n1 W b: Q r- S
/ g) e9 k) F, p4 N1 ?
Then read the Neuz not the IP from the INI anymore. even if put in it
* F, ?; B9 u/ [$ h/ }
& ^, ~! L% h# h% V1 e
Max skill's
4 S3 ]1 N3 t+ i' B- h
% O. B7 X# w( g6 Q9 O+ e: k& }: ~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 + c# f( H; p& A0 v* m4 x" v0 e ~! x7 Z* n: e
( n# ^ ?* z8 W! F" K: \
With the TUT can provide the remedy it
) S0 _. l* s! y# v+ X1 `
8 u/ @) {1 R$ U+ V4 T Z# 1 opens the file SkillInfluence.h
# w0 S- G) o. ^' N) J2 H# 2 Search5 m A# U: a. }/ C
Code:/ O* {! b( X5 x
; ^5 a* {- B# B9 A# |! U! ^# Define MAX_SKILLBUFF_COUNT 14
, I& R# p0 d' T% B( Z% I7 ^2 C
& l) K* \, U+ i1 u! H# 3 Change the 14 to your number (eg 21) and save it from
- a# }/ r7 f. D5 k7 U. a) @# 4 compilation and ready
5 n+ o+ c0 w8 {, m8 }3 x" c
: g+ A5 M c+ s3 ` x
) M* U$ ^3 p% oI 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:
4 F9 o: I, A1 F% z/ d, Y; t# ~+ {$ x6 N; F8 Z) G
dennisdra
" T6 W0 `* z8 J: u+ R.Crasy; b* ?/ r. U, o
©ross
, |! E! w8 Y+ k- V1 t5 DSedrika
; q. P7 c% @* d7 X' F7 a5 ~; P. C. n# X
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! 2 e" W6 W) h0 [. s
& P1 B- q# d' e1 KP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
/ j. E3 |1 ?, w8 ]5 y3 u; S( @) c0 \
; g$ C! C/ n9 R; R
Update 1:
how to turn off "Profiler" in worldserver.exe
' J: h5 i! V1 g/ A5 \+ d' _
& T; d* `6 a2 x; D7 V; [4 U# R- `9 T; n5 d# N
in VersionCommon.h of Worldserver Solution
& L8 y/ r$ Y- Q3 S# w% ELook for1 T0 M7 ^0 Z$ b8 @# U% T
" o1 [* q0 \5 S3 H+ J3 u#define __PROFILE_RUN
; p; n# B* w) h
. T# R: T( B1 {# K5 \comment it or simply( Z# ^* ?) Z+ O8 N, g( M9 O4 P* N
4 v) a+ U) L8 N/ n//#define __PROFILE_RUN
7 I+ p8 O1 u: w# l' [; Z" @
$ l( o( u! u3 M9 x! z/ x: h( S! r5 u% s; {7 F
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投寄。谢谢。我添加更多的很快如果你有病加太
: T- ^. ~2 f* f9 o |