飞飞世界论坛

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

9 _1 ]& O9 S/ n- L$ bchange level without Rebirth+ p, y* t6 s% |+ l. K( V5 h' ^
$ U3 X9 [! a# u4 L) Q8 q
Now, let us begin.
+ f9 A; `9 a4 d+ X6 ^( o0 A; E- p/ \3 ?# v" ^; k
Requirements:
( t, @5 V' }& O* r  PSource# C% ~' i% X1 t# q5 m
Notepad / Editor6 \3 J9 ?4 f& V6 X9 x3 O7 D* Z) Y
3 G; Y" x5 z7 }5 j
/ / Tips by Sedrika
1 Q( [2 i  O* ^; L
# B: A7 ^* C0 ^( uIt is up to you how you do it ^ ^8 o) L/ h: J6 G. w, Q
: R! g2 `3 B6 r( l- C* t# {
Go into your source folder and open the definejob.h
0 U; Q' z& ^5 M! t% TSearch there for:* g' E) W( Q  a) o

. I2 e0 j$ O/ Z/ E& A8 V#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå( ]* Q* U, q+ C3 N4 t
#define MAX_LEGEND_LEVEL 129
/ i0 O4 i" P; y0 R+ {: k5 E: ]#define MAX_MONSTER_LEVEL 1606 d& [! n* M% H0 C  `' ^0 Q
#else // 15Â÷ è÷¾î·Î ·1o§è®àå0 S4 H* y% h/ [& _6 y) z' w
#define MAX_LEGEND_LEVEL 121
1 k. |% _- I) m0 T, x% {, I) h& a0 N  A#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ; p9 }/ W8 B9 c! p/ w
& `/ f; C0 u; [# N* V# k: c, w
- m2 F7 F- x& e0 ?# k" G1 Q
Red: Player Max. Level( W5 [5 u4 i  k! N9 _
Green: Monster Max. Level0 J. P/ V" Y9 |# X1 p/ x
0 r- n$ |; a6 l9 K; I3 O
These changes as simple as you want.5 u) J1 Y. ~; X5 o$ D

! V' |% J) b4 L* M% T/ E+ o6 QThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
# _1 D4 l3 l3 d
: t1 @7 X% Z! S; b* c+ C- }3 n# N
Part 1 of blocking CE
) X$ B" ?8 f5 ^1 n$ I0 H( e0 K) p* z) Z

0 i2 C  L0 v) ^; \In this tutorial I will show you how to change the Head of Mark flyff.) |% e/ F2 t+ P2 M9 Q( ?0 [, X7 ^9 D
The current Head Mark is well known, 5E, which results as a string ('^').
/ I+ H1 I* n6 K9 C! t% G- g# @- @: u# B! a' O0 \4 j, N
For this we go to the World (Project) and looking at the Buffer.h after thistext
: s# }/ c9 O# g2 ~2 f+ I8 bQuote:! J( o3 D! K% g3 t: x
# Define HEADER MARK '^' / / Normal messageheader
/ m5 ^8 e3 \( S6 T* q7 I# Define SYSHEADERMARK '%' / / System message header
- A4 c6 t  {. v" a3 H7 gWhat the Sysheadmark is looking for is not even the top 5E.
8 d) l! m4 ~. t5 y+ b6 f8 ^2 `Change this and it makes the CE Not work on server.' v- x& Q% Z7 K( Y% U
' T+ A7 p5 f3 T5 C. p
Then Tom's anti-hack is no longer useful.2 X9 Q! m, H" A. ]8 U2 j
& D6 _0 [; d4 E) i3 N' j4 H- ^; `
LG Sedrika
Part 2 of blocking CE

! |& `- d% j/ A9 w* f6 m: z
, |. T% {) r4 n( X# {  T, c$ pIn 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.
, _9 \( }2 b+ n$ bWhat does this have an advantage?6 ?6 R1 M) J1 M
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ! x! M9 j3 e  J+ u+ d2 G

* \  n5 t# d. D6 H# ^% ]" y; k2 G8 ?8 l+ ~1 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 O3 k) C3 b$ z1 k$ m9 e. t* N9 _  f9 p& Q( V
Then search for the following content in HwOption.cpp # t- f. M' A/ \8 U

" _; G- X- L& n" K6 j
% ]& a) H- |! v$ W4 W* e% fif (scan.Token == _T ("ip"))
5 u$ O0 w) W0 k2 N. V6 R{, s; `5 F3 u# m8 K6 ^/ ~; R' V
scan.GetTokenEx ();: w& l) g* n9 W" m3 A; I
strcpy (m_IPAddress scan.Token);2 b8 p0 l. O8 _! C& c1 k7 i5 N- g/ j
}
5 K" U/ _, W) S# w$ t- Hand turn it into this:5 ?( j9 a& w' E& C
Quote:
8 F$ A3 i3 Q+ ^- l- Y- pif (scan.Token == _T ("ip"))
" i7 {% m. q! ]6 S; r2 r{/ \- h4 G# s' _2 C; Z4 Z
/ / Scan.GetTokenEx ();
, J/ ^& }0 l1 q, M% _! |+ H! B  y/ / Strcpy (m_IPAddress, scan.Token);6 g1 p( F: y  u5 C$ }
}. A( a# l8 c+ \7 d' `8 }
And you created the solution., ?% y) Q$ Z) w$ Q8 ^

