飞飞世界论坛

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

作者: 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 A, \4 x  {( |7 [
change level without Rebirth1 K# j% D; j! w
' P6 ^: }2 a* H9 K* \
Now, let us begin.3 u# M2 O, x+ U; y/ V

1 g. b9 L4 d9 `  `2 j$ J  x( o, n. z& gRequirements:
6 d0 ~6 `) D5 r. QSource, H) c6 [8 y: l; C. O7 ?
Notepad / Editor' {$ P5 F; W' i' }4 b3 f: L

$ i: E- r2 \7 t" M! @/ / Tips by Sedrika
  M, k1 L3 P; U6 v- r+ u+ A3 F/ m: j- e) X/ \. M+ Q
It is up to you how you do it ^ ^
0 J' J" z. F4 U. s2 K0 q
0 H3 t+ r; j( T5 p$ c( a: iGo into your source folder and open the definejob.h
3 c$ u. ^! e& ~/ N( A8 {Search there for:% |  m0 b0 J% u% V

8 e, j+ A; Y% H- t( Q3 J#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå1 j- k3 |" J& l, k$ U, n& n& U! {
#define MAX_LEGEND_LEVEL 1295 z5 Y* D6 o" s" F$ ~3 \4 f
#define MAX_MONSTER_LEVEL 160
$ S0 U3 T/ h9 O2 m#else // 15Â÷ è÷¾î·Î ·1o§è®àå
0 v( c6 x7 }( m8 A( }#define MAX_LEGEND_LEVEL 121
6 W& r! |& I* t* T# y#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 8 q- M. A+ Y" j8 R9 W
4 g+ z2 Y% Q0 a2 R8 `

  G; c- l! L+ N' W$ c0 |6 n( T0 wRed: Player Max. Level2 e. i( M: Q- B3 d' f! ~1 K
Green: Monster Max. Level- [# i" k- z+ z9 d; r9 \
. v6 C+ v' p, m% `( r  \( y
These changes as simple as you want.
0 K; j/ n  e' ?4 R0 v- [! l) A, v* A0 o/ A9 {' Q9 b
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.- Q9 b' q! L. I9 C6 u) Q9 T: m

" h, y0 c2 g" _. f/ x
Part 1 of blocking CE

  E5 R# p$ c! o/ ]/ A* V
) |- k( j" _4 g7 U5 T* q2 o1 N0 ^/ rIn this tutorial I will show you how to change the Head of Mark flyff.& t4 c6 k8 B: h! T: D7 e
The current Head Mark is well known, 5E, which results as a string ('^')." s8 f. n; A3 @( K0 S4 r

5 x5 b' q% s  O, x1 F+ w& HFor this we go to the World (Project) and looking at the Buffer.h after thistext& Q# F3 B: b. V/ v+ O- s7 Y
Quote:
& j$ T& y0 q- M9 J4 X$ g# Define HEADER MARK '^' / / Normal messageheader
! a" i2 [# x) J1 X5 i  H: @# Define SYSHEADERMARK '%' / / System message header) j& g$ M$ I8 N8 w( H
What the Sysheadmark is looking for is not even the top 5E.
  G! ], l8 h6 q) PChange this and it makes the CE Not work on server.
% {  M6 c1 ~* Y5 M$ f: D. _; X$ g' P/ Y
+ b1 {- ?7 X9 R! gThen Tom's anti-hack is no longer useful.
" {* E' L/ X% c& C/ X& S) N) Z8 E( g. A- _
LG Sedrika
Part 2 of blocking CE
: i3 M: w; j- }+ A/ w

- T9 f! z- u: Q* N: RIn 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. - g9 J; U8 k5 g; y4 w
What does this have an advantage?
6 b3 x, B, U' v/ p# h7 fThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself   n: O% H* C+ R$ Q+ e

: }3 G+ G+ G2 i
" r& R8 l# I6 f: T9 m. eFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
( |- x* `' d2 }/ L/ \* Y  W$ f/ R. |, [4 S7 d" @
Then search for the following content in HwOption.cpp 7 Y' k. H& O+ m: J" m# K  `7 L+ G/ J
% R7 P3 ^- J0 C4 M! j7 Y, Q$ o
, [% J' E- Z9 Q
if (scan.Token == _T ("ip"))4 \- ]' F! ^5 E( O
{5 p, a6 p% f; H3 ?
scan.GetTokenEx ();
0 y+ s- `9 ?. F1 G* Wstrcpy (m_IPAddress scan.Token);
% U: G& G& O. n3 s/ w7 B* h! g}- s# k. q( u; p+ M0 ^5 \; d
and turn it into this:0 K' ~- f- p2 P* W& q
Quote:
. j# m% a) A- I" y: r% C- ]if (scan.Token == _T ("ip"))* ^, Y2 u. H1 i4 [$ @. L' j
{3 I2 ~! K: U  N  L! W
/ / Scan.GetTokenEx ();% v! ]9 E5 F  J4 @4 J5 r! T  I
/ / Strcpy (m_IPAddress, scan.Token);+ W! ^; x" ?9 d) {
}+ v! d' s5 ^* X! x: W
And you created the solution.1 r- W0 E( V7 R% Q0 f, U# \+ U  M
& s! t) }' S( B3 S# Y9 U. e

  l  b' j1 B- D6 `: A+ X9 sThen read the Neuz not the IP from the INI anymore. even if put in it; ^5 P+ x& r# A9 S
- k0 G; z. M4 M1 B: g4 {5 _
Max skill's
# O* Q1 {: \8 E1 O1 b+ o/ A

. G# r/ y7 }$ ~4 V3 tAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
4 S, A6 J1 @: x) b1 O+ i" s5 s: }+ r& L! E& q2 Z8 X
With the TUT can provide the remedy it
# H2 A, J/ X; |; M; D) B4 f7 t/ A1 h( p4 R3 L$ g
# 1 opens the file SkillInfluence.h/ x  v, r2 R# ?  ^
# 2 Search- z/ z* U5 K: o; H: x
Code:
1 p, a3 k7 v3 C3 E0 o4 d0 M# q  Q6 e6 e7 r. M; i1 z
# Define MAX_SKILLBUFF_COUNT 14
! J: |# }3 y( c# e+ t" o3 x" y, m) I
4 Q+ a( g1 `" ?" F" r# 3 Change the 14 to your number (eg 21) and save it from$ b; b+ O5 C( @! B
# 4 compilation and ready
! l7 ~& u+ j+ U! Y& |" }' {" n. o0 I, y# J( N& z' |; j
" H1 K* t/ w! \2 R- B
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:
" Y3 g) o/ h5 ^+ s+ h" b
, @5 g9 [. c8 edennisdra
8 H8 W" L# A# S1 ]5 \( \7 q1 |, G, L.Crasy0 v% J; G0 s' R5 [; t5 h
©ross
+ ?* H2 z2 H1 J# uSedrika
/ Y3 A9 l1 O6 ~: N- I, M6 u( _: q5 }- I
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!
' D+ b# t  N, n/ J: j4 g1 [& N: r5 v4 `$ \( ^. V( S3 U
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less" W* q  r8 Q' y' F& A

, H2 W5 A6 B7 w9 e
: h. Y3 {% P# g1 R7 u7 sUpdate 1:
how to turn off "Profiler" in worldserver.exe

. k- _( u, i7 [+ l! \' t+ }' X1 [( z6 u* u+ n% @. t- R. b3 ]# d
2 r4 y: v  t. |. b, n" D- F8 e
in VersionCommon.h of Worldserver Solution: }6 l; J/ D  m
Look for9 Q7 f+ U$ R1 i
1 }! l2 Y( V# @! k+ w
#define __PROFILE_RUN) Z: e2 e$ t" w% ^/ h$ F2 t2 m- z' w
$ ~2 |. w! C  W2 ]
comment it or simply4 o$ S- Q- q2 G  N; z! N2 w
" E, `; x# O" q2 [7 l
//#define __PROFILE_RUN
. B% {- d* r0 I% K
! b. u" G2 ~0 Z' J
7 Q  c" ]5 k+ s; Qcredits 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 |' V8 K  s9 P0 X' t0 g0 |4 I7 r





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