飞飞世界论坛

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

; o: g0 [6 V4 d" B; Zchange level without Rebirth
- m) S/ V7 F6 j; f% |( T( w9 K+ T8 ]- q& v1 M
Now, let us begin.
; V, I2 _. P0 w7 _# ^7 m, S& S
5 g* s5 K  t  l: R# \# VRequirements:. I) B4 h; n; O) H. d
Source
( @8 e" R# R; A* d% ]4 e0 r  NNotepad / Editor
9 K9 A- s+ y& L0 Z& C0 ]  i3 R5 X* b# F3 `* l, ?+ s/ ~
/ / Tips by Sedrika- u5 E/ @/ o& W

3 H- f% k5 E" i" F5 v: g7 l! |. GIt is up to you how you do it ^ ^* {# z: r/ i, W9 N* {! U5 [* T1 o
3 e' N0 ]5 P6 M" Z
Go into your source folder and open the definejob.h
7 |! P) X: a3 q) @Search there for:
( P7 ?4 S2 c8 N
% D3 e# y" n, z! h3 v' W#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå: z) Z' D! y& |( Y- u+ y! ]
#define MAX_LEGEND_LEVEL 1298 `0 j+ c% y9 O" c+ W6 J/ Y/ ]* |% |
#define MAX_MONSTER_LEVEL 160$ I) C+ C! u9 X  ^7 B% X6 ~
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
' B) g. W$ X  o- K+ q#define MAX_LEGEND_LEVEL 121, Q# ~) c% l9 d. p9 j4 p
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
& k3 Z# s: u7 s+ k& v& t: R. ]1 e2 T% D2 b, T. Z

: x: _% I! ^) M) i1 BRed: Player Max. Level
- X5 \3 V* G6 b6 ]( L" mGreen: Monster Max. Level2 y' e8 V; c: r' b9 T
5 p% k! I. x7 ?
These changes as simple as you want.
* D: H9 l9 Q& h* J) `9 }6 u7 h* v3 T: L
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.6 e, E1 [; d* Z
9 g& I$ y$ x- H: S9 D5 I/ E
Part 1 of blocking CE

8 B% U* y5 a2 J& K4 P  k
1 i$ W* D* v3 |: T$ d7 V' E- QIn this tutorial I will show you how to change the Head of Mark flyff.8 T& c) ?' w$ T) C! y; U# i( B% P
The current Head Mark is well known, 5E, which results as a string ('^').
2 ^9 p1 f- j4 ?( l8 A8 G; g
  t8 n! q( J$ vFor this we go to the World (Project) and looking at the Buffer.h after thistext$ e5 {" V/ _2 W" }
Quote:  _/ N! X! H( W% R5 X
# Define HEADER MARK '^' / / Normal messageheader; f/ f) L2 N2 _  {5 ~
# Define SYSHEADERMARK '%' / / System message header; R) _4 d( J) a# k6 w2 z9 G% D+ Z8 h5 u
What the Sysheadmark is looking for is not even the top 5E.
% {- {5 ~5 F/ \( `$ n- |2 eChange this and it makes the CE Not work on server.
3 j2 I/ c+ i% F8 q5 n* \
# L0 [4 x! _. Z- e* N) o/ \: vThen Tom's anti-hack is no longer useful.
6 L" r8 ?7 n' I9 n
/ s  s/ M! O( `' {LG Sedrika
Part 2 of blocking CE
  ?& V# s$ |: H

5 f9 q/ t1 D/ A+ VIn 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 n: T+ b" F4 U! |What does this have an advantage?
  H) a1 \9 u; x5 v$ W7 uThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself & D3 H1 {) E" d" N; [8 ?
' A1 c" o% O4 C9 Z7 p5 s

+ {1 t! E. P1 g% ]- M+ _% ~( jFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
  K0 i- t$ A5 g, w( f3 S9 {2 h) ?) x( s
Then search for the following content in HwOption.cpp
9 ~% A' o' w: o/ C' o
! v& J& X+ t+ J0 W2 Q& N. D3 L! ?" O- Y
if (scan.Token == _T ("ip"))
/ Q4 a* ?$ Q4 _{
9 a- V7 d2 [4 h  U' N. Pscan.GetTokenEx ();0 k& a- v0 {  K: I1 x; s5 f
strcpy (m_IPAddress scan.Token);, ^8 o1 P/ F+ M, q, G+ S
}
. F8 \" i! ]# \. l1 w0 F# d! Eand turn it into this:* z! D9 f+ R! p; Z/ ]; w8 ?; H7 C
Quote:
: T9 j7 i) y5 ~- p$ Kif (scan.Token == _T ("ip"))) o" L0 ]  _* U
{9 f, R% o2 [1 Q4 l- v. P, [* ]
/ / Scan.GetTokenEx ();
( z, ^/ Z  K( V: `7 I/ / Strcpy (m_IPAddress, scan.Token);2 I* }0 u# T2 Q1 k$ g
}
' f. o- O9 K& M6 r1 P' x9 i+ B4 @% BAnd you created the solution.3 M+ m; z- F- X3 ]

