飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15095|回复: 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

- `4 Z: ^  W6 N, U6 M0 p- Ychange level without Rebirth
8 {$ v9 i9 A2 s5 x: |5 h6 ~6 V; ^2 w$ g5 G
Now, let us begin.
$ f7 ?  q2 Z8 n4 z/ h: d5 m: {( q8 {) j/ t" z0 G% M) j
Requirements:6 I& u  Y) d( O7 ]
Source) R0 T' _, [6 Q( F( }& R
Notepad / Editor4 ?6 I4 y: G3 x$ e, m4 A+ j

7 H6 }' W* V) h/ / Tips by Sedrika
3 g/ y, A! R  D/ Z9 o1 ?
3 E4 A" I+ H9 {. V% d7 z9 J# wIt is up to you how you do it ^ ^4 Q3 @) {0 D& n2 O5 C

9 [- [, ]1 f; e) }$ ^/ X; XGo into your source folder and open the definejob.h
1 o5 S1 @# M. H6 p8 ?Search there for:
; O( ]) f3 e  C+ m4 d/ ~2 `' C5 L9 G' u* R3 T7 d+ Y( n4 ~
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
. F: s" z' e9 e* g#define MAX_LEGEND_LEVEL 129
1 g8 }% I( F0 c: H, P#define MAX_MONSTER_LEVEL 160
% z9 l# m: A+ A5 e5 b: ?" Z#else // 15Â÷ è÷¾î·Î ·1o§è®àå% R. ?8 V$ @9 o( B0 V
#define MAX_LEGEND_LEVEL 121" d; Y" l6 C1 m" c, w/ ^. X0 `6 G
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
( W% \3 F, o0 W3 l+ V" x
( M: k) S  B: K. h8 o- `
  e/ \' o8 m; R) k4 yRed: Player Max. Level& Q4 S& P3 _: {% l
Green: Monster Max. Level
$ d6 l+ `% O9 S
3 r% g" d) |* i$ b8 mThese changes as simple as you want.2 Q) G6 f4 o/ I9 x0 v

( j. w4 Q9 A( D# v' h( M; [* dThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
6 S9 Y* _% X7 b. A% D- n8 h/ o  r/ q: D! M
Part 1 of blocking CE

" }! z- j% e4 u7 c4 M% a
: d7 Q' z9 h# z& _In this tutorial I will show you how to change the Head of Mark flyff.! o4 }  z% H$ m; f) l
The current Head Mark is well known, 5E, which results as a string ('^').' Q+ W# k' Y' q& L+ }* T  N0 j
) k7 L- R$ \' H: h
For this we go to the World (Project) and looking at the Buffer.h after thistext
7 B) `# K7 W. h. c7 v" H0 NQuote:) W. R9 F7 A& k" X' {
# Define HEADER MARK '^' / / Normal messageheader
! `, a" Q8 X; g- I4 `2 [0 R# Define SYSHEADERMARK '%' / / System message header
* o& s  ?% W5 ]! p9 pWhat the Sysheadmark is looking for is not even the top 5E.
  d. u% L0 `) Q% _Change this and it makes the CE Not work on server.6 b3 n9 B( O+ I9 K! n

7 p. @9 h2 i2 Q5 o! y  a1 e% c+ UThen Tom's anti-hack is no longer useful.
: R* J. X5 G& X, K2 _
% S/ i: t! N. c, D; W/ cLG Sedrika
Part 2 of blocking CE
# U/ f5 e. a5 l$ H/ c

! U+ l: M! B; \$ ~8 ?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. * [& _( f6 ]# S0 s
What does this have an advantage?
' f- c" \( s( {# I2 z. O2 z6 ^. g6 rThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself " e; S# y; L  B4 L9 f$ l. ?9 i/ n/ n1 W

( g) P0 @) }( D" j( f+ b% F% q  b5 o+ C7 k: I
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+ y' U! j7 y- m' `  c& |; u. F8 A% @. \
Then search for the following content in HwOption.cpp - T2 \) O0 j2 [! C  g1 P! |( m, v2 V

7 H8 ~2 o* `, `1 C# d8 h/ y" j# R/ l
if (scan.Token == _T ("ip"))  }4 U/ m+ z7 A, I6 @! D
{3 s$ p1 ~8 p' ?
scan.GetTokenEx ();
; Z/ i) |$ K$ m( l% _/ p! j  _strcpy (m_IPAddress scan.Token);) K6 k: I7 p8 ~7 i6 |7 }: G
}
, h2 f& J7 C& s+ {, ~* k  }and turn it into this:
; Z( Z4 G+ H6 e( J3 ~" ^/ qQuote:
+ m9 B" ~" ^5 vif (scan.Token == _T ("ip")), ]- A; B' C, I7 C. E8 j# @6 i
{
2 O" |  i/ I; @7 {1 K( K/ / Scan.GetTokenEx ();
' v, N2 V4 z3 L! ^6 |0 M( i/ / Strcpy (m_IPAddress, scan.Token);$ E/ T/ X7 l5 T* B1 V. l
}
1 _! o* m6 H, h$ pAnd you created the solution.5 {1 ?2 u4 b8 t& e
- q8 l. D3 i6 ]; o
$ m; I4 H( E! A
Then read the Neuz not the IP from the INI anymore. even if put in it
5 @1 _1 x' m0 p9 O" c
3 r( q9 n. B4 Z' C; b5 C/ S
Max skill's

6 \2 A8 e5 y0 E- z4 K) G3 B, ]0 i5 B& V  {* i9 `3 }
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 7 G  X5 L4 R+ U) q7 v: T

& {' a7 I* l/ M3 gWith the TUT can provide the remedy it3 U! n0 C! w) j* p9 {( L0 @$ n

: e0 P6 J! q) ?& ^( ~' u: u- \# 1 opens the file SkillInfluence.h
- s. d) s6 x# t' I. r, i& ]# 2 Search
7 H2 y* h$ ^- ?- e2 |+ ~Code:: H5 H7 T' v' w" _
# Y/ W4 x+ {* Y$ e$ I9 D) _/ U# j
# Define MAX_SKILLBUFF_COUNT 14
8 L! d2 G' l  S7 M4 G* K( m
& F4 J7 _6 `( S8 g' u3 Z) O' w# 3 Change the 14 to your number (eg 21) and save it from7 S: x& Y1 \7 M1 G! B
# 4 compilation and ready% O% h- ]6 @! o; q$ ]# i2 n
. J0 O, m) l! q$ X/ ]
% t; ?4 ~" p! Z9 w( P- o/ T8 Y2 x
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:% _6 k3 r2 y" V+ x

& P9 c7 u. [- J/ Q5 p# t# {dennisdra
1 B' S  T/ X& k4 Z.Crasy; G# ?% y4 M* L* c9 k3 `3 ~% G+ x* w
©ross
' h, K: T2 t4 g; O2 o* ?8 iSedrika. B9 g  q% p3 S5 Q4 m5 c
8 m4 n3 |& D/ x7 y3 h8 }
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!
( A: N9 h4 j  K" M1 d5 c/ [2 P$ R8 ]' h, C* A/ L0 @: F
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
4 \  W$ s, ]9 ~: w: N& q) \/ o
0 C* a+ O$ V. l5 |* L( |, K# N# q$ P6 l  J. x6 x. O
Update 1:
how to turn off "Profiler" in worldserver.exe

, P( f4 I: w$ _0 t
' e9 d, H1 S* [( e
0 X6 q3 T& d/ t" M0 Q5 ?' Bin VersionCommon.h of Worldserver Solution8 C3 {6 V7 [0 u6 |8 L3 R) n( y
Look for! w9 c- s+ l5 A3 i' F
9 j& r8 z# v% I
#define __PROFILE_RUN
. |$ M# o) h( e' j+ g& k: E( H/ D6 l
" U  ^2 a7 B# v1 s8 y" b7 N/ ocomment it or simply: k/ a1 I( ]8 Q5 i% `1 g% g. f  ?" c

. t( e* p4 P, b+ q  D; s//#define __PROFILE_RUN
% i" _# t3 u% Q$ O
3 T: X" G; ~& [' D1 J. x; b8 I2 q0 I' K  T1 @* y
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投寄。谢谢。我添加更多的很快如果你有病加太
. F, Z- k' I& J& q
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-25 20:21 , Processed in 0.061807 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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