飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15128|回复: 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
6 b& E; ~: ^; x
change level without Rebirth9 p8 v" r  Y" @4 q1 h
( H& g7 j7 m- G) M2 W; W
Now, let us begin., N! F5 C) [$ e) M

" m9 y" ^5 `. e) Z0 B+ `2 TRequirements:
, s1 [) Z0 ^4 R4 L1 `* z. _Source
% k" v6 U7 s' S9 QNotepad / Editor  E8 `8 g4 p/ z. r7 f
1 o. J  {% c8 `; J4 z; ], v
/ / Tips by Sedrika. {+ K1 B  }5 Y) G
+ `; Z8 E! [7 v4 _* @9 P3 M  y( W) ~5 J
It is up to you how you do it ^ ^( Y& \8 e" R$ g: z
/ o& D- J0 y1 X! ^8 P+ n
Go into your source folder and open the definejob.h2 k8 n: O0 z* J. h4 f# V
Search there for:
4 v% `+ V+ o5 m6 ]* e3 c
5 C- _+ K' t2 d#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
6 v, G& ?, S. r5 }' s* z: q" v#define MAX_LEGEND_LEVEL 129
: H- I9 M; v8 t( a$ i2 T* O% \9 H0 X#define MAX_MONSTER_LEVEL 160$ E4 r- L7 J9 Z8 |' L7 m
#else // 15Â÷ è÷¾î·Î ·1o§è®àå1 f/ q5 P' [) h
#define MAX_LEGEND_LEVEL 121
% [- S7 \* H% E0 `- y6 V#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
$ G& @! L: G6 E: q) e
, I+ ^5 k" i3 @% Y/ J$ ~3 j+ q+ \6 E
Red: Player Max. Level: g# m. Q7 n2 e% ?9 ~0 T
Green: Monster Max. Level
( c3 j) q0 K9 O) N5 G
! Q* s& f- L! kThese changes as simple as you want.
0 X! e$ m4 d3 ]; N! X. Z  R8 {; o% W  q# ^3 V6 M' q& Y6 x
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
( j8 ?1 p. R8 f: t0 i' ?; M9 u1 |- r4 d
Part 1 of blocking CE

" c0 L; Z9 c6 c- g6 {$ w; ]! g) s$ {0 F0 h
In this tutorial I will show you how to change the Head of Mark flyff.
" l2 _4 @, L! B3 XThe current Head Mark is well known, 5E, which results as a string ('^').
* s' E& h1 C4 Y! g
6 U) U. X+ |: b5 Y# sFor this we go to the World (Project) and looking at the Buffer.h after thistext
# l- [  T9 L. f4 q, ~Quote:
7 _' G3 H4 w7 U% q! e# Define HEADER MARK '^' / / Normal messageheader
& f  L2 t; a3 |4 ?8 y; \9 H# Define SYSHEADERMARK '%' / / System message header  K: \% \- P8 A( O% [% B7 y% K
What the Sysheadmark is looking for is not even the top 5E.
: q, P! t4 U) WChange this and it makes the CE Not work on server.  `2 p6 I0 {$ ~( y9 H0 U/ _9 N( D
. N$ c' N, Z7 E) ~, d; o5 t
Then Tom's anti-hack is no longer useful.
, ?$ e/ d( L  b7 W5 h- c/ t# l% d
LG Sedrika
Part 2 of blocking CE

4 k! L$ z. A3 ^% ]  m) {0 R: k( p6 o( s( }% Z& f* n' \3 ]
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. . x4 @1 L, O. d0 E  r5 D% k
What does this have an advantage?
2 C/ S+ H; \8 |, t. X! E. `" SThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
' g* e1 N; b+ q3 m4 ^& e2 H/ h3 P1 G8 v. ~5 T7 |2 j# c6 \

& t# u5 p8 L4 v! k1 u3 nFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
  o) U! @# x& _& U" ?- c7 [9 G7 E1 Z, V" X5 O& v! ?
Then search for the following content in HwOption.cpp ! S/ l. l4 z& L0 r) ?" ~; M% v

