|
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
# ~0 z' C3 S: t; @; e3 W3 Zchange level without Rebirth
* G8 }& I C! C9 \
0 |* [8 }3 C7 S0 u# ZNow, let us begin.
! p1 J/ m3 [3 v" S" W4 g+ w1 k8 v# ^' V M1 O* c& |" z6 q
Requirements:
1 D. |8 y- ?0 V1 u. ISource
7 U2 t$ M1 X& B9 d2 ^+ gNotepad / Editor- U1 f% U; s/ B1 k
9 _/ \0 w( u; Y+ I
/ / Tips by Sedrika9 T7 |+ `) i/ ]6 D. C+ O. R9 W6 y) O2 T
r. K4 j/ y- C s9 v" G
It is up to you how you do it ^ ^
. C. A9 a, i" ?3 j) p
3 L# t# v1 e6 EGo into your source folder and open the definejob.h9 x8 O# t3 n' P$ c1 @0 ~5 ]- k+ h
Search there for:
6 j( \% L. W# e# r' I# j( O$ m' _1 Z; }9 y0 h9 y
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå1 D: O9 d- q) \9 N
#define MAX_LEGEND_LEVEL 129 @8 ^/ x( g( \
#define MAX_MONSTER_LEVEL 160
( ?, u9 @: q3 p! {! I# ^& f! x#else // 15Â÷ è÷¾î·Î ·1o§è®àå% g4 f& B" v) l- u- N( \
#define MAX_LEGEND_LEVEL 121
$ i# c/ T" H. q3 f$ e" r$ Y#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ! P1 v2 B( t9 Y$ h/ O
1 k, U' m: |) J/ Z Z# W6 W8 l9 O! f; |& p2 i2 X
Red: Player Max. Level. {6 B) I9 X' k" ^
Green: Monster Max. Level2 c' u) g3 g, X n1 a4 h5 ]3 C
: y8 }) ^3 t4 S$ C3 mThese changes as simple as you want., |$ Q7 |( m9 i9 }( Z4 C
/ M- S6 F$ O9 @
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 d6 b( F% Q8 P3 j# M
% Y1 A" a6 N( ?/ D/ @. D0 B( t
Part 1 of blocking CE 0 A. Y' |( E: p- y
$ Y5 h" k/ P) g+ WIn this tutorial I will show you how to change the Head of Mark flyff.7 Q- ~- w. I9 p- I
The current Head Mark is well known, 5E, which results as a string ('^').
* V+ h" K7 l6 E5 l, j
( ~! ?! T- ]) n% y; {For this we go to the World (Project) and looking at the Buffer.h after thistext ~, a7 T: O# |- }3 W4 T5 t
Quote:6 [' t& y; l4 A( X- J( w
# Define HEADER MARK '^' / / Normal messageheader2 y' H/ S3 u3 G
# Define SYSHEADERMARK '%' / / System message header
% }! P$ k1 c( c* o+ N( A! j2 R5 YWhat the Sysheadmark is looking for is not even the top 5E.1 G: S' s; o, n5 b7 V
Change this and it makes the CE Not work on server.
" r7 i8 L4 U( T! O0 q, C% E% W9 E
Then Tom's anti-hack is no longer useful.
! Y7 X3 r7 _, O. K' [8 Y
6 q: f8 T! S0 u+ C& FLG Sedrika Part 2 of blocking CE . K" y/ ]( C# p4 `
+ Q& Q% l3 N, x0 C# o5 ?, {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 ^) ^! `. j2 P9 qWhat does this have an advantage?$ V' T* p* Z& @' j, O7 f
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself + b0 V' m- o. s+ g8 d% Z' z( C
6 _( ~5 B0 ]" ?* ]& Q, o
3 r- J$ P3 {9 ^- @6 Q. h+ }+ OFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
& B z9 @6 [& D3 p
2 Y) Q* Q% f' E( C5 k& }% SThen search for the following content in HwOption.cpp
' |5 [/ I6 d/ f4 u; M. L; v, f% @! `
9 R+ N$ @ N9 }4 K6 E7 m
if (scan.Token == _T ("ip"))
- r3 ?9 K+ t4 t4 n5 k{- f% s: b) t- z# z" q- l4 `2 s
scan.GetTokenEx ();4 K, V4 ^( \! A5 H( O
strcpy (m_IPAddress scan.Token);$ D: y! n: T! @. O5 H+ T
}3 ^% b. U1 y: A: r9 ~) n, t
and turn it into this:
0 B3 S7 ~9 s9 ?4 r& C! F* PQuote:& l' ^. e R/ j0 ^2 [6 F' s
if (scan.Token == _T ("ip")): e( D f2 x3 w# ]4 L# l0 I( H) u6 M
{- e# }; F9 ?* C& U' P3 q9 u
/ / Scan.GetTokenEx ();# t% G$ T) Y- n: S. n: o
/ / Strcpy (m_IPAddress, scan.Token);
& P# l j/ I* h4 \; U1 b9 U- ^}
' j" J& Q* j% y' j) yAnd you created the solution.$ O$ x% V9 P9 q. l7 Z
' H5 z* ]1 I* A; l/ }3 d' B5 s5 z$ P" d" c. R6 {! l1 z* K
Then read the Neuz not the IP from the INI anymore. even if put in it
$ |, L2 i& C/ ^: R. m- n. h% \9 E" {9 k1 B! V
Max skill's ; Y/ v2 I/ E x/ c0 M9 N: q w
( j6 _2 \& S. b$ I d$ v# v: Q5 GAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc ! j9 i# c5 I$ r1 p9 W% s
4 Y. J) k$ B6 Y/ z/ t, s6 b
With the TUT can provide the remedy it" y, f& s$ ~' N* [8 S
- v) O; H3 c" m5 V2 B# 1 opens the file SkillInfluence.h
8 x. g) z" r$ _# 2 Search
\3 \% M5 B' CCode:
' F& c9 w6 @3 f7 ~. p3 B/ P4 y: g# R. R: v- d: P5 R; e! z- G
# Define MAX_SKILLBUFF_COUNT 14' d. W( X- V; M! a
: [3 Z/ l7 A6 r# C
# 3 Change the 14 to your number (eg 21) and save it from! W6 O$ Z$ w# D/ g& D
# 4 compilation and ready f0 Z1 u1 a$ P
5 y$ `- a4 H+ a( P. x
7 G) g6 N9 d z' A8 a
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 p; @* t# a* x, [" \8 n
* p" q! L/ `+ v3 i7 u" T) d4 Q0 Fdennisdra3 `4 v7 P& o' ^
.Crasy2 _4 @6 I% r8 I x
©ross
8 w2 v0 [) u; [6 bSedrika
, U8 U: Z9 ^9 { Q9 x
o- W# }9 r/ {3 f' W1 yeverything 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!
' t- S0 W, v" u. n) I" g
. n4 w3 u+ [) ~P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less3 Z2 s+ N" K! s6 a' t, ?8 d+ n2 p
( q6 l! d, C0 {; N0 p" \ T+ A
. o* g( m5 M2 @6 W3 g% e" AUpdate 1: how to turn off "Profiler" in worldserver.exe % m) _4 C, g5 w2 }) d& E, }
* e- w2 J6 v- v& Y, l6 f9 Y2 y
0 W+ `5 I0 O% C7 j+ I+ l. vin VersionCommon.h of Worldserver Solution% t& P7 }4 R& N) k- t! @6 ]
Look for/ r* \& p3 X& j
( D; N( u4 t7 H; a! z
#define __PROFILE_RUN
" N' L7 x* K( A: e4 b8 F
1 c4 Z7 Y0 [" w. G7 Lcomment it or simply
& C2 d1 C2 v6 Y! z8 @! i
( j: X8 _6 V" n+ `& u9 L' ^//#define __PROFILE_RUN
/ _5 ~- t2 o9 A% @8 b! }) P6 i: F7 ^ G$ o
e3 W' H0 Z1 D1 h. V& h( _
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投寄。谢谢。我添加更多的很快如果你有病加太 7 E" p" t& _. V- D% X$ \* h* |
|