飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15520|回复: 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 |$ y: E  \2 y# X2 T6 a8 n
change level without Rebirth
8 g/ o# U* X+ f" \, r+ v1 R4 v0 A! x, j7 a2 u/ F4 m* _
Now, let us begin.& F- m- Y( U1 d' h6 U3 k
3 k$ k" h- A% t* `8 _
Requirements:
: x: h7 u- D; a0 TSource& t) c# [& i2 L7 U9 l9 v, U
Notepad / Editor
& T; f3 ]2 K1 q8 C4 D- c# @& [  K6 ]' i/ U
/ / Tips by Sedrika: X% f6 {0 Q* i# ^

; M) k( T( v6 S; rIt is up to you how you do it ^ ^' G- a0 }7 b3 r( Q+ f
- R/ d! b. E: P4 ^, b) c
Go into your source folder and open the definejob.h
  ]9 E4 n7 [: b5 Z: I$ O1 G3 L* R  ZSearch there for:) ]9 Z  ~8 w  E( `

7 i  d* N+ z1 f5 S& C0 C- L#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
7 G) ?, p  @, i6 u  S2 ~- p0 F#define MAX_LEGEND_LEVEL 1295 y! q! Y$ K- W0 B8 V$ T
#define MAX_MONSTER_LEVEL 160
# L, [7 q& d+ o#else // 15Â÷ è÷¾î·Î ·1o§è®àå4 r$ g" I/ t+ U3 S, k
#define MAX_LEGEND_LEVEL 1215 Y' U, C' A* O
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
7 L- `4 y8 `7 |/ f9 y  h! |1 ~/ L7 x1 j; M) i! u' Z
9 z6 [' E+ a+ ^2 a+ p
Red: Player Max. Level
# @& z) Y, Y( W2 sGreen: Monster Max. Level# E" {  M: q) E$ s2 C: B7 P8 K

2 y% P' m) p+ c  L+ LThese changes as simple as you want.
' J6 y2 @, r/ X" I' y. n% Y4 ]* R4 F! W5 N' m1 ]
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.( I, j, ^. J" E* ^

7 n8 V- b& t2 |# E. K9 f- W+ t6 n1 E
Part 1 of blocking CE

& a) P- i, `1 e) |7 J# `; M
# a1 a0 G  r, ]* ?In this tutorial I will show you how to change the Head of Mark flyff.
8 C' d0 u5 u1 J; L, b0 T; nThe current Head Mark is well known, 5E, which results as a string ('^')./ g7 ]# S* S4 k; W% Q" U$ c- _

