飞飞世界论坛

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

作者: 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

$ J$ K# Z7 H* H: ~$ hchange level without Rebirth
0 ^6 R) q: b" a1 l2 z+ g! ~# J3 `4 a/ B5 N7 l0 Z3 R% v
Now, let us begin.
5 t5 H  r1 }  `" t* N0 z5 b- H* [: J
Requirements:6 L$ R/ |4 h' \  N; X5 B$ K8 G0 n
Source/ w" \) |, V0 b- o
Notepad / Editor
5 B8 ~, c- h0 e8 M
0 k8 H1 K3 D) l; `8 o/ / Tips by Sedrika
) v) k8 S6 w3 C7 d0 P* @
  W; r: h6 o6 p. F% W9 V& r$ vIt is up to you how you do it ^ ^& s: N. K2 n/ e, r7 }, Z/ i

* b8 ^$ c5 y" Y. Y: F5 [Go into your source folder and open the definejob.h* P3 ^4 M8 l" w
Search there for:' d1 M/ g8 x$ m6 I: [

) K. L! _2 w5 F. Z& b1 h7 @/ s#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå: G% v! I8 D- h( n* s! ?& X2 }
#define MAX_LEGEND_LEVEL 129
3 w: x/ C6 u% t9 c5 u% M#define MAX_MONSTER_LEVEL 160; {$ M: s1 a9 D
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
' k4 @* B1 T# o- v#define MAX_LEGEND_LEVEL 121
6 g; B5 W% Y* T" S( i% O#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
7 w3 u' {& M- s6 E3 y3 Y7 {: t) {) o; _! O3 q. o- Q

1 S2 _) u4 p9 R' O; k! Z0 V; Y4 ?. SRed: Player Max. Level$ E: ?% j- v2 d# V( b4 X% {  _
Green: Monster Max. Level* H" o( I! K8 X% L) h. j+ l
& V+ ^& S* {/ s* d6 O! Y
These changes as simple as you want.7 ?: ?3 N! @8 g0 z
5 x# I2 e: R6 p
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
0 ~& N$ t  }' t8 ^1 [+ u0 K, b! v; n/ M' u1 R! P7 _. Q: A1 e7 w% f
Part 1 of blocking CE

