The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
R< new script like pet <pet_id>;
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
mjonrest
Dear all,
i have search for entire rathena and cant find to solve this problem,
could we catch many mob by using one taming item?
ex: unripe apple can catch poring,drops, or poporing
however i have try to use this kind of script:
function script tame { setarray .@poke[0],1002,1003,1011; for( .@i = 0; .@i < getarraysize(.@tame); .@i++) { pet .@tame; end; } }
but it can only catch mob id "3671"
and i try to use this too
still nothing can help.
any idea how to create a new script command just like
thanks
Link to comment
Share on other sites
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.