Instant sell NPC + new features

Donation Box NPC sells instantly items from inventory. Minor patches.
This commit is contained in:
ronancpl
2016-07-18 13:46:28 -03:00
parent 7e32e5a762
commit d7a2243319
28 changed files with 290 additions and 67 deletions

View File

@@ -27,5 +27,8 @@
*/
function act(){
rm.warp(922000009);
if(rm.isQuestActive(3238)) {
rm.warp(922000020);
}
else rm.warp(922000009);
}