|
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
/ i0 Q/ @: Y" ~8 m8 e# x2 {- ichange level without Rebirth! g0 m' {( r$ U; V: C8 |9 S( K
! Y$ e! {' K. n u; N gNow, let us begin.+ R- R5 Y! h% _3 \; |8 [
& b3 i# g8 p) ?7 V! m& Y9 y1 w, iRequirements:' l6 B$ U/ i, `( f/ `+ U% Z
Source4 o7 G5 H! H% v6 E# d- ^; ~
Notepad / Editor4 }! M6 n$ k' i
- P1 k, J9 s& u8 _% e* K U/ C
/ / Tips by Sedrika
! P6 V2 w- }6 f& F( K5 R: S1 L8 H1 v& `' Q4 ]1 y2 C) D+ D
It is up to you how you do it ^ ^
7 \0 ?! _; h h9 @7 y8 J
$ w" g8 _, L/ {; l( s" O ZGo into your source folder and open the definejob.h
: U: q# r" k0 D0 ~/ t9 k1 P$ eSearch there for:( V% i+ \; \' q
6 f" z# ~; o" n! x0 b( h
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
; x3 s0 T0 D+ e4 h; a3 l4 v0 }#define MAX_LEGEND_LEVEL 129
# `% S7 \2 D/ V0 [- x* ]. f1 _#define MAX_MONSTER_LEVEL 1607 M+ F* H7 ~7 w. h
#else // 15Â÷ è÷¾î·Î ·1o§è®àå. Q- t4 l! g7 M
#define MAX_LEGEND_LEVEL 121
' ^9 a( s( R6 Y; i3 f2 b; w" W# `* _#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 2 t. b# {& z- v6 h, |" G4 K9 w; W
, B$ A1 d- w' T! O a# [: b
5 ^/ ]$ x2 J: o* P+ ]+ m& ]Red: Player Max. Level7 G2 [& ]# Q) [% L# Z
Green: Monster Max. Level
! P- S6 g, L L- N+ j: W8 Q' k
$ M0 }; N" T: n$ P BThese changes as simple as you want.2 ^5 a2 h5 p% T/ o* Z4 }" B" J
3 J i3 V" E9 }1 ~6 j
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
. L4 S( G2 ?. X5 b) [" _; O
. h# Y7 c3 d) R8 V8 |8 [0 m
Part 1 of blocking CE 4 _ S; m b* z1 _
5 `5 x$ c) n2 Z/ S- a6 u
In this tutorial I will show you how to change the Head of Mark flyff.* v3 t% y' @% p' H9 }! U; ]* s
The current Head Mark is well known, 5E, which results as a string ('^').- f: \7 F) Q+ S$ g/ V4 ?' C+ |
- v/ }; I2 Z: uFor this we go to the World (Project) and looking at the Buffer.h after thistext6 i: U$ u% N% f7 b J- |7 i
Quote:( {& h+ ]+ q: g0 E6 C7 v# t5 b
# Define HEADER MARK '^' / / Normal messageheader- d" X0 x. j3 e- Y
# Define SYSHEADERMARK '%' / / System message header% {% }; g. I& I7 J( H$ \# ` q
What the Sysheadmark is looking for is not even the top 5E.7 r& J9 N3 z5 l6 u# Q( G1 p
Change this and it makes the CE Not work on server.! u9 w+ `0 G$ L) c4 E: |5 e" m2 J
9 s2 _- Q: y, \$ V9 B" c
Then Tom's anti-hack is no longer useful.
% h n% P6 v# R' v! ~& Z6 g7 x% Y* J( U9 ~
LG Sedrika Part 2 of blocking CE
( v; t& M2 w- v& ^
9 p) V3 ~6 C4 P( t- G- U% zIn 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.
2 ]3 r/ T: ^0 L1 s3 ~What does this have an advantage?
0 v; ~' ]* Q& k3 p! ]The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
* H M9 u0 W" ~+ h" e* I% E2 C. k2 M) [
5 q# F" w8 |8 l- {, q& T
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.* }: n6 D$ T* g( q3 I( }
2 F/ h/ x9 y) W: H# iThen search for the following content in HwOption.cpp # n; N% l* V0 z" k. u
2 U, l$ x, {6 a) l: U" ^4 h8 e! ~0 m. Q$ n. _1 L Z# Q8 q
if (scan.Token == _T ("ip"))+ E, P7 P% Y3 G# s8 M) q; u
{
: E) n1 N3 e$ t% X( Tscan.GetTokenEx ();4 y8 c; U- F0 U: I
strcpy (m_IPAddress scan.Token);
# P+ ?7 R. L' {4 i" j; H1 ~: Q}
) R: {) D2 Y) Q& [9 land turn it into this:
) c, \2 Q2 \; o" R4 WQuote:) K. w6 m6 Q- }7 _; I: g
if (scan.Token == _T ("ip"))
7 [! l, I# m6 Q3 r( N{9 Q3 Q; v& h1 i4 I5 y5 x
/ / Scan.GetTokenEx ();
8 `, \% F* }4 d& n8 Z& O* \/ / Strcpy (m_IPAddress, scan.Token);! R6 F5 @+ {0 [) n$ `/ }
}
9 m, m) K! y, I3 o; x/ m& ^6 h4 ZAnd you created the solution.5 [2 o! X" p7 C& \+ k* v: w
" E+ l/ C1 a2 K3 e0 P2 l" E; R! [; y4 R
Then read the Neuz not the IP from the INI anymore. even if put in it
8 [& e! |% H! m; ~' {* i8 \% @. P( d- D! y4 p r
Max skill's
# \# \" w- ~4 ]' G2 b0 N$ W/ \' a3 S8 W% o+ m' N
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
8 `6 q, Z0 k V8 G& g% ~
/ B7 b }' v9 y0 @7 V: vWith the TUT can provide the remedy it
% L- _; o0 K( R
& B& A$ M) U4 K& o) c# 1 opens the file SkillInfluence.h r6 s4 V( J9 s2 H# H3 B
# 2 Search) R6 \: ?- m% t$ } r7 Y% S
Code:8 {) }$ v9 Q. u( ?2 G: T/ ~, V# V
; f! x/ ^, W' J7 |2 x4 C3 V# Define MAX_SKILLBUFF_COUNT 14
: t& P" r! U/ K$ ?
1 I3 V; }. K! e! r# 3 Change the 14 to your number (eg 21) and save it from% M6 S( `! S3 x! ~; l4 Y
# 4 compilation and ready
8 h* x2 m$ U6 E0 y
' M4 g' {/ n/ l$ h* G' ^) `
R; O2 _8 l( J ZI 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% t. M% a6 M" b \
, z% w- ]' I' Z' Y& h' I
dennisdra( _& H v' Q; k4 e
.Crasy! _( B+ n8 a5 X. W- e- E
©ross: m( w1 N. n9 `
Sedrika
" \+ ~ w$ n5 \! o& i" @3 J& t5 D4 `
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!
% p- c. t( _( K% q$ ^& {, q- ]! h* t$ e5 D( E) w) v) I6 A
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
. S! B# x) ]3 Y; [9 E6 ~+ M- f8 @0 I) {1 W" L5 E
6 m$ T- I4 T" o, s9 o' j: o EUpdate 1:
how to turn off "Profiler" in worldserver.exe
; x( ]9 F( x( F
) v' D! x F2 d2 C( C( v) `0 K' |3 Q. u1 L# |+ c2 D& \% h, q' D) L
in VersionCommon.h of Worldserver Solution
3 q* B1 i% Y8 e0 x1 WLook for9 d/ L, L V' X( [ y) _
' ]8 x( _9 R: D7 v: Y3 r$ t4 x#define __PROFILE_RUN
( P; [. `2 j w& H x
( F( n) q6 ^8 F) p- W( z" Wcomment it or simply
" i# D6 F3 U4 w. r
; M) U3 `" y6 r' H% {! k9 M2 g//#define __PROFILE_RUN ' Y9 I) a4 D+ e& B: _
* U X7 W6 _+ L. U. `, [) S5 `" h2 b2 ^
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投寄。谢谢。我添加更多的很快如果你有病加太 8 K% o1 s% j5 Y" \3 c3 H0 X
|