shinigamyusuky Posted August 17, 2013 Posted August 17, 2013 Hello, I would like to know what command to a npc open a gift box,old blue box or purple box , I will ask the npc ready, I tried but not found in wikiRA thanks for helping Quote
Capuche Posted August 17, 2013 Posted August 17, 2013 You can give an item from an obb etc... with getrandgroupitem command. prontera,150,150,5 script open box 89,{ mes "I give an item in the obb, like if I opened it."; getrandgroupitem(IG_BlueBox),1; close; } Quote
shinigamyusuky Posted August 17, 2013 Author Posted August 17, 2013 (edited) thanks for trying, but do not want the NPC handed a box item but it will open the corresponding box as a gift box prontera,150,150,5 script open box 89,{ mes "I give an item in the obb, like if I opened it."; mes " would like to open 50 gift boxes?" [command] OPENGIFT BOX(IG_BlueBox),1; close;} this would be more or less TY Edited August 17, 2013 by shinigamyusuky Quote
Question
shinigamyusuky
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.