飞飞世界论坛

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

5 \. r7 b% [5 I  G: T; M" ^3 Zchange level without Rebirth5 r' d" n  Q+ ?: U" ^* d7 g

9 l! W# ~* G; J+ W9 v! zNow, let us begin.
# y! I* m: P' l& ]- E' z$ v: B8 B8 n: {
Requirements:: }, o. P; y. h. A! Y- g
Source$ m1 C" `/ o  H
Notepad / Editor
, C' V3 A4 O: J: e4 p. y1 o+ o3 ?$ d9 R* f% r1 ~  x: L* d
/ / Tips by Sedrika
; D7 K6 g/ \, u; O( C: O: v
4 {/ e7 ]& F$ ^9 B& p4 H3 B' ^4 xIt is up to you how you do it ^ ^
+ s' i/ ]' J0 e9 ?5 v. c+ H
$ @7 S: p8 r6 c. DGo into your source folder and open the definejob.h
; b$ M4 u% M, f) ~Search there for:  K" N" J/ O: u9 @" G0 d5 p

5 |/ y) y& G/ O4 m8 I#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
7 i$ d, x# s4 I#define MAX_LEGEND_LEVEL 129
# i+ j9 e7 V( _' n8 o5 P  c: b% G/ f#define MAX_MONSTER_LEVEL 160) D  ]. h9 P- y. R7 l% L8 Y8 `
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
  W9 x+ X0 |' I+ T#define MAX_LEGEND_LEVEL 121
