|
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
6 ^! e! Q) L+ u! a: Z; S echange level without Rebirth5 A5 ~* p4 V/ q7 l; R
9 H# M& {; j O2 b& V* C
Now, let us begin.& u# D; u2 K' ^
+ `7 y0 E1 Q" T
Requirements:- {' R( t- R9 `- ?. \ z
Source& r `1 `2 h0 P' B6 c2 }
Notepad / Editor5 Q! S7 X2 B) ]1 Y
" V" U# V! o3 x" I" T/ / Tips by Sedrika
+ x* o% n4 \( F. x' ]% `# v. ~! f( j) `
It is up to you how you do it ^ ^! z- h# g% Z: a! A, a- ]. |
7 G/ T8 a# \! f
Go into your source folder and open the definejob.h
& ~' b8 F: x: K) o" a4 RSearch there for:( j/ k+ ~- U8 Z( s
e4 H8 D( s' t6 ^# u
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå) A% }, B$ i4 Q
#define MAX_LEGEND_LEVEL 129
8 o- A" h2 S* a/ p8 p#define MAX_MONSTER_LEVEL 160
. F5 m: [7 T% F% x8 y2 b5 Q# f3 \/ X#else // 15Â÷ è÷¾î·Î ·1o§è®àå
7 S; _0 r. j! E- [2 {#define MAX_LEGEND_LEVEL 121, |4 r& U% s5 w6 u6 z- Z( }
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ' E2 ~8 x9 o% a' u# S- t
0 y" Z# B% ` f/ o7 z z0 a+ u$ y6 p% T# y9 r
Red: Player Max. Level
$ A8 A9 R( P3 K. A! d5 b0 gGreen: Monster Max. Level
& d) B7 r% }2 C
+ \7 a. P& V" v+ p% j7 @* YThese changes as simple as you want.3 X+ \# O- O n# Z$ {- _
4 z/ _6 j* |' ~' t1 [2 z9 Q1 d
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source., b+ c+ A' f8 i' B" {/ m
2 G2 @; I' X& L$ v
Part 1 of blocking CE
9 t9 A* @4 T: w% m3 [! V2 v8 g( k: t/ S2 ]) q- y4 l7 B7 v
In this tutorial I will show you how to change the Head of Mark flyff.
4 r: Q8 i8 b( y8 yThe current Head Mark is well known, 5E, which results as a string ('^').; f% l; ?% a4 G, m
5 Z+ D6 R& N4 a, D2 I: K2 ~
For this we go to the World (Project) and looking at the Buffer.h after thistext2 ?) Y4 b5 c7 m) ?2 o8 F8 j
Quote:
% D& ^8 x" }1 c& Q* ~# Define HEADER MARK '^' / / Normal messageheader
! X% }; B$ v/ g) v) c# Define SYSHEADERMARK '%' / / System message header
! ?! u4 }* ?- T) i7 S: d4 LWhat the Sysheadmark is looking for is not even the top 5E.# a" @& d$ {8 J$ b
Change this and it makes the CE Not work on server.- x# f) c7 Z1 }! ^6 h
+ ~$ m2 D4 s% R+ a& |1 mThen Tom's anti-hack is no longer useful.8 l8 N; f- I4 G. w# }) \ V% Y; a
, N+ L) b) q/ F$ Z& d+ v+ t7 lLG Sedrika
Part 2 of blocking CE
9 B4 C' Y, W6 m" r
0 s- Q5 f% H2 T/ t3 oIn 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.
7 ~+ P( C4 l4 q1 g( o6 S3 hWhat does this have an advantage?
: F6 F: J" v* L+ l& kThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ' O6 ?5 j& I) b) y# ?0 {+ G8 ^! ^1 W
! Q1 F2 [+ y ?2 Q) R
. B/ I t+ D/ ^7 q6 [: 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.* _$ z- m) C) n% z* J( @% H
# S9 S5 |% F+ t T
Then search for the following content in HwOption.cpp
; r4 C$ X8 ]' N, O! _0 J" d0 z# s) [, _" }
+ R' v1 Y+ x, O( l- f% h: S( p Zif (scan.Token == _T ("ip"))3 K1 u- d' C4 b. {
{
0 o! k% n1 j- X. V3 z5 wscan.GetTokenEx ();
: ?- U2 r: ^. [* b2 x+ s7 E0 pstrcpy (m_IPAddress scan.Token);# R' F- f/ u% Z/ P0 Y6 r6 P4 A
}
% a6 v6 j& c, y7 y4 sand turn it into this:/ A6 D* n( ?, e. J0 N8 ]
Quote:
, j8 l, K; t1 X/ @2 K. s7 bif (scan.Token == _T ("ip"))# |& B& a$ M4 H5 P3 w- {* E
{1 z' z$ A i/ F) ]& ?/ w& m
/ / Scan.GetTokenEx ();
3 w/ m" q t& p* Z/ / Strcpy (m_IPAddress, scan.Token);! f: I1 J- X1 g. B/ Q
}. M& ?& {: F( j# V& l! K' \7 n# o
And you created the solution. ~' j0 m1 L- Y6 ?$ [' `3 ~
_$ _' R2 n# ^4 n! j0 p4 s3 n
4 n( k. S" H3 r `# \7 O' BThen read the Neuz not the IP from the INI anymore. even if put in it
) ]5 ], L# E! X, t6 ^0 \0 [/ R: H) S0 i4 s
Max skill's . Z: X) ?; b! e
2 O+ a$ m$ k7 O0 a1 k
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
Q7 I9 m0 t( d4 [1 N; Y
: \0 S; {; _2 |7 I5 h E/ P0 }, ZWith the TUT can provide the remedy it
/ K' V" l2 d2 U5 A4 k0 f) \! K
# 1 opens the file SkillInfluence.h' b1 E% Y O0 n9 x1 [
# 2 Search
" r$ x& y' ~* K, S5 kCode:
5 r0 f) x1 C9 u1 z" ^/ }9 R1 Q& ]) {# @; t; u$ g# _3 ~1 Y
# Define MAX_SKILLBUFF_COUNT 14
; @6 v3 I7 E' n2 Q/ @! d. d4 A3 [& v4 n
# 3 Change the 14 to your number (eg 21) and save it from
( q4 E+ e& D5 f" C1 E" I# 4 compilation and ready
6 p& J7 @# D( R% X" C
$ N. C5 d. R8 g" P' Y/ \
3 @5 ~1 p3 K7 P2 t2 u) zI 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:. T1 V ~- o* o; q4 @. C5 H
6 R0 \4 r$ r' Z/ I; ~5 }7 O Gdennisdra1 D" g. e$ `7 i/ Y
.Crasy
9 p% |6 K( \% L©ross" J5 Z- @( i% ~' M1 t" G( J& N
Sedrika
- j" s& S; G$ Y% o1 X4 E" P: f* e. G. O
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! % ?" ~9 J4 F. U/ b
1 u0 q s) Y+ UP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less6 }3 @# p. @$ h1 P1 s/ w
1 ]- T* x. r8 j! y! V
3 d4 M8 m8 O4 R
Update 1: how to turn off "Profiler" in worldserver.exe
( p. X/ j; |, I; h4 ?. O4 R2 `9 ]3 A; ^4 S
6 G' g' R7 s- @6 B5 U" S
in VersionCommon.h of Worldserver Solution* Z" x: k7 @4 X/ C, @
Look for
, n. P2 v5 N6 i8 ~; b# X, m) Q/ \! e, C& S
#define __PROFILE_RUN) ^! U/ I( T0 ?6 H# c) e1 c
: n2 A& r4 D9 L
comment it or simply7 J$ o& G; Y' F# b- y1 @# e
4 Z o2 p& g# ?- j
//#define __PROFILE_RUN
8 N$ |. G3 h% s" W ? Q3 M7 @7 c; F; [' ~9 n1 ~- y7 `
9 l" Z) _' A/ f. O* t$ Y
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投寄。谢谢。我添加更多的很快如果你有病加太 % O7 F' @! S/ D8 Z5 j- Q0 @! }
|