|
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 + Q* Q5 h$ g+ {% ?& A' u9 f7 \0 U+ z
change level without Rebirth
1 X& f2 D) m" `- V
4 |7 l' F7 B& q9 DNow, let us begin., y, U% }. u& ~. I( t) v$ z) u
% Z$ [& M2 \. dRequirements:) @6 i8 Z$ {% O" D; W+ `
Source% b; c2 X" {* j) w) R
Notepad / Editor& w" g/ z; Y' H8 d# f N3 C
$ A0 H/ v& r* J+ V
/ / Tips by Sedrika. w6 u% F1 p1 i0 M" A
. G% {. a) ?" B: bIt is up to you how you do it ^ ^
. w# ?3 j% Q# k! `2 ]8 u$ z+ \8 s
8 V! K2 j" r+ ]+ VGo into your source folder and open the definejob.h" x9 C( T) }% N+ ]( h3 N
Search there for:
3 q6 ^- K/ U, m+ `, W* B! c3 n" s1 \* Z* T$ A* @8 h
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
& b0 O1 X* ^9 L4 }1 ` y#define MAX_LEGEND_LEVEL 129
/ ^$ |% b* k e7 L3 r#define MAX_MONSTER_LEVEL 160: h9 ?- V+ C3 \% c
#else // 15Â÷ è÷¾î·Î ·1o§è®àå% A0 p4 L8 G5 F I" e
#define MAX_LEGEND_LEVEL 121% H6 z* E* q H; K1 ^4 X9 P
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 5 Z* |6 }0 T( A& O
2 Z q m& K/ o" p% P8 O' w0 N+ N' o$ T# S3 C. h
Red: Player Max. Level
. l" H& E$ G# G9 A) e" bGreen: Monster Max. Level' q! P9 k# v* p, t; A0 o7 Q
$ ~) [2 e; H, v3 e0 [
These changes as simple as you want.
9 K3 f. \8 P. c/ ?) _/ r* T9 f# y5 ?7 `1 T6 t
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
$ f- j. H/ ~% R) d# u7 u
/ F- R; D5 d6 o/ [ Part 1 of blocking CE $ @! [* b& x6 Q5 y
! [6 c0 b9 Y8 [* S% HIn this tutorial I will show you how to change the Head of Mark flyff.+ ?7 a* r* {( R* n
The current Head Mark is well known, 5E, which results as a string ('^').
$ L9 A7 f1 R- j
% J2 D! Z, N- E& a5 bFor this we go to the World (Project) and looking at the Buffer.h after thistext
" k7 @3 x; `! k7 m( K- {Quote:5 w# `2 n' j/ o# s x. ~9 s
# Define HEADER MARK '^' / / Normal messageheader
' X' k9 b: j1 L6 ~4 {# Define SYSHEADERMARK '%' / / System message header4 q) V5 S' z: K ~$ [9 A( G
What the Sysheadmark is looking for is not even the top 5E. w$ E5 y6 I+ v/ u1 }* s
Change this and it makes the CE Not work on server., X1 T: F. t$ J) P3 U5 E
7 ?$ l6 M6 \5 w, [% _" u
Then Tom's anti-hack is no longer useful.
# b$ k2 e" Z- C2 a8 R5 O% P/ f, p! g& m: |7 y) K
LG Sedrika Part 2 of blocking CE
/ N o# _, p0 F. P' u
4 e" O: H' Q) y6 G* HIn 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.
* C3 y4 P1 |% K1 H. i% aWhat does this have an advantage?
, Q- b3 |$ j$ E/ g+ X% n; aThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
) S( [7 ^8 s" s3 E' K% y9 G3 c8 W! S$ L7 O- H6 o! ~+ u
8 L9 W8 K1 m1 t- P3 `First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
( q* _+ {# h) t1 N7 S" ?6 }5 z" {4 |+ Z" u0 q
Then search for the following content in HwOption.cpp 1 M" N$ s# G* A" R( ]$ v8 g8 z+ g
, ~4 {6 |! C% U4 v s
$ }7 t7 L0 i x# B9 ]" B/ kif (scan.Token == _T ("ip"))
; a6 R) ~/ B3 j) l{
8 b* b+ ^' N, s, @scan.GetTokenEx ();
) N3 ]7 |; O: `5 f x7 k1 sstrcpy (m_IPAddress scan.Token);- w7 K' S6 {0 e Y0 o
}
4 _- v. \. d5 t4 r1 Xand turn it into this:
1 N0 a8 q# a2 |Quote:
% m% S4 D5 W5 z; @# X8 O$ qif (scan.Token == _T ("ip"))
$ z3 g3 u H# [9 ~) L) v" j6 o{
, @9 p0 ]8 b! I& c$ y/ / Scan.GetTokenEx ();, e: f; M& n+ L; u& F/ j! d" F
/ / Strcpy (m_IPAddress, scan.Token);
3 k9 E+ j5 B( \) ?' k8 z}; j. _4 u- M0 ~/ s& j9 u2 v; r3 f/ b
And you created the solution.
: ?$ C6 Y4 i- h* V" z7 j$ `+ o# f7 m- f
3 }1 z. i/ X# W+ [
Then read the Neuz not the IP from the INI anymore. even if put in it
( Q& B4 H( m" d: [8 m1 d2 s3 q' h9 h/ |) ^6 c7 r
Max skill's
% }* Q# u1 m# K! b; Z0 Q
; v) J( s) D+ nAll 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/ ^1 E* [8 B% i) \4 Z3 p- U0 Q
' b- q* Z7 E, w2 IWith the TUT can provide the remedy it7 n. U5 g- P8 l2 Z
W) q9 F( B# u5 w# 1 opens the file SkillInfluence.h
" j* R8 o/ X3 z- }" S# 2 Search
. r @+ m2 @+ \7 C+ V* dCode:! |; [. U' V0 f- E* }# k/ e
A; A' \: L' `( |8 I! p
# Define MAX_SKILLBUFF_COUNT 14
1 k3 `% k% v, L. b1 X
" L. e" ^, ~9 d# b( P: ~# 3 Change the 14 to your number (eg 21) and save it from4 ~$ q E; K8 V: P' E, n) G
# 4 compilation and ready
8 i$ C6 z6 |4 w& o$ p, W9 D
7 A1 g7 C* b1 S/ j3 B
7 }9 h# }7 X& j' { Y% cI 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:3 [2 V3 `1 l# |9 K
# c8 F: j7 y. B- p7 ^1 i% j
dennisdra
0 P7 v# k/ ]3 Y! c0 B.Crasy6 K- _4 k5 _3 z, W. [2 J6 F# z
©ross
/ L |+ s% q& qSedrika0 f8 n" w) O$ Q
( \5 c' y' G& |% Q8 W2 aeverything 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!
3 k( _* ^* A- _% w# F; ? x
6 q+ \# d& U* T5 w U8 H gP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
! Y- D0 S& N7 S0 I
1 w6 Z( H/ B1 ^ N8 v" C; w
$ x4 s+ W! I- pUpdate 1:
how to turn off "Profiler" in worldserver.exe
" U7 p' U# k( I6 [) ]9 L, b$ `0 ?# \5 ^5 V
/ k% j% K/ ^: e) J! V$ H( p: V f, m* R
in VersionCommon.h of Worldserver Solution
( ^! o! W, M1 @) JLook for
) x @0 i' R# U6 \0 c+ L2 ?) N3 z4 h" p
#define __PROFILE_RUN8 V0 T- z* o6 f! U( q! [7 z
" p; z4 L4 H: ]6 e5 k
comment it or simply+ x- f1 d8 g+ m
0 u& R; \/ U l$ T$ }//#define __PROFILE_RUN
$ G" d5 p8 B2 ]" S4 Y" n" Z7 C3 r- G8 M& F" U" ?) O- x1 N
* E5 U$ D4 K7 y+ O1 ^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投寄。谢谢。我添加更多的很快如果你有病加太 $ w& I: e9 Z" {3 g D- _
|