|
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 - u, |" J$ S/ k) z+ }
change level without Rebirth
" Y! X1 C$ c! J1 {5 Z# i/ Z4 J0 {+ L) w+ N4 U" i2 q& `# H5 d
Now, let us begin.
0 g& s7 @3 c- W" v
% c6 C9 b3 S8 W* M3 p. u8 [% y( dRequirements:5 g+ |/ f. P$ @% Z( ]( \
Source r/ p) _5 ^+ y5 o+ M1 X" Q
Notepad / Editor
9 P, l! T0 ~! r7 h# t! L3 y. q* s6 ` `9 x, h
/ / Tips by Sedrika @: ?# `; r+ J4 r9 z4 M+ M
$ |0 ^+ n0 R* l' O' Z
It is up to you how you do it ^ ^
; P/ t; T' _9 [9 Z! D# w7 @
3 t3 V L& Z% X( }4 e# E0 kGo into your source folder and open the definejob.h
8 i, K m- ]: k* b7 D3 SSearch there for:
1 c, h d, r6 l* v0 b3 M/ [1 f% k& G0 }1 E U: e2 _/ W
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå' P$ L# w% D4 \# D! n7 s
#define MAX_LEGEND_LEVEL 129
' T6 X( u/ F) x- X3 B. x#define MAX_MONSTER_LEVEL 160
- c I- ]: @/ }, z" }0 b' q#else // 15Â÷ è÷¾î·Î ·1o§è®àå
8 v6 Q' r' A. m2 L- \# |5 h2 Q#define MAX_LEGEND_LEVEL 121
# [% o6 r0 Q& Z2 d+ ~#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
$ G, ?4 U/ T0 f; x( e g, a* j a5 {
. v+ q, B! q; y% o
Red: Player Max. Level& Y$ p" X1 ?" r
Green: Monster Max. Level
( b5 `0 R3 K5 |; Z' |- E' I9 q
/ T5 k1 l/ `0 R+ `1 s# ?6 lThese changes as simple as you want.) A. i a7 P, a7 }
; u I! y" h) A, R, |- ]" @Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.$ j5 D$ i F2 k; I( A; L: L8 ?
" g7 {, W7 g8 }& Q) t# F+ J* y
Part 1 of blocking CE 8 Q5 h1 U$ C( a7 O9 Q9 f! I
0 p( o" ]' z! Y# QIn this tutorial I will show you how to change the Head of Mark flyff.. x1 [# H1 m9 C1 S9 E' N3 L1 U
The current Head Mark is well known, 5E, which results as a string ('^').' H& d) R! a) n8 f. z2 o. @- x
2 F. p/ ]9 ]' f7 W* D& ]For this we go to the World (Project) and looking at the Buffer.h after thistext7 K7 c* z, t$ Q, Z5 k' r7 S
Quote:
$ U* c7 g; h; A% Q- g# Define HEADER MARK '^' / / Normal messageheader
! |. h( ?% B, L# Define SYSHEADERMARK '%' / / System message header% T6 i0 j4 y$ a; O+ s( A
What the Sysheadmark is looking for is not even the top 5E.
/ T- p' P' `3 l2 h) E+ F2 e$ ZChange this and it makes the CE Not work on server. N, l, u2 s. n( N
' E9 y9 Z" @0 ?! @( H1 h, N
Then Tom's anti-hack is no longer useful.
3 j7 e" s) X8 g' o0 F! ?2 U# s1 H: F; k/ H. }/ j( f9 I8 |# n* u" s' o
LG Sedrika Part 2 of blocking CE j5 O0 x6 e3 z1 W- g$ q" p9 J1 }
' r- D1 X' C- V
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. ( p4 e, |2 e# e; u4 F. V
What does this have an advantage?; M. x0 w( W) q
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
6 ~7 u0 i. h& Z
% ^4 g$ P1 B T6 Z# O" _
: @' r2 w9 l8 r. i t" Q- L3 SFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.( y% H l! t* p/ x$ U% e7 @0 i, H
% |' Y. O4 P* V3 r
Then search for the following content in HwOption.cpp ! y/ b/ w1 k5 X/ Y2 O1 l; T) o% @
& E: X& a) z0 S* j, _' O
$ R! Y8 W# I( x4 T' n/ h; r$ p& uif (scan.Token == _T ("ip"))# H: w; _! V& v& Z
{5 t1 D6 ]5 v/ A6 Y
scan.GetTokenEx ();
, Y! J: F9 w0 f8 Y1 hstrcpy (m_IPAddress scan.Token);
0 P# t0 I7 {4 F# P% R4 _}) \, O9 n0 v( E
and turn it into this:
7 ]9 }' |; X5 w- WQuote:7 J) K$ Y1 w" F3 f7 \' ]! }3 o
if (scan.Token == _T ("ip"))* e4 K+ @. Y5 s/ H8 {7 d5 w4 B7 c
{
8 j' Z5 r, k: I; @# {7 ~% G$ x/ / Scan.GetTokenEx ();. ?. w: N0 A8 b9 z( j9 G
/ / Strcpy (m_IPAddress, scan.Token);8 ^- c5 y" V' o1 h
}" @ E$ J/ O' ~# C) c% _
And you created the solution.
5 Y$ j9 t* s# H4 x
# M6 W t* i: h' B* `( @
) }& m+ T: {3 C+ v5 O9 ZThen read the Neuz not the IP from the INI anymore. even if put in it# w# H' L# ~3 G# [& Z: `; [) D
8 T- \* V- g! `1 n% r. N# i
Max skill's # d0 s9 j2 Q) `/ t4 y
3 g4 u0 c6 B- a6 P1 y4 G
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 9 c: L# v4 P# C5 |, L. |2 v
) F( w7 p' o9 ~; x% E' j1 }+ B
With the TUT can provide the remedy it! y { f: I0 u" g* w
0 n& [5 s/ r' D+ O6 n3 `# 1 opens the file SkillInfluence.h
8 f! g4 O4 ^, [ b* Y# 2 Search
! Y9 o* n9 p! c: N, V: MCode:
) U5 g: J1 j9 b$ s9 I
s* n1 }, m4 W y# Define MAX_SKILLBUFF_COUNT 14
+ _' ?: |! y5 c# r7 N7 }8 z" A' o1 K2 S: O5 u- E& y
# 3 Change the 14 to your number (eg 21) and save it from
3 b! M# u* d2 T) O- v+ a) p# 4 compilation and ready
9 a e0 F2 P) z. g/ ^9 y
! l% F5 h% U& S* ` J& E0 {1 d1 {4 Y
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:* m" [: K# D: l7 `/ H$ Y, W
4 K1 b0 ^1 l( Y" N, T: k
dennisdra% e3 y9 w/ }/ \4 ^, Z4 p) X
.Crasy! `: b1 B+ \& y7 t# a
©ross! q9 h6 T! v6 T3 T
Sedrika
* b: ~+ G; Q* ^9 o: t
( E7 H r8 |/ a9 Oeverything 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! 4 I- y1 K- }# q! s) y0 K
; E( q' G0 Z" j3 x/ D9 ~. E' g
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less- C( p8 n! v9 ?/ q' T0 V
- t% E( Q( Z0 p: ]2 e: N. G l( q4 K
Update 1: how to turn off "Profiler" in worldserver.exe 3 M& z& |8 ?6 t4 ~8 n$ e
6 i3 k; C' Y$ g( x
' Z. h6 F# E$ u/ ^: X
in VersionCommon.h of Worldserver Solution( s# r1 n) Y1 I( x; Z4 V
Look for8 n3 Q4 t, z8 X5 Q
4 L3 {. e9 @* B8 K
#define __PROFILE_RUN3 C* T9 @; {. e" P
- s2 Z4 [4 |4 |. }& M# |; scomment it or simply
( E* M6 _0 t+ q/ z' e! Q: L: y k4 i+ H! c& F
//#define __PROFILE_RUN
5 t% C! G# k+ U/ m* u+ g
P A% [' a! @
) u+ m& v+ j# S/ Ncredits 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投寄。谢谢。我添加更多的很快如果你有病加太
7 Y! R6 o7 @! o# M3 s |