|
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 H! K- j( e( u3 e
change level without Rebirth
& i0 V0 O, l8 w: G* A9 I0 _2 F G+ _+ n% y; e6 b) ?1 n
Now, let us begin.) A, C5 y- c# [0 v
# u9 ]3 @. C( [2 dRequirements:
1 a" N9 h) R9 Y' w4 GSource* y# R% n& g$ T9 ~3 M$ ~* Y! V
Notepad / Editor
1 o6 X& Z9 {/ d4 n2 z* T# f
; e+ G8 M' C) Q) T" Q1 x4 O$ H, \/ / Tips by Sedrika
& {. d* Q2 I6 [0 I5 a, O( ]5 e
) p$ s3 t* h! l6 H1 QIt is up to you how you do it ^ ^) P) X: x/ q, h& y. l
8 K) v4 R4 @5 |, H( @0 a
Go into your source folder and open the definejob.h
% `0 _$ f9 I" W+ \9 S# gSearch there for:4 Y3 ^! I3 A- W3 A) j$ M
: ?, J0 ]/ |; L. M& y' @5 w6 y1 y#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
Y3 W+ m: G1 s& B5 ]#define MAX_LEGEND_LEVEL 129
" R( \* K% l- J3 l6 l: V& w#define MAX_MONSTER_LEVEL 160% _; u8 l* ^+ s7 F9 c- [, ^
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
" q- d' O: C( v1 B# S4 ~#define MAX_LEGEND_LEVEL 121
( C2 C4 o2 k5 p& S#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
; k; o8 H* {' k: _' }, @2 e/ h% {6 q1 \) ^2 t
; G% [# L7 Q' _( t9 R5 L
Red: Player Max. Level
$ L# Q& I0 L# E, ^( j$ WGreen: Monster Max. Level
! u# |8 ]1 d/ i# h: V. s4 `6 F @7 X8 \0 n M) g" N
These changes as simple as you want.4 L) M( k2 V5 H& v1 P
( f0 x' V0 k- ~/ Z5 ?7 ?% n% o+ D* Z
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
1 z+ \' t. Z% h! V8 `$ i) U& b$ |% O% v0 d9 a c. E6 \! n
Part 1 of blocking CE : Q. t6 n) Q9 u+ \* D7 z
3 w; B7 F. } j
In this tutorial I will show you how to change the Head of Mark flyff.3 ] C# U" s3 V
The current Head Mark is well known, 5E, which results as a string ('^')., e9 L5 I5 ?1 z1 D/ _/ S
. m; L1 X: A7 ?$ l% u6 o: n- T
For this we go to the World (Project) and looking at the Buffer.h after thistext2 m$ n: ?% `5 Z, y E
Quote:% F7 u0 ?/ ~+ o; L% J7 Z" f
# Define HEADER MARK '^' / / Normal messageheader# G0 D3 H1 s# B+ j* a
# Define SYSHEADERMARK '%' / / System message header- t2 y8 y% T# C" I$ d
What the Sysheadmark is looking for is not even the top 5E.7 P q2 x4 |! q5 C' O9 r, R
Change this and it makes the CE Not work on server.4 O% I' }9 J9 ~" L" P
9 n. J2 c0 s) }; pThen Tom's anti-hack is no longer useful./ X* Z# B; d0 F: K
5 G) `: Z: c- Z
LG Sedrika Part 2 of blocking CE * v2 i* |, {4 F, D
) A9 m& h, N, W7 N3 p# eIn 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.
. F+ `5 I! @, q) k8 NWhat does this have an advantage?% B" O" k* ] A
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself r" a( \7 F- [
1 H6 P+ Z% `. p1 R5 L1 R* b
0 p' g: S/ {4 U" t2 j3 gFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
- @$ |/ M' d& b* M2 P/ ~2 D- V7 J! J8 Y. }/ o1 Y
Then search for the following content in HwOption.cpp
# E7 Y5 ^* _- @1 H8 y6 @$ Y- s/ a1 o2 A+ n$ ]9 S
' }7 H4 V2 C/ Z0 X" Sif (scan.Token == _T ("ip"))
) i M+ w: p) q% k) N& Z# D{
1 Z) ?# M7 {% C# r' O, \6 G3 Mscan.GetTokenEx ();
; l$ P+ i0 j; x* C$ ?strcpy (m_IPAddress scan.Token);5 x# d- s$ U3 ]$ u( W. x1 U
}
, l% O6 N$ `% z8 s7 }and turn it into this:
1 D4 f, Q7 p& b; ]. |5 pQuote:- |" W9 {% i+ Z
if (scan.Token == _T ("ip"))
7 J% k: P* @6 V' F# i* J{
$ W9 I1 E0 @ O( \" U' l/ / Scan.GetTokenEx ();6 T$ C' m4 c$ o* O2 h" s
/ / Strcpy (m_IPAddress, scan.Token);0 H9 n2 N z+ z) D& Z F2 f8 T, ^8 P5 e
}! [; U8 V% O' x( s
And you created the solution.* P- Z& S8 R# T/ P. ~
' T$ ^! o: g- F7 c- a
, Y7 e; k0 L1 B; _+ |
Then read the Neuz not the IP from the INI anymore. even if put in it+ c) `* |2 o1 Y
: C' H; [3 G8 T# L4 T. m Max skill's
8 p- s* e; _/ V7 B9 e9 m4 J3 j
1 K5 z2 g, z0 |+ `; R$ qAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
2 B1 q8 c, l2 f# ~; M6 _+ j
: Q) B( w9 k6 m" m. I, eWith the TUT can provide the remedy it! r7 @3 p+ F* m! @8 q" R0 [
! z0 O1 w& U2 q. H# p: V
# 1 opens the file SkillInfluence.h
/ Y. Q, C% } B2 I1 ~4 k7 h- o# 2 Search6 S( B( c" T: h+ D5 w
Code:( x! E1 H7 `; s% g. X) k& u
8 W) f" ~7 P! V4 J
# Define MAX_SKILLBUFF_COUNT 14
5 t8 U9 @# n6 g0 d$ G& y& g6 {# F& c9 T( F& f: {4 W, r- O7 L/ @
# 3 Change the 14 to your number (eg 21) and save it from
% G) G7 A: o7 M D% C% s$ k$ \! @# 4 compilation and ready
, _' U2 a" E, l4 D
* g8 |' X, g# e+ Y1 ^6 Y6 H3 t+ j) K# w+ ]! d- r! p# F) F6 Q1 J
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:7 H4 q8 `( X3 O6 `: q! K
* Q2 l: K0 P; F$ udennisdra) u0 q# _8 z. f8 w" e
.Crasy
0 Y" T: V5 }8 j; [9 F' ]©ross7 ^& J3 s" l% e0 ]7 @8 p: g' Q
Sedrika! Q' ~0 b' g% k& P1 I9 D
4 J: f2 p9 F- X& ?* ?# A9 Aeverything 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! ' f) p7 \. C. s: g4 M9 d1 q2 j
4 s/ t% f* `4 Y3 z! g0 U! n: ~0 |0 N
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
9 d5 ^. }4 C: `3 F. J6 r
, T! H& ^8 K0 @7 n. Q! C6 ]: G
" M7 A5 v! R3 B8 I# MUpdate 1:
how to turn off "Profiler" in worldserver.exe y: g E: C- T+ f6 }
. U# _2 u& V5 w8 C4 o. B0 O+ `* g! A7 j2 v7 d. u% R0 h& b
in VersionCommon.h of Worldserver Solution
; i! ]% j. e% u, E) X" kLook for
( i) _" j7 I9 ]$ ?. g6 `9 o9 Q+ S* T$ E* W: A- Q/ Q/ V
#define __PROFILE_RUN: F* v2 X+ }0 w5 S. D4 [+ ?& d
. ^4 I/ b9 ? S: l1 Q$ C3 S
comment it or simply1 ^" m0 P4 u" w2 `. x$ c! c" q
' N* ^ g R' i4 Z0 J1 k
//#define __PROFILE_RUN 2 T. d" c2 ?# e6 T* L
7 i' F. }4 K. t* R2 x% F
* I' j9 a0 d& k; Xcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
! r* G- x4 R2 q2 ^- @* t4 j |