飞飞世界论坛

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

改变最大等级

[复制链接]

200

主题

203

帖子

984

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
984
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

" v: ?  {- v% z9 Z. kchange level without Rebirth
! |2 b4 P$ l& p5 ~. P( b# [) A. z. }! ~* P
Now, let us begin.
& S$ v3 h( r2 e  L- d6 d9 y0 D! n. i0 n9 r$ k
Requirements:
9 H& G" r4 ~/ R9 Q& wSource
- n* h" w( }" N; _4 `! G) Z: cNotepad / Editor  l; f1 _* t! s4 l4 y$ X  w

" c% S6 i9 [% \3 v) y3 r5 W/ / Tips by Sedrika
. I9 w6 g2 y  ?- W% Z6 z( ^- }- X" r0 M# N7 h7 N$ \* a
It is up to you how you do it ^ ^7 _  e7 s' k- X

3 I; L$ ]5 D# W3 jGo into your source folder and open the definejob.h% m; Z4 y# m8 ]; R$ j
Search there for:0 o: Z7 G, `+ z: D6 f4 _% B

9 [# ]/ ?6 q# G#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
9 A! m2 y3 e  G#define MAX_LEGEND_LEVEL 1299 |. x; E) m6 i
#define MAX_MONSTER_LEVEL 160* e3 H/ t5 S' R( r& x/ q; A9 D
#else // 15Â÷ è÷¾î·Î ·1o§è®àå1 `# k. \# _5 S" n' ^, \5 C
#define MAX_LEGEND_LEVEL 121; J* u+ S- @: t! w3 `2 m4 R$ r
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
0 W/ m  N% I  j& S' N" Z* K2 o; o6 I6 }+ ?

* c9 Y, Y! f8 k5 h  BRed: Player Max. Level
% t% _5 \! C% [3 Y5 v& z5 tGreen: Monster Max. Level
8 U1 N* `/ G9 f, G" g* Z/ g" Y! t2 j) B
These changes as simple as you want.1 V- [- f: u! C* ^* k" y( k
# M+ P! q/ {! ?: h. U
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.: b' V; }& K( L3 B9 O

$ ]' \+ A0 V, A" k
Part 1 of blocking CE

) X6 w, O- @: H+ K# T* O
7 p3 C. b* U) uIn this tutorial I will show you how to change the Head of Mark flyff.' u1 v$ [, b* S1 p* }  n4 y! @
The current Head Mark is well known, 5E, which results as a string ('^').
8 s6 a) z3 x3 e  _0 l$ a
, v$ p6 y( o3 f% }For this we go to the World (Project) and looking at the Buffer.h after thistext
" B$ b- m( A# n% I2 @Quote:+ l) r4 ^9 z8 b1 w9 I
# Define HEADER MARK '^' / / Normal messageheader0 O* [7 V8 h, Q+ K9 I( [' Q) w! a
# Define SYSHEADERMARK '%' / / System message header
, j* m: u5 K: N! C1 AWhat the Sysheadmark is looking for is not even the top 5E.
# l* ~; \6 l7 H# f% uChange this and it makes the CE Not work on server.
. K. b3 s# |0 m6 c+ V1 k9 l2 Z# u& K# _0 }9 H* a. C. S& I+ r; ~
Then Tom's anti-hack is no longer useful.$ }+ A: X8 D9 |- H& f

1 j5 Y+ I/ n) S3 SLG Sedrika
Part 2 of blocking CE
: T/ H* ~1 k1 Q* \

; A7 r5 e; K6 c  u( X9 k) v5 U; EIn 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 _" q8 S; n  J  }* ~' U3 c
What does this have an advantage?
. ~. j4 o. R7 D. {7 XThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
* g! ~1 S! |+ O' G2 d% F5 K
, D, J1 k+ q% M
, ~8 w' S# t& hFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.; \) f& v: k; ^2 d9 _1 \) T
4 K5 B7 N: M# ], F8 J; v. @
Then search for the following content in HwOption.cpp
* f! a6 U( n& f" O: @1 [9 A1 {# N5 z- ~
- R6 V* b, I- ]" w( p
if (scan.Token == _T ("ip")), @" Y& q' V& n, f6 f
{$ {' P8 A5 W8 ^( z9 f, F& q
scan.GetTokenEx ();* D" r" m* D; l9 ^' W( Q
strcpy (m_IPAddress scan.Token);
0 |7 r5 D5 k6 F) `2 U) E}2 \% ~: a) ^4 H; u' r
and turn it into this:$ y4 m$ g: R  r, n
Quote:
' `: x4 U! a9 E, cif (scan.Token == _T ("ip"))! [# x" ?2 y1 Q" l) ~
{
; H2 H7 {5 E9 [' [5 U/ / Scan.GetTokenEx ();6 |) [/ P! j4 M, p2 I- W& E( H
/ / Strcpy (m_IPAddress, scan.Token);
! L6 i- J  M% Q) g}1 g4 \! `2 R( g6 ^1 Y
And you created the solution.
+ ?$ Q* s0 f1 o
$ A5 }, C/ A" d/ L7 Q
7 A" Q, ], z' P# X% p4 X) V0 j& h5 eThen read the Neuz not the IP from the INI anymore. even if put in it; e4 k5 L0 v! B0 z. ]3 q) M

7 Y/ Q4 p+ r* o) g  a( L9 q6 O
Max skill's

+ K8 f2 \2 e+ p7 l3 h% q/ f, K; a# `) w5 v9 b
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
2 H) W9 n% a2 s9 X0 }
; ^9 h* @1 U4 K1 o# Z# ^6 i2 T% gWith the TUT can provide the remedy it
# Q' ~) w  b9 w4 M) g2 Z$ C
$ _( y- Z! d& k, N) m# 1 opens the file SkillInfluence.h
. I8 `: k: c  b6 |# 2 Search
8 v0 Q8 [5 z$ {& g! P; C- w, G. hCode:
' _5 H  t& A5 z8 {5 N/ h& c: z; o0 O, z0 w
# Define MAX_SKILLBUFF_COUNT 14
+ l9 G$ o( r! t! K" j" K
& U/ N% m, |: w/ R) q9 q: u; g  m# 3 Change the 14 to your number (eg 21) and save it from
: i" W( n% A5 W2 e# 4 compilation and ready
, z4 E4 R. ~, \$ ?
8 d4 G, A9 ?4 b. k% I8 d  r
+ E* I; x) o9 KI 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:
5 X" l# j5 P% l$ s, Y/ ^# E7 M& T* ]4 y( @/ |- b" i
dennisdra
# c% N' U8 E7 k8 C% v  S.Crasy
' B  a. A* q+ A" e. y1 q* W©ross
( P4 t8 O/ x$ i3 H- ySedrika
4 |( V1 ^3 Y/ h9 K) g/ h. \
0 i# Q3 S2 _% n! a6 C3 ?" V! ~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!
$ j$ Z& a  g7 z* M# {- u4 D* l1 W0 Q! H; `
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
5 N) h7 `7 [4 s2 d# @
. w+ Q5 w9 ]" i% r- Q3 N4 ]
( [$ ?2 N2 `/ c3 P+ [Update 1:
how to turn off "Profiler" in worldserver.exe
0 r1 J! u. Z2 x  k

5 w, I! M+ ~. J, f8 ?/ P
1 z( R$ A0 d% v+ [6 `  rin VersionCommon.h of Worldserver Solution
3 B. `$ W$ b, e8 J% WLook for; v2 j  t: ~$ D8 Z* W! P! N

3 o  d( m4 b" g" Q9 x#define __PROFILE_RUN
. i1 V; [6 y0 x' w5 U
* c+ h8 }; X2 C& ?$ z+ Mcomment it or simply) i6 r/ F6 i' ]! s

+ e9 ~1 N* X% B# z//#define __PROFILE_RUN 7 I* a8 C  J7 C) m! D. K7 e/ L
8 K" z0 n  I0 L

% ?6 y! q  M  w. z" xcredits 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投寄。谢谢。我添加更多的很快如果你有病加太

1 J  C) O+ G, n
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-19 12:11 , Processed in 0.070011 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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