飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15118|回复: 0
打印 上一主题 下一主题

改变最大等级

[复制链接]

197

主题

203

帖子

1086

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1086
QQ
跳转到指定楼层
楼主
发表于 2016-1-10 03:22:01 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
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
' t+ H' k; E* o. ~. ~; L  p
change level without Rebirth
; A, e0 k5 `2 b  K, i9 B( x) @$ J. A( Z
Now, let us begin.
2 R% z( H+ `( V8 G' v
5 @7 y# h+ x5 k8 BRequirements:* g  p4 e% J. Z& t& w* A3 R
Source
9 c$ ]7 F$ i2 ~6 `) K- O0 \Notepad / Editor
7 e$ Q  S* w% N$ l# b% A
( l, g0 R3 q3 T$ _* l- m: N/ / Tips by Sedrika) [! f+ D3 r+ |4 M
: }$ B5 y$ \1 n7 J, L, f2 E
It is up to you how you do it ^ ^
1 s6 T$ v9 v# L/ Q) r- d1 H/ b* A$ g$ p1 U/ h3 D1 B
Go into your source folder and open the definejob.h
# Z! ?+ }& p1 HSearch there for:
( g( l  J5 \5 N  h$ O: z% g
0 g  m7 o/ P0 j0 `9 l/ B#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå2 u% S8 S/ T. D% I3 a/ ?+ A
#define MAX_LEGEND_LEVEL 1294 h4 F$ w# i# I
#define MAX_MONSTER_LEVEL 1605 [  O& P: s5 W$ N2 j
#else // 15Â÷ è÷¾î·Î ·1o§è®àå* _- @1 i4 ^3 ?# f+ K
#define MAX_LEGEND_LEVEL 121
2 z" Z# Q' e, A#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 5 T9 m1 H0 D) q& |; T
# ~3 {$ [, {% H& U
  V4 V2 {4 s! ^( S; L0 k$ }, ]
Red: Player Max. Level" k4 G/ A; @+ e
Green: Monster Max. Level1 x" G2 @  ?" T

% r, j' A- c6 ?( q, IThese changes as simple as you want.: Z9 o& a3 b. ?/ g

  q( p+ i1 s8 |: |0 F& A. [3 oThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
) \6 k5 m# ]" }
, H* o% Z- V) W
Part 1 of blocking CE

4 w* G- x" c! U6 u( w3 ?: d5 A: `- x6 D) ~! V
In this tutorial I will show you how to change the Head of Mark flyff.
: H3 b. H; |  E( q9 ]The current Head Mark is well known, 5E, which results as a string ('^')./ c# a: ?" I( K/ R1 Z

5 C+ j+ M" }! NFor this we go to the World (Project) and looking at the Buffer.h after thistext( K2 A: z* D; w
Quote:- k% J' T6 \& L$ A- O0 s: v0 X
# Define HEADER MARK '^' / / Normal messageheader7 A: Q% d' D$ H$ F
# Define SYSHEADERMARK '%' / / System message header7 X' p3 s" {: l8 K/ f1 r5 b) H
What the Sysheadmark is looking for is not even the top 5E.6 F3 d3 x2 n  g# }3 ^' P" _) W
Change this and it makes the CE Not work on server.$ k$ [- g' {9 C0 k1 g) C; x3 z
. ~) w% }* |& K4 ~, U
Then Tom's anti-hack is no longer useful.% N7 k' S; g) w+ I- P

