Implemented GMS-like "item spraying" from reactors. All boxes holding more than 5 drops have been changed to use this behavior. Added information for players trying to start/complete quests having the required item equipped. It is expected to have all required items unequipped before handling a quest operation. New check-purpose tool: MapleMapInfoRetriever. It's sole function is to detect and report map XMLs that has no "info" node in between the server files.
17 lines
580 B
XML
17 lines
580 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
<type>org.netbeans.modules.java.j2seproject</type>
|
|
<configuration>
|
|
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
|
|
<name>MapleMapInfoRetriever</name>
|
|
<explicit-platform explicit-source-supported="true"/>
|
|
<source-roots>
|
|
<root id="src.dir"/>
|
|
</source-roots>
|
|
<test-roots>
|
|
<root id="test.src.dir"/>
|
|
</test-roots>
|
|
</data>
|
|
</configuration>
|
|
</project>
|