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
; H0 D& j# p: Z9 X9 P3 }( G k4 A. dchange level without Rebirth. F) F+ i1 x% i5 Z2 K2 ]/ a1 X
: b6 N* T' ~# R# ^- q5 W# c) JNow, let us begin.
7 e1 p( c* J8 X* j5 f" W! u t( m L) K+ U" K# K9 a) y
Requirements:
, a7 N/ z1 G% q+ c0 d! CSource* s8 I. b$ q( f! e2 T+ t
Notepad / Editor+ r* l4 @0 F$ G' ~
d) m J; c8 {$ ^/ / Tips by Sedrika
! r% k4 N2 C+ i# G) Q* i- D5 |- o6 e2 i5 }1 @4 k, x
It is up to you how you do it ^ ^
& b3 Z ]0 y0 N6 H$ T0 R7 [
& r/ T- n e1 k+ S( KGo into your source folder and open the definejob.h; t. Y4 \: z- y# K: \/ S. f0 T2 f# {
Search there for:2 D- T9 V2 x9 q; d
8 ]- k3 F8 y- L* k1 e3 ?4 y#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå1 w% {2 |2 Z. t+ `
#define MAX_LEGEND_LEVEL 129
2 ?, c! R" p5 P. T$ R. s#define MAX_MONSTER_LEVEL 160: a3 y9 g! v. K5 S" t$ W
#else // 15Â÷ è÷¾î·Î ·1o§è®àå% V# @* |5 D# X" ^) g2 s. Z
#define MAX_LEGEND_LEVEL 1216 k" s: j1 s* h" v- u6 l
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå % ]+ s0 _ R0 Q" M; B- A' Y
. q0 O! i. i$ Q
" T5 U: [% J0 n, L- RRed: Player Max. Level: p7 r; h7 \+ d0 @
Green: Monster Max. Level+ M. F0 ~4 ?* j3 W& d1 _' `+ @
5 `) |- H; O) o5 N* r) O* J, H$ ]. V
These changes as simple as you want.% u3 T% B$ e% J) V3 O# Q T
: T, v# g" i) L
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
$ W& o1 r, p9 a6 |1 _. s0 g7 D( @- m8 @7 u, i# [! E
Part 1 of blocking CE
' k- x4 z/ v8 d$ \$ v Q7 I$ X8 k" ]- F9 ]( ?
In this tutorial I will show you how to change the Head of Mark flyff.
8 c, r$ R% n) Q; h. g3 WThe current Head Mark is well known, 5E, which results as a string ('^').% p' j+ F& C. w; t7 m C V3 X
4 t* c) j7 L0 zFor this we go to the World (Project) and looking at the Buffer.h after thistext. S: N# S/ e1 c* {5 y" R; f
Quote:
5 e8 W t' {+ ]. U: V1 G+ j) b) }# Define HEADER MARK '^' / / Normal messageheader- z. b: K8 c4 H& l. V4 G
# Define SYSHEADERMARK '%' / / System message header0 D& h7 O4 S+ |4 s, W0 {# {- E& u
What the Sysheadmark is looking for is not even the top 5E.
) S! n9 e( f, ~ h. zChange this and it makes the CE Not work on server.
) s# N' ?$ D7 O% T+ N
' x( R$ _9 w Y9 AThen Tom's anti-hack is no longer useful.9 G# n7 F2 a$ x
9 r- ]) t: Y; f0 G4 A
LG Sedrika
Part 2 of blocking CE
! K( S) d) Y/ j' h& J0 S" r2 s0 K( v# G& \& _
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.
# a7 S l' H3 s/ p6 N2 [What does this have an advantage?
' I; N. v/ }/ T8 C- ZThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 9 U6 l9 l! ^9 o& \7 Z
; I# b8 V4 y+ ~6 A: R1 S5 ^% K: v- a. x& \1 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.7 D6 u0 O& T$ m& F. n( {$ m
% {& o& H) x, w5 P1 H5 h
Then search for the following content in HwOption.cpp
' ]7 F5 V& P0 Z% Y' p
% g7 N. j- D, q, ]. s4 Q
" c0 u$ X$ j" @$ c) zif (scan.Token == _T ("ip"))1 M* J. n x8 P6 h3 p
{
* X, D+ Z1 ^/ E# s8 X8 ^1 Cscan.GetTokenEx ();
* W* |2 x- p( T& Qstrcpy (m_IPAddress scan.Token);
/ ]' @3 {8 L) Q9 ~: r1 [3 }5 s}
3 x& x- C1 I8 Jand turn it into this:0 B+ R r j' H
Quote:7 y& \# T# R3 @, z
if (scan.Token == _T ("ip"))2 Z* e6 K9 d) r# X3 m S% C
{
8 g0 P( {% D/ ? c; S/ / Scan.GetTokenEx ();
2 g7 Y, k: ?! F n6 C/ / Strcpy (m_IPAddress, scan.Token);1 J- z$ c3 O- m! I
}% V# g6 x0 h) [" e( {+ }
And you created the solution.
- e) P8 ] T) J/ R
d( D; q! G% L8 X/ r, g
6 X3 s. Z$ ?+ b, J& ~* H4 L/ BThen read the Neuz not the IP from the INI anymore. even if put in it
5 X2 C5 ]7 }( e, f4 R( O+ e% D4 o8 g3 \! Z4 \& c7 V# d9 b
Max skill's
5 ^# ?4 e# M% Q, _' u2 n) r% Z$ \9 y3 z5 V
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 ! ?2 j% ~4 a5 P& r7 f# A
1 _' t, y8 k {* B1 pWith the TUT can provide the remedy it' e& N; W# |2 @' v. U) a- L& t1 g
* I8 Z2 s9 [# v* ] A' Y$ y# 1 opens the file SkillInfluence.h
8 K9 w7 [9 R3 {! Z7 D r: \# 2 Search8 X h$ M) E4 V9 Z1 H1 H& `
Code:
) u7 V. @0 e1 J+ ^ {
/ u! b! e) M' G6 g& x# Define MAX_SKILLBUFF_COUNT 14 l5 ^" N* U6 s. k. {$ E. _
4 a* C9 h6 k) H; j4 @4 }1 e# 3 Change the 14 to your number (eg 21) and save it from
3 l* T0 u3 l2 L# }/ ?. L4 e# 4 compilation and ready
1 e" ~' |* _4 @% `( Z+ v( U
- W) l) G: H' b" |6 N3 u1 m" p
; i+ r% A) p: i' M) M( m2 c: QI 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:
2 C l9 ?* L/ T, @' t. }/ x! T" W& n, s4 ?! r
dennisdra! b& p! d0 w$ O9 L9 G7 ~
.Crasy$ N# ~2 i: m! }
©ross
5 ?4 {5 [: M6 Y, ~# i( w. M$ dSedrika
5 _$ F- Y1 F$ W3 T: j* u% h
2 C" V5 U# @7 W+ A! teverything 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! , U4 ~6 [/ K' n
- }/ R1 }3 z# D T0 E, XP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
. t! n# s) S, l
( W) V2 Z! ?! ^. h
6 S. s* |0 l' eUpdate 1:
how to turn off "Profiler" in worldserver.exe
% D+ Y9 _" |/ g4 Z3 T
+ g8 `2 L, I5 N$ i7 y2 @* V0 j! E& K4 R5 Z
in VersionCommon.h of Worldserver Solution7 d4 C+ o: H$ l/ a1 l4 [4 o% w
Look for
5 f6 h- V) o: P& n" ?7 [( W# e% I8 v% {' x/ {7 [
#define __PROFILE_RUN
0 ^: q: q {% h, u4 l' }# B1 C1 o
) \/ N( Q! A& K/ ~4 r' Ycomment it or simply
0 u f* L& D, E+ o( h# h7 j7 k
1 q0 j* G$ e4 [/ ~//#define __PROFILE_RUN 3 `& v; Y# q9 H; U
5 G- H/ @) }5 I/ q$ ?% f/ K6 o
" _( G3 I( |3 K0 ?: v
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投寄。谢谢。我添加更多的很快如果你有病加太
& J% \8 ^- Z5 j2 O: j* G |