|
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 ) o* A- q* H* D# L1 u
change level without Rebirth
0 V( \3 Z9 z, q7 o
% Q4 M7 i' f$ u2 j- J3 f) hNow, let us begin.: u& {# a2 U7 L- {
) Q) F8 E% L! m! |' e8 a. j0 bRequirements:: x2 ]1 P5 A& L5 `1 N/ H
Source
5 `* X3 ^5 L) L$ I2 [7 ]Notepad / Editor% S, n- L4 J1 f" ]! P4 Q5 o6 o
' r) C) Q1 e/ h1 ~
/ / Tips by Sedrika
/ u& q- `& S' W) ~3 L, R: x0 e+ Q% s, q+ T$ \
It is up to you how you do it ^ ^
4 j0 \+ p- @( P3 e# I: |- D$ J9 d( t; N( s ~ R
Go into your source folder and open the definejob.h, _8 n% l6 u! V1 D: Z5 u
Search there for:
3 W0 E- f2 ]/ o
' j1 v8 X5 V7 B. P# U#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå# e6 A9 w# G E+ b2 }- C) I
#define MAX_LEGEND_LEVEL 129* J% l- ^3 }' J) l: S( p
#define MAX_MONSTER_LEVEL 160
, t& c8 F% Q; I7 |* U# |+ ]#else // 15Â÷ è÷¾î·Î ·1o§è®àå) Z5 Q7 f4 U/ z6 F
#define MAX_LEGEND_LEVEL 121
$ o% v- t# i, D& }8 v$ {5 M9 o% f3 A" u#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
3 {, b& z9 \' v2 W' d. a
, |" K+ @7 X( T% v/ k7 ] J6 J- B; O# Z, v* _8 N5 k
Red: Player Max. Level
5 Y0 M2 B3 g& w3 a4 u6 x2 q% z; lGreen: Monster Max. Level
- ^8 s- S* _: l! n; Q2 }; v: n2 l4 V, Z( I4 \. p
These changes as simple as you want.
) T. v2 J( A0 N( V/ V& C+ B- A6 \8 c- \8 F. W& S/ D( W
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.( Z% U! o( X) d! n2 y
* p* t! Y7 Q- d% U# T6 N
Part 1 of blocking CE
, h" s" l5 e: q( z, [. b) R( i1 t1 G! p+ z# J
In this tutorial I will show you how to change the Head of Mark flyff.
8 w& X. C! k* NThe current Head Mark is well known, 5E, which results as a string ('^').& \$ A* T7 H) V1 d* n' f E, S7 m
+ \$ k, p/ H) a4 T! S% @5 X2 r6 iFor this we go to the World (Project) and looking at the Buffer.h after thistext
6 H& I' d+ X; J( F' ~Quote:; O5 p9 [- G4 l& q3 P! m
# Define HEADER MARK '^' / / Normal messageheader: p& L3 n' Z) S1 E
# Define SYSHEADERMARK '%' / / System message header
1 v, ]( A8 O/ w! ?/ j' Q) vWhat the Sysheadmark is looking for is not even the top 5E.
) R$ O3 `" S6 s! p0 CChange this and it makes the CE Not work on server.
. }& A- ~' }# J, \8 b4 v* P7 g7 W
9 A) Q% Q! o: j, UThen Tom's anti-hack is no longer useful.2 b- x3 u% _! R! `
+ r1 B" o9 S2 V; u% m
LG Sedrika
Part 2 of blocking CE o' b; y- l' n! ^
0 b% L S* P! W4 F6 ]2 E( UIn 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.
4 m" r2 L. f3 @: [- y5 g! lWhat does this have an advantage?
6 a8 L: G* e4 R- T' }4 M4 X# ]The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
$ b$ v7 p1 j) K: G x2 [3 R1 F) T5 K r. [
1 b% I4 u3 P( f* R# J* @2 R8 o
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.3 V" l) I$ v5 r: U: @
8 n, F: ~( X% k
Then search for the following content in HwOption.cpp 3 C# i; ~ C; X& N& ]
% s [) ]! P$ f% r+ ^ J0 p+ `- e6 l3 N' c& G- ]+ k' |8 a
if (scan.Token == _T ("ip"))
( _# X5 V( ~$ n; \{* L' _& J- G: q
scan.GetTokenEx ();
" O0 o& R. l- H; M4 Xstrcpy (m_IPAddress scan.Token);
7 ^! g E' }7 `3 z}- q' [! D- u: a
and turn it into this:$ m, N+ c p. G
Quote:
" j0 w( P0 W3 S; cif (scan.Token == _T ("ip"))" \5 A* V( S( h9 } u1 }
{ R6 x# D1 v6 o6 ?9 y/ j
/ / Scan.GetTokenEx ();+ D" ~. f1 P: n2 r: U8 ]7 m
/ / Strcpy (m_IPAddress, scan.Token);
% h p' H( O6 y. L! L}5 g+ ^$ c* j) C- d" c: Y. R0 s
And you created the solution.
, g. i. W$ ]' f |9 G8 K# Y
- Z7 }% m' e; `, h4 p! \0 j* k |8 ^4 b' u- U" s( ?
Then read the Neuz not the IP from the INI anymore. even if put in it! M( n) N: m# ]% @ K
( f. c' B; G2 o2 e. Y/ P8 r0 b- p3 _
Max skill's
# C. d( t7 W* _9 p; D7 |3 J
, U ~3 K2 p8 {. [7 }, 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 7 O* e6 A$ Z1 _& P1 c G" O
6 Y! J0 P) G. p% \- }+ s% L
With the TUT can provide the remedy it
$ Z- e' s, Q0 D* b& Y# O1 a+ u: s! z) {
# 1 opens the file SkillInfluence.h- O1 T# @+ m7 Y) c
# 2 Search4 @2 z8 r2 @! |) m
Code:' t2 S, M) E( I3 ~/ W
( P+ }0 w4 Q: C8 |: d- @8 F- E# Define MAX_SKILLBUFF_COUNT 14$ q, X9 w" [# x# O8 i
! y$ O. {5 S' o! A; z# 3 Change the 14 to your number (eg 21) and save it from, w( }1 L4 @$ o8 ]% n P
# 4 compilation and ready
0 P% C6 u$ P$ b1 [6 w2 o# L
3 y# {) g9 l K+ d
# i" o$ {! [6 V$ u9 OI 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:! Q! Y) y f3 `9 Q P' I- C
1 o e5 ^ q& R" R1 b* W) }dennisdra9 |1 {( A2 T7 |: V
.Crasy4 H+ P& k }- [, R5 c
©ross7 ~- d, Z7 }$ [
Sedrika. R9 N8 T- W$ c) p3 a
) W: `7 f4 _3 N7 V1 G& 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! 9 F" Q7 l" T+ v! F+ ?; e
( c4 A3 H f% Q( b# ~
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less% Q) C7 f+ M( b# @1 G+ `' {
; j9 B" S: P& ^9 l
1 w8 n$ i0 l1 P* }2 D
Update 1:
how to turn off "Profiler" in worldserver.exe
, Y3 L- H g/ Q2 @1 }. x2 L# l( v* q& r( v$ k8 Q" T
- w8 F$ ?: a5 W( s8 [/ e- M; g2 ]" lin VersionCommon.h of Worldserver Solution
$ |# a- R) N) J, S6 q. hLook for8 m4 m# p( E' Q. Z2 \
- K9 u+ I1 E/ ^7 b#define __PROFILE_RUN
, k9 {6 J, h# J! g! a. n( q1 T& _. k5 ~- N9 D7 }7 T# N
comment it or simply
! W, G+ w! q; p# R
: L0 O7 N% f! U* ]! j& e5 w) P//#define __PROFILE_RUN # Q$ D; j" [% B+ |7 _: U$ `. e
* t) q3 i- V# [; N
" M) y3 y! [& ]! c( U/ K( l. L5 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投寄。谢谢。我添加更多的很快如果你有病加太
$ x1 ~! @5 ~0 t* J. D2 U |