Ludibrium PQ + MapleIdRetriever
Implemented LPQ. New application tool that realizes fetches by names and returns respective ids, over all items depicted in the GM handbook.
This commit is contained in:
@@ -25,10 +25,5 @@
|
||||
*/
|
||||
|
||||
function act() {
|
||||
rand = Math.floor(Math.random() * 3);
|
||||
if (rand < 1) rand = 1;
|
||||
//We'll make it drop a lot of crap :D
|
||||
for (var i = 0; i<rand; i++) {
|
||||
rm.dropItems(true, 1, 30, 60, 15);
|
||||
}
|
||||
rm.dropItems(true, 1, 30, 60, 15);
|
||||
}
|
||||
Reference in New Issue
Block a user