飞飞世界论坛

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

+ {8 i8 x" y7 h/ {6 Fchange level without Rebirth
$ @9 ^5 Y; E0 n/ P/ [: \" V! ?9 U( v. @% f* I# E
Now, let us begin.
$ K- A4 F3 \" `" }- D/ h6 w. o9 J1 _" G6 g  E: o
Requirements:+ X$ U0 u7 a3 F. j+ g
Source
% V: ^1 K. A) L( b& a4 C# y$ F" oNotepad / Editor
4 Z, l+ N; [3 L  Q& ^1 i$ Z; v
5 t0 k. v$ L% s) u  Y! t: ~/ / Tips by Sedrika
0 Y8 P( x" l& L8 ]) x! b( v: |/ K0 d; T- h+ G- l
It is up to you how you do it ^ ^2 ]* i: c4 J. D  z
' S4 A9 n8 w" I: q2 u. |8 _% [
Go into your source folder and open the definejob.h
7 W+ J4 W$ L2 S9 oSearch there for:4 F$ o! s) n4 w  ?) g. S

- N) `3 k9 P9 f* R) g  Z#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå+ y% |' i" U% U; D# K2 w
#define MAX_LEGEND_LEVEL 129
. ?1 F* n9 q- r) E5 z) `#define MAX_MONSTER_LEVEL 160+ S" r" h4 ~+ d+ b! a% X- i
#else // 15Â÷ è÷¾î·Î ·1o§è®àå& I- T9 C0 G8 @, E8 u( C/ y* T
#define MAX_LEGEND_LEVEL 121
& n& L6 R/ Z: n  d/ m, ~* t+ ]; ~#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
3 J6 H0 w9 G4 c# {& {1 b  o* r
9 g5 u& E2 e4 r/ Y8 w$ x9 \
5 O! y! J: V% [1 B/ eRed: Player Max. Level
- Z( T" K2 h1 y, B) yGreen: Monster Max. Level
! g' B  m% `7 P7 h/ {; {; w# T! b: m5 W
These changes as simple as you want.
8 T1 r' u/ C5 E5 g7 Z: R2 U
2 a; ~: B" K; T* z' ?4 LThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
4 f& V" h9 ^/ [- K$ [6 i: Y; H, s/ d% i' Z/ P: K
Part 1 of blocking CE
- E: w# z1 u/ V
$ {5 n+ A) e8 x6 b" R0 h6 A
In this tutorial I will show you how to change the Head of Mark flyff.3 J# u  r7 k0 g& Z$ r1 U" q" m
The current Head Mark is well known, 5E, which results as a string ('^').: f2 P( M- K* I7 d
2 J$ v' n+ X3 h
For this we go to the World (Project) and looking at the Buffer.h after thistext
4 S2 S" I( R2 F" k# A# g: k& uQuote:$ z! h: L& u' O5 h% Z* H3 n
# Define HEADER MARK '^' / / Normal messageheader# M2 ]4 N1 s, q+ ?; J2 ?4 ]
# Define SYSHEADERMARK '%' / / System message header! Q6 d  c- \( r- J; X  W1 E7 m
What the Sysheadmark is looking for is not even the top 5E.! w, `  @  e* @: |6 J& x! k
Change this and it makes the CE Not work on server.8 ?) u$ g& v7 }8 S, g0 l* ~, R

* G3 t3 \* Z7 W) I- |" l! I1 kThen Tom's anti-hack is no longer useful.
# h  `' U  b6 o2 u' \
" _6 I) T7 S2 w; OLG Sedrika
Part 2 of blocking CE
- h5 y, ]' _) x) I- U" Z& ^) |
" X. g. R0 b7 B
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. # q/ }  D  m  x/ V5 K
What does this have an advantage?; ]$ s" \3 `( r8 D9 _
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
( C) ], g8 \1 P3 }* v3 S, H# m1 n  O6 [, p3 f' ?

