飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1070

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1070
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
' C" H9 O) ?& W; [. A) l+ F
change level without Rebirth
+ z9 u) R4 ~( N2 F; L" B' F7 H4 i8 _- ?7 O
Now, let us begin.' O( T& n5 U  f4 C2 a) I) ?1 M+ @
( C* T! a/ g) b* k4 @3 X! O+ G' q
Requirements:
& t! s. ^- i% m2 V+ y4 OSource1 O7 @, Z' k- ~$ E( B" i
Notepad / Editor
$ u9 N1 F2 z2 v/ M
' F; [; Y6 o) c  g% O# I/ / Tips by Sedrika
. L2 a8 o' p4 R7 I9 `1 l
# g. i% `1 Y$ O% F& C3 g- M5 e6 z- D+ _It is up to you how you do it ^ ^
. c5 k5 W' @2 ~9 E5 e! L1 i5 K( a9 i: v
Go into your source folder and open the definejob.h" A# J0 s  `. a. J% k' x
Search there for:
$ c, |+ v! i- w/ |% I6 K1 x! ^- _) k3 o
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå6 u) ]! l4 K$ V( r5 @" P$ H4 J
#define MAX_LEGEND_LEVEL 129
; }. ~' o$ w9 f2 L#define MAX_MONSTER_LEVEL 160
# s8 ^! n3 k! M1 ?#else // 15Â÷ è÷¾î·Î ·1o§è®àå7 e4 i! o+ K1 O8 s) k
#define MAX_LEGEND_LEVEL 121
7 ^  z4 L$ S. Z; n0 U#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ( `& H3 |. p# c) k0 B) w

