飞飞世界论坛

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

改变最大等级

[复制链接]

200

主题

203

帖子

984

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
984
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 h, q0 J! s! F) ]6 T1 Ochange level without Rebirth. H1 n* O3 ~+ Q- L* U+ E5 o- ]
, k" X6 o) R9 M; Y" R. d- K
Now, let us begin.
7 ^, x# R/ O3 m/ N% U# j0 _" {
3 N. o/ e* g1 }9 o6 NRequirements:+ a, O# W/ w/ y5 D) V" o( N% K
Source
, l: M+ t* C( h/ P. b, {# CNotepad / Editor# ]9 _# B5 @" Q! M) k3 B
! r$ Z3 v4 ~! _2 @1 P% Y' e' v
/ / Tips by Sedrika
- ^# u+ ~0 g  m( Y8 S# H5 s6 S: c6 l- U8 }. Z
It is up to you how you do it ^ ^
0 K. n8 H* R' t0 y' b
  ?8 Z  p; ], }5 o1 UGo into your source folder and open the definejob.h
% c3 u: A) d0 m# @+ M& YSearch there for:
9 z5 P2 b2 l" I
% x  X! y4 }; D; T#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
( v' A; `% u  {: h" U: d#define MAX_LEGEND_LEVEL 129
1 Z" N$ R/ j9 c( A: F" }#define MAX_MONSTER_LEVEL 160
; d3 z! g# k) a" }4 T: `/ Y; P#else // 15Â÷ è÷¾î·Î ·1o§è®àå9 D- c+ K7 S8 \* k2 w- P$ s
#define MAX_LEGEND_LEVEL 121. y$ z" z3 G/ G  M1 h1 N5 t
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå , i( j5 v" [3 N9 ^" j
: B/ j, z1 ]8 R8 R8 ]& F/ ?
- C" a! a4 j7 w, I7 @2 |/ D
Red: Player Max. Level. }: `% N- v% `  [* m
Green: Monster Max. Level8 Q  @$ C4 J' X7 E
( V! Y5 I: ?9 b! m
These changes as simple as you want.5 l2 k' s: h; l  c' r) M

& S+ _# Z- _. ]: W' K1 T0 kThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.& b6 A! v, D4 Z0 l2 s1 c$ h

, `, n5 R5 E1 {
Part 1 of blocking CE
/ n6 q, i* Y% E$ r) W' P' [+ N

# J7 `( a$ r+ A8 F8 LIn this tutorial I will show you how to change the Head of Mark flyff., P3 E( V; ]% B; I( b( e+ Q6 P; a6 ~
The current Head Mark is well known, 5E, which results as a string ('^').* U5 y' C3 s# w* @: T9 C/ R# m
: ]/ l: d+ X4 K9 m: E- R
For this we go to the World (Project) and looking at the Buffer.h after thistext
3 r/ e7 b1 k/ VQuote:/ M. P8 V. g. K, L' n* q  U
# Define HEADER MARK '^' / / Normal messageheader
5 e, H3 q; x' X/ {# Define SYSHEADERMARK '%' / / System message header2 ~+ g& i7 y: {& Y
What the Sysheadmark is looking for is not even the top 5E.
2 X2 R# B4 B7 a/ V% K0 h5 N+ }Change this and it makes the CE Not work on server.0 s$ G( \4 I+ ~9 l& t6 y

6 W, H- o& _' A9 zThen Tom's anti-hack is no longer useful.
7 {. L0 S0 p$ K4 N6 h& t6 G
2 q# [" W- H* ^( t1 |& g0 H# vLG Sedrika
Part 2 of blocking CE

2 S$ G8 Y7 ?( P1 d# p% O+ \, S5 ?' q( b6 q" V4 a1 e- e' v
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.
2 w2 O' F' E5 Z5 \What does this have an advantage?
$ ]$ y  [6 t. J4 S8 ^! nThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
% c+ Q$ ~( G9 ?9 D  n( F
5 U6 e4 u$ n9 p) z7 \5 a, ]6 k* Z
1 L# W5 J! Y3 k, n1 qFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
8 X% X! e) j4 o/ b& C7 u. Z" E$ y0 P& a5 G9 G- ~
Then search for the following content in HwOption.cpp
; b+ j$ O9 I: m2 E* e" K4 I  ^" T7 @* n

9 m1 S. k, h! {if (scan.Token == _T ("ip"))% Z& u: c) I7 |0 M* \0 u
{7 n7 g2 T( t6 M% E# z$ F" g
scan.GetTokenEx ();2 Z) `  M# t! E7 @5 N/ z
strcpy (m_IPAddress scan.Token);
, I$ J2 \. s$ m}
$ D: l1 _1 _* Q) K% I$ g( j: oand turn it into this:, |0 P$ E; M" F0 |9 e0 d
Quote:& w7 N! Z) l# s& ^4 L2 K, i+ t% K
if (scan.Token == _T ("ip"))9 U+ C, j2 E% A. y. i
{
) d% O+ d" }+ g" H  P$ B1 ^/ / Scan.GetTokenEx ();
% l7 c6 U  s! C: s" s/ / Strcpy (m_IPAddress, scan.Token);
& ^0 B4 ^0 y5 k, S0 G}4 Q6 ?$ [/ u, v+ ~/ f
And you created the solution.
3 e" t* H1 M4 ?- K0 R: d& j5 E7 q. K. h
% S4 s1 v0 y; G6 w4 j
, u( p8 H3 l6 j  k* vThen read the Neuz not the IP from the INI anymore. even if put in it
$ \$ }# ~. l) e( S6 H
' k5 k, `' o* g! U
Max skill's
" R( E) d+ Y/ R! I; W1 p

  S9 ^5 m" |9 ^' E4 ]' 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 0 I5 i4 k, |( g) n# c
4 ]9 ^! V1 V  K
With the TUT can provide the remedy it
% h1 r2 v3 G3 }5 ]" `/ N1 W6 b2 _. v9 v
# 1 opens the file SkillInfluence.h
. [) Q/ |- M- T( [# 2 Search. d- v  A4 r5 L$ |
Code:  F5 _% Q" n& |+ h+ q& `  N

& T! L. p  M0 l8 E; c/ K* D# Define MAX_SKILLBUFF_COUNT 146 B) p$ f2 S. S/ Y1 Y
: O5 Q2 h2 Y6 `" m$ U4 i
# 3 Change the 14 to your number (eg 21) and save it from3 ~( J& Z7 X: w- E" C& p- y
# 4 compilation and ready/ U0 A5 B% h5 g! W, j: z' q
! o, i7 V. o2 B( @, i  k2 T9 q
6 ?9 w1 R1 v6 w: 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:
" A! {: y/ }; e. |$ t4 U5 u' _: W: ^& {: p8 h0 d6 A
dennisdra' c; P& s* Q1 `/ ^8 @/ H
.Crasy0 d$ l$ Z, J1 l; d$ `
©ross' |' |1 s5 }2 l+ W
Sedrika
& \- j/ A2 F4 `4 U, U! c4 z2 Q9 H" i. 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!
+ v# d6 }. N6 Y1 _$ v5 N( v, ~, Y9 }/ s
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less1 N5 B; a. f* \4 ?  r" x) M, _
6 L) C( D1 Q1 g9 ?

8 |$ ~/ E) G+ I- QUpdate 1:
how to turn off "Profiler" in worldserver.exe
/ |, V* w7 g2 q7 D4 W' @3 E$ Q

+ R' ]" h- j0 b3 c' [
5 Q5 Q1 l9 U" Vin VersionCommon.h of Worldserver Solution
$ W% x1 D7 d: TLook for
' [# a5 _( G3 D( v. a% i8 ]; z
& i  y: f( z  A) F#define __PROFILE_RUN+ C; S) y! x5 Q* {/ p! f2 ]

1 ~6 [# o* Q7 u, m7 I* O2 Ucomment it or simply& x9 E+ ?5 G8 `

6 l3 q1 }8 r! o//#define __PROFILE_RUN
2 ^- ^" ?( i4 B2 F: A" L0 b& J9 g5 T6 y2 W) }( ]
' n( ]6 N9 X& c# f
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投寄。谢谢。我添加更多的很快如果你有病加太

  X' g  C8 d' T) }: _% x$ s0 Z
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-19 14:54 , Processed in 0.107683 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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