|
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
5 U2 s4 v& r9 I3 H# Qchange level without Rebirth
) w# l* a, l0 P" J; \! ?0 k7 {
# i% O) k. {3 m8 x' Z qNow, let us begin.3 X: k+ d' [+ f
# }* A/ h6 A- ]5 A/ V
Requirements:
7 X5 ?" i4 |- E$ X: n) r4 n! TSource
% e0 E% c }* `; {7 _, V( }Notepad / Editor' V/ }* f9 T. U) Q+ W' M
8 F) ^6 H# q" X- d1 h/ / Tips by Sedrika+ N% T9 g/ x& H- a$ Y! ^
5 j( D) S( g7 F. x" [/ ?
It is up to you how you do it ^ ^- g! `1 c+ T% g0 t9 T6 g8 @. I
3 M3 V( n0 V- M# F4 q: Z
Go into your source folder and open the definejob.h/ c n: D( k6 k$ o/ w2 A+ H. h
Search there for:
$ W: E5 R. ^0 I( v3 I! K+ v
0 K5 @! X8 L2 ~. ?* N& r( `#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
6 N+ m1 ]/ C h7 Y#define MAX_LEGEND_LEVEL 129
: n" v9 `% i3 o* H#define MAX_MONSTER_LEVEL 160% Q4 ] c5 L' m2 V8 G7 B2 B2 _
#else // 15Â÷ è÷¾î·Î ·1o§è®àå z, T; A2 S: @5 ?: T8 ?' _
#define MAX_LEGEND_LEVEL 121
! z& \9 U: e7 n) L- `% ]' l1 a# f- I#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
" C! r/ |! q8 C( X) G3 e t! ^7 v& n; @
6 } l6 S( R( G& e" Q+ @
Red: Player Max. Level! d9 h, r) i8 y! `/ K: \5 Y+ o
Green: Monster Max. Level
* {+ ~% y }+ A
) v* Z* B, _& S' j( JThese changes as simple as you want.& S& ^5 Z9 y/ D" [7 ]/ {
. o/ G* W4 R- d( x: C4 S& u, oThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
" ?; K& F' i2 P* W
7 A) g% e+ S/ }5 Y& s3 V
Part 1 of blocking CE
* g* I0 y* K4 d# l+ U4 U/ H, k# ]- x( g7 m, \7 D6 H; Z- P
In this tutorial I will show you how to change the Head of Mark flyff.
4 [8 `& B4 C% `6 k8 o8 bThe current Head Mark is well known, 5E, which results as a string ('^').
. _8 }; l* J% L! [
3 v. C7 ^. z0 l4 U! z; fFor this we go to the World (Project) and looking at the Buffer.h after thistext
/ K7 s- w) \/ S$ F! dQuote:
% k4 y* _1 `7 D# Define HEADER MARK '^' / / Normal messageheader3 J3 C S, Q" g% x: V$ M: e- ^
# Define SYSHEADERMARK '%' / / System message header0 f6 c$ W6 n9 ^/ I; z7 W* I
What the Sysheadmark is looking for is not even the top 5E.9 ` ~9 k4 q& | {
Change this and it makes the CE Not work on server./ ^* n) ?8 ?% W9 J* L% e
* h! ^+ x" L: d) r0 p. X! x$ u
Then Tom's anti-hack is no longer useful.. C* f9 b' H& h- h: t. R0 z J: e5 {
4 j; E. ~4 b3 m' H; C% X0 zLG Sedrika
Part 2 of blocking CE
! ]. k- p4 b/ @* ~; U' I' D
3 }0 C- p$ v5 v$ R! @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 o R! r9 x3 Y5 T9 b" ]$ U. ~
What does this have an advantage?
1 s1 C) F R7 q0 R' ]The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 6 C, x9 R/ _8 x: K' u# J
4 n. N9 b9 a) V/ a
0 e$ p' y9 u; V- `( d$ t
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
2 p' B6 ]7 p& Z9 M# o2 M0 C$ X3 Z5 G( Y3 g+ z; N; I
Then search for the following content in HwOption.cpp # Y0 m- f; u- V* ?
( Y" L7 N" W! f& h& T
' ?! k; i: B9 K' l( N7 M
if (scan.Token == _T ("ip")); u8 ^* S( d1 _
{+ M: y& `+ T( W9 A
scan.GetTokenEx ();# y3 }9 Z# ~! C$ F5 S
strcpy (m_IPAddress scan.Token);1 M1 L; D" g) A/ A: ^
}
) ]1 L6 l, c8 K) nand turn it into this:# ~& t- n, p$ g$ l" n7 e
Quote:
% {% o+ r2 V5 o/ p1 B1 Nif (scan.Token == _T ("ip"))6 h3 B" M5 x+ [( s4 `( v
{0 X+ D/ i; @ w/ n" L' \
/ / Scan.GetTokenEx ();% g# T( s' W/ D0 |4 w$ ^% u* |
/ / Strcpy (m_IPAddress, scan.Token);
" v9 ?6 U! k7 p1 t( ^}6 E; S) }1 @+ O' Y
And you created the solution.
5 [- v, S9 s) n0 G2 \% `! f& Z! ?& d' R
+ s3 Q# q- W3 PThen read the Neuz not the IP from the INI anymore. even if put in it7 n4 z. P0 \4 y$ L s: D& m4 y& ?
4 X/ v W+ F7 Z$ d8 b! {7 Q9 t
Max skill's 0 @' f# e0 I9 ]% v* H% b4 I D7 G7 r
6 a' i7 c3 u5 |; \; P0 rAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
$ j" `% ~4 h( P* j" y* k
% H7 A! l8 { d8 fWith the TUT can provide the remedy it: g6 \5 ^: m9 g( Z1 } Y
) t$ S+ ^6 s. ?; p6 B; a, y: X) b
# 1 opens the file SkillInfluence.h
! W$ q F/ y' i& D. @+ S/ F# 2 Search
# A4 a' D5 a" ^8 R* K5 n7 uCode:
9 {) Q" O$ b1 c- T. V9 v2 J( C* R, ~' Q' a z, s
# Define MAX_SKILLBUFF_COUNT 14
7 f. m3 }* Z6 Q# a' M6 f7 U- T$ b# U: X( T$ O1 U: K( i V8 c
# 3 Change the 14 to your number (eg 21) and save it from
4 |( a5 q3 ?5 R5 o# 4 compilation and ready
V2 ?% [7 K* G# q% F4 v/ C9 ]$ s( R2 V `2 g
& {4 _7 x+ c2 X$ Y- n8 Z8 m. `0 ~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 P7 ^2 @& i( m) e0 s$ U- S
5 J) H3 k! |0 [+ A+ jdennisdra0 w" o L9 Z4 ]; ~7 m) u
.Crasy
6 y9 u- U2 o( m©ross f+ s# e+ d5 E# q$ L H
Sedrika0 c1 E2 f: A0 D; f( @1 B
4 o3 q# f" v0 k
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! + w5 W7 K# x8 |3 O. M
/ |6 t% u3 F, L* ^$ q5 [8 `
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
( Y, B7 T& b( w1 k/ m9 k* ]7 M' K5 b; g" m7 b
7 W) h a- p- R4 `' g- {3 LUpdate 1: how to turn off "Profiler" in worldserver.exe ( y0 R! v) L1 L3 ?6 n. `
/ V. ^4 O1 ] e) }4 N
" I7 p5 Y- o' v. }. q; X" H- Q
in VersionCommon.h of Worldserver Solution
8 k5 z, h d- vLook for
1 F- S Z& i" j# f. U# i( q: l* m% l( h" W
#define __PROFILE_RUN+ x+ ~/ Z; h) `0 ^! L
7 W( O1 r4 s1 S8 s2 z" |( P
comment it or simply, Q% C$ _. Y: _! C5 Y
$ |( _$ ]+ `' ^4 l( X: C1 m9 J
//#define __PROFILE_RUN
/ B) W# S3 {/ x3 u6 T) K& J2 f5 w% _0 b
& g( Q4 E7 n- y/ |6 J4 u
# ^8 Z$ L! `, M4 |$ l' `' ?. s6 ecredits 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投寄。谢谢。我添加更多的很快如果你有病加太 / i/ x$ a% `! I9 d* `* A1 l' P) |
|