飞飞世界论坛

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

0 g, ^# q  N1 K8 _& ?1 }4 V8 U* \change level without Rebirth4 u5 \9 n- m: ~5 y! g6 u

! _! h! y  g  {+ I$ I3 QNow, let us begin.  J  |2 S4 m& f* x
& d  T& X' n/ W
Requirements:
8 w3 U0 n: a2 `( [Source! w) }, b. z  N9 U' \, ^: `
Notepad / Editor( x7 C& D( N; O2 @3 H( v% m
- Q  f2 P( t' l
/ / Tips by Sedrika
; G) ?7 C7 K9 L/ A6 ~; G' d& y4 r+ t1 L" r4 E6 [  X9 {
It is up to you how you do it ^ ^  Y0 ?- l0 a$ _' z' ^

" k: S7 K  U- z; l8 N) ~) [Go into your source folder and open the definejob.h
1 i0 `, z- G, S+ e4 P; S1 pSearch there for:
/ q9 w: ^) L0 x1 s9 Z- x
9 z( y+ ~/ A# s6 u, O8 T# t3 O#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
5 F+ s$ q+ F' e+ N! T9 p#define MAX_LEGEND_LEVEL 129
& y  w" v( G2 R#define MAX_MONSTER_LEVEL 160) ~9 e! ]& o% a- C5 O
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
" ^1 {+ _- N: {4 u- N( i#define MAX_LEGEND_LEVEL 121
1 B9 l$ d* B- ]0 \8 o#endif // 15Â÷ è÷¾î·Î ·1o§è®àå $ D0 Q1 \# F1 J' w: v; c
" B; n& ^5 g" R1 o. l
6 L/ L" q5 B4 p' V% v4 N- Y0 G
Red: Player Max. Level( A3 w" l. i" l+ q: ?* Q
Green: Monster Max. Level* m8 \: _7 v+ J! p/ i

. F3 i. p7 z5 j( g8 UThese changes as simple as you want.3 d( J+ E9 v/ V/ t0 j- M

1 n* z! O, b$ e) y' s2 qThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.  }  T1 _& w" A+ G! E
) s% ^. B+ L6 _0 \, o, J8 N& E4 }
Part 1 of blocking CE

, O' m9 u% c8 K( L8 V4 L3 v- Y: ], z* Z) p
In this tutorial I will show you how to change the Head of Mark flyff.
) d0 x8 V8 Y6 o3 M2 GThe current Head Mark is well known, 5E, which results as a string ('^').
% h! n' [6 _% H! F' r6 _5 e' A4 X  p/ y3 [& ^4 O( d9 m/ D3 i
For this we go to the World (Project) and looking at the Buffer.h after thistext, i8 [. t2 I' z5 ^' ^7 a8 N3 _9 x3 `
Quote:9 s8 H) y( X( [, w
# Define HEADER MARK '^' / / Normal messageheader- L3 h: [' s( n  L
# Define SYSHEADERMARK '%' / / System message header
! ~( t1 A% ~4 X1 A0 ?- C+ Q% |$ WWhat the Sysheadmark is looking for is not even the top 5E.
# |, H$ z1 k* e; YChange this and it makes the CE Not work on server.
# E8 a* [4 {* E+ @: _
$ L! y- }0 P- h& UThen Tom's anti-hack is no longer useful.8 L, X' ~: R5 b$ V. o' M  ]+ L
- o( Z9 i$ r% B; h) W* t/ t
LG Sedrika
Part 2 of blocking CE

0 b) W+ P+ O% T; z/ l
. P5 q5 [$ J9 PIn 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. # B3 t/ K. V2 `) ~# J
What does this have an advantage?0 i8 g) d) L$ i' Q  ]0 `: E
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself , n* m1 F  H# B8 y- {; z* o9 v

( R% u. a( \$ _) }! V2 L' i( `( V& ]5 L, e
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
$ p8 o; l/ Q& y; F; Z
" \- B  V! C3 d" j0 b% p/ Z8 A+ SThen search for the following content in HwOption.cpp 5 c9 \( o" ?6 g# w# e. O
" D* g0 F/ g& T- c+ {

: m9 \& g4 ~! I1 ]; v& L7 P9 cif (scan.Token == _T ("ip"))
2 w3 X9 P( L/ p{
4 V& K  u& X' D, E+ Zscan.GetTokenEx ();
; T& ]- q% M7 Gstrcpy (m_IPAddress scan.Token);
) x) l+ D2 R- B/ x8 ~5 u3 j1 F}
# y4 q$ T9 Q' I  C/ `! f2 N4 I0 [and turn it into this:- o7 O# d" A+ G7 U8 M& N3 Q
Quote:2 c3 \! U$ s8 D) E# d
if (scan.Token == _T ("ip"))
7 e+ K* n# l- ~& h9 M: |{
$ y3 K% t) y4 S/ / Scan.GetTokenEx ();. l! a$ h. g. w% o! H( e' ~5 _
/ / Strcpy (m_IPAddress, scan.Token);3 Y0 Y6 Z7 S- y
}
  ]( v/ R, N/ M2 TAnd you created the solution.
( ~4 ]0 X1 U) w# F4 z" N; h/ O  a, |+ _; A2 C1 {9 L/ y

