飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1084

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1084
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
: e1 |+ ^  V5 ~  T- d( F: _
change level without Rebirth
9 D: v6 k9 `  a) C% `
  m- o" r+ U- X( [8 r! |Now, let us begin.
) i& `& [- L2 v% E, P; @
8 k! P. M" E- J- u. mRequirements:% O3 @8 U% t0 B* m: J$ ?+ Q( N8 x
Source
# {5 v) L5 ~7 c) [' ?$ j$ Z7 iNotepad / Editor$ v# @  R4 }( z: b7 B
; }" m; M7 n& q
/ / Tips by Sedrika
7 G- E0 }1 L& L+ c/ f. W- V7 {$ F( V1 {* L2 P+ S9 E
It is up to you how you do it ^ ^5 a* `7 S$ _. p9 q  e' F! m$ @
6 d' Y. s. K, S
Go into your source folder and open the definejob.h1 N8 w: e7 e8 K# n8 U, c( G% N
Search there for:
8 ]: x4 x. C  `- V4 V
4 m( e: W# Q4 Q1 F. P7 M#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå- \& C  Q7 ^- q9 ~9 Y
#define MAX_LEGEND_LEVEL 129( A' b) F6 n4 `; y
#define MAX_MONSTER_LEVEL 160. I& j. I- i2 \' T
#else // 15Â÷ è÷¾î·Î ·1o§è®àå  b; u. x* E& {
#define MAX_LEGEND_LEVEL 121
/ }( a# C* b) i+ f: B6 p! S' d* K8 C#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
& x: p8 ?0 p8 `: m
% X1 E8 j/ L; m; T5 n. l: f- `4 f( q6 Y( k
Red: Player Max. Level" n$ R$ E$ c: M* g
Green: Monster Max. Level; G- t! X' ~/ P# N
+ p' f4 R# A) R6 `- @
These changes as simple as you want.
4 A; ^: U7 o' k! e
$ p2 I, h8 Z, b$ K2 yThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.& [4 {; ?- d" j  ?+ x3 b- ~9 m# M
7 D7 i- j: e" B* n# {
Part 1 of blocking CE
# `. c* ~' u! H& k7 q; a$ \* g0 Y

! _1 L5 d( _! ?6 qIn this tutorial I will show you how to change the Head of Mark flyff.9 Z4 z/ R# w; A9 L* x, o
The current Head Mark is well known, 5E, which results as a string ('^').  Y+ H9 o' T( Q/ @; N. V2 T

" C* y. B- N$ PFor this we go to the World (Project) and looking at the Buffer.h after thistext- z% |9 V1 y9 ?% ~1 f
Quote:
/ m8 x8 C0 j) O& J' ~# Define HEADER MARK '^' / / Normal messageheader" T4 l) I. d, W4 n# p) ?
# Define SYSHEADERMARK '%' / / System message header
! J9 L1 w3 a6 H$ i3 O9 VWhat the Sysheadmark is looking for is not even the top 5E.
+ c5 f, D2 m* L/ ~4 N6 v2 @Change this and it makes the CE Not work on server.. Z' V) V/ |1 }' g$ o7 H

6 \+ R) y# M* F+ qThen Tom's anti-hack is no longer useful.; }' S: b1 ?- G; H" R9 ~1 o

# x/ {( a$ {! X# u) P2 G8 N0 L. S: [LG Sedrika
Part 2 of blocking CE

* Y( I" g$ o4 f5 t1 m3 ^* S' w& x  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.
$ P0 B' t. h, e! c0 s0 U7 WWhat does this have an advantage?
1 V5 s/ r7 C6 n' s# R* _# [The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
: Q) F( [+ l) {- N  i) {' Z. f) S! T

' m2 S* U+ J7 n7 [0 c2 yFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.. _5 y4 C9 j. @! K

  Q/ b* A) `; }$ `Then search for the following content in HwOption.cpp
, e; W: ^& I: k- h
% u2 P+ B8 N. r( n
! i. ^5 H: _; g3 P4 `+ Q3 eif (scan.Token == _T ("ip"))5 S: _  J: M( b, W, T, J
{
& C( U8 k( ]' r: Gscan.GetTokenEx ();6 Z. i. B" Q2 E8 Z* q. H1 @7 e
strcpy (m_IPAddress scan.Token);
" z5 d  {. h" [) P1 \}' C0 u. V: }9 X8 c6 |0 m8 n' Q' `1 d" C2 s
and turn it into this:+ A( g9 ]3 W2 @
Quote:3 E* T: x7 J# v. x% j4 H
if (scan.Token == _T ("ip"))  s' G* X; j* Q0 n: S$ R7 |
{: Q. o, p7 ^; Z, a3 d4 H
/ / Scan.GetTokenEx ();
2 e9 B8 K& J, D$ a. N  N3 L/ / Strcpy (m_IPAddress, scan.Token);" q6 ?9 i' J- b* a& v  e, H9 e
}
4 J0 V3 ^* g2 E) g8 NAnd you created the solution.1 |3 }! H( V& W: K$ w- [/ R7 _
7 O$ ~0 T3 W. N" `0 V

0 c1 R$ H3 @: U* e% R* `# pThen read the Neuz not the IP from the INI anymore. even if put in it
9 _; z" y( ~2 P
: D7 Q1 Y7 A  F) g( W
Max skill's

( c6 s/ Q& ?% W1 y# M! m' y4 a" @, R9 V; h' c) n8 _- W, O
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 - R8 d/ H) j8 b5 c- y/ L

' q6 W. Z( C3 g6 G- R: EWith the TUT can provide the remedy it
$ f' g5 s2 ]5 K4 S0 y9 a
- W( {1 C( x/ B3 z8 l  K# 1 opens the file SkillInfluence.h
% q4 ?* x- u5 K- L( q4 |; @# 2 Search5 Q% n. ^$ J7 h6 p8 [; X
Code:- a# H2 M7 u0 D1 s/ _( C
9 V/ e0 h8 a$ O$ V, D# P* A
# Define MAX_SKILLBUFF_COUNT 14  P! n5 \, L3 g2 q& R: B$ @

* r! o; n2 @5 H" w" T# 3 Change the 14 to your number (eg 21) and save it from
5 d7 K! R! U: b7 j# 4 compilation and ready
1 C. V0 q, E9 \- J" B& }) H4 T, G; ]7 {& m8 J

) D3 f* @! b5 T; H/ `. RI 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:2 Z" n. D4 B7 C# W( J0 Q
. w% M( g+ `; w2 o' S- T
dennisdra
% r" P4 G+ g( T6 b.Crasy, X9 s) p5 ~9 x  K; A
©ross
8 A1 D% p" u* t+ r1 [Sedrika2 |( ~7 h/ H- c+ S& Y
  V* h+ v$ c7 e0 I
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!
4 d; t* t( x0 {! j% p7 J- O) I( \% d: N5 f( |, d4 W
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less. M5 A! T; B* ]) a) h
% _: W: t) z4 W, C" ?8 b" Y+ W
7 y4 }! R, ?- i6 G( }
Update 1:
how to turn off "Profiler" in worldserver.exe
/ a* b; u& |" y; P# D: o. f+ j4 q

% ?9 |% D7 N2 m& {1 E6 [1 J8 V
* V) p5 O4 |: t8 R% min VersionCommon.h of Worldserver Solution! [! E8 i$ b0 P6 r9 P) A6 f/ V. |
Look for! ?, g3 i6 \# ?3 n8 C4 s) O
7 m$ L  ?1 {0 F! `5 Z
#define __PROFILE_RUN$ E6 w6 D- ^+ f5 b- B: Y/ n: W6 n2 b4 V
1 d, U5 l% Q  X; G
comment it or simply
) O9 Y  J/ F. N8 V" M# X1 {' H' e; S8 j% l
//#define __PROFILE_RUN 7 z; g8 c6 u: g" c

. t. L2 N" v+ I! {1 s" T( e- k: r$ a3 q; j5 D( U
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投寄。谢谢。我添加更多的很快如果你有病加太

) v$ u+ A) \/ ~: b) h, ~# f. @
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-18 19:17 , Processed in 0.065502 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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