飞飞世界论坛

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

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

% {5 o' z+ R) uchange level without Rebirth
& A4 `& x! N; }3 f) f; X) m! d6 Z9 O6 b: V( }
Now, let us begin./ @, i1 f" a9 h0 f- A5 e# U

6 O: u; H/ X5 z! o6 oRequirements:
# _9 H( e& ~3 W& l3 \/ _6 l" {# ~Source
/ x0 `3 c5 n4 {Notepad / Editor2 o5 C" |% d5 q4 n
* b" H9 A; T8 h! k
/ / Tips by Sedrika# M2 u9 W$ A2 L# A' }2 U
* I- V- h( H( ~5 p0 P, d# O1 i% ^
It is up to you how you do it ^ ^
4 ~6 k: U" U) y6 Y& M6 o/ ]5 _3 p6 ~1 X$ D% @) y! Y* O
Go into your source folder and open the definejob.h& I- L$ Y; D5 N" \
Search there for:
( S1 {. m. R. f: s! F
- z% V1 x* a2 z, I0 G0 z* q: r#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
8 l, K" ?& R7 E. {- H#define MAX_LEGEND_LEVEL 129
5 }! u+ N; z* L* p! Y5 W# Z#define MAX_MONSTER_LEVEL 160) n3 m. z# M+ h6 U' o; {
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
# c9 L2 ]: ^+ c2 l#define MAX_LEGEND_LEVEL 121
# w3 A4 B9 T% Q, c( V#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 4 {3 W3 R! {& W7 p' y5 o

8 R! v0 N7 m% w7 R  T% L8 {8 T* m7 w8 |/ T! E9 q
Red: Player Max. Level
  |4 V4 R& o& z" A5 S; ]( V/ m7 }Green: Monster Max. Level1 q. o: S& H9 C7 w; Y

. R9 i2 _/ Q, y1 y4 N/ _7 vThese changes as simple as you want.
7 C8 U; e. e  m
7 o: K0 L4 d) e; z9 z! a& CThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
8 b. C4 G  ?0 H4 }' Z! z) z% R  F5 K0 L
Part 1 of blocking CE
0 ]$ u7 K$ i; D5 k9 h; ?( t+ S

) i1 ^0 i$ ~$ l* j! u5 i" UIn this tutorial I will show you how to change the Head of Mark flyff.
2 h) N. `$ r* L4 r7 K5 |The current Head Mark is well known, 5E, which results as a string ('^').
5 m" [9 e/ G( E8 ^1 Z& R. E  y/ G$ g, H: y/ A
For this we go to the World (Project) and looking at the Buffer.h after thistext8 s: W/ j0 }. v3 n2 W" _
Quote:) o3 d1 c1 ]: Z5 O, u
# Define HEADER MARK '^' / / Normal messageheader1 d' L. A6 d1 ^% j  o' N
# Define SYSHEADERMARK '%' / / System message header- R* R; L7 j, o* A- J
What the Sysheadmark is looking for is not even the top 5E.
' x' y: P5 e4 t# c$ h( F6 v" hChange this and it makes the CE Not work on server.$ q5 y8 k( K  H/ D

; s% N0 k' C$ o8 t( s/ T& nThen Tom's anti-hack is no longer useful.2 _/ ^( v. Q  G# l# P

$ V3 m: v4 u) o2 ^LG Sedrika
Part 2 of blocking CE

* ]1 v" j: R# u" E3 w% q9 K/ b8 b* }! x7 r' }
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. $ [% u$ H5 m; i. h" s
What does this have an advantage?
7 z& T* j0 C6 R1 i9 L" EThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
, G, a: T4 E8 e! ]& h# q5 T. U* U) U; [% I
0 t8 a0 }" U! d( 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.
' w, x0 M! I2 u- T% z+ Y4 @3 ^+ n) q0 @. @: q) q
Then search for the following content in HwOption.cpp
# V" N0 ^: }4 q5 ~& t+ m7 L
3 Y% U5 @- f$ I
# `. x( U) e" ^0 dif (scan.Token == _T ("ip"))
( I8 P$ t8 k8 a+ R- y# J{2 D% ?  M. l& S: s* Y: a( U4 w
scan.GetTokenEx ();
1 e! G' k" C, g; Jstrcpy (m_IPAddress scan.Token);" k4 Q" L" u5 h. X$ f3 G
}# q2 x8 \8 ]  _
and turn it into this:9 q4 f, C9 m, ?" w* ~
Quote:5 m5 T5 a" U( ^8 d+ [! u: e+ S
if (scan.Token == _T ("ip"))
0 ~* q. F/ Y; Y( \$ d' k8 Y  y5 E" K{$ G6 C! f) z; f7 w5 P2 U0 d
/ / Scan.GetTokenEx ();* Z6 S6 `5 H2 o+ S* t0 _
/ / Strcpy (m_IPAddress, scan.Token);
# I* ^- M- ~- O% S/ p# [}
1 K* O8 m2 m) q0 |' yAnd you created the solution.
, f& a3 y  ^" G$ V* N1 m9 i- u. K- v. m0 r4 U- N

' C: i. [+ A$ X! {Then read the Neuz not the IP from the INI anymore. even if put in it
0 w) E0 T4 k- R# E4 y" h! m
; R6 r8 @- _; q0 _1 j
Max skill's
) P6 `) E' C7 C  Y

) J3 L8 A1 i" H3 H4 w) GAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc # l$ S; F# H; q' z1 T/ \
( ^- F# |/ t! a2 E& I  G
With the TUT can provide the remedy it7 X4 w2 O; M/ p) }3 K+ u' p+ j

