飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1078

积分

管理员

Rank: 9Rank: 9Rank: 9

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

; R- Y0 a- ?4 c* F0 rchange level without Rebirth4 n" B: V: ]3 \2 q
/ N' r' @& q0 B: L4 c1 m$ a+ S3 H
Now, let us begin.
, P5 S8 r1 v2 Z0 a6 U5 a# p1 Y) J# h' u3 l- x
Requirements:4 \' L* p& L9 z( X7 x/ z  A! N5 X
Source& ~6 f7 z* Y& I  R$ V: l; N  ~5 A
Notepad / Editor
' D: g7 y0 X) B6 c, S8 _( X; T; f3 }
/ / Tips by Sedrika2 f/ q7 [  W" x3 r+ k
3 }/ p5 D" J& ?/ O- M8 r
It is up to you how you do it ^ ^
" s# n5 L% w9 y& x9 j, h- a8 ?+ V6 p3 ^
Go into your source folder and open the definejob.h* H$ Q3 C& g" F
Search there for:
  _; V9 _7 W' ~( t3 M5 d" D
6 X9 F  M8 N! N; q; c5 X7 e& T#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå) p; J- t5 b- ]( _9 p
#define MAX_LEGEND_LEVEL 129* C" w! a9 I3 d& }. R" _1 g2 [
#define MAX_MONSTER_LEVEL 160
2 V5 p6 C( i% l- P. {#else // 15Â÷ è÷¾î·Î ·1o§è®àå
+ x& K9 z3 O, I; E5 i6 r  f+ I#define MAX_LEGEND_LEVEL 1216 n. o7 T( R) p" |* V. X1 ^. ]5 V
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå # i* C, N* e2 ?- p: w9 ~
$ {: o) f: ^" D  X) j2 g

1 Q1 d! |) u0 [/ S) F2 Q4 nRed: Player Max. Level- z, g! T" h. O0 o
Green: Monster Max. Level% d! s8 J+ _6 F7 K
0 ~! ]$ k' n5 k4 z" x. g7 m" z1 v
These changes as simple as you want./ i3 B! _$ @5 h. m0 i( Z

. P  j% H" K  n7 J8 b% _Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
4 i) i; H8 x$ u/ y, W, X* G/ G) O/ o" F+ n
Part 1 of blocking CE

