|
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 _. ?$ c( V) M, C: y9 Ychange level without Rebirth
3 [, ]8 x4 P- }3 Y" d- b% s
; b" K8 f2 ^2 F; X4 j+ T/ YNow, let us begin.
2 f& n$ _ o: T9 U$ W0 r5 n
) S0 |2 b. r! c& g2 zRequirements:3 q) b" z) Q2 r8 I& I) b
Source
+ x% s( T- x- U9 y3 ONotepad / Editor
# c- }: M* x7 r+ X* K, D0 U) `3 ~5 \" ~3 j% ]
/ / Tips by Sedrika4 z3 U( d/ P: W- Y. J f
% r i3 p: r L1 |7 x- gIt is up to you how you do it ^ ^
' C; N+ q$ k9 }3 |# y7 b$ h0 S: z, p& q" p4 M6 l
Go into your source folder and open the definejob.h. ^6 L; V* U* `# H' T" ^
Search there for:) v- j) ~' _8 b% {* l0 |8 f
. z. E/ w( p6 I) x9 |#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå) Y$ |7 x: u. s* x7 o
#define MAX_LEGEND_LEVEL 129
4 W' N* P, a- H- G+ ]8 T+ k) k+ v#define MAX_MONSTER_LEVEL 160! a& r. w+ K3 O
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
5 t5 v# C8 ]5 e3 \% F7 d. M#define MAX_LEGEND_LEVEL 121
3 c; S5 v5 w, m+ P% B: W#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
1 W8 F8 O' t& _4 h7 e) I9 y9 [$ }" |8 i w
1 w8 o$ I O9 l4 |% kRed: Player Max. Level, U s/ o3 R9 v
Green: Monster Max. Level
) X! z1 ~" `3 c2 H* b! R! Z- M0 L# w, \! {6 i0 O v4 z) r
These changes as simple as you want.
6 @1 x% i' R2 A/ F1 T3 W6 p) |; Z5 M2 A* s) o$ e* j3 P9 ?
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.4 m$ H9 T* \. A ^
: s$ m5 o' `* }3 K
Part 1 of blocking CE
! F7 f- }1 c& s9 s) o% X" @# D8 |. N
^; C ^+ X2 s' ~In this tutorial I will show you how to change the Head of Mark flyff.
) T/ }8 G: O4 @& BThe current Head Mark is well known, 5E, which results as a string ('^').
; `. w6 }1 z# `; S* @8 {+ l& C0 G: h$ A5 \/ j* J! B
For this we go to the World (Project) and looking at the Buffer.h after thistext' R0 _+ ^9 U; C/ j" J
Quote:
; f7 A% e$ R% j* y5 @$ c" x8 Y# Define HEADER MARK '^' / / Normal messageheader
; a/ B9 {& F4 _1 Z5 w1 G5 v# Define SYSHEADERMARK '%' / / System message header5 @! C5 y2 E( B" H0 }! d
What the Sysheadmark is looking for is not even the top 5E.
# G ?( \+ y7 z: V+ q! _* I( kChange this and it makes the CE Not work on server.. ?$ E$ s9 d# k: I
4 V0 |" z3 ^$ p' I; Y. e5 WThen Tom's anti-hack is no longer useful.# ]0 }. @" _% g
. d I& b+ J! k5 c, }
LG Sedrika
Part 2 of blocking CE . Z. Z1 }( Q$ n l, e8 e" M" X
- p/ g9 p4 }' U' ?& w" VIn 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 ]9 [+ Z( i8 m& `9 Q' M) M1 g- WWhat does this have an advantage?
, Q; w1 D- h) GThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
5 a/ J; v Z5 U J
3 V, n; L7 }; H5 W6 C; e& @- ^
' X: }# C# {$ HFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
+ l% S: }3 j5 B) v7 N
7 ?& V3 F/ V6 dThen search for the following content in HwOption.cpp
# O$ _/ [- `2 }& k* ^
& D% Y4 Q7 ]3 G- t4 M5 i0 @1 S( h, M/ `9 O& m( j; F
if (scan.Token == _T ("ip"))/ H- o& K1 l! t) Z
{
, ?, L7 [ |: Y2 ?scan.GetTokenEx ();$ C1 ]8 t: t. D$ j) P
strcpy (m_IPAddress scan.Token);
: K' ~4 N# |9 [; @; B+ v}
. E. ?( N# L% \0 d$ u$ `and turn it into this:
U4 v/ |1 B0 s- m/ t( ^7 cQuote:& \; F1 C% k I, A. J
if (scan.Token == _T ("ip"))
0 V g/ k9 u0 F1 o{
: w$ f& k5 h3 W" j2 j/ / Scan.GetTokenEx ();7 L: ~1 K& D0 \; ~% A- z
/ / Strcpy (m_IPAddress, scan.Token);2 }' I) `% a7 I/ L& o. r; e; ~/ i
}0 _. k$ d9 h( O9 T: Y* H' M! |
And you created the solution.
' [" u% i+ H. u& I4 w7 E8 s: t- |+ [
# h9 V% {6 N+ P- @0 gThen read the Neuz not the IP from the INI anymore. even if put in it
$ \9 a: m% p& M! |, Y# K. u$ ^5 e/ M0 F- X N( Q% A
Max skill's # I2 }; C& d- F$ @/ \" |1 V
# ~( b+ X- @9 G7 d' B9 K. BAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
; e9 m& A1 @. g# u& t) {. g
1 ^$ K# L8 H( ?With the TUT can provide the remedy it/ u1 }7 x5 r" r
3 m j& ~3 n4 K( n9 G& @( ]
# 1 opens the file SkillInfluence.h
2 Z- Q, }7 [2 @, {1 }# S. K1 \# 2 Search1 U& F# n+ X5 U' @& v7 q/ q4 ?
Code:
- z* T0 y, p; h, v8 ~& o1 F S3 S; Y; j
# Define MAX_SKILLBUFF_COUNT 14
1 z' B9 l" v' ^. O- [2 M) W. y: C" R
# 3 Change the 14 to your number (eg 21) and save it from
) P8 V3 [9 E- ?# 4 compilation and ready
( m& \0 g; z$ v7 `) e" u4 Y
7 J0 ]) ?2 q3 ~& W9 a$ N* m
, g# ~* I) Y3 dI 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:
+ ^% r" J, M: Y% H; s6 Z) g; A# W% y0 u9 A& T! j2 J, S/ H# h
dennisdra
4 q' n1 s" C/ Q.Crasy% z" ?6 b! K! G* k- P
©ross/ E9 a5 n3 S$ Q2 D& F
Sedrika
9 n) D" w% a4 F+ q5 [! _4 ~2 n0 J7 L: a* E
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!
H3 W- i2 G, z5 f& Y- H# \- I3 ?$ `1 o3 |
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less$ t* T, s, \& I! W: ?; v. \2 G
, W) [/ T. a {
" J+ H7 ?# q7 x+ O s! sUpdate 1: how to turn off "Profiler" in worldserver.exe
; C6 l+ H* N4 f" | O0 P- k8 z# i( `8 ~
; F- Z7 A: j8 w" j
in VersionCommon.h of Worldserver Solution5 X) k/ t6 J" H: |& Q+ S* T& F( Z) J* g
Look for
* I% Y: A7 ~. i1 {
9 M; z5 M w1 v2 m& d; d7 _, P#define __PROFILE_RUN
~ m9 D, R" q: I7 Z$ R; u8 I2 g! |, t/ e- b9 i6 O
comment it or simply
9 @$ y D' p8 s# p1 \( t, m7 x6 d, p% c' R1 o& f# H
//#define __PROFILE_RUN 2 l) {. l) X3 N" c7 t1 n7 U
6 Z6 E2 i- }5 e$ j1 X
. t1 M5 G% e( H! m& O
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投寄。谢谢。我添加更多的很快如果你有病加太 ' A, ]! \% W9 X
|