飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15082|回复: 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 _; z2 B. J: o8 z, {change level without Rebirth
( ?( p( }5 [" h) g# G6 H! u5 o! h" m$ m# c7 s  h4 [
Now, let us begin.
3 j8 u$ n) Q4 Y: C- g
  H8 j+ h) D4 b% fRequirements:( d( G7 S# n* ~$ b! F% g' {0 m
Source7 \- J) ^# ?; Y# C6 m  D  d! G, K4 k
Notepad / Editor5 L" Q0 \, h; t6 s7 k
9 u# }+ i3 `" k: M# |
/ / Tips by Sedrika: E$ d) c. }5 s
/ L* w  ~# a9 X0 \; R* ]
It is up to you how you do it ^ ^- M6 o% D0 b  P5 x9 J
. \6 k( y7 i' K3 i/ S0 _
Go into your source folder and open the definejob.h
# ^8 L( @  \8 W/ z' P* ESearch there for:- D0 u8 f. L$ q8 N$ y) a
4 q! |* J0 a$ R% Z+ o( u
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
& ~: E8 }  h  ]* g+ U" H#define MAX_LEGEND_LEVEL 129# g4 t4 e6 E- m/ C; y
#define MAX_MONSTER_LEVEL 160
% t" k5 Z+ e" J#else // 15Â÷ è÷¾î·Î ·1o§è®àå
3 h+ k' ?4 k) `7 ]/ c#define MAX_LEGEND_LEVEL 121# ~( ?, a! N8 ^" [7 L- R; Y/ t# b# d
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå : Y5 w' l- n  m  I/ b9 P

8 \1 F5 S3 [# n6 s" ^" B) j: @9 Z6 E3 z
Red: Player Max. Level6 z+ _8 o+ a; T5 ]
Green: Monster Max. Level
& N+ Z8 _4 p8 \% s1 y: M
* D8 m& ~; Z6 |3 [7 k! QThese changes as simple as you want.2 C2 p/ |, ~% C" w" `+ c3 C" }- c' K
4 S, @# p" R8 y+ W" 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.
/ z" }3 }& L# r. N" T2 B, Q% d. j. b/ N# g: H
Part 1 of blocking CE
! X0 c5 T% M* \' L
# A  f! U# M+ g
In this tutorial I will show you how to change the Head of Mark flyff.
) o6 M8 \, F' kThe current Head Mark is well known, 5E, which results as a string ('^').
2 V; \+ e% q* q" X3 j9 |
9 Q' |  m/ T; y( ]For this we go to the World (Project) and looking at the Buffer.h after thistext9 J/ d% H# W1 b9 A$ O
Quote:1 ]/ C/ X$ I# |
# Define HEADER MARK '^' / / Normal messageheader+ D% @; N, J% G6 w3 s' V# M; o* f
# Define SYSHEADERMARK '%' / / System message header
7 P% k- A% p6 }9 mWhat the Sysheadmark is looking for is not even the top 5E.
6 o% w. R; a' m5 MChange this and it makes the CE Not work on server.
, b5 _' `8 F. m  z% ^, W/ H. g- D( Y( q- |: C- F; {6 O. T* G6 Y: Y
Then Tom's anti-hack is no longer useful.
4 r" {( [; w0 ^5 w9 k2 T1 C) u  w' t' `+ f* {, Y2 h0 K0 R: n( |
LG Sedrika
Part 2 of blocking CE

8 n* O( l( `4 }' Z& v; K9 U# Y' G" m8 U: 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 O) o; ~0 c9 I- `
What does this have an advantage?8 [9 X- V8 W4 l8 a; Y1 @* c
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
- y& h3 F; p* Y) F: A
' z2 f* M$ Q! ^7 q( K0 ~, R
5 y9 N5 M  J4 J% q( i3 fFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.$ X7 T, h" Q  y7 m# p8 m1 s7 C) s
) a# b0 t+ E8 H9 z
Then search for the following content in HwOption.cpp
# Z" x4 a/ u! l5 F) f% n% s1 y9 l. b/ z( q4 F6 Y' ^

2 Z9 r+ e% I/ C3 K5 m3 A  vif (scan.Token == _T ("ip"))6 V$ X) i) b/ V  r- f1 s
{& R6 m3 z! k2 v1 s$ g, ^* d! A  ?
scan.GetTokenEx ();' u/ [$ n  U" t! y* L" {8 ?8 ~' [
strcpy (m_IPAddress scan.Token);
9 w3 @( D/ x, f: I* ^. C}
% M4 r4 r7 C7 oand turn it into this:) I2 ^# S( o% N  l
Quote:0 r  h5 `) U% [" y) e: |) B$ m5 t1 k
if (scan.Token == _T ("ip"))
2 P, V6 o! e2 p8 a8 c{
% h6 q$ X& t* p- _3 d/ / Scan.GetTokenEx ();
+ b! Y5 A8 z4 U( F/ R, `/ / Strcpy (m_IPAddress, scan.Token);
2 l% H: n. j( H6 J. K}
% ?8 r: d5 _- y% D6 r$ W$ y! O+ zAnd you created the solution.
  K- Q) q+ y9 n2 `* s, Y, u: a# Y
% C* X, m  N4 f7 D+ I
Then read the Neuz not the IP from the INI anymore. even if put in it
& d  o; t! \3 q' Z, k' e5 \. q8 H/ f' Y
Max skill's
6 Y+ C$ g. e/ U/ b* \

# h; l' r! u) U/ _1 wAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
! U1 i3 O" x& \) G
/ X2 P$ b  c4 O* IWith the TUT can provide the remedy it) U" O1 j' G0 z& j: U/ P
/ I% j, H, J4 P+ A
# 1 opens the file SkillInfluence.h
% r- @9 E& y  f# }1 h% N8 k# 2 Search
7 _: ^# j9 F* Q! GCode:
, R5 N( h% P+ S( s! H1 I5 ?  ^: {. [& ?4 L
# Define MAX_SKILLBUFF_COUNT 14/ E2 t4 ?0 m. {

% K0 z, |2 R' t, d& B, C, @# 3 Change the 14 to your number (eg 21) and save it from
! z: \8 t3 C' O4 o: ?0 n# 4 compilation and ready# z; r# M! ^3 [1 C* z$ Y

/ a% c6 o1 S" m2 F: P! ~
* G6 w# G# i7 E# t& n8 xI 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:
  j- K; K% g# s# L0 K0 o' F, `; o; G- e4 @6 @# _
dennisdra
% `$ W" Z- R) c/ s6 b9 j9 m# N.Crasy: L2 a. V6 ^$ P0 t$ k
©ross
( f. _$ Z/ W4 v! F3 q3 wSedrika
# V) ^7 D  b; P8 ^
: P: @% [: m2 n9 W, }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!
. H. t2 [8 F' J& M+ F/ f
- P  @, d# Z& K4 R4 m3 d/ LP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
* Z  X9 Q* h9 N! W' b! H) H$ W% S
" ]; ~3 F- X; }4 N$ c4 L  ~/ }% f6 u, L! M7 a
Update 1:
how to turn off "Profiler" in worldserver.exe

7 u* Z/ c+ u: [3 _
2 D* a9 u, s5 a9 n+ U$ n
% \* h8 E5 \( R* H8 |4 e0 C& Ein VersionCommon.h of Worldserver Solution
$ ^- l8 e& K& I: DLook for
2 O/ |0 B: A# H
" E& V2 H7 M* i, V#define __PROFILE_RUN1 d4 O- M2 W9 h. V" z' p1 c; [
8 P$ e+ t0 L" F9 m7 X0 E9 Y$ p# {
comment it or simply& Y" I7 h$ I, T  s0 [- p# M4 X" P# @
6 G5 [# M& u% }" I& L/ y# [
//#define __PROFILE_RUN 9 k+ ?8 S! y7 S6 C- o

- I$ G3 }) a8 k6 u' q  [" o, A7 Q6 j0 p( x9 a) S
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 q* V6 Q) V! x" u
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-24 14:45 , Processed in 0.066329 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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