|
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
% @' v9 ^+ I9 ~* `change level without Rebirth8 T" u( [1 A2 ?% `9 M/ K" n
8 X, d$ r0 u" N" q. l% [& t$ ZNow, let us begin.
4 c$ V8 G! ?, N$ o+ o& ~( A5 V; {, p+ `$ k: {+ a
Requirements:* J6 |9 Z2 ]" {4 F& I) {' F6 H4 J( n
Source2 z" Z* u3 `: m* x, I3 a
Notepad / Editor
# i" Z$ N$ x& b! {/ u; d# j; C! l; ?# }
/ / Tips by Sedrika
3 f1 @* J% \! n3 ~7 O1 v0 O5 d9 G$ b* M, m
It is up to you how you do it ^ ^4 N8 D; C8 w- h$ [, G
5 j+ C7 f$ Z! ~
Go into your source folder and open the definejob.h& n6 p0 l1 L9 O5 A; \& G0 A
Search there for:; Z' n2 B9 y, D h2 F9 \% q7 x
; t8 J' l0 V1 y4 U
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå9 K. J" }' j* R3 h; x
#define MAX_LEGEND_LEVEL 129* s7 w$ ~2 c. N. {# @" I: S
#define MAX_MONSTER_LEVEL 160
R% l: M" N l m5 {9 ?* ^#else // 15Â÷ è÷¾î·Î ·1o§è®àå$ N# T( d& \& R5 f
#define MAX_LEGEND_LEVEL 121
( H9 o: m( r8 L# { }! K3 e- F#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
7 A, @5 q# x1 A2 W0 p( S
% I' q% v. `. f$ ~( }& g( @6 Y- U9 c7 V6 u* t+ ]
Red: Player Max. Level, h, ^' a' X9 h' o/ Y- f/ \% B5 v
Green: Monster Max. Level( |+ r- i1 x0 r
% W* A. L# L( I# a' X& hThese changes as simple as you want.
3 |& Z& L' }( M) ~3 j4 V% W4 X
" m/ i9 u- h% q- _' }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- ?: v/ B& X: U- N4 U. H# {0 ~$ i, m& T+ K& i$ g7 b
Part 1 of blocking CE 8 A$ R; ?: u+ i+ Q
! y2 c, r2 V. F" v
In this tutorial I will show you how to change the Head of Mark flyff.$ \# o1 Z& V8 Y
The current Head Mark is well known, 5E, which results as a string ('^').
4 f$ O! C: Y; U' |. D0 ?5 a0 p8 r; t
For this we go to the World (Project) and looking at the Buffer.h after thistext2 o4 ]4 D+ {; j5 m S
Quote:
$ I7 P# ?+ u v6 H# Define HEADER MARK '^' / / Normal messageheader/ V1 ~8 V) P9 D$ b' G
# Define SYSHEADERMARK '%' / / System message header
$ ~9 Q% d! `* u% s( S2 \What the Sysheadmark is looking for is not even the top 5E.# D2 k; t+ J. D
Change this and it makes the CE Not work on server.
! o7 Q3 q/ E, o* D2 P9 Z
9 t0 p8 p1 e# k5 ?Then Tom's anti-hack is no longer useful., S ^: x- M/ |6 `% L
# S9 a; G4 S' K3 H4 ULG Sedrika Part 2 of blocking CE / r; t9 Y; M. q/ `$ U3 U: N1 o
0 Z" {( C3 @% ?7 DIn 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.
+ e2 }. D7 ?8 n) n! A. o$ fWhat does this have an advantage?
2 i3 ?2 I. K2 }5 i/ QThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ! {, w8 J; J! r2 c& u4 G
! D s( m' g2 c+ Q# N. G. U0 f) z3 [# U
9 Z8 B1 E! g' ~( sFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
; @. |4 J. A7 k& t" a# X5 X- r
! ?) [' Q. _9 ~0 P$ l6 |( AThen search for the following content in HwOption.cpp % M0 B9 d. x* V4 P; E. U" p1 v
: x; G" I1 t+ k1 }
5 r7 T& f; d. ?! uif (scan.Token == _T ("ip"))" C& |, Y+ n# P
{# r+ K, g: r4 M! V. U6 V$ \
scan.GetTokenEx ();" N% } ^9 W4 s+ ^. F( V
strcpy (m_IPAddress scan.Token);
% q6 {' X) v& T: o H( n}% H9 ~$ ~1 r7 L
and turn it into this:/ ~1 b: B& C% Q Z# k9 J
Quote:6 M; Q( K% |' x' Q0 y
if (scan.Token == _T ("ip"))4 B9 ]4 e0 J2 T- h0 L' ]
{: \( U: l- j$ m1 B
/ / Scan.GetTokenEx ();$ }) n% o( s' M# ^* M, e
/ / Strcpy (m_IPAddress, scan.Token);
' E+ D' \1 Z+ m0 {1 E6 _}
6 {+ l0 G3 Z1 B; d9 A+ kAnd you created the solution. `* ]4 X) w j h+ S* H5 c/ I
5 x. ]% R {9 l% K
0 d( [$ G4 r* w5 d0 CThen read the Neuz not the IP from the INI anymore. even if put in it, m$ |( ^6 u% e
/ |0 V1 ?- M. n4 o3 x. Y
Max skill's 5 A( A# U0 Y# E! ]
2 k+ M: \* m% @6 J9 s
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 & p A( q: h' V: I8 o' U! p
* s! I n8 T% @2 J& }, u2 Q7 i
With the TUT can provide the remedy it8 l5 T$ D6 D# v; N1 P
( v/ W- D; j3 f. T# Q# F/ ^% ~
# 1 opens the file SkillInfluence.h- K+ P+ P$ f. _, L6 Z
# 2 Search
9 f) I) s; ]+ d' VCode:
' f& \# P9 r. @' O# A) x) ?- F4 _" d( K
# @' c+ E( L: `: Z( F0 j+ r# Define MAX_SKILLBUFF_COUNT 140 }7 A; }! E- }. J3 O1 L! {
K( z$ i3 s' _9 T2 r! {' o3 q# 3 Change the 14 to your number (eg 21) and save it from1 E; D! W9 E1 x x( ~
# 4 compilation and ready
! d: M# _6 I: M; g
/ I) S c, u3 P7 T( l1 @" Q8 ]
* Y9 Q7 _! r% _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:# |" z% H ^0 Z) a* G# d
: V: r# g* v+ m3 ?$ L3 b; J! z
dennisdra+ l7 ^3 k. K8 H0 _
.Crasy
! t. J/ j' J- Z+ n8 c8 }©ross( y3 [3 r" I1 _
Sedrika
2 ]6 u" q- l1 \; m! q- s1 ^$ ^
: M/ J- `8 K+ B& 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! 6 b! q4 ^) e) T: f2 p% g
# T- ]2 g' w/ t4 g' {$ \, s! ^P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less; G" ~+ s. B) X3 o% c( P
9 P- {6 q0 {1 p0 Z% I# g0 t) ~7 M/ Z$ _4 g
Update 1: how to turn off "Profiler" in worldserver.exe * i6 _. h: T0 c- x: |: h9 t
* f4 ^5 p. ~ T1 [( ]6 Q. d5 q: y4 R; c; `7 h* ~6 @
in VersionCommon.h of Worldserver Solution
- [0 T# l' k' f: ELook for* q2 @; i7 m5 z% n
4 V4 g! E7 A: J( A# c! v
#define __PROFILE_RUN
/ c$ h2 B/ }% e3 S
* J6 s6 u% a$ m# I2 i+ p5 M- ccomment it or simply
; ^% Z6 L' y/ X' {$ Q3 U( D: S) I3 q/ q7 C0 w
//#define __PROFILE_RUN + R$ G6 m! s0 V' T9 i
) s( d3 X7 y M
: e( g0 U6 f/ e# S8 H$ a' dcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 6 Z: ~8 R4 Q- m- r1 n6 k* g& k
|