|
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 H, ^# Z( m6 d( B# G: r# o0 T5 kchange level without Rebirth: ]" H# V# B- x0 u% B; |9 B
2 ^6 U' Y2 L8 X" L4 ]3 rNow, let us begin.: X7 p9 I8 j. }1 g) D
. p1 c7 m6 {! ]- |6 ~9 D( JRequirements:& [) K6 @# {9 U% k# n
Source
D% d- C: u0 K6 A9 y8 ZNotepad / Editor
& M; i7 L) M7 i% t# t
$ X/ z& r6 W; _$ o& B3 n/ o' J! N" N/ / Tips by Sedrika7 m3 J9 R8 Y7 i
, \3 } p0 l% @( V CIt is up to you how you do it ^ ^
4 \4 `' O7 B: M* y' i% T8 n7 V" w- x$ o& i6 b' m
Go into your source folder and open the definejob.h2 |/ S8 h+ L4 R: e
Search there for:
7 }. L& a4 S7 G
* ?$ m# R9 p( ~: v# |+ i#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå+ V& d. x$ B! v# S- j$ \
#define MAX_LEGEND_LEVEL 129
) | O, ?7 w9 j" Z& X3 t#define MAX_MONSTER_LEVEL 160
0 H( Q& _! @9 U6 ]$ P; u$ w$ Y& I6 T5 P#else // 15Â÷ è÷¾î·Î ·1o§è®àå
7 \9 X0 K E& t3 \. e0 v#define MAX_LEGEND_LEVEL 121
* g' ?. Z% {" Z- R3 U#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
8 {3 ?) Q& O% U9 K( _9 {& D! ^" X, `- f6 A0 h3 e
- n/ a8 V0 ]4 W+ H2 k3 V4 k! ?Red: Player Max. Level
: _# S; u1 Y8 ?1 I% j. b/ ]/ EGreen: Monster Max. Level
8 _) R/ {. C" g" M& g! |) t3 U7 L
5 r0 X/ B* {, Z2 D, o' H+ s, ^These changes as simple as you want.
: l) } \+ [4 Q2 `& O' Z3 z! x( d* @6 ~8 @+ q8 R F
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.0 m0 `1 y# R w3 s6 C
+ u! A+ g1 r( U+ p6 I6 v2 s' W+ s
Part 1 of blocking CE
" D2 Y4 h* }4 y' ~3 [! ] l, o+ \
) v. _: v6 G; r" z! qIn this tutorial I will show you how to change the Head of Mark flyff.
3 O1 b/ `2 ]1 }# I3 kThe current Head Mark is well known, 5E, which results as a string ('^').; l0 Q/ Y: I$ b6 @; w( I; R5 q
4 A2 }8 ^( w' Y9 O8 b: r$ yFor this we go to the World (Project) and looking at the Buffer.h after thistext% c2 u' z0 d; F7 _9 v/ }9 A$ @
Quote:
- m4 f7 i' Y8 }( @+ k# p6 q# Define HEADER MARK '^' / / Normal messageheader
* O' r2 A9 ~* Y5 Z# ~% j# Define SYSHEADERMARK '%' / / System message header
: _3 D3 g6 n- \8 { \What the Sysheadmark is looking for is not even the top 5E.
0 v3 I; S. }; v: ^9 {! a' WChange this and it makes the CE Not work on server.
) {: F/ y, u' | n8 a8 } I4 ~ ?: z) b1 n2 t
Then Tom's anti-hack is no longer useful.3 |* U; R3 \) w, [( d9 E
8 Q) E3 Y$ J8 u, HLG Sedrika
Part 2 of blocking CE # h& ^& |5 e4 E" Z4 u/ }5 ]/ q
8 }8 R% {, d" }
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.
8 L, O- Z) d* x) w) q: s- zWhat does this have an advantage?
' C+ ]# Q& R( L r; cThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself / L2 y/ O( Q) g1 y4 L1 n1 q
3 {4 A; P5 Z( k+ n' g
9 \# ~) f! g" H; b" Y0 MFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
@9 Y7 B. \- h; n
' x# X/ k1 K3 H$ g/ z$ T [Then search for the following content in HwOption.cpp 3 W$ v7 Y4 ?+ q4 j/ g3 n9 }) H$ x
' j8 a) n4 k u$ i( R7 ^/ M) }$ H: V1 V. t- I( T
if (scan.Token == _T ("ip"))
- P1 y% g' {; C- [6 k{
* u7 X2 D8 Y# {" i. x1 Z5 ]scan.GetTokenEx ();
, h% H8 ^( F3 h4 a3 H& o$ dstrcpy (m_IPAddress scan.Token);9 M1 H/ y' T+ F% y
}
- [! C& m2 Y7 H% S) O7 @and turn it into this:6 b5 q2 S2 n) b, }- ]% Q
Quote:
2 B, i. M; T% N; m& I! Gif (scan.Token == _T ("ip"))
& }% I4 R8 V. J5 o o l/ A) Z; O7 r{9 P( r: @& H. a6 I2 S9 E9 |* u) L
/ / Scan.GetTokenEx ();
1 M# o8 e% g; L- |; l/ / Strcpy (m_IPAddress, scan.Token);
5 g( i3 \- L( \) _5 Z0 H% l}
, z) }8 k8 _. n% h$ f1 q# h+ UAnd you created the solution.
# |6 ]/ Q! {- n$ o% F- i
0 \! L" k* J% r, ^0 c8 B
; q8 j1 o- i* e/ F- BThen read the Neuz not the IP from the INI anymore. even if put in it6 ^, O$ G5 s6 s
/ v- S$ B! s- T: ^" K# Q; N Max skill's & K, L; |$ `* J& y. l& N
. {, N( J( M2 v$ c9 e" p& SAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
/ A' f3 b- O/ ^. s/ a9 A; F8 U; ?6 i5 L. P9 L6 }' F; T8 b0 i
With the TUT can provide the remedy it
* _! z; f4 I4 I, t' D; O) p+ d) j4 B
) R4 i6 m- F2 `/ G# 1 opens the file SkillInfluence.h5 a+ U$ f2 L! T& W+ X
# 2 Search
$ x' Q! Y6 w3 l' JCode:0 }/ V" J$ s" i$ m
8 ~" ^8 q2 o8 q' I$ X
# Define MAX_SKILLBUFF_COUNT 14
. {2 @! z- I1 K7 V
& A1 r0 `! R/ Q& [& S# 3 Change the 14 to your number (eg 21) and save it from# ~% K+ d1 \$ y1 B
# 4 compilation and ready {2 _/ x% m6 `8 F/ G3 x$ U" _
; ?8 x6 i* ]9 @/ Z/ l7 n- [/ y
2 G( A/ D- d* 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:
+ Z) Y* t; j7 J& p8 n# F; b
! L9 s# V$ a2 S: zdennisdra
6 Z9 D) F. r2 }.Crasy
* T; \: I+ w4 l& ]) Z1 Y©ross
. y$ d3 I4 j( R2 c/ o- USedrika
, o- o% d4 j- u& Z. }- l" _
4 j7 m9 Z8 E, feverything 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! 5 J0 A+ v8 O) Z& f, D8 f" K
; z# Q4 ~2 s- p' y, g# s- ~P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
* N% A+ s. S: l: p D( K8 q. h! {" {. l, Z9 [2 w
0 p$ O; \2 h8 O# j% b, P0 ]+ JUpdate 1: how to turn off "Profiler" in worldserver.exe 0 Y5 } R/ e* ]& S* e
3 J) N# m% t) l4 z
U8 R4 f$ A- s) ?0 v6 Z' Cin VersionCommon.h of Worldserver Solution
. f/ L5 J7 k7 `1 b V+ JLook for
9 ]1 b3 a! `+ O4 e2 p3 G5 m7 M- p
#define __PROFILE_RUN
0 W; d. n4 u* @: b* ~7 X2 z6 K# F# {: ^8 Z( E2 f) c
comment it or simply: d6 s5 N j$ k9 @+ X9 S, d2 i
9 @7 v# `* C) z. |' z& m$ i) h
//#define __PROFILE_RUN
" f0 S# N: D" g0 k6 {* k" Z9 n1 m8 B I, F7 d1 e1 a
- B2 l: x& u: \! s& Q& gcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
1 p' N3 R; e; P$ l |