飞飞世界论坛

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

' [) q- e6 {  H" d" V. ?6 wchange level without Rebirth0 Z2 h/ D$ U( @$ F* k
1 U6 W4 Z4 ^. P$ {
Now, let us begin.
) J0 m, q: g5 T, L( K3 q* ~8 ^: [6 A
Requirements:
# Y- I, I7 T) \1 ESource
% `4 X& I9 w* P4 YNotepad / Editor
: G) V( D7 l5 B+ s
3 A  B+ C2 O2 z5 r: i2 G/ / Tips by Sedrika8 S1 J4 \. t8 n& I/ b) Y8 y

& A$ U* i" O) w, l# M. p0 Z' HIt is up to you how you do it ^ ^
. N. r1 {; X9 A+ ^4 \' ^, O3 t3 c# o6 k8 f3 v9 S, E( l/ V  z
Go into your source folder and open the definejob.h9 D( x/ Q  q! D! t# b
Search there for:
; R1 {* ], x6 O5 {& y2 T* q+ D' r% @
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå6 x$ [, N2 d  k5 A5 o' f
#define MAX_LEGEND_LEVEL 129
; h& ]" X5 s. ~% R+ f$ v#define MAX_MONSTER_LEVEL 160
5 i# [- c; M9 H1 }#else // 15Â÷ è÷¾î·Î ·1o§è®àå
1 o2 E4 l7 T7 j0 H' y#define MAX_LEGEND_LEVEL 121
* S8 t) M( U  w/ v: a, Z* u0 B#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
& v6 N4 r( K5 [! ~3 B) p
6 _3 Z# o- f( o1 a- x! X, Z( q/ R3 p* O7 [7 L: a
Red: Player Max. Level/ e0 Y( D' _8 \5 l$ e8 [) I
Green: Monster Max. Level
1 l1 _) X# K% Z7 s2 B7 Y0 H% B2 b! G1 t0 l' o0 e) g4 d
These changes as simple as you want.
% y$ ^8 ~  N( _; W0 {0 m) w. m& x# S+ q5 X9 g- v
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
+ d5 Q) F& j3 a: C
9 K  z( \" {8 [
Part 1 of blocking CE

0 N: M0 H9 D+ |+ Q1 j/ U
3 M- D% w, U; B7 q  Y# E  PIn this tutorial I will show you how to change the Head of Mark flyff.; L( D: o: l) q. u0 h
The current Head Mark is well known, 5E, which results as a string ('^').
9 l$ _. ?: _+ i4 b" b6 S6 K3 k# t6 V: M6 N( ?  m
For this we go to the World (Project) and looking at the Buffer.h after thistext% t; I$ ^+ f, c9 k' [% J& t
Quote:7 G$ U! x; I$ P& q; C
# Define HEADER MARK '^' / / Normal messageheader' {1 k! R/ V4 G& Z7 a
# Define SYSHEADERMARK '%' / / System message header8 t. E! M% ?2 G3 F# D9 U; U, z3 ^
What the Sysheadmark is looking for is not even the top 5E.5 E7 U4 ?4 y% U9 }% t$ R+ Q7 u; P0 H
Change this and it makes the CE Not work on server.* J, [$ D* w# |

# }- d: @* |# LThen Tom's anti-hack is no longer useful.. ?$ r( c2 Q, l0 U0 H

0 Y, m. Q' R* T/ G9 L- \3 ELG Sedrika
Part 2 of blocking CE
) Y- Z6 q# `7 H8 g
  ?) D: ~7 e: r4 n( q- x' o
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. " P9 ?- h/ \3 M2 {/ b: L  W
What does this have an advantage?
1 i4 }3 M& r6 oThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself . N$ l9 h$ b( M

# Q$ l2 \, S% P9 X6 t; A+ e' I$ W% q1 `6 `1 C" u! R- Y
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz." }- b) l/ \& |1 G# h

; l5 h* v# W, u) i) d. J/ FThen search for the following content in HwOption.cpp
7 c& z, ~( B2 ^& i! _3 f* T# A, z
& J8 o$ Y. i" ]3 F8 F+ s) y
0 _$ g) r  r; W: e2 rif (scan.Token == _T ("ip"))
* t, o9 Z1 J) e3 R  t" h. v{" Y/ L# g7 g- N1 Z8 a- ]2 |
scan.GetTokenEx ();1 h1 G1 m9 O- m0 ^3 e! e
strcpy (m_IPAddress scan.Token);  c& t$ x, u1 S+ |
}
# N$ a' Y0 t7 `' p# ?6 ^( v+ a  b; Mand turn it into this:$ \& q* y0 e$ d9 U/ I* H9 J. @! b
Quote:
2 F/ ]5 U/ {  F! o% z5 rif (scan.Token == _T ("ip"))
/ M& m. b$ Y$ y- h& X+ X" Z: n{2 p2 |" }% ^2 U2 t9 x$ l
/ / Scan.GetTokenEx ();
* T1 y1 v0 Y/ e) w9 n6 j( `7 L9 P/ / Strcpy (m_IPAddress, scan.Token);; W. j9 r/ f5 G: v, ]) z6 I
}3 C* |( @6 X3 n& ~; V3 s1 n0 j
And you created the solution.
; u0 h% O* v9 z: d  C- X# s5 v# p" }' F; R

! O' t, ^2 P8 ]6 z& {Then read the Neuz not the IP from the INI anymore. even if put in it
' Y& P+ H" @* a7 E  U& t, D9 J
6 z+ g9 V2 n- n; N( X  e! Q
Max skill's
+ f/ {# ^  D0 |! p: G! t* s5 U

! @, l) m4 v0 b& w4 T* h% ^7 i7 Q- fAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 2 k' t7 Q) C, s
5 F6 L% g( c7 ?4 F; `% I1 H) u
With the TUT can provide the remedy it( B; L  E+ b, [1 g3 {
( n6 L# f) y* t- `
# 1 opens the file SkillInfluence.h
# }7 f  w3 B9 z4 i7 n# 2 Search% {, d/ ~5 c" W8 z
Code:
: d- T( j" a: p
. n4 q! W; x0 B/ a# Define MAX_SKILLBUFF_COUNT 14- D$ r* R9 k5 d  r
+ A$ e" |2 K; ^
# 3 Change the 14 to your number (eg 21) and save it from
" W$ S# q* ?6 ~! K: U# 4 compilation and ready
& K' y! U9 ^5 d
5 O$ Q; h6 x* B7 {. H9 Z" P# ?- b4 @0 k6 P5 g
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:6 r( p0 O% e% ^% L% F6 K
2 P( ~3 j3 Y( w9 q6 T
dennisdra2 V: w. W- T1 T) }+ Y( F
.Crasy
! [* |' @6 r8 j% J0 v©ross
) l* L2 r! y3 f' h( N  PSedrika& L' z* Y# ?' G( c

, {! y$ |2 I' h1 M& j8 v- ^) |6 ^+ Keverything 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!
1 W! |" ]% L0 J& z; X# }: ]6 w8 g9 M6 `/ Q9 H+ {1 H* A
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less4 L7 g3 r6 D  B& R5 R5 l
+ U  ^: I& U6 X+ y- N( G' {9 s7 B
4 s, J# x& x- Y- K- _7 G8 L1 O
Update 1:
how to turn off "Profiler" in worldserver.exe
7 E) ~, ~5 d! W0 Q+ C  c

- ?# \% @3 I# @& j+ R+ X" E% Q# l8 L4 r4 V$ h& p/ y3 X: A
in VersionCommon.h of Worldserver Solution
' t$ a, p  c. ELook for
7 j. q7 W' j% `" \  ^
# d  n9 p+ P) O" M5 W/ n5 I9 |* H+ I#define __PROFILE_RUN; w9 w+ V1 N" c& I9 X6 E

, Z# A+ y! r8 fcomment it or simply
' Y# B! ?$ S2 r7 k: X  c
! Z9 {* r/ ?5 V3 k+ J//#define __PROFILE_RUN
4 ^. b6 q% ]2 }* S: T
" ~. @1 z- X1 s' b- R% ?& _# Y# b- z+ L
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投寄。谢谢。我添加更多的很快如果你有病加太
5 s7 I9 Y" i  Y
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-26 18:46 , Processed in 0.062148 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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