7 U, J( C$ `3 u% C
$ V8 W1 H  C) F2 JIn this tutorial I will show you how to change the Head of Mark flyff.
, Z7 V) i0 @. j, P1 ^" KThe current Head Mark is well known, 5E, which results as a string ('^').4 e- O  k" T7 }! @
4 J' ~8 H4 V, n1 T( x2 Y$ T2 M
For this we go to the World (Project) and looking at the Buffer.h after thistext
+ c# p9 L& z. T, N$ d0 mQuote:
' V2 p( s5 [3 V) j# Define HEADER MARK '^' / / Normal messageheader
/ m7 D( w" {' r8 M3 R# Define SYSHEADERMARK '%' / / System message header
" v  m0 Z; g) Y. Y' S, r( |2 F, nWhat the Sysheadmark is looking for is not even the top 5E.% ]/ H/ V& [( t  _0 m" ^# v
Change this and it makes the CE Not work on server.
6 a% m, i; k4 k$ v* t# @& p3 Z/ |$ [' L' `/ l5 Z, l- T* d5 P
Then Tom's anti-hack is no longer useful.
& n( N3 H# l: H: D* d- F9 B
; y% p7 a, F1 A2 h- P1 |LG Sedrika
Part 2 of blocking CE
8 V4 `, ]  G# K1 k( o0 k# K8 w
0 O8 r5 c6 [3 ]+ q8 c: [
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. - @0 M! C3 N" S" H8 b/ C/ k; o
What does this have an advantage?
( D. m- p- M7 Y1 QThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself * }8 @% w. m# t/ S% F, i1 K1 l1 f
' S% T" T' u) z# \0 k! n$ i

9 s: M8 L* Z' @1 s4 n4 jFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
+ ]  ]. `4 a+ E+ l- H# p1 k  K& |' c( d  R
Then search for the following content in HwOption.cpp ) Y3 F/ L' t. [8 p0 v

4 v2 a: v* x/ g9 J3 X
4 t! f- t( Q- g' fif (scan.Token == _T ("ip")); [, ~/ C$ Q" S: t2 `, X
{
: x2 a. n) x# ~3 t# d' u( B" }scan.GetTokenEx ();
' D& u. R# u2 U+ [0 V0 lstrcpy (m_IPAddress scan.Token);
  n" V$ N/ {; S3 o}% H" X+ \: X" z) @* L
and turn it into this:1 C5 \4 E2 M6 ~% L6 s
Quote:. {: z1 n  G9 E- k$ W% m" F% b8 M/ C* J
if (scan.Token == _T ("ip"))3 `8 n+ c' [" `" z
{6 A1 V4 Y$ u9 J3 b
/ / Scan.GetTokenEx ();& a3 v+ l( Z. v' o
/ / Strcpy (m_IPAddress, scan.Token);- ]# Z3 q* l/ X# s2 `' |% V+ T
}
4 I, [. V" _# ^6 N$ ]! OAnd you created the solution.
7 z6 @1 Q5 E- H; h$ L4 b+ D& t& [8 X/ a  J  e- r6 K5 Z
; C: t5 u: Q2 c
Then read the Neuz not the IP from the INI anymore. even if put in it
7 ]7 b+ N/ g2 p) N' Y5 p+ n- f
! A& }: k: E7 X3 K
Max skill's
3 N) p# `9 }6 S1 M
5 p0 c& r; _8 t2 ~: R8 I# Z+ {
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 ! P- [1 O. m3 \

2 h, ?4 M0 `! a+ c; G- TWith the TUT can provide the remedy it
) X) Y; W! F2 K& c2 J6 u
- s* s& ]2 j" H# 1 opens the file SkillInfluence.h
& j/ N$ n. R: a( X: n* [- E# 2 Search
* \7 p0 f" W4 X7 U% ]Code:- A2 t6 W# f! H+ `- Y& H. m
$ p$ O. c* n3 L) U" H: \: }
# Define MAX_SKILLBUFF_COUNT 14
# j! `+ n7 z& c" a! Z! J
6 v4 L! i5 |. F4 t+ d2 ~# 3 Change the 14 to your number (eg 21) and save it from
5 y9 w( B5 D5 C, d1 }2 P+ D# 4 compilation and ready4 }6 s4 V& ?  A

" L! r7 i. H4 z. L3 b$ D: n7 ?6 g' \7 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:( L% X5 O3 F, B: m

  h" z; t4 z% Q; c  b4 e; w: udennisdra8 T: |+ {& [6 l; W" t
.Crasy
' M8 o/ Y! }+ \3 O©ross
, Y, d# ^4 k! t4 ~Sedrika
: f4 e9 w3 j+ c% J3 q2 K9 H# U; y% X$ K7 g$ _2 x9 c1 W/ i5 p
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!
  F+ Y4 i& G' L3 x4 v# l4 V+ m3 f  K* C) _" i
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less; g1 k5 @# P+ O! \8 ^0 U3 R

) S3 }# m4 b% n8 X' ^$ u* Q0 P+ u8 [" y4 s: @
Update 1:
how to turn off "Profiler" in worldserver.exe
2 P1 I# Q- ]& d* \

( T9 y! f5 q: _" c, Y, m
. }5 G. g( n2 L5 N& Min VersionCommon.h of Worldserver Solution* s3 g7 a* t# ~% S. Z9 @% m
Look for
* r9 W2 R+ j2 c( Z! b$ X: M! ^
0 ~. V) n/ ?& C$ w- Q3 o#define __PROFILE_RUN2 V, g2 i, U7 o1 \

5 i8 }9 Z) b: m+ k! Qcomment it or simply% W/ ]: {0 m; e5 v+ V8 b
6 f1 g' g( e' K' J5 k# f6 \2 H
//#define __PROFILE_RUN
8 J8 r- m8 b: I* y( r
" Z- Y$ K6 Y! w5 ?+ d: P4 p0 V, M2 l( U
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投寄。谢谢。我添加更多的很快如果你有病加太

3 b( ?0 k4 f5 t9 O5 `




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