2 ~5 |1 s# b0 A9 _4 e#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
+ D. W4 p6 T& Q+ [! C. Q* B' t6 P6 G$ N
6 Q' _' z$ k5 {
Red: Player Max. Level6 b, a3 \& [; s. y
Green: Monster Max. Level5 F" j8 ^8 {$ l9 s

1 M2 U7 y' S' y( }* |+ cThese changes as simple as you want.$ Y( l  o5 o& w  u
6 @2 U! d% `; Q8 V2 [
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.9 c/ v3 F" u7 ]$ H% Q' k
8 T/ N- y- W  V7 V, a+ {* P* S+ u, n
Part 1 of blocking CE
# a. V2 }/ D3 e
2 ?0 z- \! }8 ]$ p# g1 @  i
In this tutorial I will show you how to change the Head of Mark flyff.
' N& T) K+ C# v  k! q* c5 [! S3 y. U+ \The current Head Mark is well known, 5E, which results as a string ('^').% _( k- `$ p- b2 D4 a* Z

+ u% h, u6 P$ lFor this we go to the World (Project) and looking at the Buffer.h after thistext4 Z% S* \6 r2 {! A0 n$ {
Quote:
5 l% `6 L" [( S# Define HEADER MARK '^' / / Normal messageheader/ k9 v# r0 X. _5 G( I- N
# Define SYSHEADERMARK '%' / / System message header
' C* y; L- @& z6 X/ {What the Sysheadmark is looking for is not even the top 5E.1 E. M" b2 V0 H# c  B# H" T! |
Change this and it makes the CE Not work on server.
5 |. H' }2 M' l7 a. N: V4 `
5 ~( m6 e# G" XThen Tom's anti-hack is no longer useful.; k9 G/ S$ t+ H: O
4 p* R2 O8 y5 j0 ^# h0 X, N
LG Sedrika
Part 2 of blocking CE
: x' c$ ~; i3 m" ?6 E
. T  h* @0 ~* Y, ~) G. B$ k
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. . |. Z3 I% m3 W. G% V
What does this have an advantage?& z8 L) d) W9 n( \7 y* @
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
8 k+ t3 G7 l) D- b- C  v* I5 l% J# z
# r, N) _# W0 l" k9 n, u
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.& ]7 a$ l# [- [5 Z( S1 E, g9 z

& T) j: U3 o; Z, I7 DThen search for the following content in HwOption.cpp $ b* D. o& Q0 [# J0 g3 e. z) @
) P, {: x, B0 j! ]3 y/ r: Y# Q. D

+ T9 f: B& @, A0 P5 aif (scan.Token == _T ("ip"))
) D8 H, q9 p+ I{
9 V# ?0 B! B5 `, Q1 Uscan.GetTokenEx ();2 g( Y6 R1 z5 ^3 [
strcpy (m_IPAddress scan.Token);
3 \% O: h. S7 `; X) l  i( T}
- O+ F% R% v9 C: w' Zand turn it into this:$ k7 _- R3 H1 \: B  E$ e
Quote:4 U  z+ }0 ^' s) Y4 q
if (scan.Token == _T ("ip"))' D( ^3 {, T; g, i) ~5 e
{; o' r+ h% [  Y1 I% W
/ / Scan.GetTokenEx ();3 f( E2 H8 ?( R5 }
/ / Strcpy (m_IPAddress, scan.Token);% i6 x6 N' V" g2 |* ~7 I0 M( g
}
7 a1 \, f: r. M- z+ x9 Z+ oAnd you created the solution.
3 b2 N9 i% r8 F4 l
- w+ Y9 W3 r, N8 y
( e! ^3 m# d! ]' lThen read the Neuz not the IP from the INI anymore. even if put in it
+ S) n" `3 N; {, E/ w" n7 Y! m; p4 _  U0 P  ^0 v3 |; `
Max skill's

# D& E, M  s% e0 n4 Z, }$ s( g, j1 |  d3 a1 g% H2 x/ ?+ y" E
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 9 u% g3 q# s( @- m

- C: K- F" H7 Z; C) YWith the TUT can provide the remedy it
5 b# E6 O! n: v& n
1 D$ c4 P! x8 M$ D7 O# 1 opens the file SkillInfluence.h+ d5 O! B! b2 N! S
# 2 Search, ?8 e/ ]# f2 L: g' U, U
Code:
, N6 [8 |8 f- W, R, ~: _" ]2 y+ ^2 u: V2 _4 F1 I
# Define MAX_SKILLBUFF_COUNT 149 a6 o: V4 W3 i3 o  j( G% A

( K( k1 E# L! C) q3 ~% G; |# 3 Change the 14 to your number (eg 21) and save it from
* f1 r# Q. w2 G$ p9 T1 l) ~2 `2 S# 4 compilation and ready. s/ S" x, \; m; F3 M( Y! h% W, F
6 E4 U: C8 p5 {0 E3 S  T

7 K8 R& b* Q$ O& s) h4 f& C: _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:
- p; e  t5 g; z9 v- Y4 s! Q/ b$ U( c; G7 X& E
dennisdra
4 a7 s' C2 |. ?& g' N, Y: H.Crasy
; @' x/ [& D7 t1 G0 C( Y6 Q©ross
) A1 C+ Y" D! t) v/ b, S0 v: e: qSedrika/ z# s1 D! Z" a- \  [1 }+ y: c' a' I

! d: f: r3 c3 L& p4 K2 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!
3 h4 ?; v$ I( V& X% r- x, x, ~7 R% g# H$ |; X% x  D  B/ U2 f
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
5 y  T9 \  e  k# q4 C. ~* X4 v: G- j, O! M9 V- U! z

. e) _; }, {9 s/ w, ^: gUpdate 1:
how to turn off "Profiler" in worldserver.exe

! f& D7 R# D( D) V4 B9 c- t8 [6 S5 ?. F- w

6 b9 W+ p9 E$ ~; U# {9 S" W, Win VersionCommon.h of Worldserver Solution
# Q4 |4 j2 |; ?Look for
! S$ x$ P2 L) Y+ @+ U# `  Y0 M$ E' \! m' X
#define __PROFILE_RUN
, L# k9 x: ^. J% ~' F; {  A' P% R. C+ w( s
comment it or simply
. C, d- _( T, z3 k! M4 m$ D5 t) t  ~0 g, w; Z- R
//#define __PROFILE_RUN
  J/ w0 ?* P$ u; q4 e
+ N$ |% j. V5 K- M
3 k9 d6 G9 \0 ^9 ~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投寄。谢谢。我添加更多的很快如果你有病加太
7 j) ?0 w1 r$ H; u* d1 a
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-29 01:42 , Processed in 0.070703 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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