|
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 5 T% H5 {) x4 |0 a
change level without Rebirth
7 ~' r, x9 g5 s* I4 d& V, M7 z Q. u, P
Now, let us begin.. y* a5 H9 a4 x/ d) D/ c6 X7 U
; w! y+ K9 N0 U7 e" h1 z; x
Requirements:! o; K0 f! s7 ]* L- G0 ?, e6 z
Source
: C( y1 Q. k" }; y+ T: sNotepad / Editor
$ f2 p D, W; X* X0 `* `* t6 u% `$ b% j v( b/ }( B. r
/ / Tips by Sedrika+ @$ s: _9 r2 X. N* ~" V
/ a( Q4 |- R R) M' ~
It is up to you how you do it ^ ^# ?& V1 d4 z- k) ~) H; @1 M1 @
! X9 C( s! |/ I6 m7 j/ n
Go into your source folder and open the definejob.h
& j9 w" r; l# R; c- \$ R* ASearch there for:, w0 `3 I' X- n4 M ^' g# `
5 \- E& b2 e: m
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå, j! A' M1 B: @/ a2 M
#define MAX_LEGEND_LEVEL 129
* g5 b0 q5 @+ V#define MAX_MONSTER_LEVEL 160$ y7 z5 y2 O: @# A! B% o7 `
#else // 15Â÷ è÷¾î·Î ·1o§è®àå9 i9 q$ f% Z% k/ T. b9 Y i
#define MAX_LEGEND_LEVEL 1215 \5 F* a7 a3 M4 |
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
* _% M% l* K c) M5 s5 M6 q2 l. G$ ^2 n; ]9 n2 G
0 _$ a, D3 N, }4 b5 GRed: Player Max. Level
6 n* S* Q: k6 p+ U- t S; ^' gGreen: Monster Max. Level
2 U3 x5 [- ?; a6 E; |1 S- x$ ]3 u1 M# r
These changes as simple as you want.
% k4 @8 i+ \2 g& W
; {4 E3 Q/ f) P! h# ?Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
( v' j# O! Z& G% [0 `( h' z P# i- A& { Q6 P) c0 o
Part 1 of blocking CE
# X3 X( \$ m' \9 Y% u. ]$ r( n; \+ c" o. n6 {& m0 ~ N: ]
In this tutorial I will show you how to change the Head of Mark flyff.
% c6 |) N5 m* I: sThe current Head Mark is well known, 5E, which results as a string ('^').8 Y2 h: A( e5 P! [ X
- N8 X5 }* L1 y X2 I3 D( v& G8 pFor this we go to the World (Project) and looking at the Buffer.h after thistext+ M2 e6 s$ B( _2 K% i
Quote:8 l! c' z, _9 a% O- d- J
# Define HEADER MARK '^' / / Normal messageheader
- n; R2 x- i; o2 c% ?" K# Define SYSHEADERMARK '%' / / System message header
. ?. u2 d: j& q' l2 I8 X8 BWhat the Sysheadmark is looking for is not even the top 5E.
$ a3 }, G3 E. H6 gChange this and it makes the CE Not work on server.
2 d5 K, s( l. E: q5 U5 x5 x1 G q0 k/ ~
Then Tom's anti-hack is no longer useful.
2 P9 d. Y( @; u+ h" t1 L. g2 q4 \: Z$ {; Q' h ?# k; s
LG Sedrika
Part 2 of blocking CE
2 H/ u/ w& ? K8 U& R' G$ G
P* ~$ V3 v3 z0 oIn 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. # U$ s: {! \% P7 V( G; r8 P
What does this have an advantage?
* e/ h# W+ B GThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
1 c W% l: |% f# p' w6 r0 }- k1 c* H# s. a2 `* ^- }
4 C8 Z/ q. f, z, p2 c7 u. S pFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
8 f( |4 w9 `$ Z; R* ~2 {4 E
9 C' L n, e2 a: T& x. C& NThen search for the following content in HwOption.cpp
, n5 T. { C$ S% m" _0 a8 z, W7 B) I6 ~% H
9 ~4 p! T, {# [9 ^if (scan.Token == _T ("ip"))
( _5 d7 a3 e9 m* J, Y6 N{
# @+ \# {& }0 l( b1 ~. yscan.GetTokenEx ();
3 e; R( i6 w( g, [% sstrcpy (m_IPAddress scan.Token); G+ P' c; o2 c, S6 s+ w
}% ]9 v: w" i1 G
and turn it into this:7 j: f, V b% t% c$ p$ A
Quote:/ Y' {8 o# l C& b# z
if (scan.Token == _T ("ip")): b+ q3 @7 k$ u" c/ D2 U6 J9 N
{ ?. B# H/ A3 [5 A/ C* T
/ / Scan.GetTokenEx (); M0 i% n1 q& J( m! U
/ / Strcpy (m_IPAddress, scan.Token);
6 {" f t9 h0 Q; S9 f}: ]3 T( i% e& `9 C& D* B* U. M
And you created the solution.2 h* y9 D! r0 ?8 l& j
, s7 p E Y1 z9 m, t
& h# `/ O4 o' u" k! e9 d6 Z$ t' k( _Then read the Neuz not the IP from the INI anymore. even if put in it
' P! U" \$ W9 B# @
; y: N9 k' M' Y+ i4 z# c
Max skill's * c4 g, U4 Z5 K' c. Z
- h) m6 t; W% \# u) ?/ d5 eAll 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 F6 Q1 K- _# i. o8 q8 Z3 Z9 `5 q& |8 f
With the TUT can provide the remedy it8 f3 Q5 t- t3 f
; U3 B- z* g* N% Z8 m: L
# 1 opens the file SkillInfluence.h
9 T4 t) r) g$ Y6 v* |& a4 c p" T# 2 Search
4 Q' u8 b8 u4 `' i* @$ f/ jCode:
" S) [9 ~+ w6 _# e# j3 Y# {/ F: A5 f! X% H& g
# Define MAX_SKILLBUFF_COUNT 14
0 i8 M/ u Q+ D) n6 i5 N1 `$ ]/ t. y, ]9 e# \
# 3 Change the 14 to your number (eg 21) and save it from
* B& G; b' u1 b0 b" g# j# 4 compilation and ready
' _. ^% F* ]. }8 T( Q; \) s, V# P/ V' a2 x# l5 @ u7 s
# [$ w1 W! E0 o" v) v# M6 H N4 Z
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:
; J5 K& O! ^' O( n! y: j& i/ g* `: f% X
dennisdra8 ]8 c: a& x0 q c+ I
.Crasy" Y% U! w/ f/ s
©ross N' T* ]+ v# b# {! N7 ]
Sedrika$ Y' [* |; y$ A
1 M! X/ R5 \: p$ f; j) D/ w# n$ ~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! % c0 l$ v n% _& Z2 F2 I# L
1 d% P- L- o. J! |0 j' iP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less, `1 [2 W4 e* N
* Y( n! }8 G* V1 F& j) s
2 |' j' k& q5 F9 \* w. D+ @Update 1: how to turn off "Profiler" in worldserver.exe
8 h/ w0 ~, Y$ t
- a7 D" E7 h2 }4 w9 a; K
6 X' `( y9 F) ]. ain VersionCommon.h of Worldserver Solution
; p7 m w1 i* \# h0 ILook for
/ q. y) u) A/ H, k! E
8 B2 [7 u2 g* A! t6 k& U" H4 h; u, N#define __PROFILE_RUN
0 W8 h5 i" Y; ?# g6 K! Q& J4 V3 E. {4 y! R
comment it or simply+ }' K( R8 |8 t9 O5 z4 G# `
* J2 S) i, O/ b% F2 ~7 X//#define __PROFILE_RUN
- b+ f6 u( u2 R! b4 z: q4 J( b+ S
7 h# g# R( Y- q7 W+ k8 D1 m* E9 }: D0 N( @: f+ f
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投寄。谢谢。我添加更多的很快如果你有病加太
& Z$ i0 z6 Q% S5 n- T |