飞飞世界论坛

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

5 v5 h$ y" d! e8 |change level without Rebirth+ K0 ~7 P$ n5 r3 H3 X* P

7 M, {& O, l2 ?Now, let us begin.' r" H! k, P. p, E; |% e' B
, [; ]* e; i0 s' I
Requirements:  K- c$ Y. z9 e
Source
& O/ [6 M0 C4 W% A- sNotepad / Editor" k2 s! G# T6 \" o: q3 o, |0 r; @; c

( t; _' j: C& _/ / Tips by Sedrika
* D  N, j4 ^% B' S
3 [+ U+ O" l; [It is up to you how you do it ^ ^
* ~) N7 V. [$ \# Z7 j4 J- P
! u( I4 d/ r- G6 P/ E! _Go into your source folder and open the definejob.h# v/ \3 I1 G) N
Search there for:
9 r* J- U* |  a( A& b
; \" S; o8 \; y5 N/ [# L7 L#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå, x; w+ D, f: N
#define MAX_LEGEND_LEVEL 129# B% T0 w, b# b( U1 i1 C: c( Q! u4 `
#define MAX_MONSTER_LEVEL 160
- m( q0 U: ?; ?4 |$ \#else // 15Â÷ è÷¾î·Î ·1o§è®àå
3 h' N+ u8 W# i3 a( S#define MAX_LEGEND_LEVEL 1216 F) A$ ~. P" ]" y
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
" c6 Z+ D6 c" N0 s: y
; m* Z; U7 m# B; s, X3 f& _
; b7 `; \. s5 f4 ]Red: Player Max. Level
; s' W  r% W$ @+ n7 gGreen: Monster Max. Level' v4 g9 J  j, |3 @0 d/ a

- l  y/ F' M6 }These changes as simple as you want.- t* c2 Z& L) @8 U- w
& c+ i  H. g9 z! f
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.! o( Y' B/ N6 M: _6 w
$ a4 X/ ^+ U% p$ y1 I! y* J( l
Part 1 of blocking CE

) `# \# h6 C6 i  q' G6 }8 z
& R" P( V3 H- f0 h  |7 a; P6 WIn this tutorial I will show you how to change the Head of Mark flyff." W* e- Y& y5 R! I9 \3 r$ Z4 ]
The current Head Mark is well known, 5E, which results as a string ('^').) i& ^& _1 o; Z5 C9 V3 K9 ]- T
( P9 T+ T8 z& w- A7 O: R6 }
For this we go to the World (Project) and looking at the Buffer.h after thistext8 F( K! W+ m, U1 T. O: y) j& ~
Quote:% |$ h$ M& @- M5 ]0 h
# Define HEADER MARK '^' / / Normal messageheader/ [* Y) n3 W! j* h
# Define SYSHEADERMARK '%' / / System message header. U9 E  ]+ c% k( m. y
What the Sysheadmark is looking for is not even the top 5E.
. b  a. U9 o' X( mChange this and it makes the CE Not work on server.2 F* w, j  H. v# N, s% m) b

$ ]5 e" g' w: _$ GThen Tom's anti-hack is no longer useful.
  j2 ?+ c- w% L5 R7 u7 ]& W& k3 s- \. t; p
LG Sedrika
Part 2 of blocking CE
$ I: E0 q1 t$ C9 x
; q3 F" j6 \& T
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.
! y+ {4 ^0 R( GWhat does this have an advantage?
7 K0 @  h8 i3 |/ h8 r: W$ C! t+ X$ }The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself + Z2 E( z5 k# K1 V- G2 G5 g

' _1 U! a0 v% o5 x. Z& p
6 {3 X! |4 p- @9 f2 UFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
; h5 |& H3 n7 E! l) E8 ]* m/ V( P
$ l4 Y% t2 K( N1 ^+ ?Then search for the following content in HwOption.cpp
( J( [' S, k' ]) L" k! O( T6 P
# R3 e0 I7 b$ Q$ t2 Y. H; L/ M! _, i/ z5 \
if (scan.Token == _T ("ip"))6 a8 A1 Q1 j$ \# w! I2 O7 l; ]
{: F- j% t' Z& T7 A! O
scan.GetTokenEx ();
6 \$ ~  D2 o% a3 \6 |, i7 Dstrcpy (m_IPAddress scan.Token);
3 n. l# f1 ]# U, H}
2 _( O; S% }# L% P7 Uand turn it into this:! o+ E2 z/ S# c! M5 O" _
Quote:
5 d# `1 Z0 {  nif (scan.Token == _T ("ip"))  c2 z1 H. U) r) M' j$ x/ M
{
6 K- g1 Q, T, ?2 n6 k/ / Scan.GetTokenEx ();
! T. [" g6 N5 w0 d* _8 W( Z/ / Strcpy (m_IPAddress, scan.Token);# [* w7 W6 m6 g/ f
}
  p, W% t+ P5 ]1 qAnd you created the solution.9 q$ m0 v/ {) ]' t7 i, r/ K7 d: y

# q& B* m5 f5 e( x
" U" H2 n; Y2 Z3 u: {; s3 }* zThen read the Neuz not the IP from the INI anymore. even if put in it# E7 V7 q3 j( r3 y' |* X! |
  b( m: c  F  R3 D& h
Max skill's
3 |% r. r3 g. P/ p; _" w% x+ Z; {9 S) Y
7 T/ z! c' y' p/ B) 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
4 G8 X" N3 |! f; L; }
. M1 w1 b6 G5 tWith the TUT can provide the remedy it/ A/ I/ ^7 a; A) I

# f; [: ?& S$ F/ F( h4 r# 1 opens the file SkillInfluence.h
9 b' N  y0 U9 U+ u* |: K# 2 Search
! n" V0 N0 k2 DCode:
( ~. J6 ]" F, k1 N; X5 f
7 g$ ~, t- ^3 x) z/ L* Y% B% n# Define MAX_SKILLBUFF_COUNT 14
, @8 K, ~& w! }7 p: P" p# O: o% }9 T& ~  r  m; q& ?
# 3 Change the 14 to your number (eg 21) and save it from
0 j% Z( q. z8 R) }0 g1 i# 4 compilation and ready' E- |2 |- w1 m# j3 q

  a+ ~, }& `) S8 E" p0 O9 `, H4 a. E& }% U7 J# A7 e
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:
  g/ P" w/ t: B! J9 h2 k" B4 d: q$ g4 K2 s
