飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 13684|回复: 0
打印 上一主题 下一主题

改变最大等级

[复制链接]

197

主题

203

帖子

1064

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1064
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
% ^" i& f: y: o
change level without Rebirth
, K2 M5 J/ p2 p2 v
) E0 v0 o3 N7 v2 xNow, let us begin.* J( u  R: Y5 y# \8 X# m

+ t! C# ~4 Y- p, v4 ?5 XRequirements:  N! H/ }- T; z! U& `
Source+ A% u  w$ y; S  n
Notepad / Editor2 M5 e" M+ y4 k* Z
( A. N; T+ z/ s  ]/ U
/ / Tips by Sedrika9 @/ G& Y0 ]' a* B# y- F& |6 k
$ Q* T6 \* h6 ]6 v7 E% w
It is up to you how you do it ^ ^
( Z' P9 k! b1 R& [- {8 d; N5 A, K. t# j2 b! _3 Z& \
Go into your source folder and open the definejob.h( O6 l* S% l1 }
Search there for:9 w0 |# M4 t3 Y( z1 |  I

7 }% d6 c- }2 u1 T  t" R/ e#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå2 u- N( M- R) m& L8 n
#define MAX_LEGEND_LEVEL 129
" m7 ]' W+ y! V#define MAX_MONSTER_LEVEL 1604 B8 ^/ C6 x. k7 C8 X! o- b
#else // 15Â÷ è÷¾î·Î ·1o§è®àå3 M8 n4 C! t0 W- ]/ Z$ B
#define MAX_LEGEND_LEVEL 121
/ G9 ?( V% u# K( H2 n/ I+ G/ v#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
  e0 T- t" Y* B7 B9 Y6 K& }3 B0 k5 z
% [& b4 j5 M1 Y2 @4 y, b% L* \; j9 K
Red: Player Max. Level8 O& [1 V' C" S, `2 u# O4 @
Green: Monster Max. Level3 z/ }! h) |* r' ~
! g+ V% P5 J6 Y- Y0 x
These changes as simple as you want.  O, R9 E8 a( A) j1 @
) d, x* d7 W9 z& i1 n0 A
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
& b6 s/ [8 i  N, Y8 G& D( i9 k( \6 _
Part 1 of blocking CE
' n& g4 K& ^1 K. ^  m  f9 p' |

# _; h6 o8 B6 i6 v; cIn this tutorial I will show you how to change the Head of Mark flyff.- F9 P+ b) k# Q' s, f. ?, \
The current Head Mark is well known, 5E, which results as a string ('^').
) A$ D4 @$ j1 L: T
0 V3 U9 F* y3 a0 oFor this we go to the World (Project) and looking at the Buffer.h after thistext9 ?1 x1 s+ E% y" Q& X
Quote:
8 ?1 n+ C4 b' Q5 o, C# Define HEADER MARK '^' / / Normal messageheader
* |6 g! f1 N9 G3 M7 N; R1 Z# Define SYSHEADERMARK '%' / / System message header
( N/ x6 ?8 a5 c1 I4 N6 T1 \What the Sysheadmark is looking for is not even the top 5E.
0 u& G" F1 ^- `& |* \" GChange this and it makes the CE Not work on server.
& T) H; w: e: J% ]1 _
. r# D! w9 u: B( U5 b; n' U/ B& ]9 uThen Tom's anti-hack is no longer useful.3 o  E6 q' w8 \! j) J( }& Z$ O
! N( I* Y3 J% G1 ?
LG Sedrika
Part 2 of blocking CE
  l6 i+ S0 n- b5 z0 u# [% l% \
0 Q% \7 F# U( H5 ?- _% g* ]# L
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. 3 _  y4 o7 E$ o  p8 X+ y' \
What does this have an advantage?
2 \; d) C: {7 j: q$ E. G; zThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself & S* r1 |7 Q; J8 i

3 S+ @3 r4 R: F) p& _; O
9 ]' D8 p0 z5 {: D9 y2 mFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.$ h; C, H1 K- W% D

* i7 [. E  }) E: eThen search for the following content in HwOption.cpp
+ M& F, l' x  Y; p: w0 I9 m$ T. u6 o# v8 d, J; l1 g  _

