|
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
, p: L) ]9 q% @" Q$ {change level without Rebirth+ d( K' {1 d* ?
0 b3 C, x3 a; ~
Now, let us begin./ \$ [$ N% O8 K2 Z% ?: `) X
! x3 ]$ o8 R7 ~Requirements:' f3 C) F7 }/ @9 ?
Source
2 s f5 i2 i! @% }7 P# B; L+ HNotepad / Editor" W k* f# c- Q" W- n1 w8 u( n: E# ~
! r9 p0 C+ c* l4 h/ / Tips by Sedrika, d' g) }9 O) h; n( S3 L4 _
: s3 O& N; k- b' q1 pIt is up to you how you do it ^ ^: V: J" H0 h- T. p8 L
8 q$ Q+ e5 v7 X% ^
Go into your source folder and open the definejob.h% t& `8 X8 }' [- O0 }
Search there for:
+ p; `) f) P4 H- G) s' N5 k
$ {1 ?2 M- S' g( s' ~( ^* p#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå- ?8 I" j: B$ N+ f+ ?
#define MAX_LEGEND_LEVEL 129
1 O [8 ^ u8 G U#define MAX_MONSTER_LEVEL 160
% ^, M2 ~9 f9 Z, h#else // 15Â÷ è÷¾î·Î ·1o§è®àå) z! h+ P3 c4 o- L! h
#define MAX_LEGEND_LEVEL 121
+ n9 c0 a- {6 u' R) t#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
0 } _$ r3 s! z) g8 H% j. E" T
/ F* X' d0 L0 ]& `
5 m+ S: j& L! O" D5 [1 [Red: Player Max. Level
1 J! I. s. V8 G8 IGreen: Monster Max. Level
5 h' G0 O" p o# \) K4 l/ s
1 j6 a. ^8 K' L h* ]7 MThese changes as simple as you want.
y ^9 [% n- `
9 [- E$ |: n' H w k1 v* l% ?Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.) `. Q- G* S, q2 Q
: H3 x4 F7 j [5 ~0 S' z$ O
Part 1 of blocking CE
; }! Z% a, k, H' c
( l. H4 }2 W1 CIn this tutorial I will show you how to change the Head of Mark flyff.( N( Q% `, e, {9 z% u
The current Head Mark is well known, 5E, which results as a string ('^').0 k A5 }3 }" A" n3 ]
8 w! a) B$ v; K$ RFor this we go to the World (Project) and looking at the Buffer.h after thistext( U1 ~/ ?/ Q! Y& A: S6 K l
Quote:
6 |! P4 Y. k* J0 S! w# Define HEADER MARK '^' / / Normal messageheader5 C# }" w# u- Z4 [( y& I2 {
# Define SYSHEADERMARK '%' / / System message header: G3 |! ]" \9 J" g1 r
What the Sysheadmark is looking for is not even the top 5E.
) }# T+ U4 Y& P; h) F6 hChange this and it makes the CE Not work on server.
9 Y" a9 t+ ?) V* ]4 l6 Q" r9 n Y. Z% ]0 ^+ k
Then Tom's anti-hack is no longer useful.
+ b/ c K2 v- `9 V4 j; A( [! J' G$ n1 Q8 \
LG Sedrika
Part 2 of blocking CE c" W* G9 U% k% Y1 f
" V; j( b0 }' C2 C CIn 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" |2 o# PWhat does this have an advantage?, f5 C$ m; J/ a0 q
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
F: c1 U( r# b4 u- y1 ~/ g1 @; }' }% _9 V0 K! W5 S9 |6 S
. l1 ]% T0 [0 f1 k' n
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
) {: [* _$ A3 o, A. F7 {) ~7 c
" @ Q2 c) |7 W# D7 C# KThen search for the following content in HwOption.cpp ' t/ n9 j$ w# M% g, [: c
Y4 e' J9 s6 B% `) W0 R
$ K' I( U) a0 r' E7 H9 iif (scan.Token == _T ("ip"))7 a- |! o' O+ A' M& I/ u2 B
{- V l) F z$ h0 L
scan.GetTokenEx ();( v! U; r9 `1 e* O7 o" X
strcpy (m_IPAddress scan.Token);7 B; M1 v" X9 S7 p4 E$ m0 @( ^
}5 `7 b0 [1 p: ~' o3 n# {. A$ s3 P4 H
and turn it into this:/ Z- \0 Z0 P1 b& F9 i
Quote:
: Q* { F) w X* `2 qif (scan.Token == _T ("ip"))
5 H& h+ m8 M$ x2 g2 t{
2 w$ Y9 [" x: d, P% Z/ / Scan.GetTokenEx ();
4 t4 V Q+ t, A6 ^( s9 e X! k0 I) {/ / Strcpy (m_IPAddress, scan.Token);
* G& i: B2 {1 E9 v+ |' C}
; y4 Y+ n$ Y$ r% G, @And you created the solution.& E$ Y& P/ l, \9 Z+ C/ a7 u
% X' x) m) _* H; `0 ]/ u
: @; N+ H7 O' c" |5 q3 lThen read the Neuz not the IP from the INI anymore. even if put in it$ h! U$ z! b" r$ ?! l' s8 ?
* r; y& g. W) ?2 M; |( e/ x
Max skill's 8 |# X; r% h. R
: x! W5 P0 d* L3 GAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc - K: E: Z9 `4 V5 ?- d& k
) p; z0 ?2 ~, G0 CWith the TUT can provide the remedy it, ?) \" r( N/ o5 @
) A$ x. a- m. u! z. @- D8 v$ D( u+ y# 1 opens the file SkillInfluence.h
, y; j! }9 u- x9 m( x# 2 Search
7 Q7 F: n' d; x# b" t3 J& ^- mCode:- ?2 B+ T) V0 \% e
( Y: n$ x# F% l ?* ]7 u2 I* e
# Define MAX_SKILLBUFF_COUNT 14- S, f+ Z& d$ @2 i" _( u- x
& N/ x+ Q/ \! N0 Y0 C7 H
# 3 Change the 14 to your number (eg 21) and save it from
, c( ]' F& Y2 e: K- A+ t- A* L$ ?# 4 compilation and ready( ~. N' Y- u% t0 |: K ~+ H C' q
2 w* T5 O! t% a+ u8 O& I' Q/ D& `+ |
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:. e0 B" N8 ^1 y9 w, B8 d
" x# u2 q1 R9 n
dennisdra$ o; h) d0 H d) n: T
.Crasy
% b- [, O I9 N4 O1 E4 N- v9 k©ross
( e( G! u, u9 j, Q, ?7 p: u7 A& TSedrika
5 ^2 q& b5 Y5 f
, T2 V) I# {. Q3 A3 T$ I3 Weverything 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! ; `- K+ t2 W0 ` A! A2 j [
7 {, o9 G- @1 @8 N0 Q
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less! c* R5 d* Y" Z8 P0 t4 k
$ v7 W0 w& E0 E y0 r5 S
9 V7 I, c# f/ w- ]3 L4 m2 GUpdate 1: how to turn off "Profiler" in worldserver.exe
4 N) G4 z/ s2 v2 U1 _0 H$ J1 f" l1 y+ e& ?) @+ Z8 [0 n
l% ^8 `, o# L5 ]in VersionCommon.h of Worldserver Solution8 Q7 f/ T8 W4 t- `8 G. ]' m
Look for* f. D2 m7 D# r0 k I
+ z; f8 N: g- T' ]! B#define __PROFILE_RUN4 ^. \2 ]# D b) p0 q' G
$ n* c& r: T9 G7 l
comment it or simply
( b# T* r$ K( T5 b2 L
- T: u2 P+ k" @! [% O! ~//#define __PROFILE_RUN
. [/ \3 }5 U9 Q4 a6 ]; W
( a+ u3 e" Y/ X0 b) j2 t" S( N B# E5 u+ i d/ C6 U, S
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投寄。谢谢。我添加更多的很快如果你有病加太
& ?1 n/ b6 o b, B" [/ _) e: q |