ngek202 Posted March 10, 2012 Posted March 10, 2012 Just wanted to know if it's possible? to use 1 kind of Taming Item and can be used to tame several pets? Thanks in advance. Quote
Aleos Posted March 10, 2012 Posted March 10, 2012 (edited) It is possible. You just define the Lure ID in the pet_db to be whatever ID you want. As for the item script, I haven't actually tried it with using the pet script function (i.e.: pet 1002; would catch a Poring) to list multiple pet IDs (i.e.: pet 1001; pet 1002; pet 1003;). If that doesn't work you can just make the script of the item to use the Sage's Abra skill (i.e.: itemskill "SA_TAMINGMONSTER",1;). Edited March 10, 2012 by Aleos Quote
ngek202 Posted March 10, 2012 Author Posted March 10, 2012 (edited) yeah I tried ( pet 1001; pet 1002; pet 1003; ) but it only reads the last entry which is 1003. shoudl this be applied in callfunc or directly on the item script? ( itemskill "SA_TAMINGMONSTER",1; ) got it man Thanks Edited March 10, 2012 by ngek202 Quote
Question
ngek202
Just wanted to know if it's possible? to use 1 kind of Taming Item and can be used to tame several pets?
Thanks in advance.
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.