飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 13969|回复: 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
! ]+ l5 D+ D" `# _* C
change level without Rebirth
# u7 D4 Z( b4 f+ }( C; y6 R1 S5 L' k$ h) o, o; |! _$ v; g
Now, let us begin.9 S$ M0 N. O* w8 \  k1 j( N$ U7 q5 A

1 C5 S" I8 X" J( Z% M& C& _$ ]8 d7 iRequirements:
, w/ t+ F, B. G; [) w. m% r! mSource
  N- |4 b2 Q2 O5 ]- e3 uNotepad / Editor: V* _) f1 ~. E! B1 u; r
7 X4 m& e( u+ Q$ |! u
/ / Tips by Sedrika% {) m1 Q6 J" ^# H0 N5 }0 f

. ]' m- L- C2 A, @, g2 cIt is up to you how you do it ^ ^
. a/ _5 ?8 y( A' a/ d4 Y( t  @5 i
9 x: s. o* ?) I# k( VGo into your source folder and open the definejob.h
- `: P, @- [1 d2 n3 `# I* mSearch there for:; ?) k# d9 n5 d

" }& x& W, Q' H/ [5 g#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
6 S7 k# R; }2 q#define MAX_LEGEND_LEVEL 129* U  Y1 i3 n7 g4 h, }, [
#define MAX_MONSTER_LEVEL 1605 v5 x3 `/ H1 O# K
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
: p7 w. B% V$ ?( A#define MAX_LEGEND_LEVEL 121
9 a% u6 d  b" S( k# B" F#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 3 v6 h$ d3 h8 @' e
6 `' `4 G. f; l0 ?3 g5 C

3 n1 z8 M: X; u  d% VRed: Player Max. Level# _2 N0 `- h0 {! E& A+ ?4 u2 Z/ Q7 k
Green: Monster Max. Level
4 m- j0 ?8 o" j! [& L8 M4 ]# i' P7 s1 p& r7 G" d' ^0 O7 w1 A
These changes as simple as you want.
( n" I2 F9 t% j' s% @1 p7 i" z1 I; ~& x* Y: i* m# A$ W* I
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.; j6 u- b; p+ O; Q
# p/ o; r3 K3 f
Part 1 of blocking CE

8 a+ L( q9 K$ o
- G3 _" m- E! g* j0 HIn this tutorial I will show you how to change the Head of Mark flyff.
* u# k3 ]& ~6 u" g; yThe current Head Mark is well known, 5E, which results as a string ('^').
8 ~( e3 |3 R! |1 ]: L) J) _2 J! p; s7 y2 M
For this we go to the World (Project) and looking at the Buffer.h after thistext; M/ Q& N+ q) ^; a1 Q+ o# u# Y" `  E
Quote:
( x" |" X& u/ d8 `' l# Define HEADER MARK '^' / / Normal messageheader4 t4 F/ j2 {& }0 N
# Define SYSHEADERMARK '%' / / System message header( |3 @4 w+ u, A
What the Sysheadmark is looking for is not even the top 5E./ p0 t# _& s, j% C6 M
Change this and it makes the CE Not work on server.9 |0 H' S( H/ e% D8 K

- Z0 x! V3 F1 C# EThen Tom's anti-hack is no longer useful.% [, z+ m! A4 q4 s$ l+ M

/ }; w, [& w: o9 o, MLG Sedrika
Part 2 of blocking CE

3 Q$ h* V' r  I- v
! L% e2 |' l+ f3 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. , e- U- _# ~& C* a7 @3 q8 V# P  A
What does this have an advantage?
6 f$ c  e& e. o. N% f& F3 GThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ! s2 L: G2 j0 q& e

; ?4 t: q) e4 F$ Y7 n* @  H$ Z
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
; |6 `( S+ c; M5 C4 o# @7 U) E
9 e% F1 h8 I3 h$ D' ~, \Then search for the following content in HwOption.cpp
. v; I) W; u: r4 O1 }$ q- E6 P& b7 E6 O3 s1 u# m1 ?8 W( ]