9 z0 c+ x( y- y' Q/ e& j2 xFor this we go to the World (Project) and looking at the Buffer.h after thistext
. E! v- ?6 s, ]! rQuote:
, r% k. k% g5 P& [2 U+ h# Define HEADER MARK '^' / / Normal messageheader
& ~: t* W% s4 D$ U# Define SYSHEADERMARK '%' / / System message header: q' B) d3 [3 a( M- Y
What the Sysheadmark is looking for is not even the top 5E.( Y1 z0 D3 m& K; f5 f- ^# a7 D
Change this and it makes the CE Not work on server.* x! J1 M! S  a; b
) F+ H( N9 W6 g: A
Then Tom's anti-hack is no longer useful.
  U4 f- I  n, {! }
3 {: K# @9 _0 I. ^LG Sedrika
Part 2 of blocking CE
8 f& A+ P$ E# ?. I- |: D
6 m  L5 ]; l- U- D+ F) z2 D
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. $ Z7 _8 P( Q, J. K6 \+ s: ^& j5 R  d# g% R
What does this have an advantage?
, {8 Q! h; R) F, ]$ E* IThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 5 B4 {3 O& m. e( ?8 n& ~; d4 z

$ N" W* G5 r6 H# u- S" @- C' [: i
  q" a( _$ B1 fFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz., v- C. C. W- Z! q4 B& ?

; Z2 k% N5 j7 J: I3 L1 m- \! DThen search for the following content in HwOption.cpp ( ^6 O. F; p4 @6 o( c( i
; n) K* z& l5 v# F# d

# l% @& Y' T/ T7 c8 m  lif (scan.Token == _T ("ip"))8 t2 }/ o5 }( K5 e: z6 b
{* Z# L6 b3 x8 h1 c7 i
scan.GetTokenEx ();2 c; H( D. y) l" }" K  y; ~% o
strcpy (m_IPAddress scan.Token);
" l9 z! C7 v* U& _9 J5 v! d9 d+ {' r}
9 u& \9 j* _1 R4 Xand turn it into this:! d8 J2 n& H" A3 A4 E: @2 [
Quote:
# [% U9 j) \0 ~3 R7 r/ f# xif (scan.Token == _T ("ip"))) U5 m% P  z9 g# Z% M
{$ Q: P& t2 i! E, X. Q7 c
/ / Scan.GetTokenEx ();5 Y4 T( |- S: B2 O! k% \* @
/ / Strcpy (m_IPAddress, scan.Token);
( \, ~1 z  R# X# l}
4 y9 w; |  v; VAnd you created the solution.
' o) k& z% ?5 [$ u& ~  l/ L3 p! T: x
: j' r0 F2 G0 U' a5 u$ i$ ?' W6 ~
Then read the Neuz not the IP from the INI anymore. even if put in it* y+ n* a: r( _0 G' p
  m9 @2 A2 ~. `- v
Max skill's

8 P; P1 t$ d5 u
9 z9 B4 J2 V: G) S7 YAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
& C: |9 ^( u: I5 y: W
: F4 g5 d, M( y; W, aWith the TUT can provide the remedy it
2 h) b, |" ^+ T% ~& ?  R3 w% c
# 1 opens the file SkillInfluence.h
+ r9 f. m0 m) o6 W/ M( u# 2 Search: M' ~. V% a: d: a! N
Code:
3 u# }0 X- ]( j' }1 {
* [: `, s' y* q; M0 T2 D; M# Define MAX_SKILLBUFF_COUNT 14
4 i( V) O0 ^0 K& u3 a# o
: t  W# ^/ s1 f# 3 Change the 14 to your number (eg 21) and save it from0 r2 |4 e6 [, b% y
# 4 compilation and ready
; j& P. L- c, M, m2 e
7 j6 C( [- O  `' P, y1 F* m7 }8 W+ S1 @
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:
. x; R) @* a% e1 H- y1 q7 U( d2 M& t1 A- h0 Q7 R* [' Y2 B: ?
dennisdra( _+ x$ h/ f5 k  G7 }# n' q
.Crasy5 M* |0 _4 p5 \
©ross
- \8 p* r( j% j' MSedrika1 f* J# m4 h0 @
$ Z3 D8 J+ R" I" Z+ J/ x
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! ' w: U: S# y0 t# c8 l

# W4 s8 u# w7 C! T& e( T4 f" TP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
' }. h) A2 i; v3 ?1 I+ Q! p7 X
% s1 ~/ X# M6 `1 a2 N- C& }( P) b$ \4 n6 q7 h
Update 1:
how to turn off "Profiler" in worldserver.exe

; s: b, ^% l% i$ I+ t/ Y8 D6 \/ ~7 d. n- z

$ b1 h+ y% w7 min VersionCommon.h of Worldserver Solution
  D- K9 t; ?* y4 _+ K& c- `) QLook for
& M9 L6 w' l, S) V( Q$ e- z* j# ?7 p& z
#define __PROFILE_RUN
; L4 U1 f, E- L$ U3 J% S" H2 g3 W! y+ G4 q+ ^) z
comment it or simply/ Q4 O) s; n) I. ~8 ]( _- C5 s4 e; m
- {- D3 v2 V3 r& v% ]& `/ ?/ [
//#define __PROFILE_RUN ( x/ n* ?9 y. [9 q8 ]

# t! R' H- d( \, J7 N  \7 j
# }) m" ]' P7 J8 ^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投寄。谢谢。我添加更多的很快如果你有病加太
2 [) Y5 m/ G( D# o7 e
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-12-27 11:47 , Processed in 0.075296 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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