|
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 / e- y/ W: w* b
change level without Rebirth. m% [$ x3 D8 V5 ~* N/ ?2 ~
+ s* L! ]' z# [( x& D5 m
Now, let us begin.- {$ m9 _ w3 J- w
: I: M* \) n0 p9 vRequirements:
2 `8 t9 J' q; O) U) X" U# R- nSource3 d/ F6 Y- Q2 N- P
Notepad / Editor/ e% [- _1 u4 \0 k* u! j
r1 {% \* ~# c$ y! P
/ / Tips by Sedrika1 o! H8 ]+ J+ r
' I6 n5 g5 N! f1 b# _& ^
It is up to you how you do it ^ ^
, S, [! x# H1 g1 u4 o1 J' T( x% Q5 C7 ~1 N
Go into your source folder and open the definejob.h5 n4 h0 \/ U$ p
Search there for:1 g% ?6 p$ P& L' T
0 a9 t. U( W& R% L1 X2 y6 ]#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
4 K# a$ H3 f, y#define MAX_LEGEND_LEVEL 129
8 a- Z g2 t6 U( u#define MAX_MONSTER_LEVEL 160
9 X$ s+ z# K. S* ? l! o, D0 Q#else // 15Â÷ è÷¾î·Î ·1o§è®àå
# V6 N4 v# Z' R( J# e#define MAX_LEGEND_LEVEL 121
4 m# V% `8 U: c- C#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
- Q! ~# m. H; w% `- U B
7 c6 [. r5 K' L, W
) y6 G6 U3 {% U5 e/ K) ~Red: Player Max. Level
z' _7 Q: n3 t: x5 UGreen: Monster Max. Level
% \" x7 f: J4 j$ N6 g! w1 f! z. v% A$ [6 p& }& ^- R
These changes as simple as you want.% G2 |: x: h& O |0 i5 c% M; K
5 T) W/ o( C' k2 E& A2 G! d6 V
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
! j& V2 ]# P) j
& Q) I+ T. I$ V7 I) G Part 1 of blocking CE
7 N! C6 X0 q' h$ @. c" M. @+ b! _. }- O9 }) }3 ]1 S, X! s$ S6 F) o
In this tutorial I will show you how to change the Head of Mark flyff.0 j, w! v& B2 \! d- H
The current Head Mark is well known, 5E, which results as a string ('^').) U7 F! `. F! r' M( ?1 T
% @5 t, z1 I& ?) HFor this we go to the World (Project) and looking at the Buffer.h after thistext2 Q* B5 X6 \% O7 D) C
Quote:: H! _- p& e7 V# C% E: _
# Define HEADER MARK '^' / / Normal messageheader
3 Y$ z! c9 [1 l. c8 i# Define SYSHEADERMARK '%' / / System message header. o- X3 k! [9 y4 ?
What the Sysheadmark is looking for is not even the top 5E.
8 G3 a' |2 x3 i/ eChange this and it makes the CE Not work on server.+ G5 D" N8 R9 {
) X5 ~3 ?7 A- E V L8 D4 KThen Tom's anti-hack is no longer useful.
3 e: u) Y9 @; C$ |# x1 F5 q: S
9 c- {0 W3 v8 J2 K% _2 NLG Sedrika
Part 2 of blocking CE ) X7 q& b" L$ {7 s& E
^3 y+ \: ^' H) c) T; Q$ {2 I
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.
0 | c) ], z& ~. r0 U XWhat does this have an advantage?
. l! b# O9 ^% R- [* nThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself * |# ?/ T/ Q! v2 j6 F
) f+ v% B8 D7 J+ L, E/ I9 u) P
9 }* w) O0 _9 f0 T9 g
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
' S6 J( i2 A7 m0 U0 K
+ N/ \& B) p- eThen search for the following content in HwOption.cpp
- F2 l+ C# h$ y( U% T' m, J7 n, G* x4 \" n5 O
8 O" E9 _( N4 ]: {; p; g: n9 Lif (scan.Token == _T ("ip"))# P$ _- U: x# c0 y+ l9 \7 o
{) ^8 W3 Z3 b0 F! Z
scan.GetTokenEx ();) d/ ?0 X- n$ f9 X( D2 `! J
strcpy (m_IPAddress scan.Token);
9 U, q z: y$ J5 I3 }/ e}. S' Y+ B/ {- w0 z$ G9 X" K
and turn it into this:
5 E1 d1 e& l. V: \) FQuote:
8 d/ y& |; [- I& l2 h& aif (scan.Token == _T ("ip"))2 Y, D8 {) F$ l+ `0 }8 {+ B
{
0 j& L) y6 }' q# I2 M8 k3 V/ / Scan.GetTokenEx ();' ~9 g0 m+ z! m; d- G% ^# y; `: Y. }
/ / Strcpy (m_IPAddress, scan.Token);
1 w" W7 F+ K; r* I2 w6 _- |}
- j3 t+ c8 i$ E/ K* ^, d% q+ SAnd you created the solution.
$ E9 P: w+ z6 ~/ b$ ~ C T% b) v& O+ ^
/ K4 o+ r: i% s- M7 j# ?& O9 G% z) `
Then read the Neuz not the IP from the INI anymore. even if put in it) A8 L$ d7 M+ a4 B% @
/ L3 O* e# I2 H" ?) `
Max skill's . a$ v1 e* d4 I. t9 Y
' F% h5 V1 T! ?6 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 3 s# z( V: M% a- N9 e
3 V, S% }) w6 P" N5 }0 k
With the TUT can provide the remedy it( T$ l$ f* L$ w5 L; t- S
; a4 ?+ [- J3 `3 T
# 1 opens the file SkillInfluence.h. j9 v q p, h
# 2 Search3 p7 [0 F+ r% O2 a. Q$ F3 W3 M
Code:
0 G' I9 k2 H* }5 ]- j# u2 w, s3 D& u* W) a! H6 m' l
# Define MAX_SKILLBUFF_COUNT 144 ~, |& |# W! ~5 d2 h
* c% O- b' j4 X T: H, x# J# 3 Change the 14 to your number (eg 21) and save it from
( z( Z6 ?. L, G$ ?3 n F9 c# 4 compilation and ready' {" N& B5 H% ?. X# ?; c
' ^- ~, s+ w) j' m }
5 F$ T* ]! A* U. ~3 y' j# ?5 z" TI 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:# D# K F v- t7 u( \+ e+ m/ n' l* d
. b( a2 a4 Y, H: Jdennisdra
% r& ~2 `- O# G.Crasy
5 U- z3 K( j' ^3 H; t0 a3 F* o7 h©ross. s: R, M" o- k& p1 K
Sedrika. p8 @! ^ a3 N5 X' _, e
5 V& E+ i- |! T. ^- M
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!
- P! f6 B& j3 C B( _" p( T
+ ^; g' Q b! _) t/ C8 cP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less, |" R' ^3 }3 Z2 u( M& i
) R- \2 n0 J- \# Y; p+ }, f( x
5 q% ~( T* b V, q) \+ B( v
Update 1: how to turn off "Profiler" in worldserver.exe
' T. s4 B" }. I3 T/ [8 V+ R I, B1 `* w7 q0 r: j# s
# e$ s# M) b- k+ c1 _0 I. C
in VersionCommon.h of Worldserver Solution4 A1 ~6 t! e8 F7 n& ]
Look for( o+ d- r' a/ q% c6 B1 T: O
, B& W; t7 r# c+ w* u
#define __PROFILE_RUN
) @/ [" h" v; q6 z4 w
, C4 @% r7 O$ b& Jcomment it or simply$ v2 ?9 k. o+ m7 j
: j# N# V) Z* V//#define __PROFILE_RUN 2 c2 U0 |5 t, B* c
; b5 O! V0 V% T4 s+ J0 @
/ X$ a# Q$ S7 p" _& B6 ocredits 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投寄。谢谢。我添加更多的很快如果你有病加太 9 p k2 w, T! Q; G# g
|