Instant sell NPC + new features
Donation Box NPC sells instantly items from inventory. Minor patches.
This commit is contained in:
@@ -27,5 +27,8 @@
|
||||
*/
|
||||
|
||||
function act(){
|
||||
rm.warp(922000009);
|
||||
if(rm.isQuestActive(3238)) {
|
||||
rm.warp(922000020);
|
||||
}
|
||||
else rm.warp(922000009);
|
||||
}
|
||||
@@ -26,6 +26,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
function act(){
|
||||
|
||||
//rm.dropItems(true, 2, 105, 140);
|
||||
|
||||
rm.dropItems();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user