|
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
( A& Y1 q O4 C' X7 x8 o( Z! Kchange level without Rebirth5 V9 O, |* b |; h
" ^; P4 L: o( Y
Now, let us begin.
1 T: c1 i( [) }9 p4 P0 L1 f1 L1 [7 B" m# S" i) g8 R
Requirements:6 W b1 U- F9 k
Source" h, u+ d8 _$ z2 M/ \9 u* g
Notepad / Editor
' Q1 x) [6 q( k' ]6 V; I. R+ N4 M. I) ?2 y
/ / Tips by Sedrika; l. @# L/ i8 c) c5 n
) \3 ^# V4 P* Z' D3 T( p8 pIt is up to you how you do it ^ ^6 _- u7 d$ @$ v1 Z
2 n" w+ a$ c* t7 R
Go into your source folder and open the definejob.h: q: ]& |# {" Y3 a' Z* B; |
Search there for:3 G0 K7 D/ `) e- t' m/ V# a% M
2 _+ k, V. k) `! l2 I/ k#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
/ z6 h/ B6 I. x- E#define MAX_LEGEND_LEVEL 129; n) a8 p7 M5 e. l2 P
#define MAX_MONSTER_LEVEL 1606 f" E+ m: T5 O5 A: c
#else // 15Â÷ è÷¾î·Î ·1o§è®àå* a+ u4 l9 e- P* b3 o! e
#define MAX_LEGEND_LEVEL 121
& d3 ^- h# s9 V- ]1 f9 e7 C+ ~, a#endif // 15Â÷ è÷¾î·Î ·1o§è®àå $ J6 {) a: m. G0 q A* z* O
& _* Y3 h7 t! G* V" ~) R j, B7 m
* c! I+ ]6 D4 Z+ F1 vRed: Player Max. Level S# p4 ~( u) {6 O! p5 R# b+ f; m
Green: Monster Max. Level5 [6 z3 W8 F2 y* B4 V$ G
& H9 g5 Q! X4 a! x5 }
These changes as simple as you want.. I Z6 h8 q o* O1 A
( m7 ]2 W. L: V; T* d( C5 UThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
" B+ D {3 L- k# I: o% j" L4 _2 K) l# H" ?$ T
Part 1 of blocking CE k* @. G. W* P$ h% b4 i2 P8 M9 k
( \* i* J, A/ \In this tutorial I will show you how to change the Head of Mark flyff.' \+ V5 o7 V$ D$ o
The current Head Mark is well known, 5E, which results as a string ('^').: d h6 u( H3 l! K+ _' X4 F) j# e# E2 }
# u/ T4 O; ~% s5 p* ?
For this we go to the World (Project) and looking at the Buffer.h after thistext8 [! ~5 ?: }' f" i5 {( g9 I$ D0 X
Quote:# h, w. f# S# x# v+ A
# Define HEADER MARK '^' / / Normal messageheader- b% H' i5 O- H5 ?% S& N
# Define SYSHEADERMARK '%' / / System message header3 F# m& e" J. d. Q% `* {
What the Sysheadmark is looking for is not even the top 5E.
- ^ ?9 R( M, ^7 G' B- aChange this and it makes the CE Not work on server.
5 y+ v8 I8 K9 k% [5 t+ C. O0 E; ?* Q% E
Then Tom's anti-hack is no longer useful.! F' h: x( l$ b* U
" r Q$ L" q/ P# Y7 w) E/ DLG Sedrika Part 2 of blocking CE 8 L9 Z4 d' t" o8 @% P$ K/ L% P$ _
2 Z; X7 u/ m& O* x# U! ^
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.
1 i5 \) q$ g5 t+ b" f- f3 vWhat does this have an advantage?
: `) k& x$ i0 A5 W) }- pThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
! N& @& i9 a7 [8 h1 @! e9 c+ B# _/ _4 _! i
+ ]. n6 g2 l/ @ y9 F3 q
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.! \/ k: I* a% w, w
# d2 I7 h, J& P0 g+ S! yThen search for the following content in HwOption.cpp
- w* e2 R M* F4 C
f6 j/ B) z6 e, r" W" l3 J8 k3 z/ m, Q
if (scan.Token == _T ("ip"))
5 N- T/ L, ~! r( b4 ^" W- A) z{
0 x4 r. P# W/ U Xscan.GetTokenEx ();
/ }5 Z3 Z& M6 R1 X4 Cstrcpy (m_IPAddress scan.Token);/ k p. H' D* I" v/ `
}& s |5 i$ g$ l7 M- r
and turn it into this:1 z# u; V2 ?" Q. Y3 p& B# V
Quote:# S: [9 ]: r$ v ^
if (scan.Token == _T ("ip"))/ D- f2 d, \ h
{
% M( J3 z$ E0 e6 |) D2 J/ / Scan.GetTokenEx ();
8 g m- ^: Y/ M/ / Strcpy (m_IPAddress, scan.Token);
& ^5 V: v8 {/ c2 U% X0 @: D2 H' P. b}, A3 u' u% |% |4 J$ p
And you created the solution.: D" |: g+ z; w
" l# p' a: u) r# _$ G' A
% y) @, Z' W& ]; ~9 D( n, ~% ]' r- V
Then read the Neuz not the IP from the INI anymore. even if put in it) `, m0 ?5 A0 q7 Z0 X* Q
" e7 w1 t* l( k4 g6 I Max skill's
& O& t9 u4 j4 H1 V" J# w. I
- @2 x& \0 H7 B9 R9 W" wAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 7 R! b( {" s( f: o! V" p" N( o
/ W& y* {' r+ x7 d* iWith the TUT can provide the remedy it7 E/ C8 E k/ S
/ }6 X; p2 Z, D2 C3 L5 b
# 1 opens the file SkillInfluence.h& e( Q! Z$ S" u! p3 p
# 2 Search
% {1 G& l( ]9 n8 P5 KCode:
9 H" d( s/ ^) c |* t9 E9 [" @
7 n# V" L9 S0 D# h2 k( u2 m# Define MAX_SKILLBUFF_COUNT 14
) q* U/ O/ h Q. p8 `& _- j3 F! A$ r2 N: M) q$ E% `- a1 `" Q
# 3 Change the 14 to your number (eg 21) and save it from0 i2 r1 p7 R) I6 o' M7 {2 o
# 4 compilation and ready! L( O, k, K$ ?. e# Z
1 ^' P, k) q" P7 H7 i, P- {. t% @
4 C& P( X6 U! {' m7 W1 wI 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:
& R/ ~5 [( W; p( `9 r1 T2 P* o: \
. I% x1 J9 e$ j u# H7 p* wdennisdra$ R' k8 S+ D. e" k8 `: E
.Crasy0 e1 M0 @+ o3 V8 ~
©ross3 u) t* x$ A# l# v
Sedrika0 T+ P+ e S5 Y6 p @0 F
( ]6 P! n* ^5 Jeverything 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!
. K2 C% F8 Y1 A/ b* k
, T' v% w' w- x' {4 H" bP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less$ \+ c2 s) w) p2 ^* ]- E e. J/ W
4 B" M5 C1 s) _& Z
- q4 s; @! N0 k8 I/ p' l2 |. I; E
Update 1:
how to turn off "Profiler" in worldserver.exe
( @3 _4 C- z, L; W$ g' W, X
& [& G. q3 @+ Z) i* s7 F4 z; [
in VersionCommon.h of Worldserver Solution. D/ n7 w9 V y# J3 }" Q
Look for
7 J H% Z6 U. f1 b# r- m! m, M: [0 }3 q) O# q* r
#define __PROFILE_RUN2 p( @* N+ {7 @9 R
* k( U5 O& i. [# G2 b! c6 rcomment it or simply. _2 h& ]/ Z2 j4 p( C1 C
& a* s0 p! m& `6 J; {5 {) y; L
//#define __PROFILE_RUN
# q1 E M$ _4 E& k4 ?* f; u9 Q
) Q: a M; A; b- Jcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 0 S( H& V, J- U O) U5 T
|