( x3 U3 ?' ^; E  ?7 i) g! @. |/ p
; _% r$ N- T& n0 iRed: Player Max. Level
0 ^8 c8 a/ x+ B6 ]0 @/ R8 CGreen: Monster Max. Level/ w; u5 x: ]# @0 [
0 \( x- T5 B% t3 l# @
These changes as simple as you want.
7 N  \! C1 T2 X6 t( n9 y) Z4 E2 ?* W* k! I$ L6 |
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
* V3 z4 `% L$ v9 h, I; b& |" W
+ u2 C8 V6 @, ~6 y
Part 1 of blocking CE

0 |1 L- T2 B2 }, u' b) T; e8 B( @- D. f9 C* Z8 a
In this tutorial I will show you how to change the Head of Mark flyff.0 p% b2 K1 N2 E+ S' d0 l( \' M; u
The current Head Mark is well known, 5E, which results as a string ('^').
; i: g0 p+ G6 B5 d- Q+ J7 d7 _1 f3 E7 N
For this we go to the World (Project) and looking at the Buffer.h after thistext
, G2 ~  X6 t( jQuote:9 c1 |  u, ]; _# J7 x" W
# Define HEADER MARK '^' / / Normal messageheader
. y9 G5 E) w- F% ^) S5 D. T( ~+ p# Define SYSHEADERMARK '%' / / System message header/ b2 x& D, m6 v- X. M3 ]
What the Sysheadmark is looking for is not even the top 5E.
' A" Y+ D' }  D4 {- F6 S. KChange this and it makes the CE Not work on server.
2 h+ a9 e4 K4 c! t5 N! u1 B3 c8 c# {' J! E# \: Q6 _( M
Then Tom's anti-hack is no longer useful.
. ]4 A2 P# R! g  ]$ Y: K( }0 j* X# U5 Q
LG Sedrika
Part 2 of blocking CE

: Q9 r$ N9 \* G/ u" y& D6 ]5 \' Y
1 S2 e1 w& R+ lIn 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.
1 n9 |' o" V% s/ o/ s8 H/ o6 D" ~What does this have an advantage?
. r% _3 c' |1 y- ]/ v0 P% }The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ' L" M- K& @" m  K4 \
8 R6 J. x( B  a0 K
9 P  ~6 S5 d: X
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.4 Q0 s. N! r$ ^/ p2 G) c: h: G) e$ m
6 E3 P# M. t  W! t8 f3 @$ u
Then search for the following content in HwOption.cpp
. @: z7 e4 ~8 b& I- m( k6 Q) i# e; w5 }) o
/ L0 p# [) ]% a* \* F. v
if (scan.Token == _T ("ip"))( Q- r: j5 i; ~4 X- K/ _, t3 H; }
{
9 C0 T2 U( A1 H. O8 m7 L) U( S. fscan.GetTokenEx ();/ p+ H# ], [0 R, G' j+ _9 }
strcpy (m_IPAddress scan.Token);
; r# v3 b9 Y7 Q}8 N$ ~/ G0 g" N% i' s4 ?
and turn it into this:& }& O8 f2 f% \
Quote:
, V$ P# l1 R2 B$ ?' X. }' A: Nif (scan.Token == _T ("ip"))
7 v# l  F2 H) Y3 }. S1 C& L) p# z{
( Q8 s7 j+ Y- U. A0 ^& @/ / Scan.GetTokenEx ();
" T3 T3 w& ^* r3 {& e/ / Strcpy (m_IPAddress, scan.Token);, l7 K* K: |1 R# |
}
) `6 X2 M) e7 a  l" }And you created the solution.
& U" E5 F' _+ a# y4 ^3 D$ z$ {
1 w* U4 |4 T$ D* O+ _( Q$ g$ I+ n  }- [4 r1 a1 v% H$ S
Then read the Neuz not the IP from the INI anymore. even if put in it
. k' z- H$ d- I7 [  L* C: K+ |) {0 O$ G% H
Max skill's

" f" Z2 I) U) Q$ x2 l1 ~) t3 ~9 M
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 ) D9 H& g: ~2 t
0 l8 e- w4 O- Y
With the TUT can provide the remedy it
& B% P4 z- V# c6 e$ S* C1 C
* ^3 n7 ^( K, x% R$ d) N- y  D5 |# 1 opens the file SkillInfluence.h
" V: p' F5 V. n# 2 Search
7 [/ Y  Y2 p' e1 DCode:
6 r. C7 r* o% f8 y+ N- q
! k! b; G9 H8 _3 m2 k, V2 Q: i# Define MAX_SKILLBUFF_COUNT 14/ A' c4 V# n$ x" h8 h

+ y3 h  v  L2 k# 3 Change the 14 to your number (eg 21) and save it from2 f; u2 i- z0 k
# 4 compilation and ready
7 I0 B! V9 K' p; D6 s  z3 C8 w6 ^; u% l8 A+ {7 H0 w
( q, b$ l) l. n7 Z# O$ h8 q
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:7 E! p* p( g( f4 d7 v/ @

6 I2 g3 H8 s# b: jdennisdra6 }$ I9 @+ @+ d/ O' e1 u% D
.Crasy3 T7 g! J- I! D- b& u! S+ j
©ross( \4 q' r  \" _
Sedrika
+ J5 U0 {; t# I0 |( F/ N9 `5 c9 f$ K( c; c1 [: \6 n. o
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! + X9 i; w- F5 K1 X& A: L

) j# S: h9 m+ x' R+ w% gP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
6 s' `. l  ?+ ?( v
0 w) E) G) V+ C) ~+ I
* M; H1 K- c  I5 o9 i/ ZUpdate 1:
how to turn off "Profiler" in worldserver.exe

; U1 v' I1 {+ a7 k6 }' L, e" a, o% U- Q( K- p1 w( X
8 s8 d1 U* O3 ?
in VersionCommon.h of Worldserver Solution# F' P0 U. Q# ?, D  G1 x0 E! g
Look for
8 H) h! l4 z5 }( n
: U9 b$ W9 D& q0 U  Y2 }' H$ W#define __PROFILE_RUN
2 Y4 S0 H6 w' f" J4 ^3 H) X/ |5 E6 W/ f# J0 i( ~& I! {, R
comment it or simply
" S8 ^9 ]. ^' T7 X9 f2 O6 L4 |+ X9 ^
//#define __PROFILE_RUN + v7 I7 w6 N: M! L) D% u! c3 w

) D( z  I: X+ F2 C! p" ~
$ Y, @' {0 e6 @, N; Fcredits 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投寄。谢谢。我添加更多的很快如果你有病加太

9 k$ L( N, D2 P( k, @  a2 V
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-17 00:03 , Processed in 0.078882 second(s), 33 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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