I'm trying to make a pet taming item that allows the user to catch multiple pets. I tested on the poring and drops monsters by making both of their lure id to 619 (unripe apple), but that did not work. also tried to put both mob ids in to the taming item script, like this:
619,Unripe_Apple,Unripe Apple,2,1000,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ pet 1002; pet 1113; },{},{}
But this only catches Drops and doesn't catch Poring. I also know that setting pet 0; would allow to catch all monsters in the pet_db, but I don't want that. I only want a certain few monsters.
Is this possible to do? If yes, any help on this would be appreciated~! Thank you.