|
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 " \- q: T" b* L& M- c5 G# C' X; y
change level without Rebirth( |' E! \# m% s5 `$ ]& _
# u3 S& t- T9 z: d
Now, let us begin.
! z' I8 O8 }# @6 L. K* D, j
7 [4 Q1 I: e5 wRequirements:! D. j' ?4 |2 m
Source
" W5 f5 h( z/ x8 NNotepad / Editor
3 Y5 y1 x+ X. U& i( {
- P: K( M- w) g& c. F6 b) f/ / Tips by Sedrika
- _# ?. G9 h' i5 @7 i j5 {& n
l0 C/ x5 R* D2 _+ _It is up to you how you do it ^ ^$ v" k' A3 S: U
$ h+ O' y% n8 i- w. @ P4 gGo into your source folder and open the definejob.h
' V* e5 c( n. C1 @9 ASearch there for:8 g, B( @3 y6 _
% L& y9 ?7 A4 @: b* N#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
. A- d6 D: d* l#define MAX_LEGEND_LEVEL 129! Q. m7 M2 w: q% o! \" n8 I% y8 @8 B
#define MAX_MONSTER_LEVEL 160$ x# \1 r* d4 u
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
9 u j0 T z& c. }9 \#define MAX_LEGEND_LEVEL 1216 R A' V+ A2 P0 U0 J% `/ h: \! Z
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
% s9 V) O1 o! P$ q0 A+ _: w: k! a9 o( a. m
! h. i* c6 L7 S, k
Red: Player Max. Level5 T2 p4 M, O6 ]5 @, q* c8 c" ~
Green: Monster Max. Level0 i& _( p# N9 G2 \
' u0 C7 Y) D+ j, E6 xThese changes as simple as you want.
9 G# A; G) h" f% H, _1 Z, V2 J2 J0 D4 W: G$ I0 ~* t% S
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
" u( m U" {" R4 V2 O8 V
4 J8 a. u0 D2 M Part 1 of blocking CE
# {8 l# c, n% |; Z6 }2 `( L( f2 M9 P) o) m7 y) `3 `
In this tutorial I will show you how to change the Head of Mark flyff.
$ L) O4 |2 Y! @The current Head Mark is well known, 5E, which results as a string ('^').
$ G/ ]5 l0 ^0 L3 {, l
# E7 a( z) v9 a+ }) b: N, L1 q! ZFor this we go to the World (Project) and looking at the Buffer.h after thistext
8 x+ \+ \- f* {% LQuote:* d% A# f2 F6 M$ x1 Z% E7 D
# Define HEADER MARK '^' / / Normal messageheader
& O4 F' v. e+ f3 ^& G4 i# Define SYSHEADERMARK '%' / / System message header3 C5 n: P& r- K8 Y& h1 G. D6 r
What the Sysheadmark is looking for is not even the top 5E.: U. e7 E' {! I7 U
Change this and it makes the CE Not work on server.9 y. t3 {) k( \! Z& Z, A+ s0 {
+ Z3 D0 f9 R- g, E0 h0 e, @
Then Tom's anti-hack is no longer useful.: x' h3 X: p; ^# `" [
8 C) [9 s1 ?8 n! bLG Sedrika
Part 2 of blocking CE
# c. v# p m) R; _ q9 \! D3 }7 r- l8 L9 i
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.
% K# ]& T9 R2 r% H' t0 r* dWhat does this have an advantage?% e- N1 i: n) O( Q8 Z( @% r
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
* I2 J% n- t4 W5 }5 v) Q0 `( X: }. f6 t6 p$ ]& l% m: @
5 j% s- Q0 ~; y2 e3 m+ ?% V7 S' c% NFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
i3 d6 {1 `: u4 ?
; K4 N3 v. b9 r% l; uThen search for the following content in HwOption.cpp
, x# ` r. A( T! T# z2 z6 z# w
) l% W- k' y* K" S, V: s5 f+ Q" V7 e: e+ v6 N
if (scan.Token == _T ("ip")) t, y8 O) W" Q" {
{1 D. ]" ~0 K9 F: u; g+ ~5 ?/ v
scan.GetTokenEx ();
8 P( X" P' S0 w+ p) `strcpy (m_IPAddress scan.Token);& P0 _7 z, ]: \
}, O# A+ A4 I9 t: C" H
and turn it into this:
! E7 ?1 p) H6 b* C' o7 d3 L, rQuote:
# _+ g2 m* D3 \. t7 Bif (scan.Token == _T ("ip"))7 i7 l! C4 h" d& P
{
+ w* E' d( ]+ U' ~/ / Scan.GetTokenEx ();
7 t- U" T* i" a" R/ / Strcpy (m_IPAddress, scan.Token);# c: y; \8 Z& m: [& B+ x
}+ K# p" p( f! s8 K$ x& z& {1 R" I1 `
And you created the solution.
6 G- Q) V$ V! C: n9 a N
- J2 t; B- t/ s) X( l5 d
( {9 y M( Q* ZThen read the Neuz not the IP from the INI anymore. even if put in it
! c( M$ V/ ?% p! a* ]
, I( m4 D0 Y0 n4 C- ~- N
Max skill's
4 c$ z- ^1 @, K0 ~; N0 v0 J! i& G
, M+ @7 Q- j* F: HAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc ( C6 \, _! K t! m
$ J# G {- C7 w7 p- \2 V
With the TUT can provide the remedy it
( |% V; V" v0 g! h- Q0 x) l& V
. g' {3 g7 x Q* W2 |# l# r7 y# 1 opens the file SkillInfluence.h
/ q, b! }) G. r" H6 x& J# 2 Search
6 I! T( P8 x' d0 u# o! J# i( h, V# PCode:
, f: _# ^6 b1 l. _, e
+ d3 |5 K, Y5 R# Define MAX_SKILLBUFF_COUNT 14
( X6 C+ E. `8 `: \: g5 B* e8 u
# 3 Change the 14 to your number (eg 21) and save it from
6 R2 ^' H1 t4 |0 { L- } J! S. }; x& Z# 4 compilation and ready
1 m' k9 b+ l! `. d/ }3 i# J W( Y8 n& \$ z1 W' ~ R8 h
' K8 E# a6 {2 h* q" ]1 W; m& 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:+ t% H# b5 J, o0 x# d4 f
1 t, i' v/ F+ s& q8 Hdennisdra( ^; @/ n$ Y( s: O: s3 |: v7 C
.Crasy
! P5 e7 T8 e* J4 H% ~( e3 v; \©ross
' V0 q: w e; USedrika
+ b4 A( a( b6 v, h1 P
+ f7 C" I9 B/ R' w: I0 heverything 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!
; E u. e, ]- R1 M* f
1 N0 E, Z- [) G1 QP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less, k+ e+ ^3 U. M! e9 F
7 I. X5 H5 |( Z2 b7 `" E d2 D B
Update 1:
how to turn off "Profiler" in worldserver.exe
$ c x$ I1 j, M# u1 x) |& W0 }+ C) S5 ?9 A* C( l' C" F
% u' |" F y& u5 y' g! q0 g
in VersionCommon.h of Worldserver Solution! D- { T. P" Q+ v
Look for( J, B! a$ M( T @
( V |; R$ l( ~
#define __PROFILE_RUN& V! o! G* D h1 `
`* d% n$ `; U/ ~/ Vcomment it or simply9 n3 L4 R6 S% [3 g
0 X! a; r( E) ^; `//#define __PROFILE_RUN 8 u1 `$ A. i$ B; X/ c
" F' q! O2 V% B6 {1 ?, Y- `
) W( L8 s5 S! ?, N8 R8 K) d: 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投寄。谢谢。我添加更多的很快如果你有病加太
9 ~6 [$ U/ U1 Y- A2 P/ x2 r5 G* I |