|
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 8 v7 K6 a7 P j. H! {
change level without Rebirth
$ h) Z* d* X1 S0 `9 ]; h: Y
$ _" O1 [( _1 m. ]$ }% N, A8 \; dNow, let us begin.
u/ x; G& l3 f1 @9 _* H* n7 k# J$ O7 p9 Z7 x. h
Requirements:; y5 O, }" a; F
Source; A0 F; l5 P w) r; t/ \
Notepad / Editor1 J- z: |3 t# S' R/ ^
- H% P& Y9 _+ _
/ / Tips by Sedrika
4 h$ `7 P7 a, K$ l0 }( B' ~; C3 X* Q9 Z2 s/ p6 b
It is up to you how you do it ^ ^/ l/ Q7 [% @7 Q4 r8 O3 ~# F
% [( |% z2 B! B0 Q+ y& v: b% N
Go into your source folder and open the definejob.h4 T; @2 c; X; P2 I- d) S
Search there for:
( p9 m- Z0 h/ x' {6 B
9 N: l4 ^# ]' y$ o3 F4 S {#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå$ d9 z( F. O# O+ h T: ~ l
#define MAX_LEGEND_LEVEL 129
9 ^1 w b6 O) i8 S+ H7 @#define MAX_MONSTER_LEVEL 160
! r- e6 C5 o3 s5 X" z#else // 15Â÷ è÷¾î·Î ·1o§è®àå! J6 j3 ?1 H9 \7 s; w3 L, `3 r0 A) s
#define MAX_LEGEND_LEVEL 121% j0 K& i I; Q% O. |3 o. e
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå " S6 l, ?. k% r4 q' l* @! o
5 F1 e/ J9 t, s( h5 z) Z
' m5 @( f4 X6 z# oRed: Player Max. Level
7 U# q+ _. k L, Y: t& LGreen: Monster Max. Level
+ I, c( I1 V3 f" ~; t- _: K) o+ H& C% e
These changes as simple as you want.
% ~: Z9 @5 E( F" H. U9 ]% I
+ B6 W6 A+ D# X8 W0 gThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
" M# d7 s0 a$ ^3 X
7 g+ \, t x2 K! l% V7 E% Q Part 1 of blocking CE
4 |/ ^2 K7 L1 O+ x" T/ o `; r3 l, @
In this tutorial I will show you how to change the Head of Mark flyff.* ]: Z: s3 O. k5 K
The current Head Mark is well known, 5E, which results as a string ('^')., X. x( M" \( e' J1 C( T7 ]" R! K
9 n' U; a# @# T3 e) @8 f# R/ V
For this we go to the World (Project) and looking at the Buffer.h after thistext+ c) E: J+ I! z4 D
Quote:
( C+ B' u: O- n! g& d! s# Define HEADER MARK '^' / / Normal messageheader( R2 Z7 E% Z! P0 t! v7 e) m" @
# Define SYSHEADERMARK '%' / / System message header, [" A$ {7 L. m& w& Y% t8 \3 _
What the Sysheadmark is looking for is not even the top 5E.
7 X6 v- D$ m7 |! k2 |" T8 nChange this and it makes the CE Not work on server.+ Y0 `9 S7 G; t- x9 ^. T
; G: {4 y% h T$ tThen Tom's anti-hack is no longer useful.( Q( c4 l# O9 N4 z H$ I7 d
: J1 N3 w2 I+ r: n4 K4 Q5 D/ p6 b6 g
LG Sedrika
Part 2 of blocking CE
4 }3 n) f: p' T5 D2 I
! i6 b& w. R( k! }9 d' XIn 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.
& Y& _/ {0 d o* L6 F( c* Q- E3 bWhat does this have an advantage?) E2 A0 U7 o! e! j0 x- f
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
+ u. o/ o; C& v: K6 u$ }4 J0 e7 w+ y, ]5 d$ O) r
0 q2 ~4 |2 J4 d1 Z7 hFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
; j: |# a. j9 g
+ i% U/ u0 {4 m( n0 Y5 j oThen search for the following content in HwOption.cpp " v5 I+ p0 m8 d! }4 x/ i) g9 g% O
# A7 B7 ]5 k V8 c, I
+ C5 a; O) M' p! `3 j0 z' Iif (scan.Token == _T ("ip"))
$ n6 u3 s; [4 W; q{
7 q# o5 c; f* D8 }, f% kscan.GetTokenEx ();% ?2 B6 r) Z7 s+ S+ h
strcpy (m_IPAddress scan.Token);$ `9 O3 q* k, W- H% Y* i6 b" E
}
9 I# X3 Z3 Q* C0 B' Aand turn it into this:
6 D; C0 O3 o4 G8 V& iQuote:
3 I. P+ l1 q; F+ t4 dif (scan.Token == _T ("ip"))7 w) X+ ]' |: r* [
{
- t O \- j) u x8 O" c/ / Scan.GetTokenEx ();
- n& ]! h/ @# w! V; C/ / Strcpy (m_IPAddress, scan.Token);; L+ }7 u8 B2 x9 I
}8 H- t P* K P0 ]$ ~ P
And you created the solution.9 W; O% J6 l2 C' N! W9 V
: K/ w1 x! ~: y0 |# k5 w" d
% \" X: g) u" H" {/ {
Then read the Neuz not the IP from the INI anymore. even if put in it
& j! j* U; F: M8 A: b4 H* `
/ ~1 Z6 R2 {% M( u
Max skill's
$ h3 X7 ~; f/ H! ~' W, j! Y! Q. R3 }
Z F C& w/ z) t+ T5 M" u& d, b. JAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
$ ^& u4 N r& P' z X- R1 ?/ l7 E
1 ]' d0 D+ N1 h/ _0 l+ G0 f8 A, X# pWith the TUT can provide the remedy it: y( z3 G$ ?7 P3 c, V$ _
0 I8 x' S& B& _5 r* O# c# 1 opens the file SkillInfluence.h$ M' c# t5 j4 F5 G7 z* y( d+ [
# 2 Search# \% g, n1 \* L: Q7 I
Code:( j' I$ n) z& g$ `
5 N" |0 [9 n+ G* r9 M6 L# Define MAX_SKILLBUFF_COUNT 14/ ?; Y7 |% T. w. a2 S
, I7 @, p; n! f ?* \5 m9 D/ H6 v# q
# 3 Change the 14 to your number (eg 21) and save it from/ q Y) @7 u2 n9 X! _
# 4 compilation and ready9 ?4 ^* s0 n c
& C' {7 z0 I* x* C, L
+ \) g5 }' C, h2 q. m/ c. d6 C$ OI 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- i6 b( ?8 j( k6 q
) Y# |5 p2 y0 w0 F3 H- w# d1 M( Hdennisdra
: Z* m! S" g9 e' ?) `$ j3 s) J.Crasy4 \& f- ~6 `$ }+ K0 L0 D
©ross
+ a" Z% S5 {5 [5 Y5 KSedrika
- X9 P9 u0 o5 h; A/ d( }# H; Z: L9 U3 g' v' C* P
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!
/ E' {( W+ z% P. q) M! R
2 F7 ~5 t7 [. E' L: I" M1 wP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less( G1 D9 a* _' _$ ?/ p
' {# X: j" d* C# t; F
( `( l, U5 b8 |Update 1:
how to turn off "Profiler" in worldserver.exe 9 `! u' d# ~2 R/ l* w8 b$ _
8 p" d1 ^0 f, W [$ M' d2 Y: Y" P" r' o4 F+ O2 J1 ]
in VersionCommon.h of Worldserver Solution
- Q2 i5 i0 [4 P# t v: | B D) nLook for
* h/ Q( c: O9 `* P2 q
b2 R" m8 _- I, |3 [! A" w#define __PROFILE_RUN
, h [' m( g9 N8 k/ t. h* |, ^( P1 C+ T b
comment it or simply
3 S9 Y" W" \# i6 K6 G* r" q( f" s; `1 }2 m* ?
//#define __PROFILE_RUN
. K3 e3 t6 _3 U2 i2 ~4 M! ~* ^3 o% Y, V6 `5 ~
% }: w* L- u6 P scredits 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 [9 M' K8 ]# x7 V% |9 C1 M7 `$ r: { |