8 b9 ~3 B" P: V& S" c" D# 1 opens the file SkillInfluence.h
! l# W: d- V* ]( y# 2 Search
" z9 B/ G% c8 A+ [Code:: v4 V7 B/ q- N/ x; M0 b: H

; d2 \9 p1 ~: u% D. Q! R! [# Define MAX_SKILLBUFF_COUNT 14- m8 U2 t: Z( t3 J( Z

7 d* r. p7 @' B' v+ j# 3 Change the 14 to your number (eg 21) and save it from
$ i9 }/ S. y8 G# 4 compilation and ready
# N, D8 L' X2 V- l  l- V) ^% u8 Z+ F
, f- e2 W( D8 \0 w7 j6 M9 |
0 W" r+ y1 K" l$ O& M9 e2 @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:- A  y6 E+ u2 H) p  l1 k" D$ P
4 Q: F0 z" z' k, t4 o
dennisdra% U( k6 @4 }( K# ^  e
.Crasy
; F& t+ p& U- l8 l©ross- Y8 B- v- Q8 X) Z
Sedrika9 q' Q3 b* |) L9 c; a

0 r9 X! K- `1 t" I+ A& Oeverything 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!
- _# z" U& h6 J. k9 d( {2 q  R5 R  m' H
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
& X# `5 {  _" R4 N( M, z5 f1 G3 n0 ^  R; q& U$ Y; p6 G, ]) ~) o1 I
9 E8 r5 h- L# D( m
Update 1:
how to turn off "Profiler" in worldserver.exe

  [5 T) `; _, d7 e0 S' ]) h% x+ O& z; X6 @' G( p5 p! n9 R

0 p3 r5 Z& ^5 S0 x6 n0 Zin VersionCommon.h of Worldserver Solution
; V( N; Y- u, z' W9 xLook for$ u# E1 r% G% ^. L+ ?1 M* u/ r9 }( U

: P' A1 x& T; @2 d8 F0 @5 E7 |#define __PROFILE_RUN
* c: U. A8 N5 Q/ ]- }1 C$ }! _" M! P: [+ P, p! p. e6 E
comment it or simply
' O9 a; r8 r- h7 T0 }. b
0 w+ T% @5 O' v; b) h: i$ P/ F//#define __PROFILE_RUN 7 h, F" |; {! P& E/ X+ v+ X5 l

* X( B: `- n  k2 u1 J0 h7 B! M$ @6 f$ o! {: D
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投寄。谢谢。我添加更多的很快如果你有病加太

6 `' a7 U7 g' [( t% Y/ X+ V9 [




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