dennisdra
# Z! v# _* f. g1 L3 T/ e.Crasy
9 ^; _: S" E, S3 q5 N, Y©ross; L4 h' {# _" f, P% j5 c( N
Sedrika
; I/ s$ J4 L; q* i. f( C0 M, j- W2 B& {& b+ B
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!
8 K( d( H% |, R% Z
  B: m4 T7 e2 \; _8 g3 g7 ~P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
; }+ `% |5 |0 N0 O0 m5 M4 I* `! X8 Y, A( f; |# E

, {; R! i4 i! b4 J! qUpdate 1:
how to turn off "Profiler" in worldserver.exe

2 }: A1 J, e6 w* ~: N( L  \( l) A7 I3 f( h- B. i. Z1 t  h- u
$ M7 T* m7 q, j- ^3 t4 \! R5 [- U
in VersionCommon.h of Worldserver Solution- T7 z* r7 v. f' P- S. I& `! r* D# d+ k
Look for) u; V8 G5 U8 c* M; D

/ J6 p% g4 `1 f8 r#define __PROFILE_RUN
, P0 U3 t; m) [8 l1 K( k, T
4 |6 m) d( `* S4 hcomment it or simply
* K+ I7 X5 m" W' H9 y* ]5 G# N7 m) }1 Z6 _
//#define __PROFILE_RUN $ ?( ^7 l+ @6 _9 M' V0 S7 y) S
/ v  X2 f) }! [5 ?* ?
; K3 @" g5 n& N4 \
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投寄。谢谢。我添加更多的很快如果你有病加太

& m) y0 I  ?" m* b, ^: I' j- v" I
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-17 01:39 , Processed in 0.070690 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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