飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1084

积分

管理员

Rank: 9Rank: 9Rank: 9

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

8 q2 Z/ g% j# q* N2 Kchange level without Rebirth) u/ r' M# `' n1 n8 D
) p+ Y  I, N& y% Z! z
Now, let us begin." w  J/ ?* m* n& g, p. b
" X& S, M8 p( f- \/ F$ G) N
Requirements:4 k9 l4 S0 h6 a- v9 M( I
Source1 ?+ n$ x6 G9 o  R& m
Notepad / Editor+ A( Y0 k% m; w  c

$ \# ~5 g' a1 C' w, f& g/ / Tips by Sedrika& l( P% G5 I; A# U
/ {3 c' ?$ P) c; k& w
It is up to you how you do it ^ ^
) n+ D; t& z, Z: |! \1 w- b1 f
0 h+ g* ^; h* p1 BGo into your source folder and open the definejob.h5 X/ @+ X( g* Q4 u4 e
Search there for:
/ i2 K, l- g$ Q. @. z, Q/ B% w) ?6 k+ g
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
/ K& h: u# F0 h( P" r% Q#define MAX_LEGEND_LEVEL 129& Z- d, q: [  w. k' y$ K! Q; a
#define MAX_MONSTER_LEVEL 160, t% K( l* x& f& r
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
) W, Y4 a- O) ?! G1 S+ Q/ G#define MAX_LEGEND_LEVEL 121' H( ]; Y2 r8 H7 z  a( d
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
: K7 |1 M5 b5 {- k8 z* q9 Z' S# c5 q
# K* o* g( _) B" c, D* ?
Red: Player Max. Level: n; Z! `; T1 I, Y9 p3 p
Green: Monster Max. Level
4 O: E' d7 F, Z
5 E$ u1 h* ]$ b5 o% _" J: P" pThese changes as simple as you want.0 F1 L$ B4 ?# [$ p, ]' E, t" X
% \, g- i2 B/ O' L, N
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
* ~7 @! L/ `! a8 ]% F- W3 U& q: m/ c' F
Part 1 of blocking CE

' X  U7 I8 C/ `- m% n$ W) O
) m% z) f  p6 |. Y9 YIn this tutorial I will show you how to change the Head of Mark flyff./ a- H! \% F) t% q
The current Head Mark is well known, 5E, which results as a string ('^').  _: A  r% w) z  o

- K7 _# c6 F% ?& {For this we go to the World (Project) and looking at the Buffer.h after thistext
3 O$ F$ h6 W1 W1 I0 b+ `Quote:
$ o9 ]! E6 A" D# Define HEADER MARK '^' / / Normal messageheader0 |! s0 Y# D) n6 [' n/ A
# Define SYSHEADERMARK '%' / / System message header
! U& ?* Y- [" ^; [What the Sysheadmark is looking for is not even the top 5E.
7 X' B& y2 l: @! Y7 x2 ?" F" ]5 lChange this and it makes the CE Not work on server.! T! d( D9 s5 {4 e( y6 n" ?7 G
0 i% q/ q  z3 d  S; l4 l! C
Then Tom's anti-hack is no longer useful., Z! S; g. K/ M) `& _4 o

3 O# f3 ~5 H7 q6 I+ z3 L0 PLG Sedrika
Part 2 of blocking CE
2 T! x# U8 Q1 t
+ e2 n7 `' J6 D/ y; `
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.
1 ^6 h2 l* r# z' JWhat does this have an advantage?7 F3 U* {  X4 |4 ^3 k
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself % ~1 r% A, @1 V5 |
" w! K7 w  M  w; h1 o% i- K

6 b/ q" W. O3 |- ~5 wFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.7 d' i7 I" s6 k; y5 L

9 D6 V2 i& C- @4 m4 m6 eThen search for the following content in HwOption.cpp , @6 E6 x6 G" B$ ^' j# ]
5 c7 w( k) I- x* u9 g, N) u