+ B( m6 L# R; K7 T' m: D, k: Kif (scan.Token == _T ("ip"))
" [/ c7 J+ ?4 f# ?* f9 u4 R{6 i* i3 P  u/ g5 h( F' [
scan.GetTokenEx ();
2 m: x# B' I5 R2 L: o& Qstrcpy (m_IPAddress scan.Token);! k6 `8 G$ z# M9 a6 B7 R
}( F0 X) i  M9 a( i% D; J
and turn it into this:
) u: B0 H$ }* @4 ^2 z8 B* m. RQuote:
" M  c% B2 I4 C: p7 j  b+ R: N! X, Aif (scan.Token == _T ("ip"))3 Q* V7 W* U  ~- m; e! j
{
; A6 U9 S  G6 U/ / Scan.GetTokenEx ();% U3 I, E- s  {- ?$ f
/ / Strcpy (m_IPAddress, scan.Token);; r2 T2 R/ R: ^* @, y' ?
}$ b0 v6 |9 Y- v1 X
And you created the solution.
4 a) m1 [! b: j9 _6 D' K0 Z3 U- ^
* y, g$ F4 M, E+ ^) G% _- N9 U- X
Then read the Neuz not the IP from the INI anymore. even if put in it/ y; @' ?/ }% w" B" K1 n

1 ]5 P$ S5 Q( Q' M6 f
Max skill's

( g; |8 D) L6 U. o7 x* a, \/ Y8 t5 f8 l5 {$ E, T1 r4 y
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 / M" N/ {8 A9 D; v* _! V
, Z4 n4 s  g9 T0 r
With the TUT can provide the remedy it* \9 }" s# [+ `* t" v

) U1 ^( M/ b5 E8 d  V" [& E+ u2 p# 1 opens the file SkillInfluence.h9 V' O3 W' a+ C/ D
# 2 Search
( a4 o1 j- F* ]1 l. h+ WCode:
' L! x! t+ D/ E  o: l, ]) n! X$ x# y! X  s& v0 ~
# Define MAX_SKILLBUFF_COUNT 14
4 ~+ c. X# A& G- x* I( a5 R
6 K& J  N3 A, T0 u* X0 r# 3 Change the 14 to your number (eg 21) and save it from1 o5 T% P! V9 _* v
# 4 compilation and ready
- ?/ p* g7 o  R+ m: K; _* K) g
$ `+ a3 d- w' ^. z5 t1 _
! J' i" D7 \6 Q7 R7 II 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:' ]/ K: O7 h7 L% p8 U. q1 N

" A9 p5 f; @# }* L& M$ \2 G, Ldennisdra
" R: }  }! I4 r$ x/ k- O6 m! k+ e.Crasy6 t5 d' z, S1 s4 o3 P, j
©ross
6 ]* s* i- t" aSedrika
$ w: b8 J" Q- {% Q2 j0 @9 T5 s  a5 z3 F! F
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! $ Z1 n3 p$ u7 O2 C* k. w

* |6 ]; `" l. r9 B) vP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
  h3 j  F$ X$ P: ]  _3 ?' p, v' ~2 u5 M7 Q' F6 G) u( v0 O

( Q/ b4 k: `. @. W2 Y4 V* nUpdate 1:
how to turn off "Profiler" in worldserver.exe

, N4 P2 N! ?9 S- |' A  k7 V( e/ p2 a* T: j% C' ~7 j, @
- W' X' l! G# K4 t/ H7 g9 K
in VersionCommon.h of Worldserver Solution
" c- ~. |) P" q/ A8 J: D4 qLook for6 ]7 D; W- @, ?2 G( t! x/ \

( T( w% \* I# r" n6 [6 e8 L#define __PROFILE_RUN
9 X* n: X* v- o# z& q1 r* P& p4 i6 `3 G* @2 D( K: Q
comment it or simply, g# Q; `8 n' @' p5 n

  @, S7 C0 T6 Q4 r* B( ?2 s  [% S2 N& b//#define __PROFILE_RUN   h" Z5 `: w+ p; S7 o
3 v7 a; b6 \1 Y4 c) k

9 ~1 j4 m) u& F( |0 S4 a, 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投寄。谢谢。我添加更多的很快如果你有病加太

* _; v0 b( }& d7 k
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-17 06:26 , Processed in 0.062255 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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