|
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 ( g4 T: N+ U6 x' ?% v+ E
change level without Rebirth
) u0 _; u" {1 P! y0 t6 I0 w9 R+ r9 X) _0 M
Now, let us begin.
* s F& \5 O+ _ o- X7 W3 Y4 u2 V+ {5 }1 p4 T
Requirements:3 `2 x* S# T+ o
Source2 W; G& [) b; O! p% L
Notepad / Editor# C/ r0 t- N3 i0 x( D) d& L2 I6 _" |
{" j/ F% |/ \' ]; L/ / Tips by Sedrika
+ g$ i5 d+ m" X3 n0 A; V+ I% k E) c
It is up to you how you do it ^ ^
# Z9 n8 @* @; y+ _4 X. J8 p; Q) e$ X; m$ ]
Go into your source folder and open the definejob.h; y: L( @0 ~8 O" n
Search there for:! @0 b5 d; W7 Z; y1 T2 P: ~ I
6 N) g! N; y8 k, O- h
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå6 [9 X7 z; p6 T: ?# {2 M6 W5 v
#define MAX_LEGEND_LEVEL 129+ G) s/ L# X" b
#define MAX_MONSTER_LEVEL 160
4 u" S% x/ H% |, u. f#else // 15Â÷ è÷¾î·Î ·1o§è®àå
1 t+ r7 k. G+ q3 y5 ~# ?) r! `#define MAX_LEGEND_LEVEL 121
( B6 \$ P. D( b7 L2 S#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 5 ~& ?/ ^+ O% Y6 O& K) I0 b
3 c! z) i9 G% D! Y& r% y$ |4 b7 `9 D7 G* b/ E% _$ R2 }
Red: Player Max. Level
2 v: Z' O9 i% t; q2 VGreen: Monster Max. Level8 V" ?' ]4 A, N4 R. u
( ]$ `9 Z2 s5 G/ J0 FThese changes as simple as you want.
- H9 n$ A" `3 X# b; ]" ?7 b/ G% R
; C5 l' {9 E8 D" RThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.7 l; f" r5 a7 f/ L) ~9 d% ~
. Y- M9 z. ^+ t, ~1 a" ^5 A Part 1 of blocking CE
9 Y! M4 r w! P3 {4 R; M. @
0 b/ s: X; W) h' ^5 ]. {( WIn this tutorial I will show you how to change the Head of Mark flyff.% } \6 i7 t" W( O
The current Head Mark is well known, 5E, which results as a string ('^').6 }3 F3 a5 ~- N. j
9 K3 _8 v* w: D2 h3 V9 [% A( M
For this we go to the World (Project) and looking at the Buffer.h after thistext- v& I3 D6 s. w0 i- H( I' x
Quote:6 E" H, }0 ~* t
# Define HEADER MARK '^' / / Normal messageheader9 [- O) U6 k$ s$ }: Y
# Define SYSHEADERMARK '%' / / System message header
' M" S$ k. ^ r, P. XWhat the Sysheadmark is looking for is not even the top 5E.
9 Q2 q+ |2 a: H: r) PChange this and it makes the CE Not work on server.5 Q+ X5 Q: ?& D& D C2 R- \
5 S- l5 ]3 A$ d( N' b% x4 nThen Tom's anti-hack is no longer useful.
( O& U1 X6 E) @1 u
, x; c& {4 o' j1 t' k5 S# QLG Sedrika
Part 2 of blocking CE ; i0 ], R" r* j1 N, w& {
/ l$ B J: g- b4 |* cIn 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.
( q6 S. B& _, Y' N9 ~5 bWhat does this have an advantage?
( Z9 i3 h8 o/ `/ L- F3 Y+ z9 K: aThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ) i& @" d$ I/ c% P. C
4 V. m* r5 X5 C1 @* Q
& K1 [( G6 V$ D4 t/ vFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.1 v; V6 U( i" l1 W
% v' ~: ^8 p6 {5 i" xThen search for the following content in HwOption.cpp $ H: d2 O# _5 L) v
" p7 |+ v( `) k8 k" u' x7 I; ~+ q4 n, J: o
if (scan.Token == _T ("ip"))# R7 d4 `; R! v8 p+ i
{
- W+ B: l# M, E7 R( Dscan.GetTokenEx ();- \# ]9 I+ F" |
strcpy (m_IPAddress scan.Token);
2 q$ e: F! w/ l6 K}) n8 {8 W5 `; a- }- Z6 B! U( C
and turn it into this:4 ~/ R% f8 x% ^! R( p; L, M" Q
Quote:( T4 y+ i; k4 J
if (scan.Token == _T ("ip"))
$ B0 k1 P( {* ^7 l{) ^4 H B" c) l6 i4 h" [7 [
/ / Scan.GetTokenEx ();
# }$ J4 u, g2 l! c/ / Strcpy (m_IPAddress, scan.Token);: O$ c7 ^6 G u' i( S
}
2 e, t U6 B; C! a' X0 ^And you created the solution.
% m4 g) c3 \4 h5 W0 R. N1 i8 |) n7 N! G2 C8 t
3 \! w: p* }3 C
Then read the Neuz not the IP from the INI anymore. even if put in it. ~4 p1 n, A7 p9 z# V; I
4 C) D, E+ s6 y
Max skill's
, x3 X7 E/ `3 b& b( O, P* x1 v9 I5 ?) Q R: j: T/ D6 g, ?9 J. {
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: X) B4 D9 V2 q; Z" R
7 u# L$ T+ j$ i. S8 b5 uWith the TUT can provide the remedy it1 Y% E- E/ t0 q; b
- a, [& \4 ^& F, S! {
# 1 opens the file SkillInfluence.h& u* t! \ k# R! R# }# X5 F% _
# 2 Search1 p. L% q' u1 h
Code:
8 B. s) b2 X3 m+ `0 K9 S
0 N1 x# b) z8 S3 M9 w# Define MAX_SKILLBUFF_COUNT 14
5 b, K8 J% Y/ o" ^: j$ y7 `& }% D a7 t
# 3 Change the 14 to your number (eg 21) and save it from
* R6 Z7 b7 |# A4 w0 ^. l2 A% `# 4 compilation and ready
+ C. F3 I, Y. y2 S- F( {+ d" k
, r, [) {, B# @' s3 w/ j6 ZI 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:% h9 h2 K/ m y1 R) y; }
; D- @! U% `- A& K s+ f Z: }
dennisdra
& y- r. e, {) S" O1 m1 n- g( I.Crasy+ ]& q' X6 s" X8 V5 W7 ^
©ross/ w. }- W1 o9 V$ t9 A9 e
Sedrika+ d4 A" @' R# g1 H
# G& S# ~& G9 z! z: ^6 feverything 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" k. l5 J1 E' A1 I
0 g; e, t/ X% ^4 S2 b( r$ ?) ZP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less8 }" x8 V% }! d+ a' y: @+ A5 }8 `
) n5 x) e% d I5 _ E
; a7 \8 D& y: n$ t0 yUpdate 1:
how to turn off "Profiler" in worldserver.exe
3 G2 F( i; e: v: w: i/ Q+ \# J8 K& K; f) c7 r9 c; v$ u
3 v, H, X. {- d8 K+ ^- g3 ~3 bin VersionCommon.h of Worldserver Solution; B, F! f( o. i8 p8 b+ r' \0 p! A
Look for
' P% x) A4 c5 P1 m( c: f+ X+ I {5 U
#define __PROFILE_RUN) k% W/ Y6 ]8 w) D
; f# V) v- d" vcomment it or simply
# |3 }* t5 C$ B$ O' M) d3 x# d/ R
3 i9 D+ z7 c: ^' X. q o//#define __PROFILE_RUN 2 H6 z! o" ?6 H4 T' Q- C& V( q
6 T* B" S2 j' D. _4 Y; G
# }8 q9 f" S9 A- _: K2 _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投寄。谢谢。我添加更多的很快如果你有病加太
' {4 H( H. ^" y- n3 K& D- i7 b/ g |