飞飞世界论坛

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

! l) G9 i/ w. lchange level without Rebirth) g. e8 |( p0 V! G& z
) P8 k2 \8 F8 h, H% V
Now, let us begin.0 ?) z, T# b: N' v) O( o8 F

2 Y1 n$ R# ^) [; q! U  c6 JRequirements:
3 {3 M) Y( Q2 C6 W9 t. N" ]Source0 ~' h" l' `& s+ ~. @& F
Notepad / Editor2 D) u5 r: {+ k6 t# @7 X7 Z- H! @

" I% }, A0 p$ n% E( S% `  T/ / Tips by Sedrika% Z$ s& }! t4 }' h

  |) s& r( y, |7 C( ^It is up to you how you do it ^ ^
( n( a2 n& u# e/ S4 Y
7 g% k' `! P8 [0 xGo into your source folder and open the definejob.h  y- d. }7 {% ~( Q7 x$ k/ q: u
Search there for:; s; u9 ]/ X/ Q
: N  R( K: n1 b' T3 E3 A; h
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå: f, W6 ]' V. Q% g8 v
#define MAX_LEGEND_LEVEL 129
, |) \) c  A8 v7 z$ J8 K#define MAX_MONSTER_LEVEL 160, m. M& c1 x- T$ t
#else // 15Â÷ è÷¾î·Î ·1o§è®àå" Z" p8 w" {0 w( |
#define MAX_LEGEND_LEVEL 1214 I9 v- R* K% Y
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
; D! l& G. C% f7 C8 P4 @; w! I1 H4 {* \5 |

1 D: m  \4 f" T: J% E: }Red: Player Max. Level7 S" t6 Y/ Z+ v5 i$ M
Green: Monster Max. Level
8 l) k) \4 z' ?5 A
4 L" S) b0 u7 }0 D8 x1 ?  ZThese changes as simple as you want.
% p6 o6 P) K6 |* ~5 }1 N9 B- m* B
2 ?5 p$ l5 s2 [( G9 NThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
7 m! ^2 Q4 I2 Y* `" s0 Z4 w( _: A3 C( e! p* [8 Z3 O1 l5 [5 j
Part 1 of blocking CE

( J) _( {/ f0 \4 o
4 p7 O! ]3 `: K, G8 ^; R6 rIn this tutorial I will show you how to change the Head of Mark flyff./ |7 h2 t6 B8 N
The current Head Mark is well known, 5E, which results as a string ('^').
, j0 a- x/ j8 h/ l
; B' Z! D( A3 O# x2 S- c+ GFor this we go to the World (Project) and looking at the Buffer.h after thistext
- G/ `8 ]+ T+ b" F$ _: JQuote:
9 d0 |) ]) ^( f- r3 F# Define HEADER MARK '^' / / Normal messageheader
+ M3 M  v% M/ `: T# Define SYSHEADERMARK '%' / / System message header
& q1 q5 y  e: R7 {What the Sysheadmark is looking for is not even the top 5E.
3 h4 {9 `" t% \$ o  PChange this and it makes the CE Not work on server.
/ K! J1 G* `: L, x* d
7 V% s1 s* `$ R7 u* c8 d; fThen Tom's anti-hack is no longer useful.
( K$ t6 C# m4 S; L3 T8 P% h5 H
1 g; X0 H3 L  Z8 G5 bLG Sedrika
Part 2 of blocking CE

( }0 R; t- O9 U% {- i; W$ a( y2 F3 U) G( t1 u+ @4 ]
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. % a1 G& _% t- K) `
What does this have an advantage?, i9 ]# ~1 l' f% u% M: H
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself + g) w; i- e5 u2 z
% _" T/ ?) j) ?& Q9 m8 X5 {( Y

1 b$ j4 L9 R1 K" Q9 pFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.; D& ^; Q( h5 q4 Z/ o2 i

( d( C) a- f1 F3 q. Z9 R  m, n$ {Then search for the following content in HwOption.cpp ) C) _/ h% L! W# k: R

! z$ k, \5 A( ^+ Y
" t3 _% ^! O3 i, C+ E4 u  tif (scan.Token == _T ("ip"))6 n9 g0 S! p$ t5 h
{' e  J2 ^6 n3 F6 i( F* W2 K: p
scan.GetTokenEx ();1 }# y6 F: ?4 ]0 s2 S
strcpy (m_IPAddress scan.Token);
+ S) d) y6 c/ u: s}
) U4 X  n: P2 x4 ^+ X" hand turn it into this:. B6 P8 I5 Q- \+ Z+ A: V/ u6 e
Quote:' r" g  t5 x% s. G) S. p0 j
if (scan.Token == _T ("ip"))
% K/ Q# Z' I5 |* O{
8 D- L; q4 m5 ^, C0 e/ / Scan.GetTokenEx ();
) [) _  B' t! U; }/ / Strcpy (m_IPAddress, scan.Token);" F+ E8 [/ D  q( A' H& s2 o' c
}
  ?5 d, i7 `$ j4 O" @And you created the solution.2 ?0 E& I8 A( s3 l2 O5 S7 \3 c8 i
: \9 P' B: w5 m- K2 A& Q
% i' u* \. p4 W0 V) k
Then read the Neuz not the IP from the INI anymore. even if put in it* M, n: E0 q' e. @4 x
& X; m" W3 u- ^# P- L- Y
Max skill's

8 q  W4 P/ @& R7 q0 g. Z$ R! I6 B, }/ a( f" h6 X* T1 x' d$ `' Q
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 9 p; s$ d: _' {5 `6 @# A1 V! z
- ^; c/ d* d8 p, N1 J! u
With the TUT can provide the remedy it* g3 |( O2 C8 ?+ |( E

, b$ h# B; `* o# E! m# 1 opens the file SkillInfluence.h( \7 g' H- n+ w2 Z) {* j! k
# 2 Search
7 O9 J8 s; j' }7 QCode:
3 ^' p5 K4 _+ ?! m" A6 A  \8 K! e& G$ C9 Z/ F
# Define MAX_SKILLBUFF_COUNT 149 @% C+ Z+ q) |% K8 L: p

: R7 @4 @  D9 @+ ~' ]1 D2 j# 3 Change the 14 to your number (eg 21) and save it from
/ \8 T+ r3 ^' x: d( P, r# 4 compilation and ready& n# g; u8 u* a- Z7 d9 Y

* d! W( H) _8 [, ~2 {" @2 S0 M! ?# ~  T
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:
5 L% L# f) n6 i+ R
1 h+ ^  U* U" `! d$ ?' [dennisdra
& L3 y9 x& v0 K1 f7 G5 [# v5 B. b. a.Crasy' n* S9 L) C" S% \
©ross( b! I& r2 q* z  P% [1 u
Sedrika
( Y" `7 i3 H% d8 e) d
+ M  m* R, L; \9 B5 v3 Ceverything 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! 9 D5 k4 D# `% p1 x
9 h9 _" @# B- ~2 R+ B5 j/ ]' r5 {5 e$ [. |
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less' i2 A9 m5 Q6 B7 A

4 A$ W  {( _- l4 X
) A) z9 d, I3 [* N/ @6 XUpdate 1:
how to turn off "Profiler" in worldserver.exe

# u1 \' {1 @/ x" n% j
. o; z+ D( T( p+ L+ v
8 A3 v' N, F! _& D1 q. qin VersionCommon.h of Worldserver Solution
5 L! @9 Q  @" O) CLook for
# g' e' ~9 y5 X( l! O4 g! J7 m) a! `. T
#define __PROFILE_RUN$ v. Q- j1 M$ W3 n* |

. g) j1 z9 N4 L1 Mcomment it or simply
, ^) L( [. J* S/ Q) }4 s" E2 ?  p4 g6 B& H" c7 ]+ N5 k3 l
//#define __PROFILE_RUN
* B" ~- [" H+ N- f# g+ d; |! u9 L2 y) X  ]+ x6 V+ J

) }! A# T6 L. J$ ]" L- j. k+ rcredits 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投寄。谢谢。我添加更多的很快如果你有病加太

2 h  A" f6 Q' s. S6 v, Y& L, v
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-18 12:22 , Processed in 0.061159 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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