. s* S, e9 a7 p) ?. l* P1 [1 _Then read the Neuz not the IP from the INI anymore. even if put in it" l. ]$ @0 m8 j$ U0 x" ]) O

& p, N( O* N$ W+ ?4 j
Max skill's
  M' [! d( ]* N( G$ @
4 i# f9 s$ z/ n4 A$ Z& a1 L6 K
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
) C7 N6 |1 P% L. |$ w/ ]. \- Q4 q$ o
With the TUT can provide the remedy it
/ ?% Q+ b& I' k& m  L4 S3 m7 \
1 {8 `0 H: S, v. Z7 C$ r# 1 opens the file SkillInfluence.h
* x' p8 o; V% k" I# W- v2 K# 2 Search$ {: j' U4 G% e9 z, N0 B/ W( h$ I- c
Code:* ~# Z" ^8 x3 R+ s0 p, G
/ B9 c# R% ^! ]/ s5 Q3 H6 v! t) V
# Define MAX_SKILLBUFF_COUNT 14
, G& B3 ^: s0 e- }( g  K
8 R! Z1 v  d' q, r4 Y# 3 Change the 14 to your number (eg 21) and save it from1 \, W/ _3 \1 \: w! _+ l  `
# 4 compilation and ready
9 p( n& j( U, j
% D7 R& h8 \4 ^) X6 K( v4 k) L' ~+ y: [2 N
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:  C9 X4 j. P, e' r+ A8 x% m

9 F( C) u. u7 Pdennisdra2 m' [5 |% [" x, w. X* A" P! @
.Crasy" z; q/ ~0 P- O0 E. x8 d3 n
©ross3 `% H& ~6 T, Z( X
Sedrika$ B8 m! J( m6 ~% h1 R1 \4 N
! ?6 q3 h% E! e1 Y1 {1 G, D
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) c8 P" Q# U! k6 P; u
2 G- p1 i3 i8 ~- _2 q
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
" h! r3 s# D( ?7 \, }& H* {: z6 c. @% G3 t/ }" N9 s
3 k+ F9 h; i% Y& V5 E" ?  }
Update 1:
how to turn off "Profiler" in worldserver.exe

" k; E5 c( G+ X
$ `. v1 S- f4 t/ ^3 z
3 J$ D9 m2 H; H1 ^. ]7 h7 {6 yin VersionCommon.h of Worldserver Solution2 I& ?3 T1 ?$ I7 o
Look for" t7 o, d8 k+ H
  |2 q/ \) c) U4 Y. e
#define __PROFILE_RUN0 |. h6 z3 q( T/ l" @2 d, g
* _4 Q8 v& [9 v& g  a
comment it or simply' a9 g6 r# ]* I' f1 S0 Y- A

- n- a! e; G- x1 A3 m5 G2 x  L//#define __PROFILE_RUN 4 f; t7 \6 m% _" ?$ V% h! u) _# u  V# P

: G3 G/ O$ ~2 c
; w/ z5 F/ J( ^- bcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
: c: M8 @1 y+ o( R0 h* u1 V
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-28 03:58 , Processed in 0.065389 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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