קרדיט ל BloodAngel13 חבר מאוד טוב שלי.
ולי על בדיקה ופירסום.
(אני בדקתי את זה ב-MoopleDEV מאז שהבנתי זה לא נכון חיפשתי ומצאתי סוף סוף את התיקון [IMG]http://images.***.co.il/smilies2/smile.gif[/IMG]
What I added:
-Timer working on entrance of map.
-Reactor spawns work like GMS.
-100% GMS-like spawn message. (I checked on GMS.)
-Almost full GMS-like drops. I used BasilMarket and personal experience for this one.
~
What you need to add to make this complete:
-Method for players to get the spawning bears.
-Whole parties to be warp in at same time.
-NPC inside and out to be scripted
Reactor Files
5511000.js:
קוד PHP:/* @Author SharpAceX
* 5511000.js: Summons Targa.
*/
function act() {
if (rm.getReactor().getMap().getMonsterById(9420542) == null) {
rm.spawnMonster(9420542,-527,637);
}
rm.mapMessage(6, "Beware! The furious Targa has shown himself!");
rm.createMapMonitor(551000000,"sp");
}
5511001.js:
קוד PHP:/* @Author SharpAceX
* 5511000.js: Summons Scarlion.
*/
function act() {
if (rm.getReactor().getMap().getMonsterById(9420547) == null) {
rm.spawnMonster(9420547,-238,636);
}
rm.mapMessage(6, "Beware! The furious Scarlion has shown himself!");
rm.createMapMonitor(551000000,"sp");
}
.XML File
הורד ולהחליף 551030200.img להעתיק או ולהדביק:
*בגלל שXML FILE שהיה גדול ולא יכלתי להוסיף אותו כי יש פה חסימה מוגבלת שאסור שיהיה הרבה בפתיחת אשכול אז בהורדה תמצאו כבר את XML
Map Scripts
Make a script named "MalayBoss_Int" and copy and paste or download:
(Place the Map Script in BOTH "onFirstUserEnter" and "onUserEnter".)function start(ms) {
ms.getClient().getSession().write(MaplePacketCreator.getClock(3600));
}
GMS-Like Drops
להריץ את זה בSQL
קוד PHP:INSERT INTO `drop_data` (`id`,`dropperid`,`itemid`,`minimum_quantity`,`maximum_quantity`,`questid`,`chance`) VALUES
(11227, 9420549, 1003025, 1, 2, 0, 999999),
(11228, 9420549, 1003026, 1, 2, 0, 999999),
(11229, 9420549, 1452020, 1, 1, 0, 999999),
(11230, 9420549, 1382035, 1, 1, 0, 999999),
(11231, 9420549, 1372010, 1, 1, 0, 999999),
(11232, 9420549, 1432030, 1, 1, 0, 999999),
(11233, 9420549, 1442044, 1, 1, 0, 999999),
(11234, 9420549, 1482012, 1, 1, 0, 999999),
(11235, 9420549, 2290052, 1, 1, 0, 999999),
(11236, 9420549, 2000004, 25, 50, 0, 999999),
(11237, 9420549, 2000005, 25, 50, 0, 999999),
(11238, 9420549, 2020014, 25, 50, 0, 999999),
(11239, 9420544, 1003023, 1, 1, 0, 999999),
(11240, 9420544, 1003024, 1, 1, 0, 999999),
(11241, 9420544, 2000004, 25, 50, 0, 999999),
(11242, 9420544, 2000005, 25, 50, 0, 999999),
(11243, 9420544, 2020014, 25, 50, 0, 999999),
(11244, 9420544, 1332051, 1, 1, 0, 999999),
(11245, 9420544, 2020013, 25, 50, 0, 999999);
אם לא בא לכם שיצא מהר דברים מה-BOSS תשנו את 999999 - למספר פחות יותר.
*קרדיט אך ורק לי





ציטוט ההודעה