Small patch
Pet from quest expires on 5hrs instead of 5s.
This commit is contained in:
@@ -76,7 +76,7 @@ function end(mode, type, selection) {
|
|||||||
} else if (status == 5) {
|
} else if (status == 5) {
|
||||||
qm.sendYesNo("Now do you understand? Every action comes with consequences, and pets are no exception. The egg of the snail shall hatch soon.");
|
qm.sendYesNo("Now do you understand? Every action comes with consequences, and pets are no exception. The egg of the snail shall hatch soon.");
|
||||||
} else if (status == 6) {
|
} else if (status == 6) {
|
||||||
qm.gainItem(5000054, 1, false, true, 5 * 1000); // rune snail (5hrs)
|
qm.gainItem(5000054, 1, false, true, 5 * 60 * 60 * 1000); // rune snail (5hrs)
|
||||||
|
|
||||||
qm.gainItem(4032086, -1); // Mysterious Egg * -1
|
qm.gainItem(4032086, -1); // Mysterious Egg * -1
|
||||||
qm.forceCompleteQuest();
|
qm.forceCompleteQuest();
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
|
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
|
||||||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
|
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
|
||||||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
||||||
<group/>
|
<group>
|
||||||
|
<file>file:/C:/Nexon/MapleSolaxia/MapleSolaxiaV2/tools/MobBookIndexer/src/mobbookindexer/MobBookIndexer.java</file>
|
||||||
|
</group>
|
||||||
</open-files>
|
</open-files>
|
||||||
</project-private>
|
</project-private>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import java.io.*;
|
|||||||
* @author RonanLana
|
* @author RonanLana
|
||||||
*
|
*
|
||||||
* This application simply gets from the MonsterBook.img.xml all mobid's and
|
* This application simply gets from the MonsterBook.img.xml all mobid's and
|
||||||
* puts the on a SQL table with the correspondent mob cardid.
|
* puts them on a SQL table with the correspondent mob cardid.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class MobBookIndexer {
|
public class MobBookIndexer {
|
||||||
|
|||||||
Reference in New Issue
Block a user