|
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
7 @7 _0 I: F. o2 Rchange level without Rebirth+ t2 F2 U" `6 [
6 W/ L$ c5 a: I. b7 DNow, let us begin.6 p% D% l i, \- A v6 ~: X: S5 ~4 A: b0 j
$ Y) m8 i& K. m
Requirements:' E' K7 _. f j, o
Source
5 r$ | f1 T& MNotepad / Editor
: t$ |( C q) B9 a% |3 U4 n, x S- y0 q% T; f' _1 h5 L
/ / Tips by Sedrika! g% l$ e7 I& J; W
& _; k0 l9 n+ T- U7 K. P0 aIt is up to you how you do it ^ ^" _( y- X& I3 u
) R9 z, A. [* u4 zGo into your source folder and open the definejob.h2 I+ ~4 v8 E- G$ Q( O
Search there for:. B8 M- E0 \8 b7 ?$ w8 k
8 ?/ l5 R0 H5 y) U" |
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå+ h' c0 a: v' w
#define MAX_LEGEND_LEVEL 1292 [# N& t+ E7 E2 U' u$ C! K5 w. T
#define MAX_MONSTER_LEVEL 160
/ D. `* d$ V, X) t2 {" h#else // 15Â÷ è÷¾î·Î ·1o§è®àå5 z$ i; f: ?) Z8 P( Z0 E
#define MAX_LEGEND_LEVEL 121
" C9 J' ~3 K# N5 s" g: T; t#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
, W! D4 W4 a9 t! o3 \" N8 a& i' r
3 n- k' h% `; g- Z/ LRed: Player Max. Level
4 Q% \3 e/ o% J' [Green: Monster Max. Level. M8 \4 T! Q r# {4 K5 K8 D
$ v1 d+ B" `# W9 N' kThese changes as simple as you want.. ?0 ~# t+ D- g$ C, o/ j) @0 S
* \3 Y5 Y7 J* |/ q- M* 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.
/ `& j. j. w8 Q0 p9 _0 I1 `
3 d$ D2 t& @) B! N. d
Part 1 of blocking CE ! U; v2 B; z) H2 [: O5 j
+ i$ y. L9 n3 R" Z e1 @In this tutorial I will show you how to change the Head of Mark flyff.
. q( z, y4 [/ e9 O* NThe current Head Mark is well known, 5E, which results as a string ('^').
* |: z) F% g/ w- A' A* V P' x6 g" |5 M v0 y5 ?
For this we go to the World (Project) and looking at the Buffer.h after thistext9 ?. O0 O* i) s: i0 O+ A4 ?/ Q
Quote:
& o. k% H7 x* ~4 V# Define HEADER MARK '^' / / Normal messageheader
) b* a8 ~/ \7 b8 Q2 S* J ~, i& m' @# Define SYSHEADERMARK '%' / / System message header% h1 h( }7 ~, W
What the Sysheadmark is looking for is not even the top 5E.
F9 ~" o! ~( L2 k) I& `0 j! R q" \* eChange this and it makes the CE Not work on server.
& W$ n M8 \0 e }3 f3 p* _3 ^
/ \- N* Y- e! S4 xThen Tom's anti-hack is no longer useful.
9 B7 ]0 Q6 `% a+ W S$ ~! Z) M4 \1 i: N* n6 G
LG Sedrika Part 2 of blocking CE 0 v1 r: q" d' r- Z
; h, U: O& x- N j" ]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.
& w+ V7 Z! N Y& ^- YWhat does this have an advantage?
+ M# x* V, Y4 z& k0 MThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ) O n! n5 G5 d4 O
: ^7 P5 f7 x3 Q, o. P+ Y a, @9 v8 a$ r; ]* l7 J6 ]: N9 |
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.. [0 z a% {) n! x' P. [
1 Y7 g/ ~7 ^6 s, G
Then search for the following content in HwOption.cpp
" g9 b4 j& p) ~5 _$ B# i& o+ ~! p! N* J
6 ~; i9 |& z( A8 v% v5 K' V; a1 qif (scan.Token == _T ("ip"))
; Z7 G/ b/ b8 I8 Q& R1 b/ ?{
# _% ?. ?; U) _- ~3 Yscan.GetTokenEx ();. G ~, g8 N! C
strcpy (m_IPAddress scan.Token);# |: F3 b3 `/ ]1 V
}1 [% Z! |$ m" Y' Y( X
and turn it into this:; G& s }2 _: O7 S2 K
Quote:
4 k! v/ }; n, G1 X+ v! ` P' Jif (scan.Token == _T ("ip"))
1 H* H3 x0 \4 f: k/ ?/ `4 }, r7 z% G: P{
# n& J5 W8 n8 E/ {& ]6 z3 d/ / Scan.GetTokenEx ();0 U( b' i2 p% g
/ / Strcpy (m_IPAddress, scan.Token);* i8 K1 i: x* \ G k
}& y Q( F" R7 ]' P+ Q
And you created the solution., V; q$ y& p7 c0 A; q
+ j# A1 u3 l/ I& @
+ V0 h' _! C7 q7 IThen read the Neuz not the IP from the INI anymore. even if put in it; U6 l' @, e1 g* `; @$ N
, l/ {( y( ]' S, `4 f! O Max skill's / }' L9 X5 Q! ?3 W
2 N0 S+ k2 J2 ?& xAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
' a& k+ ~8 B- M0 l. b L; X, E7 h
& c# j" T. w. {' V: }$ vWith the TUT can provide the remedy it
: F& {3 n2 c5 @# j
" _0 o* q& k/ F1 W' ]# 1 opens the file SkillInfluence.h" s" T0 N$ U8 N5 j, a
# 2 Search5 [7 ?) Z5 y( \
Code:
5 f4 o& P8 Y6 d5 Q2 l
, G2 u1 ^' B$ _# Define MAX_SKILLBUFF_COUNT 14, t \- X9 |0 {5 e
% D2 I8 H- j+ F6 U* E# 3 Change the 14 to your number (eg 21) and save it from$ y% E6 P- W d2 E3 K! k
# 4 compilation and ready/ ?6 O+ j: q; R$ V7 E ?
% r [- X7 q# K/ z( z( o: |3 {( n: M" B4 G0 O- l0 x9 x7 D+ x
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:
6 F: q! |9 d* `* m) N# c8 Z$ Y+ w/ d0 O. q$ k" V
dennisdra
) a! C3 r5 N; ~4 P.Crasy
/ V0 [9 U9 j( \3 z©ross# a3 U1 m& J5 c( G
Sedrika
, g# p2 `- C% _
; c, B2 }! e4 Teverything 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!
# T% z+ I( `. `( a' {
6 O% P! s& y& |% ~: r9 |P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
/ f+ A* V4 D$ {& k: l
: R3 ~ Q8 ~: ?; P1 d; r
" V6 s& E4 u8 A% r' mUpdate 1: how to turn off "Profiler" in worldserver.exe
8 o+ o) h7 q! U+ @4 v
: F0 ^! c2 U& ]- Q. f) h0 ]5 c
6 { l* ?4 _% U9 [1 Cin VersionCommon.h of Worldserver Solution
, A9 |7 {3 o8 U2 G2 XLook for# v' h" l4 B0 ^+ P& }
. B; v( B0 Z5 C2 H v2 l. C#define __PROFILE_RUN" i& U0 F+ M# x+ B) K
7 @9 E2 z* s r+ L: |& t, \; w
comment it or simply
! q8 X2 L6 O# }$ B2 T/ T! |, _! Y4 n+ r( j9 X( t
//#define __PROFILE_RUN + y( n* |8 M6 F+ r7 |( }0 e
9 g" k6 X: l- V8 J* H$ R9 t2 d: A
# x! Q8 B! h. Z1 V9 jcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 & r& |0 R$ D6 ~2 l' D W
|