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 ) b2 Q1 S' B% X+ W3 r- U
change level without Rebirth- |7 D5 z2 } L6 ~; ]
) N5 v0 \$ r! B b
Now, let us begin.$ ]; t% t$ I: X+ e8 _/ q9 B: ^
" F# A" Y$ E9 O# I; V5 fRequirements:
0 |6 p* r+ s" B' Y& R6 a3 B# T8 O6 {Source! n2 o7 I8 V) W2 ?, t, J* ?
Notepad / Editor
! Q# j/ D* p- ^1 ? B1 c6 u/ i4 }; e
/ / Tips by Sedrika
( | P: s0 D# T3 m" s
3 o7 T1 y7 f/ t4 s( @5 D2 g- LIt is up to you how you do it ^ ^+ M y, H" T+ W* R" y: X) J& [/ h- w
+ {: ]' `- q& c: T N# T' @( HGo into your source folder and open the definejob.h
6 {: m9 X( s# L6 N QSearch there for:
# I" _# I; V2 `
8 }: U5 A0 E& {2 C. G9 i" S% _/ N#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
# g# P( E' O- n#define MAX_LEGEND_LEVEL 1299 K9 e5 d8 @# K$ L
#define MAX_MONSTER_LEVEL 160+ o9 h; S& ^# L7 ?* l
#else // 15Â÷ è÷¾î·Î ·1o§è®àå6 \3 W6 e6 W1 Y& i0 ^2 R& u- M* v
#define MAX_LEGEND_LEVEL 121
+ O, y3 w* S. c#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
0 @9 {0 ?4 I; I: r# F7 M( E% o* C1 d# U% \% C2 S
9 }4 t1 A# q* j3 `Red: Player Max. Level v R& W& ` @9 i/ E. g
Green: Monster Max. Level: P/ f& _6 A) g' b$ ^4 h
9 L! Q3 ^! S: F& _% D2 Z0 i1 n1 aThese changes as simple as you want.0 Q' O$ W" x9 _" E5 h' ~, t
* r, ~( N, a0 O, P$ ~% V( H1 r% \Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
3 L; q, i4 l/ s" B/ `0 G$ u$ Z
$ F. @; m4 A% |; ^9 Z5 H7 j) M Part 1 of blocking CE 2 M! l$ Y/ V& \; U+ T' A
N8 N. r9 ~9 h4 J0 @$ l- M4 f' y9 mIn this tutorial I will show you how to change the Head of Mark flyff." v) p* {7 l) [+ ~: }
The current Head Mark is well known, 5E, which results as a string ('^').
% B& ~% T! s7 v, g( s: G/ I" u4 h- L3 y7 B
For this we go to the World (Project) and looking at the Buffer.h after thistext
' j' Q) q* d9 ^: S1 g. j2 @* mQuote:( j: P k' z% ] @# S# r
# Define HEADER MARK '^' / / Normal messageheader& w* v- M6 l4 \( @& \+ }
# Define SYSHEADERMARK '%' / / System message header7 S* s1 e* `3 T& [; M
What the Sysheadmark is looking for is not even the top 5E.5 T4 y L2 \- D; B. G$ l6 r0 L M
Change this and it makes the CE Not work on server.2 P& p3 U! {, B1 e: l
( X; w {( u( p0 P# N0 SThen Tom's anti-hack is no longer useful.
& q1 z7 c5 y& U7 Y& \ a; ~ m9 \
3 A6 L, { B2 K( LLG Sedrika Part 2 of blocking CE ; N( _- X% l" c0 l) d4 A
4 b) _0 I) l# [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. 8 G2 R( }5 V; V* z3 H
What does this have an advantage?
0 {% l8 \2 b; eThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ( t$ ^. C; a! D6 P0 \* X3 D
/ |7 {4 b; P6 W7 T4 z
8 ^; |( L# R. @% `1 G* XFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz./ p8 f$ ~ l& D0 y
. a5 {- e: h5 D& C( ~. l5 qThen search for the following content in HwOption.cpp 7 c( q# A7 b/ d( E$ y9 {
1 B3 C& ^1 B! `) p) i
9 ^% o# [4 F* ^0 q+ ~/ r. bif (scan.Token == _T ("ip"))
, d: `) b: u. {6 A" w{
# e; K8 H3 l( X- Y9 @scan.GetTokenEx (); { C+ x! a7 U2 q
strcpy (m_IPAddress scan.Token);: A1 l9 ?: j/ j
}" Z6 E8 O5 b' M1 X/ A
and turn it into this:% l# C1 V( p# k! H
Quote:
' x5 y& v. v: i9 _& H/ O( s: Yif (scan.Token == _T ("ip")): ~' I1 M8 [ H* H# N
{& I" _9 U9 k8 @8 O( o
/ / Scan.GetTokenEx ();
# V/ M# k+ m: o9 l/ / Strcpy (m_IPAddress, scan.Token);
) D0 Z+ r; _* ]/ `( S( B}
$ \7 F/ V) g- V. hAnd you created the solution.
2 t: G- h4 p7 v3 o
" u4 q: q% V" N% w
0 E$ j* \- W! V, I* Z2 hThen read the Neuz not the IP from the INI anymore. even if put in it
' d) x) a3 j$ Y$ D" ^' t0 U
. }8 m. j* O$ l% H0 Q* O. _ Max skill's 0 I# I* f, }1 ?( N, u
; r0 K6 c* p$ J- P4 g) u+ d L
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 ! @2 S3 w" Y1 s" A6 _# j
; o( x- V @4 ^With the TUT can provide the remedy it
# ?/ |2 O4 j j: `% [
% ]* T. b! d1 l9 _1 m# 1 opens the file SkillInfluence.h
) ~+ h* r" y2 l L0 r0 C- Z( U6 G5 q# 2 Search
9 {+ Y( l2 R' s7 dCode:: H7 s0 h8 K+ T; T4 P% q& n$ p
' Z* S, f4 h1 T. l& F) G! m# Define MAX_SKILLBUFF_COUNT 146 L& D; n! x& a! {* t$ x
1 {+ N8 q+ m; S9 z: C
# 3 Change the 14 to your number (eg 21) and save it from' q& n) c; r$ S- K. ?2 f3 \
# 4 compilation and ready6 c2 @0 |8 h2 w- C( V" I: B
- d: h& Q. f: P' T
. A4 w. F" O. i6 uI 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:2 z! f1 |8 O; I+ V; A- S3 ?
8 k7 n* j2 K3 }/ p1 y. U1 i. Y
dennisdra
$ K2 o; O- x4 p% M' D.Crasy0 ~# E; d7 e* o& H4 s
©ross3 X* ?1 w- [2 K
Sedrika. h8 K+ U" d0 ^8 `) u" {3 g
a9 i9 ~7 j/ k
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! . k O9 B) p7 E8 x0 m
J( o: U' [8 @ \. hP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less: n M2 J- r( [" t4 K
9 o( x: \. t; m: ~5 A: S- P- ^$ v2 `) w
Update 1: how to turn off "Profiler" in worldserver.exe . I0 _1 V7 h8 `
% y6 [/ g; p" v3 C V
! X: a% c9 V# s7 Z% Cin VersionCommon.h of Worldserver Solution. ~; Q- T; y/ T+ Z' ?
Look for% a9 A+ Z V. Q2 \, ]4 t/ ]( A; l
7 q, }# `1 ~6 L
#define __PROFILE_RUN C, M" C" N6 V0 D
+ g4 P1 |4 I1 u3 ~% q
comment it or simply6 R2 M, q7 c) j1 v7 V" s
! g7 i0 J9 l+ P2 A L
//#define __PROFILE_RUN : v; Y% N. B: t7 ]/ P& g: m. X
" L; G; t0 e# d; q0 Z4 E1 H* `
/ Y% o* [3 U& u" S! n
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 O2 S) U8 o) [3 E
|