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
" E9 y6 W; s! k! Pchange level without Rebirth2 V# s% q1 g S: L# i& e6 ?
l9 B6 |9 e! Q: z3 N+ f$ ?Now, let us begin.
. M" m$ C: V2 O2 _
: b# [1 _) n% {7 W* Q+ W3 j# Q7 _Requirements:
+ q% c& z4 f4 L* }Source
" W( ~! i9 B7 v, {' m& hNotepad / Editor
. [, G% Y$ p/ r# d9 t/ w
4 p. |9 @) C' [% \/ / Tips by Sedrika7 n* T" }: {2 W5 x) K" Z
! W' ]8 N9 ~8 P' R/ Z/ ^3 ?/ M7 J" q0 J
It is up to you how you do it ^ ^
7 V6 s( ], a3 b( J
) ~. P, o9 m/ w8 b% cGo into your source folder and open the definejob.h
: ?) O, W3 ~/ R2 k& BSearch there for:
, z$ C( A9 c7 n" U# X: R" o( X! _; a3 |% Y# c2 H- T
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
) f) ~. ?) y; g% C1 L/ ~#define MAX_LEGEND_LEVEL 129
- e c1 c3 Y, w9 X/ P8 n( o' E#define MAX_MONSTER_LEVEL 1601 z" D; n% D" n
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
+ g1 u( D. H( u j: L+ p#define MAX_LEGEND_LEVEL 1211 [# o* F# v& ^, l' X0 u V% r
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
4 F+ g6 b, Q9 h
) A5 Z4 C" G( R) `* D9 ^
/ N. e5 {, e2 H- C7 lRed: Player Max. Level( I! M6 s/ g1 W7 c3 P, G
Green: Monster Max. Level B- q, P4 q: S' t n+ n. @
+ d! f5 ]+ o4 u- c( X. r7 lThese changes as simple as you want.- G" L* \: G1 z; L( D
6 l* B( K8 } J2 s# ], g
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
) d X8 Z- O. _6 j5 [; C2 e& i( u; A; S
Part 1 of blocking CE
% g& z% f7 Q, H" u/ s3 C" B3 ~1 S3 v% E
In this tutorial I will show you how to change the Head of Mark flyff.' T' R( u6 Y% ~5 u8 r
The current Head Mark is well known, 5E, which results as a string ('^').( C' G4 n7 n5 ~1 F
" x$ Q I- W" E) f4 |# gFor this we go to the World (Project) and looking at the Buffer.h after thistext1 o. o5 r. N! e( z! \
Quote:' `. p; z$ l4 Q" y" J# n
# Define HEADER MARK '^' / / Normal messageheader
, U1 N0 y9 G8 {7 t) B7 v# Define SYSHEADERMARK '%' / / System message header- \# {) W: u4 Q& V7 m, N3 p: C0 |
What the Sysheadmark is looking for is not even the top 5E.
, h, e8 y: n XChange this and it makes the CE Not work on server.
4 I% H( g4 R7 L8 H5 k" x2 @& Z" \& y6 I4 U( ^, [8 A: r
Then Tom's anti-hack is no longer useful.
! I, P& t x2 m1 O- e% [7 N9 ]6 g( y0 o+ }
LG Sedrika
Part 2 of blocking CE ( R: x! K5 J- e$ n |8 c2 |7 r& M
- p B9 _9 }( ~5 M* FIn 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.
! M+ N" G" H r# e+ g$ \' ?What does this have an advantage?
5 y9 _4 b* Y/ O" [' Z6 Z; u! mThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself - L3 P& Z7 p" W4 p; r" _+ M
' C3 ?) ?& |4 @3 |6 ?$ T
' ~2 H! j$ C: ~' s! i$ {4 o; `First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
5 ]) Z' y. F- J2 b& z" c
+ l% r. f. x. g9 w+ ~% nThen search for the following content in HwOption.cpp 1 B$ A, k+ K+ b; b7 F
, ~; P7 ?( z2 P' u8 n5 ^
/ Y" @9 p% h! ~if (scan.Token == _T ("ip"))
* x' V1 P& T/ a' `{
9 X7 A L3 v$ P A2 t! sscan.GetTokenEx ();! p# }' u+ s! u0 B0 {. u2 D& R( ]0 Z
strcpy (m_IPAddress scan.Token);) d. S/ _. W/ d* a3 c
}
% S2 u7 B/ u5 c; b; {and turn it into this:5 @8 Q3 u. L' ? G. j
Quote:7 K# V A, X+ X# C
if (scan.Token == _T ("ip"))# Z% w. }. X6 p# K$ H
{
3 H+ {% z. p. l& \9 B% z$ w3 Z/ / Scan.GetTokenEx ();
4 N/ d2 X9 t% v3 f; V/ / Strcpy (m_IPAddress, scan.Token);4 P' p0 x, c. N2 P! z# G, U
}& l, a% h# I, K" x
And you created the solution.: m1 `9 ]) |( H. m; F
1 j7 R$ o- e# F, r# ]
( f- ?9 k# E+ g1 u! y5 p/ |3 GThen read the Neuz not the IP from the INI anymore. even if put in it
: Q9 e- \; w& \+ Q5 z1 z
' m4 P; ?$ n0 I" e3 u& l- ~ Max skill's ! }! g) H9 J* A) M8 k! e
5 u# l+ c# z' |( F1 [
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 5 `( F* J6 S! l1 e& r, N6 U& { B
/ ^% z+ Q' l3 {: i3 o1 m
With the TUT can provide the remedy it U, c/ E7 a1 Z# ^* t0 w% t
3 g6 E( W F6 N* u( B
# 1 opens the file SkillInfluence.h
% u+ a) u$ V j' k0 ^* C# 2 Search$ D/ R! Y2 r0 w" I9 h/ p
Code: n8 y, I, K- @! p7 z# ]
( r5 h5 v' j& Y( f# a
# Define MAX_SKILLBUFF_COUNT 14
' R8 H4 T4 Y- c+ ]
6 `0 S+ U: \9 x# 3 Change the 14 to your number (eg 21) and save it from
( a2 B U2 _6 ?# 4 compilation and ready! m$ I. P/ b9 Y/ x: r
/ i b" C% q. \6 c% ~4 M
& y t+ F1 e* @ V9 xI 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:
8 `5 n: a3 ]5 @6 \# J& R! t6 k, y( @8 m; k* P( r) u$ `
dennisdra
! o& ]7 G+ w2 Y! a# j) ?! e.Crasy
( P0 @3 u" B, v; H6 |; W( @©ross/ E0 H+ E# W3 u
Sedrika
6 s) K5 ]* e/ G9 F5 T( H7 M9 }4 Z* h' m B$ R
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!
" Y: W1 y2 @! c) I( U7 C0 B) c G6 r' k5 d3 m9 t
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less+ }5 N @6 W5 p! U& H5 q$ E
0 I1 E" Z9 f1 |# t
* M$ a) c- L; T2 bUpdate 1: how to turn off "Profiler" in worldserver.exe 0 b8 C3 @$ _' y$ w: t6 ?0 e" M9 u/ R4 m
8 [ K5 z$ b B7 J) t; F& R u
* D3 Y' E( B _* e( N# m
in VersionCommon.h of Worldserver Solution3 R+ ]; v+ |, N" @( X
Look for
# E0 [; J! c6 {- x7 Y) @6 m
; k$ w3 `2 h+ f/ \) k. h#define __PROFILE_RUN% d% l* z2 b% l/ }: L$ q
) D9 a' g9 ^) H& O( r# kcomment it or simply& ~+ l, ]' B# X& i, U( ~' o5 C. S7 A% ]
! m1 s$ { N0 k' N) u i$ E//#define __PROFILE_RUN
: C* ^: D4 L1 H& E7 ]' e. A: V; C8 `* X, t% {+ w/ K
6 p" h/ U- R# x1 |* ?# I
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投寄。谢谢。我添加更多的很快如果你有病加太 & m" B( n: F" X+ j1 Z
|