飞飞世界论坛

标题: 改变最大等级 [打印本页]

作者: admin    时间: 2016-1-10 03:22
标题: 改变最大等级
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
1 O6 r/ M+ {4 n$ ~6 d+ d* ?
change level without Rebirth
5 M* |: i2 @1 o3 h% s  Q, e
7 G* }7 Z0 ]( f: wNow, let us begin.+ r2 J& a2 r0 c
( Y' d9 z$ n+ s
Requirements:
% P& z* j+ [$ O, d5 l$ RSource
' x1 U" {  }+ {: C" eNotepad / Editor
' d" c0 b4 N" H* e! S) z' _" `2 y
% E& {# s0 C7 K" K  i- Q/ / Tips by Sedrika# t. I  @5 z. N) S. {, r# D& j
7 u% p, k. D+ b% s7 |
It is up to you how you do it ^ ^5 M% ?0 @) ^5 k0 [# V

% |( |, b% y( H& ?Go into your source folder and open the definejob.h7 U$ T4 I) f$ v/ @& A2 ~6 F% d
Search there for:
7 ?$ ?. r. L8 {& l; t- S- @7 P: u- P7 {  W" F6 W
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå( }2 j1 r3 J7 q+ ?% Y  H8 ]6 u) f
#define MAX_LEGEND_LEVEL 129
/ I5 R* ]7 n+ K/ X, Q* s) u: |#define MAX_MONSTER_LEVEL 160
! J# l4 K# s% G, \2 }- J+ O6 l#else // 15Â÷ è÷¾î·Î ·1o§è®àå% f7 v# j" v+ d; p( S# R
#define MAX_LEGEND_LEVEL 121
/ O5 Z4 Z) b' M. E, G. Z) i: y#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
, n7 ^6 [+ H; K1 M5 ?, I7 Y) r! X& S9 j1 q8 W
' N2 D; ~9 x! |- U. N# l- f
Red: Player Max. Level* B% [  I$ J9 ?9 b9 U" c
Green: Monster Max. Level
  f. u, {& y+ i/ c5 S$ |$ z# p
These changes as simple as you want.. x0 q! j8 h, n( P5 n2 N* H

) A" A& ]7 D2 J8 p& l" r" PThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.3 t/ d( l& ?& G) X
; `: c2 _8 C  L3 t. t
Part 1 of blocking CE

# N. f/ h) x! v2 B" i5 Z1 @" ]3 a
! S6 t0 u6 H* H: q3 YIn this tutorial I will show you how to change the Head of Mark flyff.
$ g- }, a0 W$ S3 k  J. U$ hThe current Head Mark is well known, 5E, which results as a string ('^').* f. k+ w9 c) G; O0 m  `
3 m) U  o$ ], I  e
For this we go to the World (Project) and looking at the Buffer.h after thistext
6 i) _- `4 U! C# I$ VQuote:* M: s% ]- s& q$ ?/ x
# Define HEADER MARK '^' / / Normal messageheader
' d! L6 T9 G/ n; T+ }5 _; l# Define SYSHEADERMARK '%' / / System message header' m. j( e2 z1 C/ h3 m0 F
What the Sysheadmark is looking for is not even the top 5E., e1 T- c; \0 M. O( H4 W
Change this and it makes the CE Not work on server.# V: }* h5 E1 \+ b+ {4 I  l6 v
& h, f. E2 L+ i2 F' [
Then Tom's anti-hack is no longer useful.
" M: {7 ^9 M5 R2 g2 I" }9 z) E( {" X) {4 D. p/ M
LG Sedrika
Part 2 of blocking CE
2 D8 `% T' o3 A' c, s! l
" L& a; u2 w$ T; [
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.
) c7 O; d# c: G6 RWhat does this have an advantage?4 I: S9 E) J& {% [
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
# ]* C* Q' B  j6 p) e* O" w# J7 G  H  l+ V
% s- O; ~( e8 e4 E' z4 J8 b2 y+ ?' A
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
7 ]1 o+ ^( W' g  X4 y- q7 n' B
4 u. S$ J' V; U+ [* l/ S3 EThen search for the following content in HwOption.cpp ( q1 F" w4 R9 ^; |
2 E: ?5 c) y7 S

