|
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 D0 N. O8 A1 Y# B' _( schange level without Rebirth# l4 |& O; r; o* _ P2 n# a: ^
$ S! l9 j) P# h' qNow, let us begin.
# b) @ h: P1 b3 ~
- \$ X" O5 d* q; `! aRequirements:! |- o! V7 e9 k$ S: i6 n% {( \* V& [
Source
, Q: R+ V; A; q- o q( J& WNotepad / Editor" l$ O. q- q! ^* H2 z
" O, C$ z8 ]/ _& ]4 n) r1 ^* A/ / Tips by Sedrika. _6 ]/ P% _8 L+ @
# e2 H- ^$ l1 {# e- b" u+ Y! kIt is up to you how you do it ^ ^" j/ D" z# c* u! ?/ _( @; v
9 q+ A8 ], `4 U
Go into your source folder and open the definejob.h
4 B4 z+ f+ x" Z& b# K- V6 p4 M: T2 KSearch there for:
) g3 E1 g) K0 m. Z; y5 j9 ~) a: O3 }3 C, J
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
8 \6 C, R3 Y$ L' _8 M6 v#define MAX_LEGEND_LEVEL 129
* }& N& E" z; s2 Q#define MAX_MONSTER_LEVEL 160
6 O# \$ o4 G* S4 l1 V7 R# _#else // 15Â÷ è÷¾î·Î ·1o§è®àå
/ h: }( D$ v) \#define MAX_LEGEND_LEVEL 121$ E: K" ]( O! x. {
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå : P# |" ~ z/ }7 t) l
2 r. \1 g) C8 C2 N0 X. x+ X9 ?. A6 v
" v! p- k0 ^% r$ h4 P; jRed: Player Max. Level
~# X8 r5 c1 Y2 KGreen: Monster Max. Level% {5 J3 h$ W' v; T1 Z4 [; p" \
4 V. s; O- O, r$ m
These changes as simple as you want." U2 Z; T# a: p- w
. W5 G* \/ i4 ]7 M( E: @Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
& K. F' u/ G. q' G: P
4 ~$ U- D0 O- i1 D' b% Q
Part 1 of blocking CE ) j/ B' y9 P. r$ p( A6 z
5 u' s, \ z p% nIn this tutorial I will show you how to change the Head of Mark flyff.2 T6 j: q v; v; C
The current Head Mark is well known, 5E, which results as a string ('^').; [ D/ v0 @: z% ~. a, H
; p0 ]5 ? `* D1 d' ?3 @- Z7 Q
For this we go to the World (Project) and looking at the Buffer.h after thistext; _* E N7 S- U9 r
Quote:
' z1 @% I) U: P) }/ _- X# Define HEADER MARK '^' / / Normal messageheader
: q' E- J9 | r& U# v2 ]# Define SYSHEADERMARK '%' / / System message header) r7 p* Z+ J! R$ B
What the Sysheadmark is looking for is not even the top 5E.# H5 U" z2 K; e& O; \3 C) U
Change this and it makes the CE Not work on server.
' F) r( G/ `% C6 v5 c, ^+ k& ]. I1 k. Z! j `7 ]
Then Tom's anti-hack is no longer useful.7 x( e4 D) O4 W6 g. K
7 z1 {, V, R4 Q# h, f/ n; S( fLG Sedrika Part 2 of blocking CE
. l( V$ l k y8 |6 i1 x% x
/ K) E8 j/ ?8 Y* |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. 5 U8 B7 [" Z& Y @, p0 Q
What does this have an advantage?* r3 a2 H4 U F2 D. s8 g
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 8 ]4 \! J* F8 }& e/ [- Y" M# q; _5 A/ y) i
$ [) R0 T6 E& [) h9 u' A; r# s! x R+ y
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
' l& s7 c$ W' f6 g. ~5 u; @# s* j- d2 h, G6 @ x
Then search for the following content in HwOption.cpp
3 _( T6 G' K: s1 \: p, ]
4 F7 t: u1 ^; R( ~( P6 \+ D
! ?3 Y; a0 O, K6 M5 k' A; p. {if (scan.Token == _T ("ip")), k9 y5 p; l# p# N: N: z6 }1 q
{- v* t' @: k6 O
scan.GetTokenEx ();: U/ b/ O4 g8 F' c
strcpy (m_IPAddress scan.Token);, z, A3 `* E9 X0 S
}
, j% k4 t0 R4 V7 X3 p+ Nand turn it into this:
6 I: D: `. X% m1 j( OQuote:" P2 P$ i& u) _
if (scan.Token == _T ("ip"))
5 @: B" Q. ]+ p$ o{9 w. h3 A2 H: x `+ n ~+ l w, x
/ / Scan.GetTokenEx ();
: \7 e6 |& ^9 ?/ / Strcpy (m_IPAddress, scan.Token);
- K2 Y: Y9 _3 m9 h}
% R* Q4 G: x( }' C7 {3 ~1 `- i1 [And you created the solution.
, X' B- G7 m: ~
) ^+ F3 G, ^/ y8 w1 w. p! i* O; V$ J% m1 A8 o& Y3 F
Then read the Neuz not the IP from the INI anymore. even if put in it) B; F. i% O4 V2 g& c$ Q8 X
9 w+ p1 \ U" p0 F1 S: \
Max skill's $ e* } t" z9 J9 z* t7 R; _. p# u
' j" |5 V$ q/ Z D: r; S! Y+ `
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 " K" t& j1 D6 K% `% M! r
: P5 f2 ~( Z: M: L. C; [
With the TUT can provide the remedy it! r* j) U0 A; x
( s7 `' w- \4 I$ K- S
# 1 opens the file SkillInfluence.h1 j% t0 U/ `) ^5 C: z4 M- c1 k
# 2 Search j9 q. Y; w1 W; G
Code:/ i: g7 H# J. R9 L; W
$ M# W' N9 | {" F4 b: J# Define MAX_SKILLBUFF_COUNT 14# T1 t, k. O" W) _# d
8 V; U% F5 g+ `3 \8 s8 L+ K) A
# 3 Change the 14 to your number (eg 21) and save it from
* t9 N+ p5 F8 {9 k3 {/ M0 B# 4 compilation and ready
/ G' j: f9 s) W+ @2 C
0 b3 F6 n6 k% L$ {( s7 T' v1 o7 x
: ^; d3 [- `( Q- T- x( n6 @ Y ]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 N5 V8 g# b9 t' S: w5 I$ a. A9 C1 `6 c2 _6 c, Z3 ^7 Y
dennisdra
! t0 ?4 `! n. {8 q% z F.Crasy3 Q$ ^. s4 v; d0 `) R0 n
©ross* ?9 Q4 E: _# h9 q7 q% ~
Sedrika
3 ]) k9 x. [8 V( }- n
% z( g% K/ X |7 Neverything 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! - o7 T4 R y0 n( B
2 X3 ~% f" H% _5 mP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less: m7 t, H7 f/ g7 O; b/ n% W" _
2 h4 n2 }+ M# L- _3 k( G
" d& l) n! b" D; z$ mUpdate 1: how to turn off "Profiler" in worldserver.exe # L N0 l8 z5 l5 C: X& i3 `
6 J" C! t, l0 [8 Z; p5 t$ J) K" b) k
+ K+ j# \# C' I- kin VersionCommon.h of Worldserver Solution, M8 \# e8 q1 `, M- `4 [3 G) L
Look for# x3 D7 @9 A) G$ R- ]! I; @* b" O6 o
. U& e; w2 A1 T; ~#define __PROFILE_RUN4 ~- b& `. d1 k% O
# V: i8 J# V8 k2 f+ `
comment it or simply
) y; s x/ l. K1 Z% N
8 l% m9 n! I' V( o) Y5 q//#define __PROFILE_RUN # z0 V: J9 `6 G) M
4 t0 m. H7 N' D% R. o/ e* S: a
5 t. U. ~2 T$ _* Icredits 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投寄。谢谢。我添加更多的很快如果你有病加太 / E6 a8 }. c' p
|