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 : N/ B1 C& \ u8 b: D
change level without Rebirth7 z9 U, i% `! D2 n0 C
' q; ~0 v' J/ s1 |, F6 gNow, let us begin.
* n* C0 z, m5 ]1 a+ _1 f& T; r' S8 s% Z+ M# }1 X D
Requirements:
7 W( X' u6 v6 R# b3 @# h+ h# N/ fSource& ]8 X* \& A& D1 [1 j
Notepad / Editor
7 f4 o8 ^* S# X# z, ~5 A
% J; `7 z+ _, e W* A$ m! e/ / Tips by Sedrika# q8 u$ L+ f) W/ K, {% O4 f) V
d+ n: R- J, P9 P+ i
It is up to you how you do it ^ ^5 c& w8 u4 [- e& ]
0 q$ A* x4 [; t8 v% D$ o5 ZGo into your source folder and open the definejob.h) }* d q$ e" A% x
Search there for:+ W- `5 d1 j# ]
9 k8 M, R3 g& }7 u8 F
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
U' n7 a) q- j2 [- M: _#define MAX_LEGEND_LEVEL 129
3 Z) L# [2 e& Y# X& B; K% p#define MAX_MONSTER_LEVEL 160
" o6 ]/ A( J6 z6 c1 q#else // 15Â÷ è÷¾î·Î ·1o§è®àå& E n% n+ z7 ^9 Y9 P
#define MAX_LEGEND_LEVEL 121
3 R) O5 `. K& U q4 q#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 8 z* ~ |* `; {& r; g
0 L! x$ F# F+ Q" j# C1 a0 L. U, t& v" |( J; o- F
Red: Player Max. Level
3 _- L! Q! c5 C6 w9 U/ `* IGreen: Monster Max. Level* j" J: E! V# }4 A. Y2 O- L4 l
( Y$ a4 B' M1 z1 H+ f& K
These changes as simple as you want.
* X( M& F0 F; D4 {' x% U8 Y+ Y) r1 C. S( L' B/ `
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source." `. \8 F, I7 |# O
1 m+ {) F1 ?$ N- O8 C" g2 k2 C
Part 1 of blocking CE ; h5 u/ k6 K5 G6 |* E
+ Q/ l3 n& G1 y0 ]
In this tutorial I will show you how to change the Head of Mark flyff.
' ^5 R0 D* i) g- |The current Head Mark is well known, 5E, which results as a string ('^').: W/ _# U; f. G, _& C* {
( e/ f. t+ x0 F3 b- W3 h1 d
For this we go to the World (Project) and looking at the Buffer.h after thistext
/ x, m5 `0 g3 lQuote:$ c7 |! u2 s: y% C3 x+ ^9 [' Z t
# Define HEADER MARK '^' / / Normal messageheader! A4 ~* r |/ [* h; ?
# Define SYSHEADERMARK '%' / / System message header: j# e+ _& A+ C
What the Sysheadmark is looking for is not even the top 5E.7 v9 ]! }5 N4 h. C: |
Change this and it makes the CE Not work on server.
4 P' _; ^2 v2 A2 B/ f$ I! L# J! W0 y' B0 v
Then Tom's anti-hack is no longer useful.6 X9 h' n4 F* ^" u+ N) I
' ^- p2 a- Q; _6 U' rLG Sedrika Part 2 of blocking CE
, w( l$ ]9 K- ]: j5 N" S+ Q) s/ [' u: J! [7 [
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.
+ Q, C' D. Z9 }7 |0 W& Z) O( x: PWhat does this have an advantage?0 z' T1 K4 L5 F5 q7 _
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 9 B4 i6 g! ]! u1 t7 K5 e
# A2 L8 f: z5 A+ p' N
6 k2 R0 [6 v8 g- lFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.; @+ ?+ j9 {) k0 o: ~ d
5 q6 _! k9 m$ {) L* B8 f6 QThen search for the following content in HwOption.cpp
! @7 y; v; a, O# [7 I8 h+ w# q- C& G ~ `/ O/ B
1 ~! V8 A2 O" n" { g
if (scan.Token == _T ("ip"))
6 @( F, `2 s9 h* U4 ?% M{6 N% F9 G% B# ^9 Y% i [
scan.GetTokenEx ();! S% M* O8 l8 Q2 N: d
strcpy (m_IPAddress scan.Token);* t3 Q. Z5 l! K; E
}
* s7 D! k' M+ F2 i7 a! Gand turn it into this:8 q) _4 n9 c/ `
Quote:$ H+ N* Y7 \- a6 f; V9 S9 @7 v
if (scan.Token == _T ("ip"))
# i, V( U) T6 J- ^/ x" `( h{
* P }2 B9 w' I4 f/ / Scan.GetTokenEx ();
7 E, `$ n4 U; c! t M6 ? E/ / Strcpy (m_IPAddress, scan.Token);9 Q$ O9 C0 O: s' L _, ?6 f
}
0 T, a+ l) m; ?' X8 N$ fAnd you created the solution.( X- o) [ }4 n) J- `
# n1 ]; ~4 h9 R9 X* y& l' J7 ?: N: d$ {+ \6 s2 u! W! e
Then read the Neuz not the IP from the INI anymore. even if put in it+ m, A% e8 ?+ f* n; W
[9 Q8 Y( e; s
Max skill's % z, G Z# S9 s' D0 O
1 I1 o- N# {' ?6 a3 Z1 p" c3 G
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
& r+ E; W0 o4 w. h; {# H( i: {. Z1 @' [& Y
With the TUT can provide the remedy it
S$ F: B7 P/ M$ q( u
2 h: Z1 A5 s' p3 v- n. w# 1 opens the file SkillInfluence.h
8 p+ j! J8 q8 K$ R5 L, }# 2 Search
6 y7 t2 Z. f7 c& g3 Q- k4 \Code: Y: \3 J$ X7 \/ b s6 ]( G
" {4 O, q5 I x0 |5 D( B
# Define MAX_SKILLBUFF_COUNT 14
) h8 E! q7 ?& g& M
7 q' R, ~: ?3 O, k' H P1 ]( x# 3 Change the 14 to your number (eg 21) and save it from
9 v- ~" |9 N- r' [# 4 compilation and ready
' G2 ^0 B8 X; a9 }9 g I& p# n, K4 D/ \# v2 k0 e! V' c
8 z( ~3 W& Q$ I, d1 w9 U
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:
4 N( d6 D4 M L1 D3 s1 O
* ^0 J/ j; X# x* g' bdennisdra
$ `' U$ p5 w% i.Crasy2 M. G& y2 i0 X+ p+ Y) z, k1 J" w
©ross( N4 W9 b d- J$ X9 X; X
Sedrika( T/ ~+ p# X: \1 V# m+ Q6 q/ N) t
1 b$ K. K* `# o! \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!
' j9 J1 _9 t: o8 m* y$ I9 K
( x$ F) o7 p1 C: Y' ^' d. a3 \P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less/ s! Y- q. _4 [
O* @* [) j. j9 |
- Q' Q; N$ K! `3 m2 b
Update 1: how to turn off "Profiler" in worldserver.exe 4 J8 H+ n0 T% s7 P8 J
/ C: I. Y1 L5 b' G* N1 e1 d, B( [$ ~. Q- \2 _6 Y
in VersionCommon.h of Worldserver Solution
1 X7 {: U3 u3 T: ?4 }. t ~Look for
! P2 o; C. p+ g! _" a
: x2 H% m n5 J* X7 D#define __PROFILE_RUN
4 L( M# Y3 C) Y) [) o2 P9 S
- a/ \3 _! w9 Q8 A/ }comment it or simply* h, [9 G+ y. O% z/ g7 r2 z9 X, M6 e
: _5 e7 D0 L5 _4 H- S/ P9 c9 v: v2 M
//#define __PROFILE_RUN - f m: K( {8 d5 g
% S7 F5 B/ h* ]# }3 N/ h+ r
) w1 Y: e! W$ O/ Ocredits 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投寄。谢谢。我添加更多的很快如果你有病加太 9 {8 H8 j; Q3 i- O/ c: A, S' V
|