|
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 3 M5 F3 E1 I7 q9 i& j# M: ^
change level without Rebirth1 v/ R' \ _! m
3 C% {# r# z' R* `# p
Now, let us begin.
% S& ^. C) {- j$ x z7 c3 H
8 S* O' k' L6 JRequirements:) y' {& Q7 M6 J ?) p
Source6 }5 W- c$ l' U. q
Notepad / Editor
( g" O/ G% c* H- _8 @# O& q6 p- z; k4 W
/ / Tips by Sedrika
5 [+ ^( H8 ^2 ]
4 f# O+ c- o2 t+ q- MIt is up to you how you do it ^ ^
9 H$ Y6 j( u, a3 `) l& }1 C) Z% n( [1 ^9 K
Go into your source folder and open the definejob.h
8 \6 H+ N2 h( g2 M0 lSearch there for:
- s& @, Q6 D2 y9 w* T0 {5 z. S5 A/ w2 C. O
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
) q: x& L0 u! Z5 W$ k. p#define MAX_LEGEND_LEVEL 129* d* v# @+ }+ k; [: C5 P
#define MAX_MONSTER_LEVEL 1608 v( @8 Y, ?4 Y$ k2 G$ v$ m( c
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
0 M% P: O5 y# ~+ \& _4 R5 P#define MAX_LEGEND_LEVEL 121
; g- D" u3 c( w- g#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 2 s* O, j# z: G6 O# f1 D
9 Y t) V$ e: d$ X1 C0 x4 R4 c' Y- q( _$ _ ~6 F4 O+ e
Red: Player Max. Level
5 C$ U; F8 w1 ? `1 ^' SGreen: Monster Max. Level) T. w2 t1 i$ P
2 M- o3 D! d! H8 d8 D8 o& p. cThese changes as simple as you want.
# _& H o$ n9 G
" h: P0 }! G4 o/ l% B" JThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.% O! l: D9 g+ _
7 n& {2 m8 r$ F/ V Part 1 of blocking CE ! [; ]# Y( K( ]& U& N5 l3 {$ _3 U
) n4 H7 y6 K. h2 D* U
In this tutorial I will show you how to change the Head of Mark flyff.# J" b V" x0 J# v2 X A6 O
The current Head Mark is well known, 5E, which results as a string ('^')., t1 d" h' [ p$ X4 T$ |
: J3 G3 _; G I" {. r4 D RFor this we go to the World (Project) and looking at the Buffer.h after thistext
/ c; F. w% e- a# k! k/ EQuote:
: Z2 V Y2 v8 M4 @3 p# Define HEADER MARK '^' / / Normal messageheader
, F9 b% k% A9 ~# Define SYSHEADERMARK '%' / / System message header5 U. P; k! K' A; V
What the Sysheadmark is looking for is not even the top 5E.( {1 y; _; X) c0 T; c8 G0 p
Change this and it makes the CE Not work on server.
x* _9 @' s3 K1 v$ H. _: g, H* I6 L1 @/ N2 K
Then Tom's anti-hack is no longer useful.. Y4 F. H- j. Z. M
( O: f( y; m, XLG Sedrika Part 2 of blocking CE / L( i. D4 r7 I3 f
6 u& X, E; m. K3 E
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. : p0 f( C8 n, j
What does this have an advantage?
7 j1 S1 |$ y' @8 k% xThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
# M& k1 m5 d* g' U7 X- Q2 X5 c) o
; j9 _) @ Y2 S$ N$ w/ I
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
3 l2 i: x$ ^8 @# B
% a3 G) o' f {* [Then search for the following content in HwOption.cpp
& x% W% Y( c! A$ n( ?' z* n$ e E% f# p
; h3 w* x. ?7 U( ^8 _% Y9 Q- X8 lif (scan.Token == _T ("ip"))5 i. q- B: u A0 K- J
{& h# {5 l6 O( V
scan.GetTokenEx ();0 z- ]& q9 _: i N
strcpy (m_IPAddress scan.Token);
9 l" z: }2 o0 E! F3 z9 w8 N$ L5 J}% P4 B, D( s0 ~+ j* [* p" }
and turn it into this:
; L7 Q! V3 f8 }8 F' R$ q. NQuote:
! V: p" v9 @* X( {5 `8 Gif (scan.Token == _T ("ip")), T7 n1 c7 `& B0 B* E, u" p
{* Z' i8 V7 u1 s u' B& X$ S
/ / Scan.GetTokenEx ();3 @& H8 i3 K; h1 I
/ / Strcpy (m_IPAddress, scan.Token);
$ B$ q' n: y/ a2 v( v' n' |}
. F. N& G" `& y& NAnd you created the solution.
; W. _% v/ C1 H9 I
# \" n* a5 c- _/ ]2 w& `$ V# j& r: v3 Z4 U8 Y* g, x$ p
Then read the Neuz not the IP from the INI anymore. even if put in it5 d6 e" v& f0 f% f, U0 S f
- Y" J' g j8 p8 ~+ D+ J* F Max skill's
8 r' | F# a/ V9 b, y0 g5 P$ I0 q0 I2 m5 D: o
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
$ c+ H. _- U5 @' t5 j" ~( q+ ?% O
; c7 P0 M5 G# lWith the TUT can provide the remedy it
" I) k; a7 N5 X3 O! Q! Y5 d6 B2 h
# 1 opens the file SkillInfluence.h4 K# \9 H& e6 Q$ x" ]! I3 B
# 2 Search% q a( `3 q1 ?, {) Q( N' k
Code:
- h: }; V1 c' b( j0 A4 [' W; H; R) `- H. h1 n- n7 `
# Define MAX_SKILLBUFF_COUNT 14
& K( A' ?. A# g! i. x b, `# T+ K- t$ h: X! {' g# ?9 i# y
# 3 Change the 14 to your number (eg 21) and save it from& J" M1 l" o1 G2 G
# 4 compilation and ready
- { P$ [; P1 l7 Q1 b8 o K1 D
5 _+ u& H* F% G) D
+ @$ s: |* t+ a4 M& Y c& L" v& {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:
/ t* H' u9 K' T1 u: Z# U6 M
0 j5 e9 r, f2 \9 k# a4 ]dennisdra
. z8 `: Q$ h$ N.Crasy
! S, {8 q; M7 p" d©ross% R$ A, t B4 ~2 K* w
Sedrika
- Z" c- o1 K9 n1 f) J3 X3 l9 n8 Z3 c7 R; K" `9 c
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!
3 ]# v5 _3 b3 ?/ p( G9 `% ?( ?" Z: }) c% w* e$ ~
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
+ I: }% v+ E5 l1 C8 b# g1 E# F" k n5 b5 _) R; f
& {6 r% G' s9 L9 T7 P+ @( W6 V$ @
Update 1:
how to turn off "Profiler" in worldserver.exe
3 n0 n$ \- {- E! @0 a- Y& i8 w4 x) a) N5 J2 Z' e$ n
" Z8 N+ M& i6 ^5 b9 Q/ u
in VersionCommon.h of Worldserver Solution
: y& U, G. B) r4 ^Look for
$ }1 X f9 U j: A- E: v( t+ ^. ?& u4 K8 W
#define __PROFILE_RUN0 z+ e% \' Z. s+ n Z" J
/ @& }, R L+ q; s" c; {
comment it or simply2 O3 K0 q7 v \2 e
6 A& K6 M& A# j8 \- \: @4 _//#define __PROFILE_RUN
7 Q6 N5 j7 P5 D; C' I9 ^4 Z# t" T. H3 B+ z8 Y
$ _# u* [3 D, ^( F$ T# C7 Bcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
' i. H$ O9 Y: n, l) a- Y4 T* p |