|
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 + e3 A, h6 }! S b
change level without Rebirth: t3 R0 ~; C% H9 M/ x- G8 x
* k1 v' l3 v( ]! d% a
Now, let us begin.
- o5 V6 g* W8 B( f. _6 G* q
9 t) Z% x! f. Z% eRequirements:
0 R) y) Z: y F+ X, `Source$ m4 T/ _: x9 m x' g: c# V
Notepad / Editor
2 ?/ [% p s# R, r; v! o% Q! u( F. u# z( o* `
/ / Tips by Sedrika
) x0 K2 W& C L+ V2 ^( B, p/ |
l& q4 R' t$ |9 K, ^8 `It is up to you how you do it ^ ^
4 W8 w. R$ U" ^# h/ U' ^# u& f
6 i* u6 f* Z/ yGo into your source folder and open the definejob.h
$ g, s/ C: ^+ a) P. HSearch there for:
`9 U4 U& C5 M" n* z; C
+ P1 W _! c% e! V# Y4 [- z2 r9 Y: O#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå+ c' Z0 P' W$ {( {7 h8 n! _
#define MAX_LEGEND_LEVEL 129
- a1 n, ]8 Y0 i# p# E4 a#define MAX_MONSTER_LEVEL 160' ~* Z2 g$ }( i* b3 f
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
& G2 `, `5 j+ X#define MAX_LEGEND_LEVEL 121, ^5 d/ c! A1 D/ R4 S1 l
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
1 u+ T0 t8 i: Y3 Z1 l4 v
( E! g. U) e: ^% y1 Z% o6 _# _8 g4 D4 K
Red: Player Max. Level q" W8 B7 g# Y
Green: Monster Max. Level/ o1 [# q: a3 k$ n
8 f f5 f3 g( f/ Q9 ?- JThese changes as simple as you want.
( g# }& ]% \/ e' ]) X- }, ]7 S3 D6 m b D
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source." E4 p; H" o; A; [ T4 [% D% M
7 v6 L2 |: t' b, j$ @1 L Part 1 of blocking CE 3 `: v1 \2 ?% k3 t1 \
# y$ i% p4 g# p
In this tutorial I will show you how to change the Head of Mark flyff.
$ J2 Z% L% z6 M7 r1 I5 P! X8 OThe current Head Mark is well known, 5E, which results as a string ('^').% } l0 ^0 Y7 h% j( U
: z! ~7 T/ `; xFor this we go to the World (Project) and looking at the Buffer.h after thistext A. Z' C4 U! n1 p) R
Quote:0 _8 O& r- E& ^, x- ]
# Define HEADER MARK '^' / / Normal messageheader ~) L2 I. s7 _+ U* A8 f7 {
# Define SYSHEADERMARK '%' / / System message header
% {/ l! H1 o+ N. E# a) a3 K0 sWhat the Sysheadmark is looking for is not even the top 5E.
3 a2 x0 C/ X" |+ u5 ^3 V6 s5 wChange this and it makes the CE Not work on server. O$ ^% j. E7 Y5 l+ T* G- u
# r8 K) N8 |% ^) u$ J1 G
Then Tom's anti-hack is no longer useful.
9 r w) m8 m9 |% U- Y. C6 w4 y* C7 F5 a/ d" X: C( P
LG Sedrika Part 2 of blocking CE
, A2 C( `. r0 F' e9 z' ?3 O; s0 R2 o8 b; j3 x
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.
& a0 f6 N3 A5 B, [& F+ tWhat does this have an advantage?
% b0 Z/ q6 e( G1 |" EThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 6 e- O" N" B X
) S" [. m6 r/ Z+ A8 L# l: E4 _
( j& F5 F' U( K8 s/ h6 t3 y! eFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz." z: K5 i/ J7 i F, v* W5 ?
0 c* V' W. N" C6 E- O8 M
Then search for the following content in HwOption.cpp ! Y& Z" {* m# z0 [; Z4 \
3 R6 p9 k: c) Y& @: M* N7 H) m" A
, ^+ [& X: ], }, m; R6 n5 }% Yif (scan.Token == _T ("ip")); l3 ?3 Y5 k5 W9 s' X b
{
, |) B2 i2 e+ @ C% J cscan.GetTokenEx ();* u( D) _* T2 I* x. g
strcpy (m_IPAddress scan.Token);5 }% ~ u* H8 X. J! D( a
}. [% v! s. Q9 g% L& W
and turn it into this:
1 q) K9 ^8 W5 k; e2 H$ {6 |Quote:
' p8 @0 F3 p# w2 P1 [, fif (scan.Token == _T ("ip"))
* Q1 S9 H8 M; \ ~{
! w8 O b/ q1 H/ / Scan.GetTokenEx ();
% t4 U# ]' C- K- w" ^2 U/ / Strcpy (m_IPAddress, scan.Token);
8 H& f3 g4 X, m3 }) N}
% d; F0 i0 {% K [) o* l$ ZAnd you created the solution.
' O* D( ?6 S, N+ W& f0 g3 X" {. G) l9 \, U; ~, |' R
3 L, M4 | N8 a, `# J. o# N% a5 {Then read the Neuz not the IP from the INI anymore. even if put in it# b5 L6 m$ r8 ]+ Z
5 p; ~, M1 V) g8 t* ~
Max skill's
/ E# O' {" F1 K) `* G; H, Q, X: i" L0 e% c, `# T
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 0 k& \- e! @8 Z1 K
0 F( ]& k! E8 j( q7 j$ r( G4 e
With the TUT can provide the remedy it4 I+ v* J/ I! A, d1 J: X8 z$ @2 Q) `$ n
3 s+ C/ \4 H- A
# 1 opens the file SkillInfluence.h
* ] Z' y' k1 j& \, X9 G2 m# 2 Search. E* }4 }+ d% g7 D
Code:$ i4 z. ^3 ~0 W
% L8 L+ V/ s4 ]8 p& R: N' ]' m# Define MAX_SKILLBUFF_COUNT 14
% A$ S/ Y2 C$ M+ t0 x. ~+ L& {) l" A# _& _
# 3 Change the 14 to your number (eg 21) and save it from" `5 G0 M) ?/ N, c# `
# 4 compilation and ready! a* t7 U5 X2 T1 i( E) p3 ^" h0 e
* L9 m3 `, Z6 a. G$ ?. T; q- g1 e' W }$ z# t- v' 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:
+ a6 h$ y/ X' I' j/ E& L( `
2 D) F' x+ g7 {' d/ b0 a. Mdennisdra
- ]" y; }7 @+ |3 u, [.Crasy; s" t7 q2 j( U4 |! e- E, Z
©ross. G/ E: E& s R2 B% F
Sedrika! K/ a% @" V% v9 I3 z) P
5 X# j, {" [ geverything 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! ' H" I2 r2 n8 `- H
- m3 ^- X& ]5 }! [
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less A- Z% M. ?3 t$ s& v
" l! g) c1 Z- M5 I7 p- b2 l) e, p( y1 j/ b* @2 ]% T
Update 1:
how to turn off "Profiler" in worldserver.exe
/ q6 m$ {& K$ ^# I
o. ~: Y$ |- G% {3 F% ]" K$ ]1 B
! Y0 T9 m" A4 L; Bin VersionCommon.h of Worldserver Solution+ u% H1 L) |2 w& `2 G9 Y8 A. h: f
Look for
3 M, f3 G" [' y1 j- K# U- u) I% d5 e5 n6 _) _
#define __PROFILE_RUN
" l6 j0 S' m7 s. f* I3 R& d( H3 O y. q) K, Z/ q2 ]2 ?+ [
comment it or simply: `8 B+ U6 z0 b3 f, D4 K# F0 J+ D
# v' u7 C# f" g- E( f//#define __PROFILE_RUN
$ y6 P( |" y$ c2 N; u, A3 x1 ~5 R9 @- p6 a
) Y4 P% S# y 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 T4 V" H) p$ f* M, R |