|
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
% m0 b$ q+ c% h' uchange level without Rebirth5 s$ P4 z K: M n
9 @# H. p4 C* T2 KNow, let us begin.- w+ @% }- B* U4 _# o/ O& D
# u4 m9 o) j2 ^
Requirements:
# r! o( }, D) [6 x. \* JSource
* Q9 _+ {. y& q$ n% z7 gNotepad / Editor
& H# O% Z) l4 l8 |9 a( O0 ^8 X, [5 c6 [% j9 }
/ / Tips by Sedrika& F/ j t X* e2 X; N. z, ^
0 ~+ x! F: ^) V; p
It is up to you how you do it ^ ^/ X6 X4 z) q8 h) w* H+ o* `
1 X# a7 N" i" U3 ?% s( w) n" \7 Z
Go into your source folder and open the definejob.h
% U% Y c! i4 j+ h4 P; y0 cSearch there for:& d* A y7 c7 o5 i
& H7 ^ m1 ~, c: R8 u1 E#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
8 {0 r# `/ Q. `#define MAX_LEGEND_LEVEL 1297 O) s! H! p/ ?2 \9 N* f7 `
#define MAX_MONSTER_LEVEL 160
8 I9 G2 N( ^" r#else // 15Â÷ è÷¾î·Î ·1o§è®àå
* @2 I1 {- b" X( j. Z#define MAX_LEGEND_LEVEL 121/ L" G. y3 v' h- y6 Y
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå g, O; M1 S/ y4 d6 [$ a$ W
8 d3 _, ?' Y* S
5 d6 y# A( a; N fRed: Player Max. Level0 G( W0 v' O) O- m6 K- B
Green: Monster Max. Level' }7 a1 f+ d5 v
$ w$ N- x/ }+ u: Q2 tThese changes as simple as you want.
2 ] T$ ^' P% V9 h: { o: [ U) Y, r( D; V
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.$ E$ q% h6 i) ^+ s( g
$ M# x( s9 d& e1 t, M
Part 1 of blocking CE
8 L; y9 y( H. d) N: P' m( v
) T. C0 U5 \9 X9 K A8 @In this tutorial I will show you how to change the Head of Mark flyff.0 `! k) y7 T1 n" y. P* |
The current Head Mark is well known, 5E, which results as a string ('^').
$ e, G" G! ~7 b& V9 K" s8 H2 \: {/ I) U3 u, ^) L2 N( z
For this we go to the World (Project) and looking at the Buffer.h after thistext( F- a% F! P- H& z. U, t
Quote:# k9 C" p5 e# a1 a0 d
# Define HEADER MARK '^' / / Normal messageheader1 N# l" h! Z$ _& n
# Define SYSHEADERMARK '%' / / System message header5 G* @/ i) x# Z$ N7 }) U4 F; T% E& |
What the Sysheadmark is looking for is not even the top 5E.( V1 I/ q2 h( S- @% {) V) n
Change this and it makes the CE Not work on server." L9 m0 e% S$ g# F
# J7 T+ c. r3 V
Then Tom's anti-hack is no longer useful.- C: I% v- t* w s" p. g
8 [( r/ `) H, |2 S
LG Sedrika
Part 2 of blocking CE ( d+ s$ S! N) S) Q! @2 r: k. s' L, H2 M
, Y" m7 V( }# n0 lIn 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.
7 J) u+ Q* {1 f. E2 t0 ?' sWhat does this have an advantage?* h4 a4 j5 v& ]: p
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
) @- {* d# d% i6 B. q# ~# a1 I4 E" Y- [1 S3 N# l; F" m( @. M
l ~- J8 j6 y, d. ]) jFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
% u: e+ q* h( ]1 q# F7 o
& L3 t9 ?6 D" ^- WThen search for the following content in HwOption.cpp
6 [/ c/ F2 @; Q* q& S- |- R% [1 r3 Y) h9 e. @& X% u
5 o3 `$ h9 k; wif (scan.Token == _T ("ip")): Z. Y% v, F+ b- w7 `3 W
{) U. G9 h+ }* A) L4 J
scan.GetTokenEx ();
8 M' c! N. W# |( c4 Bstrcpy (m_IPAddress scan.Token);7 e# d7 l! t+ x1 W/ O Y
}
( w& {. s$ N3 aand turn it into this:
% @8 E) L6 U+ G$ {8 K" i1 E# J0 DQuote:" h( i2 e2 R f( H7 x. B% G6 t
if (scan.Token == _T ("ip"))) p" Y6 w6 p2 H3 z- z2 l
{% x8 [, e/ {0 ?; q* G9 B
/ / Scan.GetTokenEx ();
/ q1 \) ^. a& t! ]/ / Strcpy (m_IPAddress, scan.Token);0 s" o, f9 ^9 n' @ H
}
+ ~% o7 m( c% K3 {. `And you created the solution.
8 y9 S. ^- {/ m& x0 j3 ]* b# R `' W+ f, j4 F3 e6 Q
5 J9 `' F5 N0 X' V% |Then read the Neuz not the IP from the INI anymore. even if put in it
& V- U# I' _) G& G$ Q# e. n9 n6 f% w9 m, r; j5 I! ~
Max skill's ! `. |3 w$ x) S& i6 X
4 w# A2 p6 k! b' T& h8 m WAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc # w" O4 x$ n, P8 N. S% W7 w
, X* j& h$ b0 H( C. d
With the TUT can provide the remedy it
/ t2 r5 t0 v9 B0 u
1 I. _* A: W; O `( z3 e6 w- b ?# 1 opens the file SkillInfluence.h
: d5 Y, N! f$ M" C; k( L: l& G# 2 Search
) P' t. \5 g5 Y, m7 n2 l9 ICode:% t* a% ?/ U, M, i9 b
3 T7 q+ Q! }. T. a
# Define MAX_SKILLBUFF_COUNT 14
) R. x) i( d# U5 f7 |& u
, `( h. |4 h5 y# 3 Change the 14 to your number (eg 21) and save it from1 x, t' Q: n: G# v
# 4 compilation and ready
% V+ M3 W0 _; A+ e0 S- b' x, M; i% x. j8 B
( T! C% q/ f: i$ \8 G9 q
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:' P) T6 X J1 b# W5 u
; d+ [% }+ w- s3 U2 V" Q0 M7 _) y
dennisdra% k2 [7 A7 A' ]' u" u+ m
.Crasy
! E; p3 M2 H+ T+ d# u©ross
1 Q% ^! p& i7 ?6 J# J, Q6 NSedrika
* _% D$ f& L7 a' g
s! S3 b$ o" S. p; Aeverything 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! ' q2 b4 L1 [5 l' K( n
* [& V7 e5 Q1 H `6 B
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
' k1 V/ q' M8 Y! m! T4 K; _. Y F t2 s+ ^
% U6 k! m2 c5 i2 HUpdate 1: how to turn off "Profiler" in worldserver.exe
9 ]* ^ x& s6 c3 V/ Z) k+ A- `3 ~6 [/ s& z7 V P6 B
1 t3 S3 S: a# ^8 Z
in VersionCommon.h of Worldserver Solution6 c$ p6 X; v3 M0 }: m, t
Look for: _9 w0 S7 u* n @4 q- Y
& x/ H7 T8 C0 F8 j0 p
#define __PROFILE_RUN4 O) m& D1 R4 k
" d$ q, w, [7 Q8 ?6 O4 M
comment it or simply
2 U, M! C/ j" R* t: H4 W! C
: ~; C! X! ]; O//#define __PROFILE_RUN
; H `6 B+ ?" G9 E% [* _' r3 U9 l9 z* X/ c) J. P w$ x
$ l$ S; u/ x3 } y: F' ecredits 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投寄。谢谢。我添加更多的很快如果你有病加太
. U( n4 c r& f- n1 @2 K- O |