Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.
*delmonsterdrop(<mob id or name>, <item id>)This command will temporarily remove a drop from an existing monster.Both the monster and the item must be valid.Return value will be 1 in case of success (the item was removed), and 0otherwise (the monster didn't have the specified item in its drop list).Example: // Remove Jellopy (909) from the Poring's (1002) drops delmonsterdrop(1002, 909);