0 E- \$ y. e6 f+ `5 I7 G- tFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz./ @& t2 I6 ~8 p1 m( |. S

: f* C5 m7 h6 s! iThen search for the following content in HwOption.cpp
4 c7 \) s# {) ]! u) d
& ?& L- M+ v  R) _. d
$ |8 Y3 [1 c" J7 Zif (scan.Token == _T ("ip"))
! h/ `1 l% C7 S2 t8 a{* {3 |$ b* l: _* g
scan.GetTokenEx ();' z1 A8 T8 f* N# |
strcpy (m_IPAddress scan.Token);
3 u8 h' d" T' q# \' _}! M. ~! ~/ ~8 e. L+ Z: X2 t
and turn it into this:" @# H9 K* j$ Y- e3 a9 b7 `
Quote:
6 a' n) ~' }& V- _' d2 I6 x( Wif (scan.Token == _T ("ip"))
" J& ?/ j. x; z' J& L: G/ Z{) P. {, Z  F2 p, [/ R# F
/ / Scan.GetTokenEx ();
6 G8 x2 m9 U5 i3 h; |9 v/ / Strcpy (m_IPAddress, scan.Token);4 E- Q! T4 n5 `0 I! W$ ~: y
}
+ Z4 M  ^0 j: @# Z' F* ^And you created the solution.& q( R7 ?  `1 n. g

) p( p; F/ L  r+ T  N# m% I5 Y: O1 }# G) L1 u3 X
Then read the Neuz not the IP from the INI anymore. even if put in it
/ n& H0 Z: ^0 M# m9 m' r
/ u* Z% r: q' v, H0 [3 ^
Max skill's
$ t- D7 z6 U( i% l

* {5 ~! s# Y( {* MAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
' }: ~8 @6 }0 h/ }
. G  L# P- A9 t6 T& `With the TUT can provide the remedy it
! h  C( H) F( J, N# @) b: d& l3 ^1 f2 f7 d) _
# 1 opens the file SkillInfluence.h# U" ~: Y6 A0 z" o6 L; R4 |' {
# 2 Search
$ e. [  H) E, g# f/ h% s4 yCode:
( f( l* H! C' O! ]0 c, k/ g. a8 q" G& W/ f! s: j7 {; c
# Define MAX_SKILLBUFF_COUNT 14, e+ z/ w. C) `! A: T) h% Q' B

8 h/ [. [! [! U$ r# 3 Change the 14 to your number (eg 21) and save it from
" l1 S' {  s% f- u- v8 X' ]# 4 compilation and ready8 U4 k0 \! S# ~3 u
) |/ s# B3 c. L6 l3 R
$ {# r! U) o: O5 m; J1 q' f7 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:8 _6 \; w1 a) ~, @$ O# W

  c) {8 i7 l: L4 v+ k! M( A% Tdennisdra
- b* B/ @0 K4 [9 t. J  Q( m, V  B.Crasy
/ M1 n2 n( ~+ D, i: c©ross
% n7 o5 z( Z( F. \% USedrika( H( P+ R! H/ t1 E" S$ g
2 a$ O) U; h6 _6 z7 g" W; p
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! * ^3 j3 p3 I' s* b
% a. d; o" X3 f2 c
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
' B) \& G- M" u4 J' V5 b' p2 V  r, Z$ ]/ y4 i  t3 k7 \* q1 f

( W5 y% g/ L2 ~0 {; `5 Y7 d2 T) pUpdate 1:
how to turn off "Profiler" in worldserver.exe

! m0 B9 m2 D* `; Z$ l: ?3 q
/ M& ~4 T& G2 r. e  V1 i" e' v" G0 U0 i0 S3 n& A
in VersionCommon.h of Worldserver Solution8 C# D+ c# R% k1 `6 E$ P
Look for1 s6 ~5 o& {% P, J$ d6 `
2 ]& l* l" `; o  a
#define __PROFILE_RUN4 M# C% l. @& J# o" ~' }# x7 M
* f) p, [: U# t/ ]% W9 H) u; B; E. k
comment it or simply
4 H' K) ?, c5 @, e  e
6 g! l* d/ \) ^& I; W' A//#define __PROFILE_RUN
6 i6 a: G* J2 a$ M
5 H5 a: q- ^7 q
; c; T! _8 Q# vcredits 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投寄。谢谢。我添加更多的很快如果你有病加太

9 ?: k% ~% b0 ], h; {/ v
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-26 13:39 , Processed in 0.069132 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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