|
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 A2 g+ B6 s w3 Z, M6 E& G0 Q( e1 r
change level without Rebirth
% a1 U6 v+ i4 P. V
8 \% ?" [7 a1 DNow, let us begin.
' _$ a1 K6 ?$ P" n: R8 l; R; b/ `# z
# f; B) Z# E q) r1 I0 LRequirements:
; p( V% h+ c x4 ^( y- ISource+ w# d6 ]8 N/ a% a; M
Notepad / Editor& C) w+ \& h; ?5 U
: a0 B1 H2 m, a+ I. M4 b" K
/ / Tips by Sedrika. f" E( N3 ]* L
8 o4 {9 n% e$ O& {+ {3 T
It is up to you how you do it ^ ^" E6 l. m0 T# q' q0 R
! p# F4 S* f H+ d/ z- ?1 ?! ?, l6 _Go into your source folder and open the definejob.h
# D9 U0 w$ e, S/ i: rSearch there for:3 B; [& i8 _; _" o# w# g
3 a6 P7 F# f. Y Y#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
5 M9 o+ p. i9 |#define MAX_LEGEND_LEVEL 129
5 }8 J0 P5 B# v* R2 F#define MAX_MONSTER_LEVEL 160
9 O# e% D$ J3 ~4 ? X$ _#else // 15Â÷ è÷¾î·Î ·1o§è®àå
+ R+ G4 h6 `2 S/ U% T# B* F#define MAX_LEGEND_LEVEL 121
! H& O7 y9 f4 C/ I( D# S6 C#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
' G1 t4 D( L8 i; o0 ]
3 |; d7 z$ y- K
6 p- P) I& J; I. SRed: Player Max. Level. X9 ~) j* Y) V( d. ]! a8 N& T
Green: Monster Max. Level1 K! B w8 m1 H9 k; g
0 V3 G0 l5 Z) r
These changes as simple as you want.6 Y1 }" {' w+ F
* @! O, \: l# R0 i% \2 v; U9 \
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.# Q) D: o# x+ Y$ h
0 P) c! E" M$ @ Part 1 of blocking CE
5 H% j1 a" I/ _2 c' _/ x
# Z2 o, o( v# f2 a: C8 g2 OIn this tutorial I will show you how to change the Head of Mark flyff.
7 h9 ^4 t. y4 X9 Z$ o# Z2 U8 uThe current Head Mark is well known, 5E, which results as a string ('^').
& |# k8 H: Q% I: N: `: ^6 V0 [% y* U( U: B ~( z0 H
For this we go to the World (Project) and looking at the Buffer.h after thistext, w5 m. I" K6 a! Z
Quote:) u% v) L" D. O6 i6 L
# Define HEADER MARK '^' / / Normal messageheader8 u3 E$ B+ _7 b7 R1 g9 _
# Define SYSHEADERMARK '%' / / System message header
' g2 S& Q% m- lWhat the Sysheadmark is looking for is not even the top 5E.. i' ^4 N0 ^# l" s! @0 S
Change this and it makes the CE Not work on server.( P9 `2 Z3 V [# e0 L+ N' q- [/ E+ z
. f2 H( k! ?2 m# q4 o2 f1 qThen Tom's anti-hack is no longer useful.4 L7 T3 `' R9 L# `# r! q8 W
# `# r/ ]# _. I; Y8 ~
LG Sedrika
Part 2 of blocking CE
' n! X) d3 t6 C5 o1 |+ _, s4 h3 |* a7 W S% s( G! `: |
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. 6 z) i0 K3 L) ?9 p6 {1 o
What does this have an advantage?, t: S! N. A3 b; ^& R- v
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 0 T- Z7 U3 f0 W# h) G+ }8 O
0 x8 q& l" U6 t$ }; ?$ F
: j3 \$ J; T/ B; k' w8 f
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.; D; Y0 _" n& x- U, @) b
, Q$ m! k3 n% a# C- u! ^Then search for the following content in HwOption.cpp ( F' B8 ^8 B' J$ Z8 O7 ~! y% H1 J
5 }# Y6 S: B$ D9 U% S1 d
+ w, d7 W, N' i- ]& a, hif (scan.Token == _T ("ip"))
9 r" Q4 U$ Z- Z2 f- F0 t J* ~{
* w) \" {% `+ ]scan.GetTokenEx ();3 J% z, E, c+ n6 p {3 C( |
strcpy (m_IPAddress scan.Token);
' V8 T) h5 J: C( d0 ?+ R* S}" S) @7 t S9 J9 t! d0 T
and turn it into this:
6 v; t: u* n: R5 }. u3 lQuote:+ b2 d/ C9 l7 [0 e* W9 S6 x6 F: R
if (scan.Token == _T ("ip"))# I- D/ M) ]3 R' v/ R8 d
{
1 a, L# q6 q5 c+ y' p/ / Scan.GetTokenEx ();
. L; {/ u. k( X0 d! s4 k. f/ / Strcpy (m_IPAddress, scan.Token);
6 Z S1 k/ \3 \! _8 g0 o- u+ Y9 Z}, l# m* ~9 D( c0 w: n( Z
And you created the solution.
+ Q. K+ G7 m9 b3 x7 o7 [2 n
/ q6 C0 d* E: u8 A/ p' }9 y2 E, B3 a$ m6 }* {/ D5 X8 k
Then read the Neuz not the IP from the INI anymore. even if put in it; n1 D! q2 e* [9 T
8 w# l1 g/ _6 X" E: O: L+ `( u8 h
Max skill's
0 Q$ u1 D9 X$ Y. f0 q, o4 J+ w- N4 p+ g* D7 [8 `8 U
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 % \4 ]. V& @- {( U
; j( i( n4 L. H% b) i8 O" vWith the TUT can provide the remedy it5 o" d" ~6 Z" n9 Z3 d+ y; f
. i7 R8 E* P% i: l! z$ X j; C# 1 opens the file SkillInfluence.h
+ y$ [+ Q* k! A, b2 D' j# 2 Search, K& ]( N4 h3 c
Code:
; k m0 N8 ?6 _' c5 o6 R! v; E6 T8 j( g9 X4 s
# Define MAX_SKILLBUFF_COUNT 14
+ }7 [0 B0 L" D2 U+ v; I- Q8 H
; Y6 F) z |) @7 g0 q* l, b( M# 3 Change the 14 to your number (eg 21) and save it from
. l& C' D/ }1 {5 @# I7 S5 c# 4 compilation and ready* D, J) w: [- T: R1 \+ p9 K
0 Y* a4 ?$ l- [2 J. ~
) m( L9 d/ c: M* aI 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:
& w9 I7 a" o' K/ v$ U6 {
. V1 R: u9 R9 R+ w' g( i) V5 ldennisdra
0 S b ~' Y0 g: e7 r.Crasy& Y- @" s4 F4 y' _
©ross% y# w$ {, B9 V' t
Sedrika3 m2 n+ u5 B$ I& e
$ u! w5 o5 a% X/ G
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!
- I4 l9 f0 \/ K0 h" B, ]- G" ?/ M7 I7 }) w$ f# Y
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less+ ?! f/ n& K1 W. [
4 h+ l. d, @/ g/ {$ H) s1 N! {9 p4 M! W' c% i4 `- S9 c" H
Update 1:
how to turn off "Profiler" in worldserver.exe
; T5 `# V x8 l5 M/ `1 P! m# n" ~& t1 \
0 m( H& b3 g: y& B$ ^9 b# G
in VersionCommon.h of Worldserver Solution% R D* V5 g7 @$ B$ l; e
Look for E9 V$ Z/ ?! | f, _7 R9 G
" w) q0 y( J( A, C% v x f
#define __PROFILE_RUN
2 q: t: B! p V. g: E2 w$ O3 i$ Z8 l" d! x3 m0 \. n
comment it or simply
2 M- F# P1 Q- [! v$ R# |$ {( }4 ~8 }, A% \. w2 t
//#define __PROFILE_RUN
- f/ a0 L% C8 E) `5 G- q& q7 ~! v7 }9 e; p& I( k& E
! P9 \2 |# q! x8 b/ |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投寄。谢谢。我添加更多的很快如果你有病加太
& k7 M' b. Y- d" n, A3 V |