* k. v8 g( ?/ ]) aif (scan.Token == _T ("ip"))
9 D! w6 G) [) @+ ^* T# y{
0 }$ ~- m1 N# q. Gscan.GetTokenEx ();
* j) P- n4 r2 {- V& W9 z' ^6 vstrcpy (m_IPAddress scan.Token);% e, n: `$ R: Z
}* ?2 A2 l: H4 P8 y
and turn it into this:3 Z3 N4 s' @2 Y$ |- H
Quote:
$ I' B, b3 s0 u& Eif (scan.Token == _T ("ip")), B5 R8 k( b( D+ Q7 Q0 B3 H7 k
{
5 M7 ?" I+ c0 w. h1 O! w  p  u/ / Scan.GetTokenEx ();8 O- L: H4 k3 P  }( D7 `9 X
/ / Strcpy (m_IPAddress, scan.Token);
. `4 ]4 p' \4 u- p9 e4 j}
5 `' T% t. d* O/ C( ?And you created the solution.6 y, h, T- p# k2 n7 I

- [5 E; i2 e" W) ?- {
; A) @3 h: Y& C; G% FThen read the Neuz not the IP from the INI anymore. even if put in it
+ j0 J. `0 C: \1 ?' t, g: e9 K! @  n" c2 j4 L
Max skill's
9 B& O) Q0 ^, w9 X
' S8 K6 h, z. s7 }+ K
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 : I! P% R8 c; a, p
2 U6 s( h/ Z& R4 M
With the TUT can provide the remedy it
" s/ T, ^* f5 k* X  T' r6 n  W* |7 y0 u
# 1 opens the file SkillInfluence.h
$ Z. {% \+ W2 e8 o& f2 f# 2 Search
) `! l7 E, ]( [* a" Q/ |Code:
8 U! E2 a" P/ s, W5 O* b3 w8 `  Y: E* s. ^+ P$ n. k7 S. O
# Define MAX_SKILLBUFF_COUNT 14
1 a9 @4 C5 H4 y* }1 I) h& z$ f  ?2 W9 k! C, F5 x
# 3 Change the 14 to your number (eg 21) and save it from
# Q6 r2 ^0 _8 m/ t& i( c# 4 compilation and ready
( `+ P% u  Q' u3 Z& E
" A7 y! I8 ]+ D' d
/ ?- B' }/ R7 R" L2 a; aI 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:2 i; r' X' Z6 H4 N
/ N' Y( Z1 E, d/ l6 O7 _8 Q
dennisdra
  |. N2 c( N1 k- r1 P0 k' v2 m' X.Crasy9 ?: q' T& `( a! R! i+ H
©ross. k( ]; O- p: _+ U: r2 [
Sedrika
# s: @) D2 R% x& p7 E  Y  `9 g9 Y+ w$ m" v7 a
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!
7 N( l8 C& @! R6 h
9 e  N4 F. O  U: w0 W2 s. lP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less! i; P2 g9 j- Z% x8 [2 \& ?
7 W+ s6 k, X" I& H! o! I6 a/ l2 E& P- O

" t6 l7 y! s& I& T$ pUpdate 1:
how to turn off "Profiler" in worldserver.exe
6 Z) u2 I1 @* q* M

) \* C8 D0 e8 j' F/ r3 @5 M; D. e# f* H. r
in VersionCommon.h of Worldserver Solution
9 @( i7 O7 }9 G  F7 e) ^Look for
7 u; n3 P8 ?' @
/ z% R4 t; D, e& M; P2 K  P#define __PROFILE_RUN4 `# i; y4 M. M, C4 F5 ]+ N5 J

3 n8 `# f9 ^. g: }4 |5 m- ^comment it or simply
) z& E5 O  F& d0 Z, z* s# E- A( X/ W) {$ u8 r
//#define __PROFILE_RUN
0 J0 y  d# }* H2 B+ U$ z1 g5 c& [2 U0 T, E: d$ |: p" W
) s5 S8 r% [* v& d9 x" V" z! e
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投寄。谢谢。我添加更多的很快如果你有病加太
- G3 T/ C$ u, N
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-18 05:02 , Processed in 0.066809 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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