|
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 * x* e. u/ m6 l1 g; A3 g
change level without Rebirth7 A8 }3 l- ^, P5 L- D
u/ j# t8 B- @, ~
Now, let us begin.
& q! E( A, R4 [5 A" D
- [+ g3 F: N q+ jRequirements:
% K5 p! s- E9 E5 y6 u" K6 }Source9 h6 }, }6 f4 G- @4 _
Notepad / Editor, A* P- c, \5 H% l
* Z3 a+ G# s2 o; q$ Y" k. o
/ / Tips by Sedrika, x: q& K7 i/ a
" Q) p5 `/ d+ n; n a: {# R! E
It is up to you how you do it ^ ^
3 V' D1 z3 @+ P L9 [" \8 {, r2 _1 g- l% B
Go into your source folder and open the definejob.h3 O5 w: _- ]& X0 E9 A: B
Search there for:
7 ^- h I$ |' W4 a: O6 g8 T( a
3 C$ \( t* g& d8 C4 i3 p#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå5 n7 r# P9 P. ], N" {8 {! D. F' i
#define MAX_LEGEND_LEVEL 129
# w! p; H* C: Q- s# a5 Q' C#define MAX_MONSTER_LEVEL 1603 R( q; c/ z. l, L8 t) V0 z9 l
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
0 [; x, x, k! }, z4 O#define MAX_LEGEND_LEVEL 121; r; ?) ]( H" v+ i0 l( u
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå & _6 E) z! o+ ~; O4 O3 T
$ Y. }& J5 q0 \- u
1 s `& c# `8 C) a. W1 w/ F. T
Red: Player Max. Level
4 o$ S) W5 {) sGreen: Monster Max. Level
- v& C& I' d r( P) q) X8 @3 q; L8 y3 r/ m
These changes as simple as you want.6 `1 G& Y2 W, C
, y$ `" g0 e! Z l. |$ m& ~' Y8 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.* Q2 R9 ~' T H0 Z5 [
% X; @9 f' p. O: g1 N6 L Part 1 of blocking CE + m2 R* C" C7 v" l8 Y2 `& o/ {! A/ {
' x$ N6 o# G) e: Z1 TIn this tutorial I will show you how to change the Head of Mark flyff.# e: F$ L( k* {' p) h( {
The current Head Mark is well known, 5E, which results as a string ('^')." A- I: r( @5 x7 C' s- C' `
5 K$ o/ w' a$ J1 w$ t4 `0 L+ |
For this we go to the World (Project) and looking at the Buffer.h after thistext
) b; k6 c& I6 DQuote:
0 |. L, q/ n* c# S7 @2 L# Define HEADER MARK '^' / / Normal messageheader
, u$ c! t4 \* P8 V3 s# Define SYSHEADERMARK '%' / / System message header+ r" r- q2 P+ B' ^" y
What the Sysheadmark is looking for is not even the top 5E.# n& y" S, [% t8 J& A/ g: ~3 p6 G
Change this and it makes the CE Not work on server.* S# W, y4 D5 Q2 g: M7 U
5 s6 e7 k) J5 T1 X0 ?
Then Tom's anti-hack is no longer useful.
4 p2 O c5 ~! T- X% c. p- G3 ]5 d: P7 m" d2 I
LG Sedrika Part 2 of blocking CE 6 @/ U( p6 }" P' E
# T2 _+ S; l# z' BIn 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. 3 \8 b0 _0 P* E) d
What does this have an advantage?
0 ^8 U) U, `* H# V! @' `The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
5 O$ \* f9 g: X) u8 S
8 n7 g6 w: m0 w a
2 Z! |$ _ g- Y2 m; o8 ]First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.- L2 q/ H1 ~ p u
8 {& }4 Q1 x# e3 f/ |
Then search for the following content in HwOption.cpp
5 j# n# f' E- {3 ~# V# I0 W5 ^. ^. j7 k' }1 s2 l: ^4 K2 K! L0 o
$ a' A! i2 d0 p: E Z; M* ~9 B
if (scan.Token == _T ("ip"))
0 U4 S& J" J0 ~+ b) B% |8 ~{
! R) ~1 m, Y$ uscan.GetTokenEx ();; V) T! G3 [% w: N1 `! ~
strcpy (m_IPAddress scan.Token);
! v( {! y9 J) w}
/ A3 X9 h1 N8 }; Z' R9 ?2 [! Uand turn it into this:
6 t: D9 ]% |, @6 m5 j" MQuote:: Z' k1 g1 K3 C4 \
if (scan.Token == _T ("ip"))$ U$ X! I2 `' r+ ]& b) N
{( J6 h7 Z8 ]& v- X3 C% v
/ / Scan.GetTokenEx ();
" G# a7 p; g2 f; b7 l/ / Strcpy (m_IPAddress, scan.Token);; t8 o) C- ?' ?! t
}# R7 c) g% @1 e5 c9 {! {
And you created the solution.
0 ?+ D; D: s1 N& [" _" a2 d+ K* f, j$ f$ v, U9 D
8 P9 u9 T5 \: C$ s. ^2 Z4 U- tThen read the Neuz not the IP from the INI anymore. even if put in it8 C1 N& C- K3 z, U9 q
3 X& u5 U; i! e7 y/ n [
Max skill's 5 V3 O8 p; ]" h5 x/ G0 M
4 X3 [/ O1 H- K/ f: @9 e6 z
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 * C$ R! `5 H3 n& p( F
, U* ]5 d% x3 l4 R) l
With the TUT can provide the remedy it
9 z& w; U3 P9 c( `& \' c! L0 {. s* Z
# 1 opens the file SkillInfluence.h4 P% m' e, j2 ^* K
# 2 Search. V8 M! v4 z- G) ~; h
Code:$ N l4 r' W: |
# }( P4 b; D' M5 M7 v8 l# Define MAX_SKILLBUFF_COUNT 14" m* p9 P- [; O4 r8 G
* ^2 Z/ S5 k# j! O/ u4 Y, R8 P) _& V6 m
# 3 Change the 14 to your number (eg 21) and save it from: X* Y3 H' }( [% F+ T! N( p7 L
# 4 compilation and ready' }- ]' w1 n7 d5 w3 w
. Q% T7 W, h) w1 D* F6 Z6 ~- w0 Q G% w" j3 a2 Z" S
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:
* E5 b) G `1 B" X9 w7 p. f
: q# C9 s( P' j. B0 ?1 _ rdennisdra
0 g. P. v% t7 d' h# [. ]# `6 e.Crasy
, n3 u) K9 {; O2 v; j©ross
. u$ L" k% b' z! m7 j* p N* d; _" RSedrika( b6 N! t5 O8 k2 q) }* U
+ w& A# d" @% d4 q5 R
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! , m! K1 U# v$ H, O$ c$ n3 x. s
8 \* w( U" R/ v
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less/ K$ O' p( G7 R7 J
; ?/ O2 ~9 ?: P2 h; S% n; X& y5 D$ e9 k9 o
Update 1: how to turn off "Profiler" in worldserver.exe 7 N$ t1 l- v* D- e/ T; @( \5 [
* u2 i7 H1 [3 l% O* y
% B/ M: s9 l2 X+ }
in VersionCommon.h of Worldserver Solution; M9 N* r! V& k) j0 F" |" [
Look for9 z, g4 |$ x" R% c% B) f! o
9 N+ A9 j% W5 t& v/ k+ y; [
#define __PROFILE_RUN
* \0 y! ?7 U) O& |; K" C. `2 c- g$ v2 w z; f- c, F6 W% x
comment it or simply
! u2 U: U: Q; z9 i$ _& z0 u, }" D& b
//#define __PROFILE_RUN % K5 t) [/ i$ Q% {
( R7 a1 W& v1 V- C, L5 W2 A# b) C8 D, g1 e6 l- Y. x
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投寄。谢谢。我添加更多的很快如果你有病加太
9 c1 ?4 u$ a4 f" ^ |