|
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 5 u, ~) v- X! p( G( j& f& \
change level without Rebirth% s, x$ v! n4 v3 N4 K2 S2 ]
( o1 H6 G- t' k! U
Now, let us begin.
* Z& R/ c; W9 E4 _" Q& _) A- V7 `6 j& R Z+ f8 l6 n: Q6 _
Requirements:+ G! {: J$ `+ Q. L# ^
Source
, G5 v# }9 V0 Y9 b) h6 P$ K1 iNotepad / Editor
3 b# @% q# ?9 b. ~0 A& L
- Y- ?. T( p' g/ o0 a" }: Z2 U/ / Tips by Sedrika) b R# b8 j1 B1 g
$ N! o; Y+ ^3 \4 U: CIt is up to you how you do it ^ ^& x3 b( _9 h& M4 C
4 G$ K6 H$ k) L+ F1 SGo into your source folder and open the definejob.h: |) }. g( F- d& R
Search there for:
) F2 _; o0 B, y( l# `3 v1 x K: Z5 a# D* A
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
0 ~$ D- Q0 W' z f" ^( I6 u4 l% c#define MAX_LEGEND_LEVEL 129
2 o5 t& _6 P4 d9 M/ u#define MAX_MONSTER_LEVEL 160
0 N$ ?3 L# E( u$ p i" @+ z#else // 15Â÷ è÷¾î·Î ·1o§è®àå( l0 F- ^+ ~0 r6 R
#define MAX_LEGEND_LEVEL 121
7 Z. F4 G3 x6 O" u; @1 k m, r#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ; w- a2 D1 R8 U# e. w0 q# }, F9 H
: V' r Z$ A l ~ w3 @3 e
7 p2 T7 `! a9 b4 @Red: Player Max. Level3 g! d6 Y4 n$ w% v1 N
Green: Monster Max. Level
' p+ h! d; p6 i+ I5 c! ?* `5 N$ Q- N7 D' z8 _
These changes as simple as you want.
) [* w" v' }4 W
3 y0 n0 @% O# g! C: `Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
1 j- `' C1 _# W+ ~
4 y/ y6 m/ I4 b5 l Part 1 of blocking CE 1 O# w' v/ O1 s# ?& P
S+ M4 x* T( F% }% K1 b
In this tutorial I will show you how to change the Head of Mark flyff./ O. G# @9 ~2 Z- l4 |) P4 @3 w$ z
The current Head Mark is well known, 5E, which results as a string ('^').
) U5 [6 Z+ g" c" B( [ m* j" ?: u4 A9 ]- v
For this we go to the World (Project) and looking at the Buffer.h after thistext+ v; S# z9 M2 M& y! r
Quote:
8 U. F: R W) |# Define HEADER MARK '^' / / Normal messageheader" h0 `3 A- r W2 t" G) u$ F2 U |
# Define SYSHEADERMARK '%' / / System message header
' j6 {1 H7 K* `4 F0 ]2 U3 HWhat the Sysheadmark is looking for is not even the top 5E.7 g: {" B+ Q- K5 t0 J2 U
Change this and it makes the CE Not work on server.1 Z* }' y" _" ^# s
! A+ `5 v1 c- F
Then Tom's anti-hack is no longer useful.
9 W" ]" w, Y" W1 {0 @' ]" B C. d* r7 L
* E* d# l q9 F3 Q5 q8 { i/ {LG Sedrika Part 2 of blocking CE
. `# k A9 o. S* i$ n, z& k- ^/ z5 C* E: O9 a+ n4 f9 N1 k
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.
2 j" N2 v' K+ _' _3 R, ?! L# JWhat does this have an advantage?+ }" s' w! ?& q: N; m. E4 t
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 8 ]' y, H" @5 R
$ Z) ]7 @% c9 }, z% p' H1 S. n, }- X. y1 ]
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
- Q' v; V% b1 g1 J
, _+ Q3 u) k5 N! l# oThen search for the following content in HwOption.cpp 5 f; T* f! P% J! m
: F6 j: p; ]1 o
: W/ i. a/ p: H& gif (scan.Token == _T ("ip"))
4 e2 v: M2 C' H0 t{0 J+ G4 m/ ^, f6 m. p% l
scan.GetTokenEx ();, i" n' r& h, m" ]- j) `
strcpy (m_IPAddress scan.Token);+ A$ V/ ~' [7 @; S6 `
}2 D( ^1 m0 N! l# b, z
and turn it into this:+ i' ~8 i1 u9 g$ i& T& }: l
Quote:
! w* S; C4 W4 N1 M9 Tif (scan.Token == _T ("ip"))
. P* c6 `; H' a! C6 a{2 a+ I5 J y2 o0 V7 z
/ / Scan.GetTokenEx ();8 x) U9 ]9 l% D
/ / Strcpy (m_IPAddress, scan.Token);
7 |% K/ T. j: Y1 f} o6 Z* t8 Y+ |0 D, ]
And you created the solution.
, A+ D+ |/ @8 v( b# p2 O9 L: t8 p% N9 t, [$ z0 o
! H3 p- `9 r# V' J% E y
Then read the Neuz not the IP from the INI anymore. even if put in it
" X- h8 _, z& f$ _
0 K0 `# O6 t! [% f( E v5 z" O( r
Max skill's 7 y1 F E9 ]+ r
) W6 }& c3 W, P* r/ p' O! W# PAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc ( ^: h5 J& K) o) M
% h* \8 n3 q. r1 e$ g; K/ ?With the TUT can provide the remedy it
+ |! h- Y& P) c. b* s V, S% |. l4 C4 a0 Y$ f% C
# 1 opens the file SkillInfluence.h
: `9 _' g0 b8 }- H# 2 Search# C4 J# W' P# ~" l1 Z% k1 N
Code:: d) G% o8 {( o( k& I( X
, W, V2 a2 J4 j3 ?7 F! B
# Define MAX_SKILLBUFF_COUNT 14
. L0 B: W' T9 I' A. U4 {1 L( m; ]5 \) k
# 3 Change the 14 to your number (eg 21) and save it from
0 }; e+ Y" c. O3 D5 e: x p/ o. l* K) E# 4 compilation and ready# N9 z) @* p2 v, ^
3 t: S( T* H- S4 a
1 c! g/ M' W K: W' d. A! jI 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:4 {+ X" \2 _8 X- v
: e( L! q( S2 l5 O* ^
dennisdra N" V* M) Z# Q j8 O$ Q$ [% u
.Crasy# t! r Z9 V" V K- g0 u4 {
©ross
2 Z8 H7 V) K( ISedrika
7 o4 _9 q: |6 N. _; M: F8 V) x( C% R
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!
+ `1 N- X& U, s) z9 ?
* R/ l. P6 \6 F( a4 JP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less: t# X- {; u, ]4 l
& T* p. x9 \( F* n3 Q" X" K3 d
3 e8 }4 t0 E2 K3 m6 B: ZUpdate 1: how to turn off "Profiler" in worldserver.exe : @& Z7 l4 R6 K9 T' m9 ^, h! h
2 b8 A" ~' w8 b5 R
6 T* z" j: b. F/ q4 V- y( Iin VersionCommon.h of Worldserver Solution8 w3 K2 x1 i6 @6 f
Look for
- e5 O# A* ?0 O; Z7 S7 B4 K9 H
# I+ f" r5 u3 n5 E; R( ^& S#define __PROFILE_RUN
: _2 D7 q7 _8 A S
- ~% I1 j* m# `1 ]. C" Lcomment it or simply5 L& `. U1 f$ k D. Q6 K5 {$ D
# I2 e/ L! {' H) F1 L: Y6 z( d0 V
//#define __PROFILE_RUN - w6 s9 Q4 M6 K& i3 W
8 U* P8 y& M' Y& j# E
, u5 Z' c B4 P. v4 q0 b5 |/ C9 Ecredits 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投寄。谢谢。我添加更多的很快如果你有病加太
( Z' t- {6 G$ S0 X/ F& K |