Jump to content
  • 0

Multiple Pets with One Taming Item


Dori

Question


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

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.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  128
  • Reputation:   11
  • Joined:  11/26/16
  • Last Seen:  

bump on this

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  10/02/14
  • Last Seen:  

U try with an if inside?

 

619,Unripe_Apple,Unripe Apple,2,1000,,50,,,,,0xFFFFFFFF,63,2,,,,,,{if (mobid )pet 1002,...;},{},{}

 

i dont know if something like this could work

 

the red part is cause i dont remember how get the mob id x_x!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...