|
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
$ Y Y, M. i' D d+ b6 qchange level without Rebirth
$ L' E) o! {' E, X& k
0 D0 k' y; e+ b0 @Now, let us begin.$ g/ L# I5 r- R" P# T! j8 }' O5 X; H
; T: K9 M: D6 N' L; A; iRequirements:: b; J- s9 C) J5 \
Source& G0 Q* M0 n; ]7 X2 U4 Q4 X
Notepad / Editor
' G" s% v; l& m# e9 Q+ X7 p! N; V# v
/ / Tips by Sedrika
# B* y, \/ W# V2 v/ S+ x6 r0 O6 Z0 S0 n1 U# n; l
It is up to you how you do it ^ ^
- o& s! M# ~2 p4 P/ h# y* v8 r9 ]6 \; D* M2 K1 ~- `
Go into your source folder and open the definejob.h
% Y! J3 G V5 O m. H( CSearch there for:
. x+ V8 [# k+ Q( G
- u: I# s; u- l#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
2 c! R0 h. F8 W0 j9 r/ _. I% t#define MAX_LEGEND_LEVEL 129
2 j# d" q* r9 K5 c/ b#define MAX_MONSTER_LEVEL 160 k% m) O: B6 O( Z7 F
#else // 15Â÷ è÷¾î·Î ·1o§è®àå! }( S( w+ V; p+ O, G' o. L
#define MAX_LEGEND_LEVEL 121
5 q4 _; }9 x, f3 E. s7 z#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
& z3 ?) J! x: _: q5 z/ t0 i7 a3 X5 @8 T8 y" a
0 Q$ g0 w2 n# J$ B5 {! FRed: Player Max. Level
9 e+ s' Y! J; |# |: iGreen: Monster Max. Level5 Z* E! Q0 W4 Y g6 m
2 t6 q% P K! t7 n6 P0 u
These changes as simple as you want.
# t0 R2 L! c- w0 V' w7 l
- I U8 V( @9 F; P9 x4 g+ vThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.( ^" L' v$ w9 C* ~6 P* x! s+ K- Y5 @
$ B( ]% p" D6 a+ C
Part 1 of blocking CE 8 w- _. e% ^6 t% E- `, J# A5 ?
. o R3 O0 }' P g7 WIn this tutorial I will show you how to change the Head of Mark flyff.
' r% v6 j( ~. B0 fThe current Head Mark is well known, 5E, which results as a string ('^').
( O; ?1 b# I+ R4 f! L$ \4 g
) L6 Y, R/ H( A$ TFor this we go to the World (Project) and looking at the Buffer.h after thistext& L# b! K, R3 H
Quote:
- ?+ U: a1 I( I# Define HEADER MARK '^' / / Normal messageheader# q4 {; j/ |* j$ y' ?0 r' H! g z
# Define SYSHEADERMARK '%' / / System message header
. W- U2 X: L7 w$ D, PWhat the Sysheadmark is looking for is not even the top 5E.8 I+ _/ l1 |5 H( d. `
Change this and it makes the CE Not work on server.
: n. o; ~" C+ [8 o
! c% J( c# T8 AThen Tom's anti-hack is no longer useful.
# D1 _+ `! y5 T, {; k: s5 \
" U+ @ V1 B+ [# ?1 c; {3 v4 }LG Sedrika Part 2 of blocking CE
/ v9 G' c; J8 ~4 t" w5 y2 q) n8 v9 A% ^1 ]
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.
2 P5 o5 H) `# e% V/ UWhat does this have an advantage?* ] i4 q e4 X" J$ N
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
1 a& y' d; z) f* r; V
* ?& w2 I! G2 H0 F0 y7 w
* e% e/ ]: Q. w; aFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz." A' |2 o$ ?, s0 L
1 ^2 V8 s; L! H+ ?7 t w) M/ S
Then search for the following content in HwOption.cpp
4 \/ c4 t6 a3 d$ h5 I/ }; I4 K7 g! l, W8 h; ~
2 W& ]5 K, N, j- K0 \& d' [# eif (scan.Token == _T ("ip"))$ m: j$ \" m w T# g# H
{
0 G$ P; ^ A" t: \scan.GetTokenEx ();( J" |+ I9 |- D3 |
strcpy (m_IPAddress scan.Token);% F' X+ }0 P: T! o/ h
}
7 f9 e0 L, N) K9 Z2 {9 Gand turn it into this:) o+ c5 t7 t2 Y( g& y
Quote:/ m5 Q% P" [ w' T
if (scan.Token == _T ("ip"))6 X; ]5 k" ?* `/ p5 n
{* b, R% m1 W, w
/ / Scan.GetTokenEx ();
8 T/ N; y2 j8 Z" j/ / Strcpy (m_IPAddress, scan.Token);8 }: f& D- G( @" f5 t! {
}5 h5 e8 V3 [) z; C/ \% C6 o5 W
And you created the solution.
5 P& ^2 L1 K+ C/ Z4 x5 V, N; ?+ T* d9 q
8 J( O: ~' J, eThen read the Neuz not the IP from the INI anymore. even if put in it% S. E; m2 t; w
9 e; W$ B) e4 R( j+ r
Max skill's
2 [$ L$ }* D+ O# D* k
( e; G/ |# y# B8 w8 c% OAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
" A2 J: E$ c; Q+ z2 |4 e/ b2 X& K7 J9 j8 p* A
With the TUT can provide the remedy it
& C) n+ V' }6 X( u4 ^$ }" ^/ T1 z$ z. g
# 1 opens the file SkillInfluence.h
4 X$ U5 ^0 e2 M! Z* E# 2 Search7 ~5 Z2 ?* u7 Y6 l" {, u3 q1 C3 ?* z
Code:
! N0 d7 T4 }, i# _
" U9 b9 T, e/ a4 h5 H# Define MAX_SKILLBUFF_COUNT 14
6 j. H' X4 o% O+ m# z E H) s1 y! d4 O
# 3 Change the 14 to your number (eg 21) and save it from) q) m' ~$ [: g7 Y" H
# 4 compilation and ready$ H% l) z+ }1 C; I* J4 c
9 n. z3 t, R$ C# y6 w4 x( B
7 M, X" ^0 w9 A) a3 l8 t7 Y
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' z3 d7 ^$ @$ i( q# o4 _* ^; k
% G/ U: h0 B' u; M6 f+ Rdennisdra
! z6 c) i( M+ O.Crasy
4 V. z. p5 R% l©ross
7 Z8 a1 [8 j; Q* B6 ZSedrika" I5 \0 q5 u/ E
* R, R7 V8 A# S4 J- u; i
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! 2 M M6 h+ X* j% W
" B+ ^. x. w4 P4 e2 W
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
! C& r! F: d" I& G
! ^3 U4 m/ W' j- B% V
6 c0 R& I4 {5 {! IUpdate 1:
how to turn off "Profiler" in worldserver.exe . e) Q9 R7 F2 j! }" }
+ W4 R# Z" a5 X' O# o! a5 Q
' x+ ^ T( b3 I9 U6 zin VersionCommon.h of Worldserver Solution
7 n2 l1 `* o' _Look for- z- _1 M& ]! ~
0 r; j7 w7 q; K ?9 F#define __PROFILE_RUN
# v0 _( Y/ p5 x& R. i
% l# V' z8 g, y/ ]comment it or simply2 a2 u! e, t' w7 o4 P
6 A# R) I. @& D* T6 O" l# D- j# g/ i# m
//#define __PROFILE_RUN 0 U, j! [1 j9 b
9 B* }. w9 Z$ ^' D/ m0 L0 y# g1 A) y7 n! ^% t: V0 {0 y
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 s- s5 [7 o$ [+ [0 x, ^5 J
|