|
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
3 ]0 ^/ S' ^) F% Y2 pchange level without Rebirth
6 k$ @8 ]& I4 ^% v' J: B
/ ?7 t& A7 K8 _% RNow, let us begin.! ?/ K, Q7 M2 \0 Q/ @: R
& n: I8 {( Z/ [8 n9 @0 \
Requirements:
8 d, X3 N/ s& Q% L. DSource. ?/ O t6 n* {9 k5 j
Notepad / Editor Q8 x0 d! e& x7 D
2 E! o1 X, }# T \) [; D# q: A
/ / Tips by Sedrika
% v/ V: ], A+ E# [- ]" \: ^+ j
7 ^9 q* s9 F. v b9 |It is up to you how you do it ^ ^
2 L6 d9 n/ g3 y1 @+ R* q. n+ ^: a$ @
]4 b+ f; l- VGo into your source folder and open the definejob.h8 `* q! J" l6 x
Search there for:
+ j: q& {/ E, a6 y- i8 x
- \0 g0 R2 ^" \/ |" X& }#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå m. f0 g" j H+ x+ i# f+ W
#define MAX_LEGEND_LEVEL 1291 d4 `' e5 a* }
#define MAX_MONSTER_LEVEL 160
3 D! j, y3 U; M% n V: y#else // 15Â÷ è÷¾î·Î ·1o§è®àå
( k5 P4 L8 z. F/ W6 M- A F$ \#define MAX_LEGEND_LEVEL 1210 }) ?0 L7 \, }4 v+ v3 W
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
/ Y0 ? O" r0 Z8 v0 O0 D1 J# k& k% X+ T. |8 P
% L; f) N b. r* a
Red: Player Max. Level
6 {' y; Y7 K4 j/ g8 eGreen: Monster Max. Level
1 ], _, {) y' E" ~
- l, s2 b: G( U- w) M% {4 R: y9 bThese changes as simple as you want.
9 ?! L2 U" i7 O9 Y
& ]1 N8 u# T' q" J9 c8 tThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.* `: d4 r% ^2 [- P" m" o
: U$ A& Y* h+ a
Part 1 of blocking CE
4 t4 C- Y. [: R/ v/ M
, c( X) g: \# f$ r1 DIn this tutorial I will show you how to change the Head of Mark flyff.
- j" L" `6 o' U- sThe current Head Mark is well known, 5E, which results as a string ('^').
+ `6 _/ h+ {- c9 w' J% n, H4 ?5 K ^( A# V* \- Y; i
For this we go to the World (Project) and looking at the Buffer.h after thistext
$ V, ^6 c; N' Q% RQuote:
0 i$ v+ g! |. c6 A+ A8 t# d# Define HEADER MARK '^' / / Normal messageheader; I S- m/ ]% h3 b) S7 J6 q
# Define SYSHEADERMARK '%' / / System message header
9 V, x; i% z: \1 ?, B; w! wWhat the Sysheadmark is looking for is not even the top 5E.
3 v; P4 c! H. Z4 f0 S tChange this and it makes the CE Not work on server.
) b7 k/ ^% C( W: ^ [: t4 k% c
Then Tom's anti-hack is no longer useful.
( V8 w% ~+ T4 N% N A& H0 E2 b1 ?4 _8 n" O
LG Sedrika
Part 2 of blocking CE
( X' ^. n) | W2 B2 `3 R; Q0 x$ k8 I4 Q7 f
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.
3 }; j. r! m5 D) q, YWhat does this have an advantage?% E% b( ~/ w( ^; t5 n
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself $ R7 y5 c3 m: O- t. `4 e( A; e
, ]* I$ V* O7 [" V8 o" Y
0 b# ~5 J+ n$ W' H7 n5 F% `) vFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
1 a1 e; W9 S6 U7 K% v
; n- o. x% T* M. p* CThen search for the following content in HwOption.cpp 4 [- s1 L$ k0 O( z0 u, O/ o: w
# j4 [, [) i# X* d' x
+ D9 `* K( O. L. j5 p- p7 s2 ?% r; _! q
if (scan.Token == _T ("ip"))
" |7 s5 Q$ m" F/ X! u{. r: v5 ~' N3 _5 C: O- [
scan.GetTokenEx ();6 I# T4 v2 f T, Z
strcpy (m_IPAddress scan.Token);& U2 F) f! |% e6 i: v) u
}
|2 }2 y5 K# u" b7 I, X! x( mand turn it into this:: J9 o" O) D* ~" O% Q
Quote:
, o9 ?" o7 E( C! R, E) K4 Uif (scan.Token == _T ("ip"))$ U% l3 y! A4 b! X) o% }
{
# F3 T) f4 L8 R# ~5 `# r3 w/ / Scan.GetTokenEx ();& ?1 v4 u3 L+ M! q8 r
/ / Strcpy (m_IPAddress, scan.Token);
6 O) K6 w- f9 p8 L* b1 }}
5 a* [$ O+ Q: N: a$ n# {; H# CAnd you created the solution.& E' k- g5 I% }8 D
( z. G3 R* i. s. c1 m
. w) P( ?* r+ W% X, T# i
Then read the Neuz not the IP from the INI anymore. even if put in it Z3 E- `. }2 z! Z5 ], N6 a+ f4 b6 z
( _( }7 z7 X& `5 T1 Z: B3 G
Max skill's
" F( X% g$ @7 m; t1 s+ j/ s1 W% X- \8 O) Y# b- C
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
+ _! m! K) h5 |
8 i( `7 H- W* h# TWith the TUT can provide the remedy it: w9 v2 Q3 t! Z7 H1 Y a7 h
* u+ l6 O+ {3 f8 B+ ]& R# m; A# 1 opens the file SkillInfluence.h
. ~0 A# l6 o1 O' ~* N$ H: N8 T# 2 Search/ w! M6 A4 y. z' N0 ~- {$ o
Code:( y# w) h- z2 e* V. y* V- s' L! B
' B* O0 D" {$ I# Define MAX_SKILLBUFF_COUNT 14
! Y# j9 c1 I% Z5 `/ T% W( ~8 T2 y% d6 b4 N' q! k. O
# 3 Change the 14 to your number (eg 21) and save it from
1 o X2 p4 q( e: M- M; B. k, U$ o# 4 compilation and ready6 f( `; A8 e, H
/ U& c7 M0 Z _5 h% |3 a
) [! d3 Y# E2 D- \8 s- y) O
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:' l0 c7 N* p7 Z( Z9 [5 ~8 g/ G
* B0 R: N6 G% |/ N1 `3 V# p# W: z) g7 o0 C
dennisdra7 t3 `9 o5 r& c
.Crasy3 y( G5 A$ Y1 m6 a
©ross
9 Y5 q2 S% l+ J) g8 j. dSedrika' t0 \: X0 J3 [8 a
* P8 M5 ~, N5 G# Z8 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!
: A% p; L$ ?: @) [5 a! c) G4 u5 t( _4 a' |$ `% [
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
+ |1 _) F5 v2 @" ~! }6 Z* u# V: q* q7 g. Q" ^. D7 M
+ j; s0 a' }3 ~) G5 ~Update 1:
how to turn off "Profiler" in worldserver.exe ' h6 |& _' ]# B4 ^5 ] A& Y9 Y
7 b) R" V) c$ B$ c" F" u' {. ]
# B4 o$ l+ I, T* R- ^in VersionCommon.h of Worldserver Solution% h7 v% g$ \! }3 i, A! S3 |
Look for8 G) F! _& \- Z+ L1 r3 s) n6 f) p& d
! i6 h( x9 ]' s# f1 r#define __PROFILE_RUN, ~5 p3 f7 R) d8 J, J
' W# d# I3 K8 a' E! ] V
comment it or simply
9 L$ ^5 p9 X# S$ y6 n# U0 ^3 g
+ _5 C4 E" H0 O" d9 S8 z; @$ A- [//#define __PROFILE_RUN
; Y* R( u( u+ {. u/ U, x% V( j, V3 z6 \8 o2 Y
, O* Y( }1 w& h4 G w8 d. [% r$ Ycredits 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投寄。谢谢。我添加更多的很快如果你有病加太 c3 j% B3 u/ C. z" B
|