* K1 D9 L+ H3 N1 H% O; n4 s- {  a
+ F! B- K  _/ q( H; J* s) \9 y+ |Then read the Neuz not the IP from the INI anymore. even if put in it
; J) p; U+ L- `
4 c# f- N$ G$ p
Max skill's

: E- X4 X7 r- S7 w
0 P" C8 [$ G) H( w- d) h& i7 ZAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
6 g0 Y. ~% X6 b, j: W" [) `/ a
4 B. M+ A9 E- K. n" T0 J* ^With the TUT can provide the remedy it
, b# V( ~. P1 D& z3 ], G7 e, ~8 u
# 1 opens the file SkillInfluence.h
* F% U3 j# r: P* O# 2 Search
4 J: ~* g, ~6 f  ^# H3 U2 vCode:
3 v/ F) d0 N( B3 I  S" T0 ^
' S6 W9 ]% y4 y1 r5 ?# Define MAX_SKILLBUFF_COUNT 14
5 ^* Z& h7 r" y$ I5 _( j, \! }+ L9 R% C; u) I
# 3 Change the 14 to your number (eg 21) and save it from% [5 ?1 c/ m9 e5 e1 A3 t
# 4 compilation and ready
2 \+ }, {3 o* R: r% C- ]2 R) b% n" y
" B! W6 D  M, I7 O9 u( X" f
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:
+ s& C- R, x) Z+ m# @/ g! Q3 K0 R; k# z" e1 q
dennisdra
6 G, ~, U+ v; N7 V.Crasy
0 t, |5 k2 O' y" Q; C©ross; _$ I& C( P. B4 S- L5 t) u% s
Sedrika& t2 `3 P6 e6 i# `/ ^# |+ d

$ [4 R& ^3 ]% w! aeverything 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!
  P/ p- p; H. g2 X# c" V* C# P5 ~2 {# \8 T
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less. M+ \+ m  z3 i8 Z, O
3 ]  j. J/ i& r7 x* h
% T! O. {& }/ S# j! Z
Update 1:
how to turn off "Profiler" in worldserver.exe

$ h0 X7 Q2 c3 l
9 Z, q7 R( g) }4 M& p( u
2 \' }5 g( C0 q& t9 [in VersionCommon.h of Worldserver Solution  T' K, \1 V& ^; N0 }9 a
Look for
5 d9 @$ o' [; A' ^) _1 K  ]$ u# |+ [
#define __PROFILE_RUN! y8 p. s! I4 _9 u, z. |7 m
: v3 M  Y% }8 c5 r) {) |0 Y2 T
comment it or simply& }# C+ ]$ o* Z  i& |* d, H
) C# k9 B% z( q- I# P
//#define __PROFILE_RUN 1 c4 h" W0 f+ w# T. f5 l" _
3 m; G3 l8 E. s5 x# @) @: R, I& d
" Z' b# k* Y( J$ @- n) W
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投寄。谢谢。我添加更多的很快如果你有病加太

1 x2 D+ c/ q5 m5 X
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-21 18:49 , Processed in 0.060690 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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