Jump to content
  • 0

One Pokemon Ball catch all types of pokemon monsters?


Currently

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

For example, One pokemon ball item will be able to catch around 20 mob ids of pokemons.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  127
  • Reputation:   36
  • Joined:  01/21/13
  • Last Seen:  

You would simply have to set the taming item ID for the same item for all Pokemon; in this example, the taming item is 619 (Unripe Apple).

 

2002,BULBASAUR,Bulbasaur,619,9001,10013,531,80,20,50,100,250,20,2000,400,1,0,350,400,800,{ petloot 10; }
2003,IVYSAUR,Ivysaur,619,9001,10013,531,80,20,50,100,250,20,2000,400,1,0,350,400,800,{ petloot 10; }
2004,VENUSAUR,Venusaur,619,9001,10013,531,80,20,50,100,250,20,2000,400,1,0,350,400,800,{ petloot 10; }
  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  83
  • Reputation:   8
  • Joined:  12/27/11
  • Last Seen:  

itemid,item_name,item name,2,1000,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ pet 0; },{},{}

The item script { <pet 0;>} will tame all pets in your pet_db.txt.

Edited by arzzzae
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

itemid,item_name,item name,2,1000,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ pet 0; },{},{}

The item script { <pet 0;>} will tame all pets in your pet_db.txt.

Oh, I never knew that. Thank you so much!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

You would simply have to set the taming item ID for the same item for all Pokemon; in this example, the taming item is 619 (Unripe Apple).

 

 

2002,BULBASAUR,Bulbasaur,619,9001,10013,531,80,20,50,100,250,20,2000,400,1,0,350,400,800,{ petloot 10; }
2003,IVYSAUR,Ivysaur,619,9001,10013,531,80,20,50,100,250,20,2000,400,1,0,350,400,800,{ petloot 10; }
2004,VENUSAUR,Venusaur,619,9001,10013,531,80,20,50,100,250,20,2000,400,1,0,350,400,800,{ petloot 10; }

Thank you, I shall try this alternative :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  127
  • Reputation:   36
  • Joined:  01/21/13
  • Last Seen:  

itemid,item_name,item name,2,1000,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ pet 0; },{},{}

The item script { <pet 0;>} will tame all pets in your pet_db.txt.

 

Now there's something I wasn't aware of; it'd make for a neat "Master Ball" effect. However, if you created such an item with this script, it would allow the capture of all obtainable pets, correct? In doing so, this would inadvertently allow capture of other non-Pokemon monsters; if you don't want every monster being tamable, I would recommend using my method.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

True, but it's fine in my server since the setup is just "one place full of mobs" and they can just get any pets there.

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...