• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Action id

Fu Manchu

Sepultra™
Joined
Jan 28, 2011
Messages
439
Reaction score
9
Well I'm trying to figure out the best way to do this. Basicly I have this action script then when you click the items it gives you the doner set and the bag goes away. Well for knights I have to have a bag that give the weapons seprately. Well Easiest way I can thing of is make three diffrent action script. But Idk how to add the diffrent action id to a bag and how to tell my shop system to send this one this on or this one. But my main problem is setting 3 action id's to one items. Is this possible if not what is the best way to do this. Other then switching the bags... Because I'm trying to keep it the same.
 
Bump cmon I'm not even asking for the script I'm just asking for the best way possible to do this or if it is even possible :/
 
make some hack in the script that adds the bag to the players who bought them on site, for example check against the offer ID of the item, and doItemSetAttribute with according parameters.
 
Back
Top