|
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 N, \. |) w% h7 e
change level without Rebirth0 i5 E, E% ~# H, d% X6 l
/ c: d& J% M: lNow, let us begin.
, \. M" D6 F+ I; Y$ E4 P
1 ^, w$ t+ [. P% h t) ORequirements:( i- ~' E) R W( {! R
Source) {8 P& z2 e/ E" F& h
Notepad / Editor
5 o% E# k7 f2 s2 Z6 u
% w) ~* U3 u- n9 F2 R" w/ / Tips by Sedrika
# |. l" _ W$ F$ d5 O
# X8 O# c# q+ T0 ^' rIt is up to you how you do it ^ ^
0 ?1 Z) g& p( d
( C& H9 N( y6 ^Go into your source folder and open the definejob.h" S) V! m* v' ~) _5 a
Search there for:9 E& R! p, t+ r0 n
. v: |& q5 K( P; Q3 u: X. |' l& B#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå" {- L/ |* Q* }- ^( E' y/ u
#define MAX_LEGEND_LEVEL 129
$ v8 y& ^# c1 n8 R' @, z#define MAX_MONSTER_LEVEL 160 ~% a4 C7 P( ^* w9 i
#else // 15Â÷ è÷¾î·Î ·1o§è®àå% ]$ N% f! f1 ~1 p$ M
#define MAX_LEGEND_LEVEL 121
?3 b3 D" Q; F. O# \' P. G#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
1 g( W) ], i# _2 h% o _! s7 I8 H
/ o* `$ Q" s" ~3 n5 n0 [
3 L3 q/ D5 ~. x HRed: Player Max. Level Q8 P9 A4 x) D2 p
Green: Monster Max. Level( G' @1 R9 e. d2 q
; i, @' S9 E9 ^' b- w5 K8 P- _
These changes as simple as you want., i+ b% N: V( Q. e
- G( L# M; }- E/ P+ Z2 s) C
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
8 q1 o2 a5 `9 z) b+ \3 ^; W- U \# a: [- \ v* J5 q
Part 1 of blocking CE
& @9 t- h/ c1 M0 x9 F% o, {) \. Y
In this tutorial I will show you how to change the Head of Mark flyff.& i4 t4 B V2 T3 q0 L( q6 h
The current Head Mark is well known, 5E, which results as a string ('^').
' t. ~* z8 x: q% r
2 b! O$ e. x4 pFor this we go to the World (Project) and looking at the Buffer.h after thistext: v! [; j% |/ D4 X+ e
Quote:
8 c" B* G' U [- P O% S# Define HEADER MARK '^' / / Normal messageheader, R7 o: b( B @# y+ z) A% K- W# G6 _
# Define SYSHEADERMARK '%' / / System message header) z0 I1 i: |( w8 `( C+ N+ o8 v+ Y" S8 N
What the Sysheadmark is looking for is not even the top 5E.
: C' U4 e. O: V; sChange this and it makes the CE Not work on server.
9 j5 o& A4 y9 A: A$ G! G
' K1 N, g' J( ^/ {. i% iThen Tom's anti-hack is no longer useful.
/ {/ a6 \: q4 B$ e4 ~* c! S# L6 r$ E7 g* i. Q# j0 h9 ?4 \
LG Sedrika
Part 2 of blocking CE
) G- M0 |- P6 N1 h1 S" Y' s# ]# Z3 `$ R( l5 N' I, X3 y1 e/ S
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.
* j3 w. U8 ]- R1 w- wWhat does this have an advantage?7 V; T) v' f% V
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ( j& Y* J! a, n4 B* ~
4 E9 d* g% _4 u4 ?5 V5 U
$ s( a# a- c) U/ o- }, T8 g: SFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
/ B5 Y/ ]4 g% t& c' y" e! S0 I9 R7 Z1 ~4 ?
Then search for the following content in HwOption.cpp
; i4 {& r) I2 E( g+ x/ r' o) M' [' l
: L F$ h* W7 i! v2 g( O' @
if (scan.Token == _T ("ip"))
# ]6 X) g) E4 w% X+ t* k{- I. \# X% h# H' I
scan.GetTokenEx ();
* d, _& L/ v, ^. Sstrcpy (m_IPAddress scan.Token);
8 p6 O. l% b% l}
0 O: y% Z! ]7 L0 m3 J1 w4 ^7 T: Mand turn it into this:) N7 a- V& O1 W _! G6 \. [
Quote:
% s/ R' J) q8 w5 g2 r9 T$ Iif (scan.Token == _T ("ip"))1 A# C/ L* T, I+ o
{
) f2 h/ B( g0 x" o- e, o7 y/ / Scan.GetTokenEx ();0 K! n( S+ X; T/ g2 ^! V
/ / Strcpy (m_IPAddress, scan.Token);
( L7 E" j/ O5 L2 K}1 Y% u* |" a3 t5 a! n( |
And you created the solution.% s+ y3 |/ U' m& K" U; ~
0 {) Z3 l2 Q# h$ j* j- {
, |. ^6 h; x/ ^; R9 o2 YThen read the Neuz not the IP from the INI anymore. even if put in it: g! s2 m- ^- A. g
; G5 v# f$ ]/ N4 g* y% C" @. I
Max skill's ( v& N5 U2 c% N O
$ G4 ~2 |$ q; b& q5 X* B6 m% X( _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 - X; a4 x2 ~% [1 R6 b- P# [
! Y1 ]/ `$ p& HWith the TUT can provide the remedy it w$ D5 Z. V3 P: c$ z$ e; E
( z/ ~, p! ]8 t5 D1 T" D: g4 ?) |# 1 opens the file SkillInfluence.h$ A8 _, i3 {4 G" [2 a( D
# 2 Search; j4 g- d9 F! D# X- J8 c) L
Code:% W6 @& ^. j3 h# Q+ F& ~, t# {
3 r7 I( {( |; u0 f8 r* a4 X& w
# Define MAX_SKILLBUFF_COUNT 14, V' |! ?" R' R$ j8 i
' ?" y: }% F! q/ Y) v8 s5 A% k# 3 Change the 14 to your number (eg 21) and save it from
1 P( u2 b" W8 {/ j4 {# 4 compilation and ready
5 W% |5 L' B$ h+ x% s0 N0 B) {6 z% q2 r; u
) H* ]* h( v$ ]4 a/ c$ H5 C
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:! B- |% [. C, ^7 \" X
5 ^6 z' K# Y$ `# l, _/ D
dennisdra
' p; ^( {- {$ \.Crasy
; h7 m, b8 u7 {6 f8 o3 `©ross
' h8 u6 I. y) i) e# y8 [Sedrika
a) H' l, k* d5 N2 {' r0 ?; t( g* x
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! 3 J/ E7 t4 p" U* {! \* B0 S
; M; W/ O Z$ o4 D: C0 k
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
' C0 x; E- B, F6 }6 @; b: h" F% c: W m7 G. X: X+ l g
) l) p' h; }+ B, o6 | u
Update 1: how to turn off "Profiler" in worldserver.exe
# v+ G0 _1 E2 h N% x9 z' y# l2 I# s. v' Z% i
T) b8 f0 B7 K% o# u O
in VersionCommon.h of Worldserver Solution; g4 o# D' U6 ]" ~, r3 T
Look for2 d" S. K7 i+ v, i
! G+ T$ l* }( Z8 K N, i2 K. G* g#define __PROFILE_RUN: T/ O' Q, e. U; f" R+ P& I
8 G# T/ t) ?' r; i5 `comment it or simply# i" n2 [- k: l6 e9 g7 y1 J
+ M" V$ _' ^9 O) u& k- ^//#define __PROFILE_RUN
6 f& o8 ], u+ M; ?- i! b0 a* Q- U
6 m( `7 ~4 b1 _8 W. {. E5 u$ J: j j9 ~* m" f0 y3 y4 `
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投寄。谢谢。我添加更多的很快如果你有病加太
& p6 B4 q ~5 T% m& K2 u |