0 N" l2 @+ D) Z/ N  x& i. T2 bif (scan.Token == _T ("ip"))
$ ]3 ~% e" k, q6 X{' k) L1 l, M7 A  f
scan.GetTokenEx ();  ~( y& p8 n( I/ q
strcpy (m_IPAddress scan.Token);- [1 ]9 ^8 }$ ^3 v
}
5 W2 T5 Z( ?4 I1 s9 ^& Vand turn it into this:
% D9 z$ G5 t3 S0 CQuote:
: i- V3 d+ U" e- [5 p+ [1 oif (scan.Token == _T ("ip"))
1 j% m/ M( C. B/ Z8 l{
: V, ?- v3 y4 D  W/ S! O1 Q/ / Scan.GetTokenEx ();
* Q; \2 x& q4 Y4 M/ p4 c/ / Strcpy (m_IPAddress, scan.Token);8 p, s" ~5 @) a( @
}
( t: t8 r+ T# E, g) fAnd you created the solution.! f9 g% h! V$ r) |

9 O0 z  L0 P$ p; K4 A- \: Y' F  r; W+ T8 x( o
Then read the Neuz not the IP from the INI anymore. even if put in it! y* i9 g: l' {& [% w
& l2 A/ p( J! C; O( X' `' g
Max skill's
. M) f- _! }; Q- ~7 U5 J  K1 S
/ ], D6 x3 ?! \$ G. q9 p9 Y
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 * z, q( \* S) \( ]
- v& R  F' j. N5 U4 W+ i4 r. e
With the TUT can provide the remedy it
, q* ?' l2 b: R3 Z) H9 y
4 Q: Q( Y+ t* I9 ]; y4 b# e6 ^. I# 1 opens the file SkillInfluence.h' J4 `& G' E3 c" A0 s3 S( O
# 2 Search1 e& m' R  A% l6 g8 n/ O% M9 a
Code:
2 [' r& ^* n; q( P, t+ }1 [0 r; z) |7 D' f' v) o- E: d' J8 }
# Define MAX_SKILLBUFF_COUNT 14
5 d9 |+ q* T/ t; S. y# N7 Q3 A% H5 C$ k1 P
# 3 Change the 14 to your number (eg 21) and save it from$ G$ @3 b9 Q2 D) o  b1 F7 W; g
# 4 compilation and ready/ v, w8 S7 f6 f

5 b3 h, X% |, i% C  s/ p
$ U9 K" E" S. Q1 a1 p# TI 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:! R- ~7 m8 w/ L2 C7 A3 c8 V+ }
. p  D6 l# `9 P; H; {1 J5 [
dennisdra2 m& W6 h0 l3 G1 U( }6 G  c
.Crasy" Y" l' J" j- k- Y2 o
©ross5 `0 N8 z. N0 w- B, w
Sedrika  o. i' c3 r' |

( \; G8 H# v1 f4 m- u1 `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!
% T3 ]% K9 k" k
& y& H" K9 ]2 q5 J" s0 Y* I- |P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less7 T& e1 t/ _- ^8 r7 _1 @

# ]2 E7 |2 c( f( w2 Y' M* s
1 I/ P0 o/ K) u$ D/ E6 O2 @" _Update 1:
how to turn off "Profiler" in worldserver.exe
9 Y) I1 m9 y" ^9 P$ X: ?$ e, q

% E$ V6 L1 D1 r2 f' [' e
7 @! j) Z3 I, K5 m7 h" T" E% o6 x2 Pin VersionCommon.h of Worldserver Solution4 a; A4 K: |% s& ]0 w4 t- B
Look for
9 b" y  ^( y2 s# c- {6 [
- K$ H/ c+ T  _#define __PROFILE_RUN
0 @8 T  W6 S/ k$ F0 s) V' ]$ ]) f: V* U( [6 h0 r
comment it or simply( m/ S  ]# k4 k! t- Q
; y8 w( X% \1 f* t8 a
//#define __PROFILE_RUN
& g1 H0 D. U- u5 T) z
& ?  n4 W9 x9 ~6 B* l0 V3 _) q0 M: D8 {8 o" j; [; w
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投寄。谢谢。我添加更多的很快如果你有病加太

) q2 N$ G( [& c. N! b1 G# Z
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-4-20 09:54 , Processed in 0.070274 second(s), 21 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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