|
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
1 ]4 t' ~+ m) v5 H: {8 zchange level without Rebirth
7 W, m+ h! S1 o, }
- a% W9 M$ I# V9 ?( m/ Y& v6 NNow, let us begin.
. _; l. g3 I) f
5 P0 C, U( K7 iRequirements:
1 m& ~" J2 ]" k3 zSource! ?/ i8 \5 {9 E& G8 g3 I
Notepad / Editor
5 I4 V5 l4 X" ?: b$ F4 j4 @
7 M4 m, e8 A- |" v3 v/ / Tips by Sedrika
0 w+ n# T+ N" o( m z2 u+ w) M! o; s- A# Y- Q# B9 ~( F2 R
It is up to you how you do it ^ ^
+ M" t) s* w! o: N5 F6 O0 k; S% b5 q
Go into your source folder and open the definejob.h
, G8 |# ^0 C# `8 M! [9 @* }. d8 T& MSearch there for:
( U ~5 ~7 z" n2 ~+ y% T( d) ]2 L, l% Q# K8 M& Y
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
: f+ d; B" U4 [" q#define MAX_LEGEND_LEVEL 129
: n) t0 U4 F! B, ^" @% v' ~1 C, }#define MAX_MONSTER_LEVEL 160( }- I! E4 F/ u+ [! r4 S
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
8 G$ w7 [( o4 P' H#define MAX_LEGEND_LEVEL 121
0 H5 D( j% N* D W- \2 d Q3 Y$ P#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
- J' ^# w- d. R J8 F; t* Q2 n! e' B& Q& G
0 D; S+ Q* J' GRed: Player Max. Level2 ` h3 v6 ^- _2 h/ f
Green: Monster Max. Level- M( i, f; G' k( ^. N$ d5 b! V, @ D/ y
1 I+ ^/ H3 @4 d! V+ }These changes as simple as you want.
% p1 v( A+ d9 B. Z7 V1 v/ V) q, R" A+ }
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
' R4 f! `2 F6 s0 z# ?; V" o2 a3 e+ v1 w4 E0 {, ~9 z
Part 1 of blocking CE
. N2 M2 u# k; }" o/ W# x" e* X0 B6 t% x
In this tutorial I will show you how to change the Head of Mark flyff.
9 a6 L# l$ J8 U7 NThe current Head Mark is well known, 5E, which results as a string ('^').3 u+ d5 ?, y2 c+ J, D$ k$ `0 p
! g( m. }# N$ B" O7 Y8 ?- @; CFor this we go to the World (Project) and looking at the Buffer.h after thistext0 X1 I: u1 R* V# M6 d: J c3 @
Quote:
7 I& ?+ l4 f: n+ p# Define HEADER MARK '^' / / Normal messageheader
" V% [# V' E; K4 A' d# Define SYSHEADERMARK '%' / / System message header. P- H3 N$ K7 O
What the Sysheadmark is looking for is not even the top 5E.) E7 K6 c9 a0 X( M# j( j+ j0 K w
Change this and it makes the CE Not work on server. ~' q6 w1 P8 p$ X
" b& `' s& V# K/ {0 q
Then Tom's anti-hack is no longer useful.) B9 C2 G' |5 u2 `. ~; I9 l+ [% N9 R5 B
( ^( ^6 t+ n5 f, N" [; A2 jLG Sedrika
Part 2 of blocking CE
2 V3 U3 S; f" J1 {' @( n! P, H1 L8 {
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.
3 b8 |$ s7 t. Q& r q) XWhat does this have an advantage?& l! I; Z; T7 W: J' m, F, |! f) M6 W
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
2 L$ E8 |6 f* \1 x
- V! j4 K0 E$ F- o+ A
6 P) {8 ^ ~+ iFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
* s3 z Y: [7 T$ G+ H
3 \$ J% J& k. F) h, z! l" E. TThen search for the following content in HwOption.cpp
+ ?& @7 Z# w3 M: X, j6 u a4 a( E, i* ?: [. G7 w
4 Q, Y1 z2 r: o
if (scan.Token == _T ("ip"))! ]# M" c" c9 |- W- W) K3 D. N: i
{
. K- q9 x; @$ Mscan.GetTokenEx ();
8 e: k2 H8 e" D( Pstrcpy (m_IPAddress scan.Token);/ @. X8 H( A/ M! X
}
L5 C# G' j$ B- ^/ ~( F1 J% Cand turn it into this:
$ b6 c7 N5 T% V* p, SQuote:& \4 ~7 m; F- X, z
if (scan.Token == _T ("ip"))' V* @( \! A' ~2 z4 R; m' G4 v9 W
{
9 {/ i, o1 `% S: o: ~/ / Scan.GetTokenEx ();. r5 N- N6 L4 k- ]
/ / Strcpy (m_IPAddress, scan.Token);
. h1 ]4 D& R, H4 \}
3 \" `" Q0 k0 a" k4 K, zAnd you created the solution.3 I/ b8 ]9 V8 O0 J, r3 _. i) a
$ V) ~: a% s4 g. v+ Q( z0 e
! E2 y7 g* e; L- y GThen read the Neuz not the IP from the INI anymore. even if put in it
& d1 N6 F5 D% ], K/ y, Y
7 ~; ]8 ~) P B7 g- ~: ~
Max skill's
1 N. Y* F' Q/ n; F
, X* t3 i3 Y5 h" w, n* d7 NAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc , F `; a& ~; ~# J* q8 d0 @- i- R3 T
) E: f# c8 Z5 S! y$ P7 iWith the TUT can provide the remedy it
6 v2 s: X R( C% n+ ]$ l; Y8 f) |, M1 l% E) q1 u0 E: ]4 x- S( N8 d
# 1 opens the file SkillInfluence.h
& l2 T3 x' _; q$ Q) X' E6 M# 2 Search
& ?% Y( Q. E! }Code:
3 [1 o! @) i5 A* H% P2 }3 n0 _
" z+ h1 X% W3 ^+ i# Define MAX_SKILLBUFF_COUNT 14
" I ~$ e3 m& C& n$ F. H" F: F2 Z* [0 F, n( |" [6 Y- h3 [6 |! b
# 3 Change the 14 to your number (eg 21) and save it from1 B% ]5 Q" k8 n& q% W4 U6 f, e
# 4 compilation and ready
) D- T( U7 \1 Y% Q8 _6 `$ E! C( {! s6 V% t& p6 e& z- m
+ d+ k% @, }$ s3 e6 K" \; ~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:( m6 [6 a" h* r1 A, {
% t$ D# c% ?* \9 G7 |dennisdra
! u/ z% Q. `" o8 ?2 d8 ^# G* C.Crasy* y# z/ X3 H& n" e- f
©ross- h9 d. j: d: `) g, f6 J
Sedrika- ?! A9 w+ h2 s0 D0 u9 j
: j1 C0 Q/ z O/ W ]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!
8 A& X H: d/ P" P- o: e# M
4 w. I* R; b0 Q8 ]P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
q4 r' Z2 `0 X9 k$ b$ l! x5 P& x5 ~5 n0 R( c4 ~6 Q* M/ x* T
) y$ b, r1 f' Q8 x/ }5 y0 s, k& A2 QUpdate 1:
how to turn off "Profiler" in worldserver.exe ! S$ V6 K f/ C7 p$ d
3 ^, ]8 X& ^8 `
, \: g% A% C/ s7 u5 M* l/ B7 fin VersionCommon.h of Worldserver Solution7 x; Q2 Y) w" D- u
Look for8 `7 T) b: G) Z) s3 h
. z/ {8 d' q' T# n8 m2 k
#define __PROFILE_RUN
A5 r( \3 c0 z4 ^9 w: m, b% }# h/ _4 ^$ d
comment it or simply/ z; Q5 N/ v1 \4 e- W0 x
2 T. s9 i9 P& m& T+ _
//#define __PROFILE_RUN
4 Y& s9 O& Y: J: u" f) m+ M) x4 C' x3 W# ~
6 z, \* k4 k* n* [/ W* icredits 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投寄。谢谢。我添加更多的很快如果你有病加太
6 }: n- ?% [6 Q |