|
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
+ _! x* L$ f' ~: e% ychange level without Rebirth
. @( n! s& W) q0 e6 o R
1 O) Z, R1 s a; dNow, let us begin.# r% r8 \* t; `1 o( W/ p
& }: M$ s2 O( o y u; H0 JRequirements:6 j% N; A3 J" |' I7 {9 l% D% E2 S
Source
: B) l: g, |# c( b0 HNotepad / Editor8 J) q6 K' A8 j% `
, Z$ A0 a. M6 g. V
/ / Tips by Sedrika
" h/ V- W9 D' [2 m' `0 q1 h. a. n4 D% e+ X( b8 Z. c. R# X
It is up to you how you do it ^ ^3 v. }( Y! ?; }4 X! T
( O# d/ [' k b2 ^+ s5 {
Go into your source folder and open the definejob.h7 j) F7 T8 ^. |$ f: ~6 u b
Search there for:
3 p* |% h1 S. n0 h1 N# S# G7 i5 a9 z# Q
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
+ l6 ^3 _$ N& r! o7 k7 N, r$ d#define MAX_LEGEND_LEVEL 129( s# Q, u/ Y8 @% T
#define MAX_MONSTER_LEVEL 160
6 m, \; h9 @$ c! k& U" Y4 x" a#else // 15Â÷ è÷¾î·Î ·1o§è®àå( A6 Y* c7 S) _$ R$ i# O: O/ V9 [
#define MAX_LEGEND_LEVEL 121
8 @. x ?, Z ^$ l! g#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ; F: p: N5 a6 N" \7 a5 i1 U6 h
! W, W ?! h' T6 ?% a
: g! x1 J# w% ^7 U) r! IRed: Player Max. Level
a& q$ M+ Z4 f0 e/ \Green: Monster Max. Level8 ?. a1 u3 E6 \* {6 w
# Z! y0 _. R# M2 a: \ wThese changes as simple as you want.) o6 n6 o S5 ~# ^- H' e
" p P" @! K; a& h8 y9 X
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source., \5 ]6 Q+ g6 W- R! C( b! Q
! H. j; p/ V, {% C8 ^( P
Part 1 of blocking CE
3 N' U* u l. V1 f ~/ O% a' u5 p) \
In this tutorial I will show you how to change the Head of Mark flyff.; q" V" \2 C2 \& L8 ]: n/ w* W7 N
The current Head Mark is well known, 5E, which results as a string ('^').
- e3 V. _3 E6 r9 ]" J
+ ^# N1 ?, Y+ ~6 R5 r2 jFor this we go to the World (Project) and looking at the Buffer.h after thistext
% W- \7 G: U- r! [Quote:1 i" g0 H$ d( J- {/ b
# Define HEADER MARK '^' / / Normal messageheader$ D Y; L2 B4 |* E
# Define SYSHEADERMARK '%' / / System message header
( K) \, b: r" KWhat the Sysheadmark is looking for is not even the top 5E.5 v6 R. k, N/ x! j1 {. B* v5 h
Change this and it makes the CE Not work on server.6 }8 m5 o$ ]! ~0 v: z: v; A2 U' C
8 g/ @5 I: R- l* F8 L$ c5 KThen Tom's anti-hack is no longer useful.5 F+ G+ p/ I8 L! w. S, U
2 f1 {1 |+ j( }3 o2 J
LG Sedrika
Part 2 of blocking CE & L C$ p4 ?' ]: u" O
% c' W; @; C' a5 ^3 `( _5 rIn 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. ( f0 Q7 Z0 r3 I: r
What does this have an advantage?9 I4 Q+ y- Z$ t: m! R
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself c* }6 k5 |% n* a& `6 r# a# r
0 q5 L& r0 j$ o% L: f7 q, G/ c; W' {* \0 `5 j* b
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
6 m6 B+ O# S0 f2 |; Q3 x" ?5 D E4 f( q3 _) o/ P {) e7 f
Then search for the following content in HwOption.cpp : N: j+ t) k3 g
: z% G% m- S1 ?1 N- I- v& Z+ w) t' m& ?' [! }4 }
if (scan.Token == _T ("ip"))
! T/ H8 [9 V) n6 H{, V0 M+ m4 A0 \) h: \: [: q c* a
scan.GetTokenEx ();" S. J0 w6 h l l3 n8 b
strcpy (m_IPAddress scan.Token);* E8 E4 I* }, P; c% z& i; ]% Y- k
}/ P7 a! g2 X, C8 F- n% ^( U$ I8 v
and turn it into this:
# E) m4 k& L% R& z9 R2 {Quote:+ l% D* F5 V: r8 R$ N" W8 x' P
if (scan.Token == _T ("ip"))
: s- }2 Y3 S/ O! i* e- j* O{5 A2 _( |7 s( P" p t
/ / Scan.GetTokenEx ();& v4 t+ `1 @. h
/ / Strcpy (m_IPAddress, scan.Token);
2 T( T! z. E7 s7 F; b}
: t0 L/ Y8 a W1 x3 {7 }And you created the solution.
, M; a& D- B o6 y7 e. I
) \9 l* |2 Y: `- T. z2 u; K& h3 i7 p( }
Then read the Neuz not the IP from the INI anymore. even if put in it
0 I& t) u2 V+ Q4 @$ b
/ A+ r) B, e$ B# P Max skill's 3 B+ y& I$ Q4 |% r: u
3 E* `, K: k/ \1 X# M
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
. v. h7 z! {% R7 t/ h4 o' d& J& p
2 q7 r* X( L! nWith the TUT can provide the remedy it
/ W) k1 ~4 @' F
8 Y3 _ T% H2 C' L9 ]& {3 d& o# 1 opens the file SkillInfluence.h( V3 C r8 |. B }- s
# 2 Search* X+ a- R- R: A
Code:3 F$ A- }% o( R4 P" w+ s2 Q' g, G# h
% b8 k' Y9 n8 n, T U
# Define MAX_SKILLBUFF_COUNT 140 G5 m, c d9 U5 v
* j; q) M/ q% O" x6 E
# 3 Change the 14 to your number (eg 21) and save it from
5 ~, b. g `# Z" P9 h# 4 compilation and ready* T$ o, T5 Q9 z; ^5 s7 a/ `
3 M9 ^7 c& X$ o+ o
2 u3 Y! M; X$ t( g0 GI 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:
4 [7 ?" D# @5 N! ^7 q4 _9 z% J3 q
) [1 k$ N: k- p0 Edennisdra7 W4 B: j S* M4 P7 C8 T2 q/ y
.Crasy) M2 q3 }7 Q9 N* @4 L* m
©ross3 u2 Q p1 V' q' j% C+ N, [
Sedrika
! P# g& f: F0 _; D& a, B9 z: A' M0 W. o* f5 G+ c* _' V+ J+ D- L
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!
/ s; P: t9 ^6 O$ _* @
: n1 A- E+ C5 l/ x3 vP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less& g' {7 X% [0 {$ y( P# r2 {& }
* D+ ~( ]7 F- \8 r# n0 t2 b" ]8 f" j2 B% q- `+ b& g
Update 1: how to turn off "Profiler" in worldserver.exe ) T1 H) L. j5 Z$ r! Z+ S3 u0 K
8 t7 d( p1 k) Q5 b
: k: E8 G3 N- `) Q4 F" Y7 N
in VersionCommon.h of Worldserver Solution' u+ J$ p6 k& ^1 O( `
Look for5 n* u$ |# W* C V, q4 v" l+ y8 j; R, G
" S# N$ U* G" B# F+ V#define __PROFILE_RUN3 G( C2 T- D3 w1 x9 u# R# m6 I, [
: c- F- T# [3 k d1 F3 T$ i1 e% dcomment it or simply
$ o8 R0 x, p* t) I5 X0 z1 E' v* H6 M/ L8 Y2 ]6 |
//#define __PROFILE_RUN - G! r! V& t4 n0 c( n3 _6 e
& `4 b. r- V6 Q4 B- \
6 c- \# W( p- W7 L+ \* jcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
& h. F5 ^7 x, M7 j/ K1 Z* t |