|
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
; R7 \3 J& }( P a! F' C5 @' Cchange level without Rebirth2 j7 T/ `* Z7 W! I- H
% [1 |# g- ~# b. ZNow, let us begin.5 Y* _: ~& T# j8 O
/ k* Q; l; h$ q4 z/ W! A
Requirements:& o' s0 X: q" ?" b0 I& u9 y6 f
Source! y ]2 F& P- n+ p) [% _+ a" X
Notepad / Editor
) k7 j7 u' H# P4 [4 ^6 w, g% o& b' U/ e# k: y
/ / Tips by Sedrika
& e- {1 ]( N8 K2 k. G+ [+ [( ? _% C m& u
It is up to you how you do it ^ ^) G( f7 K, p. l* j- W9 g
! b& U2 v0 g D$ N) DGo into your source folder and open the definejob.h1 J2 K/ `. t8 w2 J# Q4 |% j
Search there for:
3 Z2 v7 k+ K. s# Q6 L: b7 e1 D% _( x8 T
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå& O" {% F% B% P/ V4 c
#define MAX_LEGEND_LEVEL 1296 w" k) h7 u8 ~! M
#define MAX_MONSTER_LEVEL 160* ?4 H! `% K) ]9 D+ d& Q! h
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
3 C% L+ {# K3 ~#define MAX_LEGEND_LEVEL 121
% U" K5 a) t3 {, |1 H2 w3 `#endif // 15Â÷ è÷¾î·Î ·1o§è®àå # y6 r6 }3 `9 \# u5 c' c
" r4 i8 Q* f/ W! f" e5 `5 T' d# W5 D8 _
Red: Player Max. Level4 R8 G; E3 H; y
Green: Monster Max. Level
5 S& E7 r+ m; q! S& T, O2 ~* F) K- S$ r* c
These changes as simple as you want.
, S [! Z: V. b6 t3 v2 g# W" y6 {. P& b9 i& Y- @
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
& P" }" }8 Y5 @4 q8 P
* u4 J% y; B3 j+ D g n0 r* |4 u
Part 1 of blocking CE
' F* H, q! v3 g/ @7 s& y; W0 B% L; v/ K2 q% P, U- K: a6 n
In this tutorial I will show you how to change the Head of Mark flyff.
5 s9 s" m) u8 O! aThe current Head Mark is well known, 5E, which results as a string ('^').* o& q# _! ^) a, ]
5 ~# Q6 b5 {9 a9 R/ T
For this we go to the World (Project) and looking at the Buffer.h after thistext
' f3 |& \7 q3 f5 R7 E7 l8 o- ?" lQuote:
; [$ ~. |% [% H$ X# Define HEADER MARK '^' / / Normal messageheader
) P* D& Q3 |1 E1 K2 l# Define SYSHEADERMARK '%' / / System message header
! M# h" ^: A' S7 D% cWhat the Sysheadmark is looking for is not even the top 5E.! l/ `6 I% @/ J: J) v7 ]. K* h
Change this and it makes the CE Not work on server.% x2 y2 i- E- z5 U
% m" S8 z4 X7 x$ `' D- H
Then Tom's anti-hack is no longer useful.1 P0 E; d. m8 z8 F+ a
! b& P) w# _$ w
LG Sedrika
Part 2 of blocking CE / c8 ^2 A: O$ u
6 m4 s$ L2 B! x( a DIn 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.
1 R; m4 n7 q0 R8 G" FWhat does this have an advantage?
' e* Q$ q! ~: ^* x8 RThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
' F" m. I- j' a6 j+ [8 K6 J4 U: ?: D
: ^. p2 ?# c$ f# @3 AFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
T4 g- G+ S2 D/ J# ~! u2 l0 p& A/ \7 b8 a2 t. K
Then search for the following content in HwOption.cpp
% M& P8 w' `. d2 {, U U$ E& G m# K# d m8 I
^ w4 ]+ R# h% w' E0 [) Uif (scan.Token == _T ("ip"))# P0 R3 \7 {2 {3 x* y0 \ n; H& x
{% [; K9 F+ l0 q1 p
scan.GetTokenEx ();& G+ v( i* \% G8 L
strcpy (m_IPAddress scan.Token);
; i* ]" T7 ]6 x& v7 |, B2 u}7 ] s9 q2 R. X. [
and turn it into this: A; n" i6 j) z6 S" ^
Quote:
& }7 d; [% n- w: X7 y9 d7 C1 [if (scan.Token == _T ("ip")) A) c+ i- y$ ~% k% x" z0 S
{
& F- }' z0 A4 E; `. a8 Q U/ / Scan.GetTokenEx ();
7 D! n1 `4 {# O9 Y9 P! o/ / Strcpy (m_IPAddress, scan.Token);5 T0 g) |/ w9 f
}5 ~% r; K- B" y2 h m
And you created the solution.
7 U* C R+ Z2 M4 _+ ]5 u0 t
6 {: f( }. M8 J. d* n! `* X# n- a j% N2 [5 K
Then read the Neuz not the IP from the INI anymore. even if put in it4 e# V8 y' T6 {( m
+ v7 I3 O: j3 L# g$ K. @7 A
Max skill's A' e. x4 K6 S v. [
1 ?2 I7 q* \2 h, wAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc - N' k7 K$ `+ ^' s% ?$ C2 w1 F
. t: H+ O1 `. \- h. y2 ]' W2 z) @
With the TUT can provide the remedy it
$ D. G+ s. w, Z
) {0 q, p1 Z; J1 W$ r2 c# 1 opens the file SkillInfluence.h7 Q9 x' _) o4 }$ Z) F. {
# 2 Search5 u, Y3 s0 H) B6 ]
Code:& \( S* i! J) [& l' l8 i
% f2 {. _4 s4 T
# Define MAX_SKILLBUFF_COUNT 14+ Z9 N/ w4 n0 t5 L7 O
; E* v1 o& } a# n9 D! t% u# 3 Change the 14 to your number (eg 21) and save it from0 E, `* v+ G% e' Z% r9 [
# 4 compilation and ready- W2 B% D8 G3 f: e. l. `- o' g) G
% D5 {$ ~" Y" k& P
. D! T/ z+ g5 D3 z7 B, K# p7 F
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:
; Q$ T& Y2 ~% \- D! }% O4 \# n% M2 Q& Y9 M5 D; V
dennisdra' t9 k: L P) o" D( g- M
.Crasy
7 y9 u( S/ A8 W$ b2 k! m4 `©ross) N% K" ~* N. H1 ~9 t
Sedrika. }" w6 v& ^5 c$ x8 N) s
6 z- A# U- ]* Z( m
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! % j0 B9 l4 o: M/ g
7 r0 b3 R4 B2 }4 t+ D* SP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
, o# o! Q d1 A2 ~, f
: c" F! T) ^, Y) _3 N# N1 W* }6 t
i4 A0 Z" s4 LUpdate 1: how to turn off "Profiler" in worldserver.exe " B( P4 r- v+ i. v3 N+ {9 @( z
' ^$ ?; B# g3 J. l; P4 V0 l v1 f- B {3 A/ e9 j, ]5 B0 V+ V \
in VersionCommon.h of Worldserver Solution8 [' P2 |% m J
Look for
3 D0 n& |6 n: z1 P+ H) ^6 M# _$ E
6 j7 \/ ^9 i) L9 Y" ]% i) F9 O' j#define __PROFILE_RUN
* |) I" H, \- Z% Y. O2 {+ B- u8 N0 M; G
comment it or simply
( `. d( m- n7 d3 d5 F0 g8 A/ \% c. N8 d( F
//#define __PROFILE_RUN 9 h1 K a6 L1 o& ]5 [8 |
: ]- [" R; ]5 j# g; m) N; v
- { [8 { w/ U& g b" z) L' `7 Acredits 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 g$ A- G) d" l5 [0 ]/ E. ~
|