Kurag Posted June 3, 2013 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 05/31/13 Last Seen: April 1, 2023 Share Posted June 3, 2013 please post here ) no bug no error please auto run every 1hr Treasure hunting box Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 3, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 3, 2013 // --- ARTHistic's Property --- // --- Please visit http://thdesigns.co.nr --- // --- Scripted By: ARTHistic --- // --- Do Not Revomed the Credits --- prontera,130,205,5 script Treasure Box Summoner 856,{ mes "[ Treasure Box Event ]"; mes "Hello, I'm a new mage here in Midgard. Every hour, I tried to cast my summoning spells and there a chance that i can summon a Treasure Box that will give you items once you destroy it. I only cast my spell on main city and I immediately announce to everyone once I perfectly cast my spells. Anyways, I will give you a little hint..."; if( $@tboxevent == 0 ){ mes "I ^ff0000failed^000000 to summoned the Treasure Box last time.^000000"; }else { mes "^I successfully summoned the Treasure Box last time."; } mes " "; mes "Scripted by: ^777777ARTHistic^000000"; close; OnMinute00: set $@tboxevent, rand(2); if ( $@tboxevent != 0 ){ announce "Treasure Box Summoner: I perfectly cast my summoning skills.",0; sleep2 5000; announce "A rare Treasure Box will be spawned in 30 seconds at Prontera.",0; sleep2 30000; monster "prontera.gat",0,0,"Treasure Box",1845,1,"Treasure Box Summoner::OnTBoxKilled"; end; }else { end; } end; OnTBoxKilled: announce "The rare Treasure Box has been founded and destroyed by "+strcharinfo(0)+"!", bc_all; getitem 7539, 5; end; } Quote Link to comment Share on other sites More sharing options...
Kurag Posted June 3, 2013 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 05/31/13 Last Seen: April 1, 2023 Author Share Posted June 3, 2013 i use this script something is error Quote Link to comment Share on other sites More sharing options...
Question
Kurag
please post here
) no bug no error please
auto run every 1hr Treasure hunting box
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.