chromus28 Posted August 10, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted August 10, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
chromus28 Posted August 11, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted August 11, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted August 11, 2013 just edit the announce part.. announce strcharinfo(0)+" got a "+getitemname( .@item )+" from Mystical Card Album",0; Quote Link to comment Share on other sites More sharing options...
chromus28 Posted August 11, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted August 11, 2013 oh yay thanks xD emistry save me again xD thanks capuche and sir emistry Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.