7 P3 E+ A* _  E3 k5 o$ \* o4 e. I9 Y# C( v
Then read the Neuz not the IP from the INI anymore. even if put in it( u  o% ^/ d% `- W5 Q
2 Y) E% G9 _2 b  c: a
Max skill's
# `/ u! A- e: I4 ^- M

1 c! ?! x* ~7 C. BAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc # S7 x! k9 w2 t6 u  f( \
% P; Z" S: {4 o5 l2 n8 l' W
With the TUT can provide the remedy it
- `3 ?  O* \- Z& ?9 [3 [. u; }, G
# 1 opens the file SkillInfluence.h
+ o6 q$ _2 B; T2 }, d% ~# 2 Search9 p* z0 [  M7 a. b! Q$ l/ F
Code:
% _% x' V; Z6 ?* Y. G( k. m* c$ I9 v( ?( A$ S9 Y& Z
# Define MAX_SKILLBUFF_COUNT 14
  F. I; ?' A# L9 v; l- ~. N  [; r' d* Q. V0 k* Z
# 3 Change the 14 to your number (eg 21) and save it from
& O# W7 v3 y8 C9 U' q# 4 compilation and ready
. n& I5 N4 X" f$ `
% c, T. ]! P6 p( D9 i1 q2 U5 i4 f& h  \4 \" y$ I' C  C, |
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:8 a0 d- ~. W( D- @) w- M
: t2 W4 R+ b& m# u: t# z4 {6 i# a' K
dennisdra" @- o7 T( Q& M3 `4 f4 H0 b
.Crasy( p: H' P- U( Y: r5 A
©ross
" _9 W8 k% h. n7 I: RSedrika/ R" Z9 |3 H0 G& o+ D+ G( G

  j$ Z- H# T) s6 Q2 K* P  h- h- h; meverything 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!
% D; J8 T( ^+ G# U5 S+ |8 F5 X5 [  L# U+ G
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
" Z1 o, L  f2 a) @6 i9 f. _4 M
+ M: a% `/ E+ K  K9 y
0 t2 i' F! Z- e2 M9 KUpdate 1:
how to turn off "Profiler" in worldserver.exe

5 L' X* f* L' o5 ~- a0 _* j; x$ U+ u% W8 |
* u9 B- U1 q( o( U1 I+ z
in VersionCommon.h of Worldserver Solution
/ c; ~& U7 g. H4 i6 d+ wLook for
0 ?' p  \3 F* S0 E( K, A% s9 p% _4 R! N
#define __PROFILE_RUN2 [) ~- q2 a7 r
3 e; Y2 E' J) N4 [5 @3 ^; ^  p
comment it or simply
8 K2 M  `. S7 H  N, n" Y1 P
, P* D0 t4 j1 @2 p) o4 X9 |//#define __PROFILE_RUN
/ Z' c0 M  V: [. o3 t) j) `5 p# _& {7 X* e& H8 _8 L
; V8 E" O2 e: v, p
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投寄。谢谢。我添加更多的很快如果你有病加太
: o4 f1 T# h7 `! \- Y7 d+ n* \
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-7-6 06:36 , Processed in 0.063115 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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