|
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 - V7 q- d1 E! F( G
change level without Rebirth
2 E) g) S0 y/ x2 e2 O5 J2 V/ t/ o9 }( |# ^
Now, let us begin./ c; w+ e& @9 ^. h' g+ H, ^
! H) B! z _6 `( I V6 c
Requirements:# w9 l- u& [7 @ ?2 K+ @4 `+ O
Source
0 ^1 Y" z S" A5 k9 F eNotepad / Editor; g9 L Z7 z6 |
; S* d2 ~6 y2 ?! Z$ A/ / Tips by Sedrika7 W& r q1 s" U2 E" d% d" z
3 m0 O& k* z7 h5 T
It is up to you how you do it ^ ^# ^$ Z% w: P) h/ n% c# G
* K1 S7 I4 e4 N8 Q# c( y* N0 [
Go into your source folder and open the definejob.h0 L" [$ F" W( ?, v6 L/ {7 A
Search there for:
0 m1 k7 i1 v4 i4 P% ?+ X7 _5 b( I4 a8 {
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå/ a! G8 K. h5 \* P8 C3 n. g) a
#define MAX_LEGEND_LEVEL 1297 E z* Q! q. X9 A( E
#define MAX_MONSTER_LEVEL 160- G2 ]$ J+ r7 j
#else // 15Â÷ è÷¾î·Î ·1o§è®àå5 k- g! M2 q) R r( t$ m
#define MAX_LEGEND_LEVEL 121
& A7 R4 L! ^/ I3 j' y0 w' Y#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 5 B3 _" k3 f( {8 q# H, Q9 u
* [+ ^3 B$ d$ q8 [' ]/ j _& \
' Z; X3 Q H7 w7 Q! x" E6 mRed: Player Max. Level& \! h, Z8 J) U: p5 g F* p' W
Green: Monster Max. Level
0 ?7 D9 z- C* j% \- j4 y9 s
" j* R/ y) E; l2 tThese changes as simple as you want.$ a9 W/ V' }* b5 k3 h8 }. b
% W' N5 \" }. k" j7 H) O' A
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.% ]3 o9 z+ _' r" \% C% F% ^/ f
# I6 c6 k4 S. `1 z4 U# n; w2 H
Part 1 of blocking CE
) B: k. P; k) }8 M
$ }& A4 m% c1 i# e! l* t6 `In this tutorial I will show you how to change the Head of Mark flyff.
6 [3 Z! G9 D" ?& }4 H- `% Q9 PThe current Head Mark is well known, 5E, which results as a string ('^').
: |2 E+ v7 B# y. j/ ]$ n& Y" A. j" V# J' o: A$ f3 u# s' v1 @
For this we go to the World (Project) and looking at the Buffer.h after thistext' c9 \: Z2 U( d7 O' @" c
Quote:
8 l3 ]+ x2 @6 W# Define HEADER MARK '^' / / Normal messageheader+ l! s' C2 P' m3 y& w
# Define SYSHEADERMARK '%' / / System message header7 a1 @" M2 O1 u5 s
What the Sysheadmark is looking for is not even the top 5E.
! ?+ N6 x0 b) n/ ^' N8 Y: i( l3 m* _Change this and it makes the CE Not work on server.
* M P8 N4 P# h7 ? g' }
6 N1 y# p- r; V4 j3 |% sThen Tom's anti-hack is no longer useful.
& P0 {$ M$ @% j9 J6 f/ x$ X5 z! `, e/ u8 `* e. _$ z( Y" N
LG Sedrika
Part 2 of blocking CE
/ _0 d0 G" Q# A; h) d" T- Q! y# J( e0 A- {' j( n
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.
' w+ Q8 x/ V" i! e8 r0 q% ^( |What does this have an advantage?6 j( w; z) A9 a
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
* e1 L( n( t+ g5 P
) I5 p' Y5 r0 R; ~/ x" l* r9 e! d
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 }" B( L$ s7 N5 o% S0 ^$ a
+ X9 A# F2 w' G( p0 |
Then search for the following content in HwOption.cpp # H( N& W/ f9 X i3 a. D3 ?
+ B w: g& h' T# r8 \+ l
' Y3 Q: W/ C( G0 N. |2 n' bif (scan.Token == _T ("ip"))
% E6 m+ i5 j8 C5 Z( P" j# I8 D C7 a{6 E4 P: L' Q* d* h1 _
scan.GetTokenEx ();$ e4 ]/ r$ e" M5 u
strcpy (m_IPAddress scan.Token);
) Q. ^0 E8 p) X}
/ r! {5 o' t8 P/ }, k0 ~! {- ^and turn it into this:: u4 Q# T% c1 j7 V) ~+ O2 l
Quote:# C( C; K: A" w( y. t6 }
if (scan.Token == _T ("ip"))
2 ]: i* Z$ L6 h+ X6 ~{' n; u6 t4 y% {5 K5 M. T n
/ / Scan.GetTokenEx ();
# g M, V& w& r1 S( W2 ] g' v/ / Strcpy (m_IPAddress, scan.Token);
5 |8 T* e) e+ M/ m; p6 f, [}
U, s3 f) z$ o) Q3 M. PAnd you created the solution.$ f% h' e; r/ @2 a( f* _
: k; W f9 A' R3 ~3 I
) @) u0 R, _1 w: }) E/ L6 H7 r, IThen read the Neuz not the IP from the INI anymore. even if put in it2 q$ s5 k3 v$ ?6 U% A. C
g% X" f; r- t! }: W, Q* ]
Max skill's + E8 O/ t; h9 ?
/ v+ V9 Q2 v# |4 Z5 N! ^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
, u I( i2 U' j- E d! P1 |* S7 ]
With the TUT can provide the remedy it
0 e+ ]; L3 `: n& `" W
) i; J! k& `" Q9 a3 x$ M# 1 opens the file SkillInfluence.h
( e4 Z/ }. c. b& I# 2 Search
6 a4 P+ W/ b- I; J: aCode:$ l) E' ]7 o3 w1 H6 f# y: c
+ f6 V6 S5 c# a0 K9 c# Define MAX_SKILLBUFF_COUNT 143 T( l5 ?! j0 h; Y9 S
! f$ x& C9 r5 n" E5 \$ L3 a
# 3 Change the 14 to your number (eg 21) and save it from
2 \6 w4 x' S7 X) q1 g6 e# 4 compilation and ready8 x* f% _; u, p* \% ]) d! T
+ ]/ t: r% ^7 H' |/ { X$ _0 d" [& z* X- u0 v( u
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:
1 v, G- u7 W3 L" v" A0 b ]6 _% ^- C: ^; K6 |; _
dennisdra
# F* u% e" `5 f9 e2 @ H/ x" _.Crasy
: H! j' [5 h+ U©ross
+ t( Z; {- M4 pSedrika+ d1 R- b* i5 x# r
; T8 Z7 u) ~6 z1 g8 Neverything 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( S2 A2 e3 \. V" [) o: k5 |
) P9 f% ^8 Q u2 \& A' OP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
' s1 d! g4 G; @& ?( T" f9 Z+ [$ W* ?( G( ?7 _( R5 e& v G
7 c1 ~3 w2 g# p7 b6 U a6 \) S- d
Update 1: how to turn off "Profiler" in worldserver.exe ' r+ I5 p& ~7 s, b7 Y# |
) n4 C; }# y+ T) a3 R$ D; z h U9 q( L5 B
in VersionCommon.h of Worldserver Solution
3 m, O4 t5 s1 ULook for
) p( D! [+ |" `9 l5 m, e* L7 [$ D7 J6 {2 `
#define __PROFILE_RUN
9 c& D- i3 I0 P3 _1 L3 B. G) v2 w! F5 R* a, F' G4 M
comment it or simply
3 a2 `3 t5 F8 d
4 v; l' s- u& d1 S" q' |//#define __PROFILE_RUN - j" M7 w8 ~, w6 H
1 k* K) \6 E2 d& P# F9 J1 [* i% S
credits 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投寄。谢谢。我添加更多的很快如果你有病加太 2 H' A1 T; L- f1 ` w. n
|