|
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 " W6 B* {: i0 M
change level without Rebirth
% G" x# D T9 c7 K7 [6 a. ?& C; M
* H! o6 {4 L% l4 ?& L0 Y- Q8 WNow, let us begin.
# u) F" e% k, `1 `, p6 F A0 y z2 T6 C- X0 i5 p
Requirements:: G0 _6 X3 }: x# \1 G
Source
4 U$ W. M7 n% ]7 }# UNotepad / Editor
7 {7 N5 B- X! x; F
n2 }* ?7 r7 k. L$ ?+ J/ / Tips by Sedrika
' ] {) q1 w/ j. s$ P
3 ?6 S3 v+ Q7 k6 }. b5 }. J6 ]It is up to you how you do it ^ ^
" ]$ p" s! ^, Y* k1 {2 }' X2 j: p+ N e0 V$ R7 w& A+ T( Z
Go into your source folder and open the definejob.h
: Y* h4 A+ i) I `Search there for:
/ B1 X* Q- w$ k( v7 H( `& _* |5 e* Z) T" ~* I0 w) C! X& W
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå' u" ^" o* u" ^9 G7 x
#define MAX_LEGEND_LEVEL 1299 j y% z- U7 A3 Y& y( W
#define MAX_MONSTER_LEVEL 1604 p0 z C1 W9 `9 Y
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
6 T, Q/ ~! }8 W#define MAX_LEGEND_LEVEL 121' v8 b0 P3 P! |; |: S
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
- G; b8 K) C5 O4 A! p! E
5 i7 F0 l# v1 n& p1 I+ J; D4 F8 P# m+ t# ~' r3 y$ j, F
Red: Player Max. Level
& T, B! @" F7 ~; aGreen: Monster Max. Level; d' s# p3 T' c4 U% z8 G
$ ?3 V6 T4 U% T& k( r1 p
These changes as simple as you want.
- m: W0 q$ R Y2 W1 }& C% o
) { X+ b, K6 G. ^Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
: ~& ` o5 C& L- \ t- j. A0 W3 g! n& C( A+ y Z
Part 1 of blocking CE 0 `9 [' a; @0 E
) M5 C. e3 X, I5 m+ T
In this tutorial I will show you how to change the Head of Mark flyff.+ U( g4 W9 ?6 z( e/ V
The current Head Mark is well known, 5E, which results as a string ('^').4 A2 f* s( }4 n4 R8 d# j' u" U" b
4 V! \9 g4 M) Z
For this we go to the World (Project) and looking at the Buffer.h after thistext1 ?7 D# m1 f3 f$ j
Quote:1 H; C, K+ \/ l, h1 U4 i
# Define HEADER MARK '^' / / Normal messageheader4 l+ S" c3 L! h, r `; \% J
# Define SYSHEADERMARK '%' / / System message header
- ?2 k: L! G* w% l- FWhat the Sysheadmark is looking for is not even the top 5E. R+ F& y! r+ o' k0 I
Change this and it makes the CE Not work on server.- v: R; a0 y- z4 J
: P8 x; b. I3 ]+ D2 f# ^. ZThen Tom's anti-hack is no longer useful.- y$ G' y7 ]6 t( i! ~
2 O0 Q# R; g: N0 P1 C2 {& |3 }* @, m, T2 pLG Sedrika Part 2 of blocking CE 8 a9 z: X( f; m
4 n- x3 P8 Z4 P0 z$ h$ S a7 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.
8 g$ T0 o1 F, [* o) _& EWhat does this have an advantage?/ q2 n5 |( y+ x
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself " N7 q+ B+ O" ]( T+ x9 h% R' I
. Q/ r* ~3 Y- @. g$ Z$ P
; S Q6 U6 ?. a X6 WFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz." u5 o, c3 e! r, t! F
+ f7 w1 B0 y4 ]5 C) t: y UThen search for the following content in HwOption.cpp
- F: ?; i g1 c w, ?
/ e8 Q T. M5 d2 o8 q$ T7 q( A9 D8 |; B- o- w* R! n
if (scan.Token == _T ("ip")): z9 H3 W$ |# c6 f( p1 L
{
2 T9 W" G6 N- o( T. B+ x8 xscan.GetTokenEx ();, d( T m9 `8 Z7 B
strcpy (m_IPAddress scan.Token);+ D/ _8 v [; m- P, A# D
}
9 H& M" W2 @/ T' eand turn it into this:( P6 l0 u Y; e
Quote:
% i5 q& d& D0 w, {% bif (scan.Token == _T ("ip")), f, F' ~6 }; ~! W# V) O/ o
{& m* I7 Z$ `& m/ U( M
/ / Scan.GetTokenEx ();
4 b5 ]( t# C8 S' m9 W0 J) U8 v$ C/ / Strcpy (m_IPAddress, scan.Token);* y$ z- s1 o9 q. i6 ]) O$ Z
}2 ^1 b e j% Z5 V8 E( v# L! {7 y
And you created the solution.
0 J o- [8 ~' C
) x2 G( v* _; t" N0 @! {; ]
, \3 Q; L4 j/ W+ Z1 GThen read the Neuz not the IP from the INI anymore. even if put in it- m( o1 B# Q/ p0 ]7 r* P* F$ o
0 A( Q& v/ t4 p x- z5 R) K Max skill's
( B& A+ l2 F, ?( ^' Q2 `. z
0 q& V' u1 ?. U$ QAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
5 `) \% `, ?. u e/ e- ]
/ v1 [$ Q/ R- _8 |! W; BWith the TUT can provide the remedy it9 V0 E! _: F6 @6 N
) O; P( @& e" g; t0 I
# 1 opens the file SkillInfluence.h% I9 u# J% @3 Q9 o1 W5 | e
# 2 Search; O1 y4 n3 @9 P6 z7 ~7 K
Code:
; W. _2 t/ ?+ B8 E+ O7 W, \. U# h/ J {3 W$ n
# Define MAX_SKILLBUFF_COUNT 14
, C) m. w2 Y. R- x' f
4 |, x8 c) D; D& c$ t! ~# 3 Change the 14 to your number (eg 21) and save it from
0 |. s! O$ T: @. _' {7 z# 4 compilation and ready8 w# P. V# Q6 @8 B8 T# h5 i
6 V3 q! {3 f9 B* \, D% u& `
9 y* T( y1 H# B' TI 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:8 O' }# a3 Y$ l
# g, i. e9 | C6 U) P% ldennisdra
9 m3 x. l/ ], m, L.Crasy4 d. Y5 _4 v3 q) g8 @
©ross
/ e0 k! h2 A5 gSedrika# k; g6 J% e& o
5 l- F- c$ J9 K* Eeverything 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!
) z# J* x2 u# c
* b q* r0 K; |& m# z% hP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less7 f* ?% M) W; j: L+ a. m3 T
1 i. c+ H$ M# V. ?
& w- E( h6 K6 z% F* x
Update 1:
how to turn off "Profiler" in worldserver.exe
; F* l, f3 T8 F) `
" ^( p; y3 [. C/ I% R3 t
! Y4 _2 ]( t4 k. T5 a' }8 Iin VersionCommon.h of Worldserver Solution
# Y2 l" e. H3 j) p/ oLook for
. ]/ \0 q; ?8 [6 G, C* z, X
* Y3 Y/ {: I% Z+ _( f) y0 g. `#define __PROFILE_RUN
$ k4 s N7 g' j& x9 M, ^5 y% q
4 k4 [% N [. c, a6 |1 Jcomment it or simply
3 q1 Z0 V$ V$ z. t/ l% a0 L2 {" ^) H3 b4 {$ ^; Y. Z$ S6 b
//#define __PROFILE_RUN 9 F) D4 h) i5 i7 }, h
" v5 K8 i, j* Q& m
+ Y; S z' u ~3 Hcredits 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 ?& _( I \ @/ R# R |