飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15049|回复: 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
& `8 I1 P$ l- b8 A5 s9 J
change level without Rebirth
& q9 ]% o# n6 f, L8 u4 `% ^- B2 T8 b# p$ m8 h9 `9 F  X
Now, let us begin." X) `' o% D1 F& q
8 G8 U* k; Y0 y
Requirements:
( z2 V, H; r  m4 F# zSource
) X2 F& m* m2 L! SNotepad / Editor. u! r+ u: `; H. |9 W( H
0 T. L9 R7 A2 L* H/ _+ o
/ / Tips by Sedrika- f5 d3 W' Z7 u% A1 P4 m& L1 b

! C. `" m5 S7 `5 @( f" \% HIt is up to you how you do it ^ ^4 O" I; M( I- }2 }2 ]( d- F! A6 \+ b& X
9 U" o; N  [# o  r
Go into your source folder and open the definejob.h5 }9 V5 V. h3 C. |' J/ n
Search there for:& m4 }0 F/ k* P7 V8 E

5 ~6 M7 I7 }8 g# [#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå+ A$ X! F% S& C9 v! ?- f# N3 t8 Z
#define MAX_LEGEND_LEVEL 129; N+ o1 p2 ~- I* Q/ X/ ^5 k
#define MAX_MONSTER_LEVEL 1604 m  ~% M3 W6 B. s4 M
#else // 15Â÷ è÷¾î·Î ·1o§è®àå3 D& m3 F5 E: I1 P8 ~" I: J
#define MAX_LEGEND_LEVEL 121
. i$ s, _% a/ c/ f#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
* B& h% H% V5 {3 O) V8 L- v4 z* q+ Y- p0 U; [! M! q  M5 T
" u9 ~  H0 U5 W& @0 k
Red: Player Max. Level9 x8 M1 e% h5 x2 C" O3 O9 ^
Green: Monster Max. Level- w  l( g4 J! ]9 D5 m* V, e
, ^2 k! H* |5 h$ n
These changes as simple as you want.
/ q% G" x8 D& _3 o8 F- J
3 q6 M, l* R( |2 v3 P* TThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
/ C$ k% M/ c* a) @; e0 |/ j" R7 m$ D& E4 ~9 o: V/ l3 r
Part 1 of blocking CE

0 D% W# r9 G, i9 D+ P. Z3 r' Q3 g
In this tutorial I will show you how to change the Head of Mark flyff.
0 j4 @; b6 ^( r+ U* F  {% qThe current Head Mark is well known, 5E, which results as a string ('^').1 u( z% {1 D! L9 c

7 M5 X2 k$ d% n5 ]* z8 _, CFor this we go to the World (Project) and looking at the Buffer.h after thistext( r4 o, e1 Z+ j  L
Quote:4 y# q) a! {) h+ v$ x& w
# Define HEADER MARK '^' / / Normal messageheader
6 @4 a8 a( \- `# Define SYSHEADERMARK '%' / / System message header1 ^7 _5 J' U' |
What the Sysheadmark is looking for is not even the top 5E.
0 o; d, ]# z3 tChange this and it makes the CE Not work on server.4 L4 i2 h. b- a5 J- ]/ ?

8 Q$ t% d, d4 SThen Tom's anti-hack is no longer useful.
9 h  d9 A  L! }
/ F9 ~: P* n6 j$ q4 eLG Sedrika
Part 2 of blocking CE
0 _* G9 ~; m# W! U& Y* D
+ M; n! Y7 e0 f+ H% N7 N
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. - e+ T8 P' |: ^: H0 g
What does this have an advantage?, w. I, M$ H( C+ c/ q
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
! e0 P! J3 o. b0 D
) m7 @" t) s# a. @$ q
( f& D& y4 i% tFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
- u7 y# j$ z* Z: _& v9 [- {/ @; H( W( f+ T; [: {
Then search for the following content in HwOption.cpp
. U8 T) t& ]1 C) Z
- Z" G/ n8 U) c' n7 R( R* r( g7 l0 b" e* T7 n, y; ^0 M0 c, E
if (scan.Token == _T ("ip"))9 O% W+ c1 H5 Q* W% [# }
{+ C& {* j  d5 U$ }( ^+ Q
scan.GetTokenEx ();
6 b  O. \4 N2 f. X& G+ g5 `# e# [strcpy (m_IPAddress scan.Token);9 ~- u- ?; b" a0 V9 [' ]
}
1 ?. p* W2 ?4 D* L* T, gand turn it into this:; H% H2 w3 h* o+ k) f% w0 {
Quote:7 u" q. Y  V  I, v2 m
if (scan.Token == _T ("ip"))
/ o- m+ {1 P) O4 ]- ^! ~{
5 {& h$ U! _. T  V0 \1 r5 F/ / Scan.GetTokenEx ();
4 e6 v  P) V- P. E/ / Strcpy (m_IPAddress, scan.Token);
: d$ ~7 M+ W# H1 v% q}
# ^) r1 _1 E( [" }  `8 [* bAnd you created the solution.0 r( l0 M$ F4 O: P5 l
/ I- Z$ _, ~( D

: G; V% Z4 n; d! kThen read the Neuz not the IP from the INI anymore. even if put in it
& ?* L( g" M- Z' C) J7 ]  M  A
* U9 k# z+ w6 k0 r7 X; X; ^
Max skill's
  Z5 C( K0 P2 _

8 d. _0 b2 ~" ?4 `# n" q  u, G0 FAll 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 H* p- t3 a& ?- J' q( Z5 i! F
( V: k4 j. }4 y, S" dWith the TUT can provide the remedy it
9 ?* r; G6 c; c$ _1 @  j) K3 O
( j* I  N5 P5 Y9 N# 1 opens the file SkillInfluence.h
, Y7 W/ h3 s- f# C: T5 R# 2 Search
0 j' F+ A, A4 d4 M; H- RCode:2 j) c- p: [  }1 M* _
' r% M( a: \$ H  e
# Define MAX_SKILLBUFF_COUNT 14
& u* v. j  B5 C2 d# m: j2 e9 o! b* ?& e! l
# 3 Change the 14 to your number (eg 21) and save it from
8 [6 _5 q% P2 e" q7 c1 G% _0 x* V& l# 4 compilation and ready) n1 R; N* a! O, a! P1 `

: ?- D2 R8 h8 C" _( m/ _- ]8 W( o! B6 s
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:
0 D, m5 F& J5 R1 F; w! N
# Q( Q* e1 G/ \* \+ c' Edennisdra/ _9 R" \1 \# l- f9 ~3 B: G' o- W
.Crasy0 V7 N8 N7 I# C
©ross
) J/ N) p% i! o: k+ lSedrika2 d+ m6 s1 G8 E9 g6 P

6 t7 E$ F! u" v% H; v! Yeverything 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!
" O! b3 _& S  ?7 ~# b3 x: F; s2 S& Z% a8 R/ o7 b: R
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less5 S' Z& D/ N" D( H

! z: A- x4 L# z7 G+ o4 q; }0 o/ Q- S$ O/ c9 ^: E
Update 1:
how to turn off "Profiler" in worldserver.exe
5 Z; [* f0 V  ^. f. {' N" L

, n6 c- E5 M7 T; Y, [: r% L
( d) w& z2 j( ]  X  H' Gin VersionCommon.h of Worldserver Solution2 o4 ]9 x& G" @$ I/ @
Look for
0 F8 N, |% |9 S, ~6 p$ }: {: {9 o7 k* T  g  z9 J
#define __PROFILE_RUN
* g1 T4 g) V% u( B  k1 E% b6 `$ A3 }3 Z! a
comment it or simply
. x( l5 n$ T; f) l9 [4 f& z( U- r5 U5 ^3 s6 o( E
//#define __PROFILE_RUN
" c2 V/ z+ ~# P7 z0 ]/ q/ W4 i- b# b9 s) K7 s3 e
/ N0 P4 p; v, [1 a) Z
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投寄。谢谢。我添加更多的很快如果你有病加太
, g! G) v8 R* l: @
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-23 05:44 , Processed in 0.071869 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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