|
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
, X$ G7 i$ j% {% l+ }5 `change level without Rebirth1 ~) a4 s% q# n
4 s0 j+ ~1 M7 d5 n0 PNow, let us begin.
! c# I' O" i* o- p/ H5 h) w* p$ l7 R* S+ F$ C6 P! y
Requirements:
8 A9 m1 ]& ^2 h7 `2 E9 OSource. _# I$ P7 {0 E2 E
Notepad / Editor9 v+ D9 w7 `4 o* O/ [
: [- A* [3 y" }7 `! b9 q7 a. W3 ]
/ / Tips by Sedrika
( H! V1 e- Y: R& Y# _3 M* g7 ?1 y6 r/ ?0 |
It is up to you how you do it ^ ^: h; L Q9 w+ i$ _/ r+ ~* x
& i$ V" v" l# j1 ?Go into your source folder and open the definejob.h
F1 ?* u/ k) qSearch there for:
9 h8 n: D4 C' o3 C7 {
3 ^ n4 H, ], L0 w3 X0 l& ]" j#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
: x7 @! M3 V; K g, O#define MAX_LEGEND_LEVEL 129 j0 |5 N/ B& |7 }, l }
#define MAX_MONSTER_LEVEL 160
3 j1 G/ ^! L# x9 G6 D& K( g#else // 15Â÷ è÷¾î·Î ·1o§è®àå; h0 ?# D: u/ q5 U
#define MAX_LEGEND_LEVEL 1217 Z9 t& o6 j/ `& g
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå . J& S# \ X+ @+ v7 _
+ x: t% c, L4 u3 j6 b& S+ Z
0 B( o6 s$ t5 i0 _0 v+ o/ yRed: Player Max. Level5 T5 _- ]$ g, q; l" a7 ^- m1 |' |
Green: Monster Max. Level3 k$ R( ?# j" f% h
1 ?; M0 `1 x; q) {1 F1 J
These changes as simple as you want.
# P: a/ R2 Q/ @" i
6 {/ q! h" q2 p7 ]+ a9 \Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
8 C6 Y+ r; H& n6 y! V
R/ y2 _* p+ ] N) Z
Part 1 of blocking CE
& M6 ?' r7 t) s
! n8 c0 D6 ] FIn this tutorial I will show you how to change the Head of Mark flyff.* Y2 W8 g" D. h6 u2 @4 g+ ~ ]
The current Head Mark is well known, 5E, which results as a string ('^').0 H' E K3 ]' r2 {6 F" v- ?( B
- Q: h ^3 t" f8 C* ~* `
For this we go to the World (Project) and looking at the Buffer.h after thistext
* F% ^ E) d+ n8 f& OQuote:7 O d- W W, Z. U
# Define HEADER MARK '^' / / Normal messageheader7 [' d- _+ j4 i0 G# ^- o+ F+ P6 ]
# Define SYSHEADERMARK '%' / / System message header
4 _* o' h' i }0 h8 u4 RWhat the Sysheadmark is looking for is not even the top 5E.
3 H5 z# F( l( r& _! O' p* KChange this and it makes the CE Not work on server.
8 [8 g3 s2 u6 }6 K2 @; i O& h( x/ J6 d u# e
Then Tom's anti-hack is no longer useful.5 e+ S/ y% X# h/ }, v9 p8 f
p! W6 M- }! T9 l" _8 k1 T+ G4 e
LG Sedrika
Part 2 of blocking CE " T& k. |% O& i
1 N$ l! J+ O3 a/ z" `4 w, l8 P, jIn 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.
% X, t9 |/ o' l" Q! XWhat does this have an advantage? Z7 S/ X/ r3 C+ S
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
; d/ d* h; W+ b; B+ ~3 a' L7 v
+ V6 q- c# A t) rFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
! N3 }8 u1 D2 o7 Y2 M; F
6 K* l2 U" u' o3 k* ?2 kThen search for the following content in HwOption.cpp
$ Q, }+ i/ a' b" T
) o) ~ z/ X% }) q% _# U a
k- A+ n% w; h M( [if (scan.Token == _T ("ip"))% b/ b8 o1 k' F2 u
{
( ~ i- k* ^8 Rscan.GetTokenEx ();
2 J: O* |4 _5 e% g9 [" C8 D sstrcpy (m_IPAddress scan.Token);* j; \; m$ t/ @* V- L+ `+ ^4 d
}' w$ O8 l$ W7 S5 c; L
and turn it into this:
; X% l& \( j6 C, l5 M" z1 l' zQuote:! U, G4 W, }& I3 F2 L, m7 `
if (scan.Token == _T ("ip"))
5 m% K0 C$ j0 K+ V: |+ y0 s{' U8 q9 H) o6 t2 l# v* }( z
/ / Scan.GetTokenEx ();8 r0 U Y$ r' t& h. {8 f2 b" _: V
/ / Strcpy (m_IPAddress, scan.Token);
7 A, J0 }0 l& W) J; j" i% U}6 O: B6 C0 |1 x! b: `' G& T L H
And you created the solution. n* b A* b! n* o: i5 y
! g) j0 K' L g$ @# A9 P
: W* H: J" P K( ~8 u6 S+ NThen read the Neuz not the IP from the INI anymore. even if put in it6 z& J# F& l2 i% ^3 }% u
1 Z2 l0 d7 I9 B- [. [2 x G
Max skill's " L) x6 v0 F5 Q6 ]5 l
3 V1 t: p$ `" yAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc . n% D {( F4 g6 _/ Y8 T
4 P( V7 |3 P. I, A
With the TUT can provide the remedy it
" W1 N0 N6 K) Y& w7 Y
1 T+ d9 J* `7 r, T N+ L# 1 opens the file SkillInfluence.h# e) |+ L1 w9 d' H( r, G- Z' {3 T
# 2 Search
6 i, t4 M% j! _) z/ z# VCode:
7 `+ w- ?$ K6 q" \! _' p& f
% @) V" e5 v) K# Define MAX_SKILLBUFF_COUNT 143 B! O0 E, j' i4 }/ g" s
& l5 g; r# k" u2 @) }1 ~, f
# 3 Change the 14 to your number (eg 21) and save it from1 O; I) I3 u6 p# T
# 4 compilation and ready
1 g% P; n. Y5 R5 Q5 d, u. z% W" Q' |$ l7 d( d3 V! r
n( h% C: j, R, [+ l5 `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:+ K( Q: e! j+ W) F7 R' \
5 L9 j% q; i* Y( ~: i/ Pdennisdra" Y; L* c) H9 |6 c- t/ E& ~
.Crasy
3 v3 \& \' g! \- {* C T©ross1 g* A: m/ o$ w+ y6 p. [' {5 L& }; A
Sedrika
/ N7 o9 @1 \) p( A1 X" `
" e3 T4 e* f4 n. \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! 4 c2 ~# j4 S: O
# h8 K! g6 _/ O9 IP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
6 r1 w& n5 l5 c% {$ R e A) X" N& y4 ]: N7 ?
' H! ~1 R" w) ~1 ]0 [
Update 1: how to turn off "Profiler" in worldserver.exe
1 R: A7 s9 j( D" C: Z& @
3 y1 k/ W k+ f: c9 J* \
6 c# E" ?' P+ i1 p) iin VersionCommon.h of Worldserver Solution
$ j3 N: q- ]4 u7 Z9 _1 M. l# c f. ~Look for" E5 T. s: |5 n
4 K+ N1 |5 L6 z/ X \2 K, E
#define __PROFILE_RUN
: F! A5 A" K+ O5 }- J; q2 j \2 b9 i! U. e, Q, k
comment it or simply _9 v: {) H/ S% v6 D+ H& Y
! F7 L% v+ N7 w1 Y9 x//#define __PROFILE_RUN
! p1 e% ]1 {8 H. {% J( e
9 O [" Y) m; S# |; U l+ H/ ~
/ d6 D6 ?" @$ L+ D( ?/ ~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投寄。谢谢。我添加更多的很快如果你有病加太
( p- w) U0 t2 Q. L/ C |