|
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
( d. M& z% K' d3 ?+ D( ~$ t. _change level without Rebirth/ N9 Z) h2 z1 n: f; x' a
; C. d* ^( b9 b) P3 _Now, let us begin.
% `+ O4 P8 T; Q+ U: V, G
- F, \5 s) }3 a E3 GRequirements:! d* Y" h7 H) D' o. p1 b
Source! t5 _( X2 v0 O) L6 E
Notepad / Editor
3 Q$ s6 |0 \+ r- h7 H8 p1 u$ H S3 L& ?
/ / Tips by Sedrika e8 D6 ~* D$ W# @
7 C) r6 c4 b8 |3 d& E% N
It is up to you how you do it ^ ^
6 n$ K: T! \, q! ~: E `3 h
" f/ \! V. o( C5 G' EGo into your source folder and open the definejob.h. g( U/ B1 e" _
Search there for:
% l3 X( U! U! _, I( Q5 P1 t+ S8 s& k5 R) P+ X; ^, R
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå1 n0 D( ]' E) q6 w' {4 L( U4 K
#define MAX_LEGEND_LEVEL 129
. D1 s) n: N+ T( \#define MAX_MONSTER_LEVEL 160
3 I! W- o( V' V! o1 l6 q#else // 15Â÷ è÷¾î·Î ·1o§è®àå
, k8 ?& h1 `$ u9 M7 e: Z#define MAX_LEGEND_LEVEL 121
7 w& N, F5 q3 I# n) |$ L8 Q0 u: D#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
' _/ _. i0 z3 G& V
8 M! |& _) U9 f# y1 S/ O0 m6 J
% s6 K7 Q7 M. X8 W! b0 W Q9 _Red: Player Max. Level [- Q3 j4 I: r' |/ n. n
Green: Monster Max. Level% Q7 I' c9 S! x* U6 {
5 I' o: d l- Q4 Z
These changes as simple as you want.) S/ P2 t' O' _
, [* `* C- _% C \" i4 E4 |
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.3 [- x4 U& R/ `. }
3 t% i4 C1 {! l1 d5 N2 k" _4 t
Part 1 of blocking CE
' b/ y+ t# n3 ]+ }* c9 ^/ H8 m
/ h/ | G2 V. L" tIn this tutorial I will show you how to change the Head of Mark flyff.
6 l5 q$ M9 T6 x8 _The current Head Mark is well known, 5E, which results as a string ('^').
0 ]0 M- }& B+ `+ x5 o
1 j" t- z, c7 t( g/ t) d3 eFor this we go to the World (Project) and looking at the Buffer.h after thistext/ _* f1 |' w" [
Quote:9 q% \: c0 e/ v7 H1 N- j
# Define HEADER MARK '^' / / Normal messageheader
. c# Y$ N' ~: F$ d# Define SYSHEADERMARK '%' / / System message header
0 f; O$ z" v! [8 J* GWhat the Sysheadmark is looking for is not even the top 5E.. ?; E; m& Z9 ]
Change this and it makes the CE Not work on server.
~8 u2 ~( a( S; k, |9 ?
1 i; |( d% Y/ v0 h, t0 SThen Tom's anti-hack is no longer useful.
* n1 I2 @; y2 v9 J+ H! P& m2 \7 c ~- `# b6 t5 Z
LG Sedrika
Part 2 of blocking CE ! ?- E% M: F4 E4 u0 h
* }; T$ C F- a2 c
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.
$ B3 X- s( L) ` [0 I, F8 @What does this have an advantage?
* \3 q5 |, P- |The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
5 [% c% p e$ J7 ?; P
4 q# G7 K" e* s% b8 Y+ O4 g8 R7 o$ x/ G" P+ A& R8 |- Y
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.; b9 Y# C9 i- z1 x
. B6 {% G; D9 z& {4 N: ^7 DThen search for the following content in HwOption.cpp : Q+ G L5 D/ u/ T
! q$ N f4 l( F
/ k: R, M. i2 N: G
if (scan.Token == _T ("ip"))
# v ?* G$ s1 C9 A8 i{
& N+ `( y) I) `! {9 d1 \9 e1 w0 xscan.GetTokenEx ();2 t k- E6 g$ s F+ K! S
strcpy (m_IPAddress scan.Token);
# J% X1 d2 h) T5 `4 ^}
5 {2 C2 {- ~. A' ~) q+ \9 b6 t/ }9 {and turn it into this:* ], E7 Y! ^% c, \0 j1 E" ?- m" ~5 W
Quote:( E3 I- A+ T; R' C) o( X+ k0 {
if (scan.Token == _T ("ip"))
# {& O+ v! R ^3 n+ ?{
$ s- O7 N2 g" U0 a* w" U2 `5 F/ / Scan.GetTokenEx ();* g) C6 X. [* _. X& \$ Z4 V
/ / Strcpy (m_IPAddress, scan.Token);
3 ^# u$ s! n" H}0 d \/ N5 z8 L; w
And you created the solution. p" p' Q3 |' P9 N
. V& l$ H* c; _+ `9 \) L" K$ p ~1 J
3 T* H! x% k d' N3 I% NThen read the Neuz not the IP from the INI anymore. even if put in it0 i) A, p. G* r
- E. S+ N2 i% Y! z Max skill's 5 a/ p0 M% T+ B0 N* G6 c! h! _
& T6 Z4 b4 l4 b
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 X- X1 s1 n) Z V3 [1 ]+ v4 h- r
' r: N, [- I. A6 b( @& l
With the TUT can provide the remedy it) f+ L5 ^3 T3 n
, r2 i/ ]$ ~/ q- Y( Q5 Y# 1 opens the file SkillInfluence.h' `5 A( w, w# K& u- |
# 2 Search2 G/ y5 d' s; {+ G# `- y
Code:
- w, ^+ ^% Y, t- i% U, {9 e+ j" h' l
# Define MAX_SKILLBUFF_COUNT 14( @) H7 {8 r5 R2 P* R6 \! o1 x" f
7 Z9 d. Y" I) n8 r2 t# 3 Change the 14 to your number (eg 21) and save it from
) ~% M* q7 \/ y# 4 compilation and ready& i% n/ g$ U* D) G# w" ]! L
" P5 ~4 [& q( m0 y
. a, y9 }4 b' z; \4 RI 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:
6 ^( x! ]& B( G; E0 v$ Y2 n) _) B! m' X: B U$ [+ }- R6 h
dennisdra
9 X, l, l7 U {0 A/ s# D. X.Crasy8 [+ G* J1 F' x2 F: [
©ross
2 }0 t4 a. L% T7 |) l) u- X% b( gSedrika
8 k U0 }. J" [3 z0 J2 T2 E0 y6 Q: s5 K+ A
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 B, [* L, C5 Z
4 [* U0 B6 \- U& q$ }
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less9 R: o/ m: R/ ^
9 N9 ]/ |! \6 t7 j' w+ U% y
" s! p( q" D, X9 B- A: k% b
Update 1: how to turn off "Profiler" in worldserver.exe
- H+ R0 Y3 O8 v7 P+ _% b) q2 ~/ b9 `0 c
$ b3 f0 M% r0 S8 Tin VersionCommon.h of Worldserver Solution
1 f* ^+ a* L) c7 i. G/ l8 W; |Look for. u) v# s8 Q/ c
9 |+ _, y) T8 O0 c$ S& O [. O
#define __PROFILE_RUN4 w/ g2 t, u/ Y7 R
8 j" A: Z9 J7 o' h; f# j' Ocomment it or simply: b: g. {1 y. S/ R0 O
; J) p. G Y4 S9 @//#define __PROFILE_RUN ; H3 Y1 f+ s7 S9 p {6 X
- x7 Q- l$ P- H; q8 n- X* ?& e0 d4 F0 L$ `& Y& X
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投寄。谢谢。我添加更多的很快如果你有病加太 8 j }3 w) ?/ U, L
|