|
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 \! U1 v% {' p; p* K
change level without Rebirth
0 j, G a: J. P0 {4 `9 p; `6 B/ C7 `; O
Now, let us begin.
9 j. b3 v- ~% w" R% M( T; _# X0 d& Q+ J. e, D5 v
Requirements:8 u% y) z7 l; f/ k! ~
Source6 w- |& q# z% M
Notepad / Editor: z$ S; I4 u, M0 p3 W- G
8 m; G( x# _) b" M
/ / Tips by Sedrika2 B% @5 e8 x, k
1 x( N2 i& i+ f: @1 _ ^' o
It is up to you how you do it ^ ^
0 c. {, |! k% F0 t; Q1 s$ s0 i" x* ^/ U6 v' T" R0 j
Go into your source folder and open the definejob.h$ b* @' Z: @' D) @2 r8 t
Search there for:
0 G( d0 j/ s) f) v4 w D# s4 X9 J; J3 P7 y
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
2 A6 U9 }/ t! e. Z' n! [9 }* Q#define MAX_LEGEND_LEVEL 129) G& T1 Y* P2 C2 U$ n7 q
#define MAX_MONSTER_LEVEL 160
5 a4 ^' T. Q7 s#else // 15Â÷ è÷¾î·Î ·1o§è®àå
! g2 t6 w$ y8 V6 ^#define MAX_LEGEND_LEVEL 121
0 Q5 c' b# V, D' A% W3 e5 m#endif // 15Â÷ è÷¾î·Î ·1o§è®àå + l+ l/ @( n! \
. W' e6 R, e$ q4 F8 ?
" l( N$ E9 w9 Q! \+ H: X7 WRed: Player Max. Level& T, W5 m2 E N' Y# H
Green: Monster Max. Level. G' g3 R7 R U! t B
* \# \6 w9 A' R, b9 x4 a D' yThese changes as simple as you want.
( v- X; K& p4 g) } h/ r
, _# H' ~' y) i3 w; Z- c5 z/ j/ mThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
: J8 Y+ ? t6 j5 T9 _1 f0 v
$ e4 O. @* _! J1 S" s& h Part 1 of blocking CE
! Z1 X& l2 f7 D/ b3 c9 |2 f% o' ]: B1 X* X
In this tutorial I will show you how to change the Head of Mark flyff.
! s. {4 q, f# C) y* g) G6 c7 ]The current Head Mark is well known, 5E, which results as a string ('^').
5 Z; g. S; l. k- x, t6 l) L E/ f. ~/ O4 l0 a* D
For this we go to the World (Project) and looking at the Buffer.h after thistext
5 [0 ~$ i# a3 w+ ^Quote: v1 M" p" Q5 d; ]
# Define HEADER MARK '^' / / Normal messageheader. ?9 ~+ j$ A) X$ J2 \
# Define SYSHEADERMARK '%' / / System message header$ v5 }1 C x7 N% O( f
What the Sysheadmark is looking for is not even the top 5E.5 X0 B" q8 U9 `1 j) \1 q1 m& _1 C
Change this and it makes the CE Not work on server.
* Y E. _) s0 G# C
& V# ~! H6 A9 vThen Tom's anti-hack is no longer useful.- _# _* m& w1 Y
# W6 c* x: B2 q3 pLG Sedrika
Part 2 of blocking CE
5 C2 t0 t4 S: q w
$ _ `- u5 n: i* k# N9 nIn 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. 9 E% B) @/ K4 I
What does this have an advantage?
* k8 D$ N+ X7 q e6 mThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself A% g* S$ d: `( H
& _% Z- s) z* k4 E! m c9 Q- B0 M% h( l, [0 Y: E
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
, R1 i4 } L* X8 k7 l7 _
6 P3 Z; d+ ~/ {0 P- x: x+ \ _Then search for the following content in HwOption.cpp
$ f0 b7 S1 A* ], p: m2 C3 y5 R1 d' ^
/ f! k1 i! _0 a/ G/ \7 c; N- \7 h/ e; I( m' I$ G
if (scan.Token == _T ("ip")). {4 h a3 x! E5 m. c
{
0 A1 l2 ~& l% K" m$ l/ V% lscan.GetTokenEx ();/ a h8 V. m, V. B
strcpy (m_IPAddress scan.Token);
% T; r G7 j/ Q' _}
% w* k$ i; X8 Qand turn it into this:8 L, L6 P0 ~0 `; T+ q
Quote:
* i# @& G/ Y7 l7 dif (scan.Token == _T ("ip"))% ?/ s' t# P0 u
{& t/ ~/ v5 L( r3 r
/ / Scan.GetTokenEx ();
6 a4 j0 f4 E) Q/ / Strcpy (m_IPAddress, scan.Token);3 F4 L4 u) P2 ]' l
}
4 s/ o, M: m; L2 [0 WAnd you created the solution.$ g4 k% G( E' {3 _) A
& X% ?+ N0 o4 k: ?, t
$ j4 m, @# r9 Q9 I/ A$ ]7 B& fThen read the Neuz not the IP from the INI anymore. even if put in it
* s& i" Z$ {% \: v
0 _% q. F7 i3 `* B+ B$ z
Max skill's 5 T* b" P0 `) w
8 \1 ~' p, T2 jAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
! b) I5 C/ a/ N+ i. E4 S) o
3 C+ C, l4 N. m( F; N" YWith the TUT can provide the remedy it1 q2 G2 Z% R5 j7 w" [
- R. G* N% V4 f) w4 x5 x2 R" Z
# 1 opens the file SkillInfluence.h9 v) ]* b0 K, P% e5 s% k, W4 R
# 2 Search
% z3 [# t( h& Z' mCode:
+ ?6 y( U; X( v) |9 x+ i4 u+ t6 L+ _! U( v2 C5 k5 Z% p
# Define MAX_SKILLBUFF_COUNT 149 `2 U( X( @6 P4 C' h
* U/ N8 [' `* B* S8 n4 N
# 3 Change the 14 to your number (eg 21) and save it from
! T2 [( |; c! W, A% _# 4 compilation and ready! c' l- y, s3 y* Z( B3 v9 p# k$ _! y
1 u* P- h I8 q1 E/ u) W
" h# j% P4 m, g4 h' G! ?0 F6 Z0 B
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:! X; z3 D. V( ]" w
# M5 D- P8 [) R {2 W
dennisdra
& H* H7 L9 ? ~) G4 J$ _' C: l.Crasy: ?6 z% l2 D( }7 [6 C2 @
©ross7 {: J a$ }5 E
Sedrika
# [& D$ q( k0 f( A- Y
6 |6 o, k( L; d7 H5 i% P" Peverything 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!
# w' a! h2 |. E5 C! U. I5 g# w
: ~$ J- q. k# k8 H& y OP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less$ }7 b0 g5 t; w A: g- z# ?' N- E
" Z, R" i5 \; Q x* [2 E) i: Z& K$ f- b J7 J7 A# l4 R
Update 1: how to turn off "Profiler" in worldserver.exe
9 x: n. q0 Q( f& z M- h t3 h* Q+ c' t0 O9 k( @' n2 [' c
" } b9 u( S. e X% W; q yin VersionCommon.h of Worldserver Solution
. {9 q, I7 C: v3 x1 }1 ]Look for1 ^0 Z/ F- d3 s; ]: j/ m
- P+ @) e9 _% J2 r; n. A! C2 ?
#define __PROFILE_RUN; F4 g7 l, Z" N8 T$ p9 J* _( x
# j) n( ]2 P/ H0 ~8 V" ^
comment it or simply( x, K# ^5 y! q1 }
' @: r: ?- y8 `& A
//#define __PROFILE_RUN 0 n5 R% k2 o+ s) d; U* K
, h7 C @ n! y: w
6 K" Z' F' w3 A7 `- U% J( Scredits 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投寄。谢谢。我添加更多的很快如果你有病加太
3 ~$ E6 L: g. L |