, `- ?- }8 h  f1 sLG Sedrika
Part 2 of blocking CE
# a( z' [& x9 W" v7 z$ N- r9 W

* @* @/ ]: P' U  r7 WIn 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.
3 V3 H% G3 m" k, H; TWhat does this have an advantage?
7 R! ^' U( H* g9 d5 F, h5 K/ GThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
. V$ k7 _  Y3 K! |8 Q/ U! J( B9 o2 N& d2 `/ O8 M1 C+ r& Z7 S; T
2 o+ K* {" w) O2 p) f! |% m1 G
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
& ^% n+ o5 G4 z# U8 W* [; \( }, [. n- Z- c6 Q' }1 v
Then search for the following content in HwOption.cpp / R; k. b, q, N3 c  P+ j7 B$ M

. g, u6 _6 P4 ^% v0 N! h& n8 U% F, m, a0 L' b3 ^) F
if (scan.Token == _T ("ip"))( y: ^+ M0 A; R- Z, Z
{, v& G* S8 R& B
scan.GetTokenEx ();- n: L5 G+ X+ c: \, p$ [
strcpy (m_IPAddress scan.Token);( c: q# f; H$ ]7 F/ e" i
}/ o* q6 R( V, X) [! ?1 V5 r
and turn it into this:
  k4 |" z" }8 \0 K: x1 QQuote:
# e, S- l+ y  p# B4 cif (scan.Token == _T ("ip"))# i0 ^1 X, `# A1 m0 d  J7 m+ N3 f
{
4 L9 f+ ]5 a/ {1 |: m7 S, S/ / Scan.GetTokenEx ();: r, [! H4 w  ?  H; _2 X7 B
/ / Strcpy (m_IPAddress, scan.Token);
' D1 x! S1 I: d& x}
8 K# ]( p4 N0 x2 d$ Y2 R' N, G! hAnd you created the solution.
# X3 m+ v; @+ Y% i/ g, m9 w, B* A0 h- A5 I
* J+ @6 a6 v! U+ C
Then read the Neuz not the IP from the INI anymore. even if put in it7 ?8 N3 D! }" H% e+ Y* w
# M  }) D. N/ P7 o9 q7 ^- R7 |
Max skill's
3 e& w& X( K! V, [4 F9 K
0 g( F+ q6 d  {& @  q; L
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 . c2 m3 [7 \& u4 ^7 ~
6 A; [0 O  K3 i8 n  u, B1 G
With the TUT can provide the remedy it, b" A1 z! E8 N$ P% l6 P

+ M4 w3 C* {5 V+ E! K1 R8 O# 1 opens the file SkillInfluence.h3 j6 v; P0 a. _  P& j9 Q
# 2 Search
6 p% P  a5 c; L6 J% I* LCode:3 X5 W( @9 s- `) H3 O3 Q# p
4 ^, ~& U% S! t) U7 a& L4 k2 N
# Define MAX_SKILLBUFF_COUNT 14/ K7 W) `! h9 P& b$ \: N

2 r+ E7 |  ~# W0 p# 3 Change the 14 to your number (eg 21) and save it from9 v1 |8 s8 j; g. P; ?* s
# 4 compilation and ready4 ^6 L5 V! k4 [$ T) k
7 _6 A8 S% o: I, Q% V8 T9 f) _, [% k

$ {4 ]- F6 ^. E8 ]% @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:
$ ]1 |0 I8 F" [* }2 ~) `4 v, R* `" V! P/ V6 F
dennisdra
5 r  d/ B- Q7 }6 W* ~6 x% K.Crasy
8 b  j& g) l& ^" J+ p; C©ross
0 D( g1 }7 d* X: VSedrika
9 c$ l1 v# p! F' ^2 M; b
& t3 T# K( a4 c! v/ d! leverything 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! ) S  y3 ?- l% I1 X( A
% @: n  U- e2 l0 u: T
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less0 a9 w4 o/ Q+ v$ `

6 t- X! z6 @/ Y# H3 W$ ^/ {7 Z# \
- R! v% T0 y, M& y. D. g$ h; GUpdate 1:
how to turn off "Profiler" in worldserver.exe

3 q  n3 D. e% R+ _
: B9 `- W3 }5 x  ?$ P8 n9 r4 P0 N! Y, V# k4 W- V; u' k$ W
in VersionCommon.h of Worldserver Solution4 S! L5 A3 g! h! z0 G: T
Look for7 i* C% T+ z$ `2 r! z5 O
; a" F0 B- q5 W* U
#define __PROFILE_RUN) [6 ~9 }& C+ Z2 y# ?  [) [
" C; d- H) N  l+ t
comment it or simply) A. S& R  J' @$ I/ e6 P  ?- |
1 e% u+ k9 m$ `: C( m6 ^) T) X
//#define __PROFILE_RUN 0 V; X% a, s0 `4 Z9 K5 W+ A7 j

' l" T! o% j! V( i; l& }$ l
+ D7 t" R" @6 u' hcredits 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 z$ z! @9 s' X7 D
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|飞飞世界技术论坛  

GMT+8, 2025-11-27 22:06 , Processed in 0.065790 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表