chromus28 Posted August 10, 2013 Posted August 10, 2013 Guys how can i add some announcement when they open (Something like Mystical Card Album) that will announce what they've got with their name and the card name..can you please help me?? need it really bad thanks Quote
Capuche Posted August 10, 2013 Posted August 10, 2013 About the Mystical card album, replace getrandgroupitem(IG_MagicCardAlbum),1; by set .@item, groupranditem(IG_MagicCardAlbum); getitem .@item,1; announce "[ Mystical Card Album ]:"+ strcharinfo(0) +" get a "+ getitemname( .@item ),0; like that 12246,Magic_Card_Album,Mystical Card Album,2,10000,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ set .@item, groupranditem(IG_MagicCardAlbum); getitem .@item,1; announce "[ Mystical Card Album ]:"+ strcharinfo(0) +" get a "+ getitemname( .@item ),0; },{},{} Quote
chromus28 Posted August 11, 2013 Author Posted August 11, 2013 oh thanks oh btw where can i find this script set .@item, groupranditem(IG_MagicCardAlbum); getitem .@item,1; announce "[ Mystical Card Album ]:"+ strcharinfo(0) +" get a "+ getitemname( .@item ),0; ????? thanks ms.capuche it's working now thank you so much About the Mystical card album, replace getrandgroupitem(IG_MagicCardAlbum),1; by set .@item, groupranditem(IG_MagicCardAlbum); getitem .@item,1; announce "[ Mystical Card Album ]:"+ strcharinfo(0) +" get a "+ getitemname( .@item ),0; like that 12246,Magic_Card_Album,Mystical Card Album,2,10000,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ set .@item, groupranditem(IG_MagicCardAlbum); getitem .@item,1; announce "[ Mystical Card Album ]:"+ strcharinfo(0) +" get a "+ getitemname( .@item ),0; },{},{} Last request how can i make the announcement like >>> "Playername" got a "CardName" from "Mystical Card ALbum" ?? Quote
Emistry Posted August 11, 2013 Posted August 11, 2013 just edit the announce part.. announce strcharinfo(0)+" got a "+getitemname( .@item )+" from Mystical Card Album",0; Quote
chromus28 Posted August 11, 2013 Author Posted August 11, 2013 oh yay thanks xD emistry save me again xD thanks capuche and sir emistry Quote
Question
chromus28
Guys how can i add some announcement when they open (Something like Mystical Card Album) that will announce what they've got with their name and the card name..can you please help me?? need it really bad thanks
4 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.