|
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
* ]; }1 l, ?8 i3 cchange level without Rebirth
3 T$ _0 F/ {7 s1 F6 f, s8 P% v
0 i9 R5 W5 ~( R6 t) D4 c9 ~& a$ r1 R3 CNow, let us begin., F, o4 R5 \) l! ~ R
$ m9 Y0 X! r; ~! W5 DRequirements:& l& b& Y, _. x0 B1 Z+ A- h; Q
Source u# m. b9 e* B* z7 z
Notepad / Editor
# {: \- `8 r' v1 o- M# ?7 h
" C& j1 E# M- a6 K/ / Tips by Sedrika
/ X# T' p& H8 s0 k- X% } f0 {. V$ }; k c
It is up to you how you do it ^ ^
4 V( d, p6 b" y" h! G5 C% v2 J% [- k% T" ?
Go into your source folder and open the definejob.h) s X$ k2 T2 V/ W- j
Search there for:
. l; q' ]0 j* Q- v& p8 `. k$ g) S3 d8 _5 E7 m
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå) L$ L$ {1 N: M% g, D8 @0 r
#define MAX_LEGEND_LEVEL 129" h5 a+ ~- k' e6 f( y
#define MAX_MONSTER_LEVEL 160
5 {' Z* e& V* u. g( F#else // 15Â÷ è÷¾î·Î ·1o§è®àå; X7 Y( \8 q" |1 n0 @# i
#define MAX_LEGEND_LEVEL 121
& s) H5 R O$ j" I9 c#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ' f0 x7 C7 i, y1 T9 M9 W/ ]" J0 u
% M: Y9 u! Q1 S4 d# Y+ \- N3 S
: W' m- |5 E# b4 O. ]7 y* w
Red: Player Max. Level
7 }' C4 F6 Q9 t w9 @, C- \Green: Monster Max. Level4 b2 }# Z7 Z- O6 P* C
( K0 e) Q( I% r! f, AThese changes as simple as you want.
/ |% ]" N/ D% H& t7 j7 d# x- K$ K: Z! O3 _0 B
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
! `: Z( ?/ E4 _8 m% @5 `4 h1 k2 ]7 A, T) f9 w7 [
Part 1 of blocking CE . C: M$ f- }8 b/ e- _
6 s6 M9 \5 w+ A( y' u1 h, `In this tutorial I will show you how to change the Head of Mark flyff.' h, K& S8 [/ |% y r6 l% }3 j. }
The current Head Mark is well known, 5E, which results as a string ('^').! C2 @5 e: Y# j& I. ^( l
- k( n# g; t0 S
For this we go to the World (Project) and looking at the Buffer.h after thistext4 y; r* L4 E3 |
Quote:6 N4 B( q [% L& n9 n/ O. Y
# Define HEADER MARK '^' / / Normal messageheader
/ \0 b w+ I" {5 B, S' q/ }# Define SYSHEADERMARK '%' / / System message header+ u* E; D- a- E) T8 ?$ g
What the Sysheadmark is looking for is not even the top 5E.) c4 w: U* @6 Q# U6 e
Change this and it makes the CE Not work on server.% j& r% ~5 o& e f
' f- h; W7 C% h3 j9 BThen Tom's anti-hack is no longer useful.
/ Q1 f1 d: z. G4 y
: ^5 G s3 ]$ }$ q0 F7 MLG Sedrika Part 2 of blocking CE ; M6 { \! J8 X R
8 D s" `# Y2 D5 A
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.
' ~+ }) k" Y- h7 c$ a5 [( ~What does this have an advantage?
5 O, j" z* q. _ oThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
. D. |; X/ @: s: W7 \: Z( Z; g
3 z# k- F4 {! ?3 P4 v
+ k9 L3 r7 x. e% v% H# W& _First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
6 _! R' W, f% {/ E& g; |4 U
3 R# [: i B" hThen search for the following content in HwOption.cpp - { X* G! Y+ F& k4 P4 V, T
; j. k4 F. w7 g% n% ^: @8 l
, F3 A$ u N4 E9 w' K, m# h+ I
if (scan.Token == _T ("ip"))9 y' O3 ~ G1 U( b
{
. T4 P f- c* k# gscan.GetTokenEx ();
6 L. @4 }! ?5 `, t% xstrcpy (m_IPAddress scan.Token);
1 L/ p+ G2 i' ?1 t8 r}
- j c+ |6 A- ^* U0 w+ e% n9 vand turn it into this:
# u1 z0 X* V; {' NQuote:- v( u& `4 B% I* ^. a+ f
if (scan.Token == _T ("ip")) G! S" g9 A6 a/ k3 o
{) y% A/ D# J8 |: |$ D H+ i% ^) h3 v
/ / Scan.GetTokenEx ();
6 s. U' n) k8 Y6 S. j$ ]/ / Strcpy (m_IPAddress, scan.Token);7 G, V V | k; w! d. H' e3 o
}
0 l! B2 a, m& m2 D* yAnd you created the solution.0 u/ q+ k$ y/ I! N& U
/ P: s% S- a1 d9 {7 l, T/ d: S
$ U& `( z" m8 Y
Then read the Neuz not the IP from the INI anymore. even if put in it* `7 F, N3 G9 z( U. o. Z: y: x3 }
& }# m) c6 I7 M5 [5 d# z& C Max skill's & p8 J2 d+ A" b V& m' N( W& O
% n9 S) B8 l/ U1 ~& G1 ` h
All know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc , k- `* d+ W9 `, C* [
* A- D) |" q( M! w5 v1 o/ n2 E5 |# Q
With the TUT can provide the remedy it
$ E. t% |! m* p' u+ G' {5 m9 N) m# Q& U* ~
# 1 opens the file SkillInfluence.h; I+ U' q& j6 A0 i% E* u
# 2 Search4 l2 s; C- A! g8 V1 r
Code:
: V9 O" S O2 ?5 D* x0 k& M+ [6 v* t+ g4 \3 m/ T# b/ O+ K$ p$ C G
# Define MAX_SKILLBUFF_COUNT 146 H+ C9 k3 z( |9 n2 l- X
; A; B* X/ `+ s( @% @4 G: \
# 3 Change the 14 to your number (eg 21) and save it from
( b# z% u& c4 e9 b$ B" p. Z# 4 compilation and ready3 ]% u1 I* }' `' v
! C: n9 k! y2 l: V0 p" P" s. U# |% v9 c/ I1 g h$ @ \5 g* _
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 f3 |* r% r1 [: }/ b0 Y
: Z% i! ]# f! B( f" I Fdennisdra4 {( w5 x r8 Q/ C
.Crasy) U, T* n" Q4 |: H. k- c/ j
©ross
( A( M) @: l1 S; G7 u( P# NSedrika( \9 E: {: k; e) I% n
+ `/ d. [) a" D# Q/ {' `' 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!
6 f7 H0 r& b7 j& |- H. X2 F4 I# A) Z6 M+ w% R; L6 Z' o: r
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
3 q, T: l. D* @( b0 I+ J
; y) s; [) f: a4 M3 f
3 t. @ r* {$ s6 E1 _Update 1: how to turn off "Profiler" in worldserver.exe 8 u: @* D- |0 Y' Z) A2 w
, I+ Y9 w) y- b! L; T: v8 }/ m1 o* H, ^. D% L9 I
in VersionCommon.h of Worldserver Solution) }$ N) Y- z k
Look for9 f/ U9 ~" a/ Z) V0 Y1 ^( r u6 N7 @2 k
8 B; G8 B6 m2 m$ A
#define __PROFILE_RUN$ j9 S- F8 u- ~( n$ T$ x, f
0 k, A4 ^, G4 G# v
comment it or simply
. Z8 I/ J1 k5 {3 S& F) e) N. z7 B; c( N) b
//#define __PROFILE_RUN
- m3 ^ e6 m& C) v4 O1 F! R
8 \" L: E" \0 P$ a% h* v4 e5 l5 s1 g3 Q' }. v
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投寄。谢谢。我添加更多的很快如果你有病加太 & h* a u7 O) G$ k$ m
|