|
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
: H; r0 I& \9 _8 ?change level without Rebirth
* k6 z) R' l# j! R0 c8 k$ Q: R6 C: }* j3 y$ H% V; D! ?2 f& a
Now, let us begin.
6 o" d4 n/ I- \4 f- M
' E# y$ B9 B+ ?6 ?4 \1 Y5 dRequirements:
4 E+ `& k2 I/ I5 nSource3 g( b5 z/ D1 C6 t5 v( a
Notepad / Editor: @8 v, F8 X" ?, z
' d# ~/ U m' k. ]
/ / Tips by Sedrika
4 J1 ~! U! ~' i+ S. h9 d- V: K
* i+ j, A F8 ~0 e# q- F4 RIt is up to you how you do it ^ ^
5 P% B! m: f/ X3 [( _8 ^9 s
, Y7 a, c- [+ |( K- p9 v: T' }Go into your source folder and open the definejob.h
# G$ c o% v) a; h* v8 oSearch there for:6 F3 B9 s# h: M! x# }( n
' m2 E, b3 X5 @7 u# P2 c3 o# Q#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå( G. e6 l, f2 s- C9 E/ h) K
#define MAX_LEGEND_LEVEL 129, c3 Q6 ]: p6 H+ `
#define MAX_MONSTER_LEVEL 160& G/ v- @/ J: ^. g. R
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
$ O; t. u p, E#define MAX_LEGEND_LEVEL 121$ Z! `3 a0 C# \) O6 z
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
" \8 p- C2 w# @0 G9 \: F
/ S( t$ `0 @- x1 }5 F! j
! g4 ^; S5 f( U; y" \& h: O4 J9 SRed: Player Max. Level1 H) i/ N3 i3 ~, d; Q
Green: Monster Max. Level
7 y/ L- o+ W. f( D
6 U, r' T) l" _) L. F- {7 c0 TThese changes as simple as you want.; _0 \. n$ T2 `1 b/ u6 ~
( Q# F% w) B. m, i( X4 JThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.; u1 `. b7 ?" s
) f6 Y- \/ _4 I6 t
Part 1 of blocking CE 7 n9 H% z% c1 j/ i) L
3 S$ n, Z, M/ z* v$ C7 C% FIn this tutorial I will show you how to change the Head of Mark flyff.1 U! ~ w7 D& `
The current Head Mark is well known, 5E, which results as a string ('^').8 U# _6 H7 n! C' e6 j6 t" @4 e
& }* h( x3 q5 R' [ S( t2 U
For this we go to the World (Project) and looking at the Buffer.h after thistext* g6 `+ _2 J( S7 J4 F# M, A
Quote:3 n9 i" V7 L- K, F9 e8 l
# Define HEADER MARK '^' / / Normal messageheader
" K8 I7 J- R e4 B# Define SYSHEADERMARK '%' / / System message header
; v& j3 E& e, m$ l% ]5 AWhat the Sysheadmark is looking for is not even the top 5E.# ^3 ?" C j+ a3 n/ r# b
Change this and it makes the CE Not work on server.+ N) L5 i% }; V: Q
. p0 y( d5 u5 z8 V8 }+ l
Then Tom's anti-hack is no longer useful.1 S6 q; c+ F7 h% `3 Z9 b
/ q M/ w5 l8 @ E: a: qLG Sedrika Part 2 of blocking CE
% l$ E! p8 h1 g7 S3 H s; h
0 ?( }7 b# ]& _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.
: |" R# S; B* B1 \. U# JWhat does this have an advantage?
# f8 ]+ T+ t+ M0 u- \The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
& {5 e4 j; |7 l0 Y+ n3 R$ S, \' H, r& ]2 E9 ^+ x! A
5 ^$ X6 Y' C; I# ^+ L% rFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
9 G0 x& M; {0 e G& ?$ {7 \ I
* U9 }* @% ]. f/ b8 M4 xThen search for the following content in HwOption.cpp / ~! P* B9 m/ r/ y: @
+ R3 A2 @' ]3 E# Q
1 y# B" R: p( |/ Z4 {$ yif (scan.Token == _T ("ip"))
- P% _# u6 Z, k$ Y( S{
! F, d+ [. U* mscan.GetTokenEx ();4 w) H7 y4 G( g8 p" C
strcpy (m_IPAddress scan.Token);/ `2 U- z+ a/ |# D3 J0 s0 T8 L
}5 S* |8 a7 c+ U2 ~7 b3 x2 O
and turn it into this:
$ `) |4 C& W# a$ mQuote:* `1 l( d# k+ K+ Y" Q" |* Q; f" A
if (scan.Token == _T ("ip"))
5 w' P& t' f+ u9 @{
% t% B- u3 R: k; N/ / Scan.GetTokenEx ();4 r" g: M4 Q8 `9 C+ {8 t
/ / Strcpy (m_IPAddress, scan.Token);# E8 D( D# _9 j
}
2 [, j# u: x$ t; T2 ]3 tAnd you created the solution.7 e7 |! m3 e# |; r
: n% O! A& i6 B6 l- y' P
: s; K: a' m0 ]2 Q0 } LThen read the Neuz not the IP from the INI anymore. even if put in it
$ [9 `- X* O' }( B- I) K- g2 q# s" f7 G
Max skill's 8 p; k" o) b* }; u
, H7 y6 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 ( H' O' b3 P3 f8 H. k
6 h7 |) o/ E1 W* V2 m: |
With the TUT can provide the remedy it
% K% w5 ?6 }: d% f) Q" x- E" C- y, f1 E) o- v9 f5 y
# 1 opens the file SkillInfluence.h, w5 P6 V4 c( j/ H1 U# [
# 2 Search$ U) X4 o( `+ G1 ^8 Y7 c
Code:
" p& P' N$ `% Q; \5 t9 x7 g! F+ D5 W. C* Z) S; |' m/ I. R) G( }/ [
# Define MAX_SKILLBUFF_COUNT 14
2 a/ i1 a( w" h+ o3 s/ G% k. q' c
( z! |5 }, v: s6 E# 3 Change the 14 to your number (eg 21) and save it from
6 m: V ?0 g7 Z9 }# 4 compilation and ready( C+ p: p0 `1 h# g6 @
! F' D. j* t' ]+ F7 {9 `( Y; Z' t
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 ~/ s; G" E" ^& X. s1 ]1 i
9 F9 @+ m5 D) P2 r6 C7 m0 ?dennisdra
! W! [& U+ A. V8 |) r.Crasy
7 `: O0 N, `9 q; \©ross
4 i) Y6 R" w3 E$ z GSedrika
+ o5 Y, ]/ f& V% ~" U6 G' o
1 E1 j( L2 J2 D0 t7 r! `" 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! 5 D. [: G) e: V1 y, ~& ?8 i2 ^) q
$ `* p o$ M- R( B+ x1 V8 ^P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less: r [3 ~1 U) C4 S! ^
8 |9 [& [/ o8 }5 ~1 h: V
3 r4 }. R2 L+ yUpdate 1: how to turn off "Profiler" in worldserver.exe
: X% t9 B+ g5 h6 _: _. D& M5 _: Q' [% j, j. t, ` L& U7 b3 n
# x* t5 \+ l, x& S
in VersionCommon.h of Worldserver Solution3 C, z* p5 S5 _9 E- k1 m8 J
Look for+ t+ I) P* Q( b
. Q) z) t- Z5 t; ?#define __PROFILE_RUN
' L" g% v: j1 ?
& M/ G9 G! }% s! s. w5 l/ qcomment it or simply
3 l1 u! \. u7 a m* m) Q M1 {2 z' p7 b+ _; k" {* h* f- c/ I
//#define __PROFILE_RUN
- e/ y$ j4 a3 o
$ h! Z+ d) _0 @# I- Z
, i8 } ]% s) Acredits 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 q- w; X( \; d* y- x% ] |