|
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 " M/ c8 g( {# l% O
change level without Rebirth
- Z* y+ R+ d" _: s
# d/ u, R: O: ^5 { F( x& B. \Now, let us begin.
# h% m- t1 w; S! M/ J2 w# \! Y, z# N+ L, r" e0 d5 S9 D
Requirements:
7 T, t3 n( u: v3 o8 n# SSource
0 b; G& c7 A4 @7 L# \) r: \Notepad / Editor8 j1 \* k/ y3 J) Q0 @
! M) \& |' P) j! s- a% t8 k
/ / Tips by Sedrika
1 v' _- O5 d5 j% w0 E, }5 t( Q: y9 ]$ j* m+ N9 `& E
It is up to you how you do it ^ ^
/ e0 e4 A0 m( H. P M# ], G) i
: r' o j7 Z6 S! gGo into your source folder and open the definejob.h
& A/ Y1 w9 C# ]+ aSearch there for:
. {+ n* D! ]3 Y( Z8 _) i0 |8 V* y( ~# T7 `0 ]4 C
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
9 k8 Q! Q) }- }4 F. m' }3 X#define MAX_LEGEND_LEVEL 129
$ k ^8 n' F* {$ ^#define MAX_MONSTER_LEVEL 160" x' P( D1 s3 Z# p' n; X! p
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
6 e! m8 {' _; _#define MAX_LEGEND_LEVEL 121
4 u: ^& d& y' R) v; t* Z" i9 ~9 L/ E#endif // 15Â÷ è÷¾î·Î ·1o§è®àå n0 n' ]: ]( R2 U
3 f( |1 z# Q% @7 i( u
, a8 U. J1 ]" A' d" _ y
Red: Player Max. Level
F8 L' H% O& [% p2 {$ {" F5 S3 QGreen: Monster Max. Level
; N1 T% y1 R! {. [; F
5 E' f9 X3 Y4 w8 `These changes as simple as you want., B g4 f$ ^% e4 H0 B
) V* R4 e/ Z' Q( q/ K' xThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.' ^& ^0 L* q5 X3 q
6 n$ e3 I7 t9 ^' ]$ | Part 1 of blocking CE * N1 B9 Z% K5 t
7 X, n. S) g. s8 }* W4 H2 \& BIn this tutorial I will show you how to change the Head of Mark flyff.
N, B) `2 d& h/ b0 FThe current Head Mark is well known, 5E, which results as a string ('^').
& \6 C# l m; q: f0 u4 g: \4 P
( @ E$ X8 j" u, L6 C0 a/ _For this we go to the World (Project) and looking at the Buffer.h after thistext$ e" M* s) v1 N3 y+ O, y/ J
Quote:; ^$ v5 ]3 u) u! u, t
# Define HEADER MARK '^' / / Normal messageheader4 {5 }/ a. _% C
# Define SYSHEADERMARK '%' / / System message header
' m3 t4 ~9 o" h, n" TWhat the Sysheadmark is looking for is not even the top 5E.
" Y# Z- u9 j0 C. l8 XChange this and it makes the CE Not work on server.% {( M6 k. _ [6 I* l
* W3 Y, _9 N% h5 W# E
Then Tom's anti-hack is no longer useful./ D. K' {+ d0 a8 P
/ ]# N# p( Y1 h6 T+ L0 C5 U
LG Sedrika Part 2 of blocking CE
1 o, w: }; V" n4 w1 K$ j0 S, m! M& f& j- V, P& a6 @
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. " i1 ]. V4 l, N4 M. F* a
What does this have an advantage?
. D6 j1 C$ S- K: W$ FThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself & W0 F- k; @) L" R
2 u" H+ s9 M$ u8 C. w& f
" O( D3 D8 \+ U( v. QFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.. v F: W* f3 G6 _' j* Q. c
( A1 y9 {! u& G6 jThen search for the following content in HwOption.cpp ; d/ Q6 y7 g, l/ c$ U
2 n4 [" D" g) f' ^& R/ l2 ]
! e4 O$ {# n; G
if (scan.Token == _T ("ip"))
, Q7 o( ^5 m9 ~& S# o- n* a E- f& j8 b9 `{1 b: a+ S% q7 W- \6 H
scan.GetTokenEx ();" F% A; M7 N1 U# A U0 c
strcpy (m_IPAddress scan.Token);" ]! b, v1 y7 C1 `6 \$ r8 S
}) d8 c0 C5 ^ r- F# n+ y
and turn it into this:
& {; P( d2 _& B& e7 ^8 x; d# H! dQuote:- }0 s* s+ ^0 L
if (scan.Token == _T ("ip")) }4 n% G8 b' ~9 \* `9 t
{" Z3 j8 ?5 l1 J" I1 `# P2 ^+ `
/ / Scan.GetTokenEx ();
& s; s: v8 T. k& u( d I$ R! g. H7 v/ / Strcpy (m_IPAddress, scan.Token);
+ c) `) _, f+ O. J f}
; p; j9 X$ Y h" i! Z& S6 mAnd you created the solution.* t( K* `6 b) ?. |0 U$ k
1 Y4 L" o& E7 H7 K' ~3 c. _
( v6 J, c' P' e1 b+ _, |7 Y
Then read the Neuz not the IP from the INI anymore. even if put in it& L! i) h& ^( K0 |, r! N. w
" f$ H9 h. l. a
Max skill's
* \6 [$ C$ S% Y
: q; R6 x$ }; `# T* ^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 6 C j, b) ^( W+ e- z3 M( H1 t' A
% b* I) z# Y7 @
With the TUT can provide the remedy it0 m. t: A# ~8 b) |7 W8 @
1 Q% c0 r9 T! v7 o9 d
# 1 opens the file SkillInfluence.h9 F- Y1 t( P$ M3 ]; Y/ [$ O
# 2 Search6 n& }# y- w; m3 ~1 \5 C
Code:
* F5 M* A, n1 f# N* l$ i9 h+ W5 A9 h
# Define MAX_SKILLBUFF_COUNT 14; j5 f. ~3 n) P4 N7 K: Z
* {2 ^6 ~" T$ V! }) A) i/ p, [+ p7 H# 3 Change the 14 to your number (eg 21) and save it from
; @( j4 {- k. t8 `1 x1 X9 \# 4 compilation and ready
' a3 ^$ ~; Q U+ j# q
. T% S J& ]9 e) \# x0 @0 l; _& X" \4 V' N' R
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:* D, H5 p; }: f$ \0 P
3 \2 m, z) a4 b9 Q
dennisdra- m# S1 e/ Q. p! [5 f5 M
.Crasy( S: r2 ]4 G# M( J Y
©ross
' z4 ^6 p0 @- i0 R* V" E; TSedrika
5 F+ [$ Y( |# F# J
9 |. O# j* o5 G4 jeverything 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! + f+ c% w; H- n, f$ a
5 h3 f% p0 K( S
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
# l9 S6 A& E/ p7 ?
& f9 e. W: b8 F2 `# |; \+ s, b
4 A! x6 L6 }: b6 x" fUpdate 1:
how to turn off "Profiler" in worldserver.exe
. h. i$ D" I7 k$ v' M
4 C; E z# C/ k# b3 u
3 J% l; l5 i* r" d! p" V$ E( vin VersionCommon.h of Worldserver Solution( W- ]. n& V: I+ u0 |" Y
Look for) W% L& J) ^" Y5 a( C
1 _& G- r6 ?: R1 ^7 b#define __PROFILE_RUN. W3 b/ D- Z \( Q; {/ T
, j8 o8 j* E6 w3 z6 z; `) Q' K) X* pcomment it or simply
7 p1 W p- T4 H+ q
' I, Q9 J1 T# p/ L//#define __PROFILE_RUN
6 Y1 e3 d0 L! T- d1 x5 l* J' [1 x+ {: l' I1 ?( r
" m: E. e, ]' \$ o
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投寄。谢谢。我添加更多的很快如果你有病加太 k3 W1 k5 L& G( U$ ?
|