- U* P/ b8 P$ v* o9 i2 F! x
7 M& ?% m8 k+ m( I) uif (scan.Token == _T ("ip"))7 @, J* y3 F- g7 ^: B
{
; A7 [! K9 I- W' Oscan.GetTokenEx ();) I1 v2 `( G; {: o" M
strcpy (m_IPAddress scan.Token);7 |4 [/ v& t, E* c  y* j! |/ H
}. p0 X5 j/ y" r1 ~! a, F
and turn it into this:$ g+ f, k# C7 j3 f0 y# l
Quote:
& ^& u$ G  s3 g& s$ P  F& K3 K& zif (scan.Token == _T ("ip"))
. p0 Y7 [' }+ D& p$ E{# Q8 S' t) ?- X/ Q" e
/ / Scan.GetTokenEx ();3 V8 {5 }2 ^" B, X
/ / Strcpy (m_IPAddress, scan.Token);6 l. U' Z& j6 Z0 A- d! g/ H
}
, b3 b1 l: q- g+ wAnd you created the solution.
" Q- t  Z- G* ~7 a1 J( Y2 O& h( D6 J5 U2 o

# ]2 L6 C- H# k) \) k, b$ mThen read the Neuz not the IP from the INI anymore. even if put in it
& H- m5 V' I2 N% u$ w% O' a% o5 c0 @4 O9 j4 ~& R9 r
Max skill's
- a; ~) D7 v  J5 F, N5 ~
# `5 e7 s+ ]! `1 ]
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   D( R3 ^& U; ]1 i8 n
" u( M% U; s8 R7 }" F  ~9 k
With the TUT can provide the remedy it
4 G" p0 N% y. R* q( n+ @" J5 S/ z3 x% s- o
# 1 opens the file SkillInfluence.h8 O; l/ ?) W6 q$ z6 S
# 2 Search. ]. h& \8 j* V- _7 U6 F7 Y; f/ K
Code:
% D, D5 [+ J2 q7 |# y9 @. ]0 }+ P$ j( z
# Define MAX_SKILLBUFF_COUNT 14
/ M1 [: F6 F- D1 O- D% d
1 d9 q% V* I9 g- h% W/ j, Q# 3 Change the 14 to your number (eg 21) and save it from3 L9 f7 i1 W% @  l/ O
# 4 compilation and ready
3 N; @0 _& x' M$ D, ~1 y- ~
! \5 J) S0 a1 ?$ p4 B% v$ X: }6 \8 O$ E) `4 K" ]+ o. x
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:
3 j( j# Z1 h) f9 a* \
$ C! s4 {/ ]; Fdennisdra
, L9 u) n; U7 m.Crasy
. E; [8 ^6 Q. W, ^. Y2 S©ross
/ w3 J. a$ n- Y& d( E8 zSedrika
1 G. h& O; j, M7 W- \
' j9 `4 f! c& w. i. x2 aeverything 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!
- o" A8 }% I% ?/ B/ z* c* m8 t+ x5 \7 y7 g* Q+ r! @
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less" g0 g( W+ j2 S5 b" N. g
" P! }' e8 A/ s: f
+ \$ @9 M( K* Y# o) m3 s3 n' `' n
Update 1:
how to turn off "Profiler" in worldserver.exe

( E+ u/ N# I2 h+ D* X1 ^
/ g. u6 P8 Z1 l& [5 f
- ?4 p  u8 {3 W. w0 R+ F: Q" Vin VersionCommon.h of Worldserver Solution
  G. @/ c0 H  `3 k4 J* A1 oLook for# M0 n: h6 M3 ~) X9 }; T) W  f

9 v+ K$ K) N1 l* Z9 d0 f#define __PROFILE_RUN
8 u' T  U8 a/ V6 n& y; B% |; u8 w: X
, x' a9 k3 b6 I, q" mcomment it or simply  W9 x2 x# ~" V9 E- b1 t

% |" C: j" }# @# l//#define __PROFILE_RUN
  r3 Y* @$ K5 R! a4 u
* K4 T9 S0 q1 c. i  i' R
6 @6 Q/ C2 X! z: Bcredits 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 E7 v* u% Y, i/ N- H5 A! p$ l
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-28 12:49 , Processed in 0.063401 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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