|
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 2 J: m" p- a6 K4 l
change level without Rebirth
3 @% X& {! ?/ B( y
+ S8 G5 z( j! } ^2 kNow, let us begin.
( Q6 P: X7 e" F, ~4 v% c
}6 p- O7 n" @* i+ DRequirements:
$ _% _" G& y. O& ]% s2 [Source# ~/ g. d( ]3 y! ?( N) r
Notepad / Editor
. _! ^8 Y8 o/ a v1 t
3 F* l. m, ^6 ` d" f! Z, R0 D" U! z/ / Tips by Sedrika
/ n8 x) {! S3 X- Q/ m' B- L6 ]# t* Y* G0 g& C# w! I0 b0 R6 T
It is up to you how you do it ^ ^
6 d( F* M& N+ {& H B& g5 g' _1 D) |& _
Go into your source folder and open the definejob.h
. `4 R' M N# ZSearch there for:
( i* y# C& y- Q$ d1 p; F9 R6 ]; H8 d' r. V6 Z5 I
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå2 ?" p8 L+ W6 z# v
#define MAX_LEGEND_LEVEL 129- S' Z" v3 c7 K6 A4 p7 a
#define MAX_MONSTER_LEVEL 160
6 l. @! ~7 s" |, D#else // 15Â÷ è÷¾î·Î ·1o§è®àå
% S p( J/ b+ N$ _# R8 ~) a" ~#define MAX_LEGEND_LEVEL 121% O" P. H0 W2 G& ~% f& u# |
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå " }/ I. y* y) x1 R. F) S
1 ~# w8 C8 e6 q) C! O& O; q: a: r7 Q8 ?
Red: Player Max. Level" \( [' ~" i- J0 K4 X3 Z% V
Green: Monster Max. Level
( I2 s6 l' n6 j3 G' @
; L! }# y, {# r) T, _; w9 pThese changes as simple as you want.
4 B& }2 A. o7 s7 l K( s
* e! R" m B, O1 R9 h, r# m5 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.
* ?. X8 w5 c6 `7 ~1 D: b
# a% u ^" q; f# f Part 1 of blocking CE
$ y9 l" s: ]2 `2 d$ X# U" n
/ G7 R& X# n, @* J1 HIn this tutorial I will show you how to change the Head of Mark flyff.3 b S$ U+ ~! b0 W2 k4 n
The current Head Mark is well known, 5E, which results as a string ('^').. `, n; K5 s$ ~# l: w
4 C- n: J! D8 {. ~6 n: L. t( KFor this we go to the World (Project) and looking at the Buffer.h after thistext* `( f3 n6 r+ D+ f
Quote:
9 P( u! d# p6 [7 m/ r# Define HEADER MARK '^' / / Normal messageheader
, `6 P+ l' k% \/ K" n D# Define SYSHEADERMARK '%' / / System message header
/ C$ t6 u8 c* e7 E( `What the Sysheadmark is looking for is not even the top 5E.5 Q* x3 p, N. }
Change this and it makes the CE Not work on server.6 w7 k- U0 X7 i" c0 x" d. B5 Q
p$ x2 U( d9 K7 G% K
Then Tom's anti-hack is no longer useful.
5 [ i# P2 U$ S% d" e/ Y X" O5 J0 I
( y$ P/ j8 k, u& ^# u7 G1 sLG Sedrika
Part 2 of blocking CE 2 d9 u' `. H* l6 O) t
' |& V0 E0 ?/ NIn 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& z, y7 T$ W9 \( ?3 g# TWhat does this have an advantage?
# k6 F$ h: g2 D9 u$ i& C9 EThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
: j; u+ A' B/ N1 t1 P3 ` x
6 j4 }5 l. W+ J' `: n: T
0 U% {- y# Y+ y: LFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
0 g+ A7 w$ ?$ i
( z0 p5 _2 M, BThen search for the following content in HwOption.cpp ! a3 i2 h @! `& `: m
: Z' o6 x ^ H& W
7 G7 C, {9 R+ {, Wif (scan.Token == _T ("ip"))
- r a6 ?+ {6 T) I ~{
1 E; K/ n8 q' V( @9 [, cscan.GetTokenEx ();% f$ E# P2 s6 W/ m! L
strcpy (m_IPAddress scan.Token);
) l% z# ~9 t# V- _8 k}
4 ~9 ~ X" S% C7 Mand turn it into this:
% E9 d" G3 o/ I! e4 x2 ^3 wQuote:
! p; y, d' s/ b- hif (scan.Token == _T ("ip"))) P. v; G/ w( b; z6 M% F; G4 ~
{
. G! t, o) K: P1 x% _/ / Scan.GetTokenEx ();
( D1 u7 r$ u9 r/ Q" v# U, D: u1 \/ / Strcpy (m_IPAddress, scan.Token);
+ s7 p$ z: ^' c- Y4 Q" e& M}4 o8 U# I9 g) s7 P6 v; |2 O; d
And you created the solution.
9 Y' t) Z2 z, Y9 R- R$ `8 d+ S& M5 H' r& V; i# v' i
! X; G7 ~/ `2 s. `$ i" [8 h5 q: z
Then read the Neuz not the IP from the INI anymore. even if put in it* Q5 O5 s2 V" Q! E5 T4 O2 c% m
! l$ J/ C! V7 P Max skill's ( R" G0 }' ~, N( \1 d$ g1 M5 D9 S4 [
9 a4 L7 {& S. G. P- w4 [1 IAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
* v) V! I U" d8 s5 ^4 A3 I, Q7 V: W# {5 l7 N |/ _: [( ~
With the TUT can provide the remedy it
+ i- q. W. V4 m
6 y5 C( T) [+ o8 b, m# 1 opens the file SkillInfluence.h
$ r/ g0 x; I7 Y- ^3 s# 2 Search4 d; X0 B8 M$ j# x8 Y9 c
Code:
0 I8 Y; M) ~2 R, P, o4 |* D+ I4 ?4 O
# Define MAX_SKILLBUFF_COUNT 14
+ d: H' S6 z+ J
: u& w" l: p, P$ A ?# 3 Change the 14 to your number (eg 21) and save it from$ @/ u9 E ^4 k7 y# `& D' k9 o
# 4 compilation and ready5 x2 F- w$ m7 t# Q$ C8 L5 \$ B
; O# A: W3 f& J) x+ v
/ ^: ~: @0 R1 N: \! w; yI 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:% f7 B8 i$ P# E. r) k
. x2 e7 |' u; }8 X& _
dennisdra/ u& S9 G+ W( X: G5 D
.Crasy
7 I1 t& B/ ~7 K: `2 ^0 C) H5 M©ross4 Q. @8 n) t7 H+ M' r' X
Sedrika! V" ^1 Z) E& y9 c; M; P; ~5 ~9 b, U
! I' s+ G% i# C* s1 w5 q+ k
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! # x5 _/ c8 A$ W1 d X) _
6 O% S9 Q4 A; K9 z% }/ L3 _$ s3 JP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less+ I/ }- A8 \! }# Q Y( Y
- Z h2 Y6 [+ R C+ }
3 o9 u& j4 C% B1 H% P9 f# A8 O5 kUpdate 1: how to turn off "Profiler" in worldserver.exe
6 ]: w2 o* t& R/ {* ~; ^# E0 T! l R0 g3 N
: \& M, m. Q. N; e E
in VersionCommon.h of Worldserver Solution/ a( c& I$ x& M' Q* }
Look for' S$ @5 k t% V# ]
" a1 T! i! O3 G0 q: q#define __PROFILE_RUN3 w8 V1 }* t) u
: G9 @+ i5 ^( l( Q
comment it or simply" E9 m* I# G) j5 j
' B O. r6 E1 H7 ~: e8 n3 e, L) V1 c
//#define __PROFILE_RUN
$ g+ t' H7 E; u4 Z& O
* K; u% U, ~) O. ]" l& r$ [
$ `3 F+ w* Q% N( q7 ncredits 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 n+ p; m1 g" a0 x
|