飞飞世界论坛

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

7 [6 _0 s+ H" I& V: Zchange level without Rebirth
) K6 k4 I& P- @" o3 A  o% r6 K$ X/ T1 Y
Now, let us begin.
; S5 Q+ d- X& ?) R3 [- \/ O; [. s" |0 Y2 a) ~
Requirements:
+ _" r  i/ |8 j) i0 z2 YSource. J6 S0 D9 I5 C/ x4 q0 A
Notepad / Editor1 }% x4 w& C" m$ @1 O( }

; d( }% X; @" N$ u4 s5 N( e/ / Tips by Sedrika" a6 f5 U0 P& S- i2 i7 I6 [
( t. Y2 X( }/ _5 T( i9 W+ `
It is up to you how you do it ^ ^
0 M. ^+ H( B1 M6 H# L( X
, P- R* A4 [) n4 V, fGo into your source folder and open the definejob.h2 Q5 c2 B) ~, M1 ~: m) y1 w! h
Search there for:
, d5 T1 f  @4 }+ a9 G
6 b! Q0 {9 U8 z( a#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
- b/ F  X# |( s3 R! ]#define MAX_LEGEND_LEVEL 129* K) o; a/ G- l+ i
#define MAX_MONSTER_LEVEL 160: ^. ?% F; O" D- K
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
5 d/ v& }/ }" ]8 O1 A% S1 k! q#define MAX_LEGEND_LEVEL 121- t+ }, V' `7 w$ t
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
, }; Z7 W, K$ y5 {% c0 }
; m( @  f+ l! _0 R
9 x! x+ e9 L9 ?1 p) N1 p7 K8 JRed: Player Max. Level
2 L- h1 ^% }6 R7 l6 t% mGreen: Monster Max. Level
: {3 o! b4 x; S
2 p. g5 e9 m, {  ?8 aThese changes as simple as you want.* _: E3 h# i& H
' M9 I3 U1 Y: y- l' M/ m- G3 M
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
# F" S( r% Z" R" M
7 Q- [. F- B  v- j8 j& i1 x
Part 1 of blocking CE

& R# L5 [: k, e$ P# b% z& E( r5 R& w& d/ Y6 K, M& D
In this tutorial I will show you how to change the Head of Mark flyff.
, [6 L* c! M  S. U5 w& R, wThe current Head Mark is well known, 5E, which results as a string ('^')./ a1 ]5 _* l  Z
# A, p; u3 E, }! @+ V
For this we go to the World (Project) and looking at the Buffer.h after thistext
9 \  X9 f( K$ X/ ^Quote:4 q* J3 i/ w. q) G6 H1 y) O
# Define HEADER MARK '^' / / Normal messageheader
: r0 l  Q1 J2 |$ X/ h- k# Define SYSHEADERMARK '%' / / System message header
; W1 ]( I2 n& F6 T, g7 V7 r* CWhat the Sysheadmark is looking for is not even the top 5E.
- E! H9 U% [( V; z2 PChange this and it makes the CE Not work on server.& A1 T9 ]( N: T% v; J1 u% I

. \8 m& M! V" M, ~  S( dThen Tom's anti-hack is no longer useful.; o& A! f8 \2 n

- D. U/ l) |* M+ |/ CLG Sedrika
Part 2 of blocking CE
4 C, ]/ [2 I) P9 @  F1 d% F
( K5 `) A; V1 s: |
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.
* I! ^5 v/ k% i1 N- J5 ~2 X* m$ K, gWhat does this have an advantage?+ _% N/ y& T3 Y8 u. P; I- R! A3 {
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
4 b/ Y6 m) [, b5 }4 G& |0 j- i# q+ Q2 _5 G' c6 |& j  L/ b# Y# \
8 ]2 m3 S' r3 O4 T. J5 c. E9 ]. ~  M
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
% n5 b8 s  N9 t$ ?* n
1 e( j! g7 U) h3 G  BThen search for the following content in HwOption.cpp
2 W/ A8 g9 s/ |  }5 y* u
- ?2 i/ z8 _* I4 q4 V
* q$ b8 R9 I3 jif (scan.Token == _T ("ip"))
- E& `0 @, z$ v, B{
' s/ F; d  I8 a9 H- o0 _3 \scan.GetTokenEx ();; J; G" E7 N5 {# u
strcpy (m_IPAddress scan.Token);- |* c9 q# S7 _1 }( ?
}
7 Z4 C2 J9 P0 `, r. |' r+ e& ^, mand turn it into this:. m- b/ R0 Q" S( K4 [7 s( w5 P
Quote:# Q. H, ]6 j6 z; c; x: W
if (scan.Token == _T ("ip"))
5 t9 ]# }0 @7 e! r, s{
* ?: X5 j- J, P/ h5 f/ / Scan.GetTokenEx ();
# M1 ]: A; t5 V, g- y# F/ / Strcpy (m_IPAddress, scan.Token);! C! @4 T& E1 K, L
}
( h( R* @. J& _9 F& ?And you created the solution.
1 N) `' j9 M+ K) j# n& N1 ^% B4 {8 `9 i; y# N4 L4 U+ F
' u# i: C, V0 w. t1 W( E, N' G. y
Then read the Neuz not the IP from the INI anymore. even if put in it
& l5 ~- f0 i: @- i
: M2 [# G* h( {
Max skill's

- c" \, O- c$ u, g! u' t$ c+ I
0 V3 C- v9 r2 WAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
+ o/ l4 a! j+ I7 N* {( m7 I8 A6 i, Z5 M
With the TUT can provide the remedy it$ ~1 c2 ?: i) U0 J6 y

2 A9 D7 X9 m6 E: M7 z+ D# 1 opens the file SkillInfluence.h
) D7 ?4 z7 \/ j% a# 2 Search7 e) M& _+ D( m
Code:. F7 `5 |7 m( T8 b; W0 X0 S
  Y- V9 [7 C; x  Q+ _. }
# Define MAX_SKILLBUFF_COUNT 14: C& s3 `7 ^. J1 O. V
! l+ a# \% e+ J7 k
# 3 Change the 14 to your number (eg 21) and save it from
0 {3 k- h, s* [# 4 compilation and ready
. h' a8 @' r/ R, C1 V9 V" F; c( {5 j

0 x3 M; D. Y: Q% q! o8 Q4 SI 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:1 g) [: ?6 \$ x0 R

9 f' r7 C% ^& u7 ?dennisdra
! V& R: d  h5 B& T0 g.Crasy
* n1 w3 m3 X, V1 {  q$ a, _©ross1 F# h' _7 i( I( ^- h1 K
Sedrika9 j/ C! R& \4 U  I
% b0 C6 Z$ P3 j2 a+ ]( E: F
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! * z5 M4 ]4 y0 W. i. l

* s1 m; ?4 g: u4 j4 zP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less4 {0 m( J6 e/ W2 F* _# s8 O" X$ t

+ V1 V! D6 [& c9 {/ V( c
; Q0 Y8 t4 n: d; ]; {# ?+ ?, YUpdate 1:
how to turn off "Profiler" in worldserver.exe

7 `1 l6 M& B1 o+ [( d. R2 z0 I2 R0 z/ S. M/ y) K

7 S2 V! K& I+ U! Z# fin VersionCommon.h of Worldserver Solution4 @. ^' Y" u+ w, J) A
Look for' M  x0 q# N6 [1 s$ J+ |; \7 V+ }

7 e  j0 f4 ~2 o% z  r! c" y# w#define __PROFILE_RUN
& I  O. P. {/ p9 }5 [  y( L! t9 i# m; L0 }* M
comment it or simply" T9 l/ [. P* T- V/ t8 j& e
, k1 r0 v( b' \1 P4 X* l+ X! u
//#define __PROFILE_RUN * J$ S1 Q1 m2 _% Q6 ^  T
( _+ h- @3 R8 k" P( _* i

% u3 j; C7 j' `/ w& V& |4 v& i1 ucredits 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投寄。谢谢。我添加更多的很快如果你有病加太
" A4 u$ n8 k1 ~( P
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-29 21:09 , Processed in 0.080618 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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