% A% E. W3 H/ S. N) j  u$ xif (scan.Token == _T ("ip"))7 T, F2 r& @# s  i
{
$ Y* c: F0 J. Z9 ?) C8 O+ n! Kscan.GetTokenEx ();/ Q4 |$ A4 F7 X: E
strcpy (m_IPAddress scan.Token);
! ]+ `, s) H5 W" m  l  C, b$ D}
7 e8 N7 x5 G) F0 Y0 x  Gand turn it into this:
3 ~* y" u' x4 h: U# S. P( RQuote:
+ O; `4 c2 p: {; E/ Pif (scan.Token == _T ("ip"))
! o' u: [1 W9 z8 B7 z4 @3 ?{9 Z. f8 p9 w  p( a. O9 M- t
/ / Scan.GetTokenEx ();* L$ |( p, w7 q9 M( l1 y0 c
/ / Strcpy (m_IPAddress, scan.Token);
1 R0 t' s3 P* B7 P+ M& _7 L}
# T( z5 D% D$ }) M9 c& w9 q1 C- QAnd you created the solution.' P/ A" G! V% c
' H- f! m7 N# E% Q! f2 H
% y4 l! ?# J9 W+ P9 ~
Then read the Neuz not the IP from the INI anymore. even if put in it/ t! J* S6 E; Z5 i5 R7 r. X1 H
! Q* F" F/ w. a9 y! ?% _( r
Max skill's
0 D$ H+ T& h& b; d/ ^) D+ x
' P7 U/ I5 i2 a3 ^: h9 W: |2 h+ N7 V
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 9 b- Q3 @9 w) R5 W/ A
! {2 z" s4 R2 s; M' H# ?
With the TUT can provide the remedy it: z  y5 F; s% ~
' U: L# Q% }. l% r
# 1 opens the file SkillInfluence.h
) W6 R5 @. W3 b  Y# 2 Search3 [# {- u& l: P& d5 @
Code:
) {( H) ~" r. J  ?, ]
$ L. C( G1 d) [) H9 j8 t$ {# Define MAX_SKILLBUFF_COUNT 14
! `: S' H. }8 q8 T
& @( q/ N/ K! w$ |# 3 Change the 14 to your number (eg 21) and save it from* t- S' T; T" i
# 4 compilation and ready4 d' p& Z; K8 e* r5 ~

5 J! `! a: ^( X2 `9 z. x, W7 F
  q# N) s" v5 gI 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:# n+ J- q. S/ o( N+ e. @
0 ]. o- U1 N5 [9 C! T4 C+ [
dennisdra
; X* z& o% A: H8 m+ @& `" M2 b$ R! P.Crasy
, K- I! R* q! z5 j1 `8 z; e©ross+ f6 x! C3 G" q  U  U; G9 u
Sedrika
; y7 @4 {' r2 |& J1 D; V9 r3 [
" }9 ?/ e. ?: p4 t/ n, 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!
! m0 @; p9 t4 U9 m3 J) S( A: x) A- H; J( j8 Y( w6 Q" Z
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
+ l0 H3 Z1 M9 ?
% ~) x5 t+ j# p6 q1 N4 h) Y2 k+ Q
% ?. L( ~$ R7 t) a9 {Update 1:
how to turn off "Profiler" in worldserver.exe

0 p: y" ?/ V, D5 [# Z2 P9 s0 A6 e

$ _0 o: V% b" |. H& B, Ein VersionCommon.h of Worldserver Solution
! r: C- b% f9 z5 M  X' z* XLook for
0 @  e  p; t* {$ D0 @# `, F; e0 ~5 ^5 R& J! z* }
#define __PROFILE_RUN
4 h% L4 \. |. _( C2 t" E# O7 E4 e7 Q* y
comment it or simply
% z+ z+ T9 i# k( A3 h- }5 z( C& J( H  f% q2 H+ R  T7 p
//#define __PROFILE_RUN
0 K( y! d6 a, @/ W! Y
6 x, A* ]: D, v: h  Y1 h  W' T: Q. H/ N3 T& h2 N8 n
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投寄。谢谢。我添加更多的很快如果你有病加太
9 c8 H6 R+ r5 G





欢迎光临 飞飞世界论坛 (http://ffwold.com/) Powered by Discuz! X3.2