# E5 w* P6 m, ~& Q6 Y% ^
/ f' g& j; D) bIn this tutorial I will show you how to change the Head of Mark flyff.
; A- W( x" f! _: b" {4 B  L! K( @, p% q1 zThe current Head Mark is well known, 5E, which results as a string ('^').& R7 f% e- i( ^+ i

/ R! i0 P2 K- y" J# O4 A$ ZFor this we go to the World (Project) and looking at the Buffer.h after thistext
0 I# s1 r8 {9 PQuote:5 X# p& m# ~, Q3 w5 l8 |
# Define HEADER MARK '^' / / Normal messageheader
( Z: N& A, G; Z  ~2 E0 c# Define SYSHEADERMARK '%' / / System message header% a" e' P9 e: B* e
What the Sysheadmark is looking for is not even the top 5E.  D' w+ @% L$ X9 n( ?8 L8 u; l* }
Change this and it makes the CE Not work on server.
. ?" _4 a# X# a# H$ Q3 U& T+ C
% d7 I" b3 k2 P3 x# J% NThen Tom's anti-hack is no longer useful.: m5 z" a/ v9 \* M
2 i7 O" U+ U8 J) b6 s" o1 z
LG Sedrika
Part 2 of blocking CE
+ E& d4 }) b  K6 F7 _  _

4 t- m( F# H' P3 `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.
) X* {/ O. Z& V% rWhat does this have an advantage?( y$ g) ]2 n7 Q+ i
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself   I. E" T9 _/ ]! C2 z1 y6 G- U2 @/ y
' @; U. R0 m: g5 `# n2 a* p

) Z+ N, j$ p1 \6 n& l* O0 pFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
8 d. {  A8 H3 \; V0 v2 l8 p6 u/ ^6 K: w# ^: e- B
Then search for the following content in HwOption.cpp + `' a# L( [1 e1 n& N
0 w; Q$ N6 E5 w) o8 y6 M
# \! U: a9 ?4 E) V: D! w- ]# |# v
if (scan.Token == _T ("ip"))
% Y/ @1 U$ G2 G: |+ w2 ?7 u' i{. ]# L4 H# b3 F. x  i0 k
scan.GetTokenEx ();
) x5 H% u/ g0 ?& w2 G4 kstrcpy (m_IPAddress scan.Token);
/ C9 f* y3 _/ |) C' k0 }, `1 i}
$ |  F6 U7 F  N2 iand turn it into this:
( c, D2 [1 r2 f0 V8 _Quote:
% a' F' d" f3 M4 i7 }0 \if (scan.Token == _T ("ip"))
4 i! e9 D; E2 j, a4 |6 _{  a4 y5 K% c& p' [  b3 b- W' n: q
/ / Scan.GetTokenEx ();
6 ?( X/ c% P, v/ / Strcpy (m_IPAddress, scan.Token);5 o/ c# _, T* ]9 b) _
}
+ Z: g% t7 G# ]. p: @And you created the solution.5 `/ E. _6 b4 D- s1 ~: f6 N2 U6 {7 h
! E: n. V4 _$ Z/ P7 ?, P
$ W. n$ H/ W& F
Then read the Neuz not the IP from the INI anymore. even if put in it
! Y! Q; V/ N+ s/ O0 K; a1 ~; \$ Q
Max skill's

7 @3 z) N- Q9 l' m3 b' L1 @: @$ ]
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
, }; n: F# F# w7 z; @8 d+ \
' d, k- O8 H1 _6 n, A6 c4 i9 m$ `With the TUT can provide the remedy it- M7 C) j3 q4 |7 D9 p

$ B2 i6 [" _6 f8 @8 Y$ ^# 1 opens the file SkillInfluence.h2 O7 |/ y& g: \% v- a. s4 B
# 2 Search
: q3 l, q3 ^0 s& ^Code:/ q( m4 }0 B7 |5 P8 v

& {; Q! e- X9 z6 d# Define MAX_SKILLBUFF_COUNT 148 i  z3 }: F- K& S- e, l, l/ p
0 X) |! h1 W# H. A
# 3 Change the 14 to your number (eg 21) and save it from
0 w/ |4 b% F8 Z( }& ^# 4 compilation and ready) Y1 c2 I% s6 R7 L+ N0 ~3 [
& n  I. x) H8 h3 o+ c- e

% y/ {) }. T* y! Y& D; G5 s, pI 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:; V2 a0 G! V, y2 l  }! H

, @$ u" I1 r6 a& ]8 Ldennisdra. a3 s( y- g7 _
.Crasy5 {  W* n5 u9 \, T. m) F  y" @
©ross. s/ m6 X! B! A5 z& t5 Z
Sedrika2 \& T  h$ ]. c& G6 R2 o8 w1 K( p! n
. F* Z* ~$ d0 m
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 L, g9 C* a9 p3 I

* f3 c8 }$ W9 H6 ?/ d7 xP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
, J/ b# |) M7 _
% Z( q+ Y6 Z8 E
- D0 n8 x( y, c% c/ g+ h+ N6 rUpdate 1:
how to turn off "Profiler" in worldserver.exe
) M5 f1 O. Q: p/ x% _# t
+ X3 g/ v" H( O7 k4 c2 o' u
, u, h, E* F* [" t5 [; c( ~
in VersionCommon.h of Worldserver Solution
+ v- c$ W$ i6 J7 N$ pLook for
0 Y: _- {) M7 b2 _
) o' J4 g- r% y0 E' m1 }# [7 }#define __PROFILE_RUN
7 T- \* g8 D! B, G" _) h9 x5 w2 w" P. L2 x3 w
comment it or simply
+ K& w, {0 d5 a" t) y) h' Q
. P  Q3 o) M" Q7 |//#define __PROFILE_RUN / r$ |4 K* B; Y* _4 x9 t3 V& |9 H

) t( H; g; H' g6 x2 U$ p* C+ b0 o7 J* _' X/ x/ u# `
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投寄。谢谢。我添加更多的很快如果你有病加太

0 }3 n' \8 W/ U4 e/ `+ x9 T9 ?
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-10-17 09:24 , Processed in 0.067849 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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