vgrebirth Posted December 20, 2016 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 10/13/12 Last Seen: December 23, 2016 Share Posted December 20, 2016 * need a script that announce every hour and drop 1 TCG only. * announce the name who destroyed the tbox. * location = prontera 140, 176 * any npc sprite will do. Thanks in advance! Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted December 21, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Wednesday at 03:29 PM Share Posted December 21, 2016 (edited) - script Treasure Box Summoner -1,{ OnClock2100: announce "A rare Treasure Box has been spawned somewhere in Prontera.",0; monster "prontera",0,0,"Treasure Box",1955,1,"Treasure Box Summoner::OnTBoxKilled"; OnTBoxKilled: announce "The rare Treasure Box has been destroyed by "+strcharinfo(0)+"!", bc_all; end; } this script is hidden npc announce every hour and drop 1 TCG only. change OnClock2100 to OnMinute00: //Things to do ,which will happen every Hour at Minute 00 To drop 1 tcg edit the mob id 1995 add 7227 on drop list or can use this command automatic get the 7227 when the players killed getitem 7227,1; add this code below on announce Edited December 21, 2016 by Bringer 1 Quote Link to comment Share on other sites More sharing options...
0 vgrebirth Posted December 21, 2016 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 10/13/12 Last Seen: December 23, 2016 Author Share Posted December 21, 2016 thank you so much for this script @Bringer Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted December 21, 2016 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Wednesday at 03:29 PM Share Posted December 21, 2016 7 hours ago, vgrebirth said: thank you so much for this script @Bringer No problem sir Quote Link to comment Share on other sites More sharing options...
0 skymia Posted March 13, 2018 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 298 Reputation: 4 Joined: 02/19/17 Last Seen: May 26, 2024 Share Posted March 13, 2018 - script Treasure Box Summoner -1,{ OnClock2100: announce "A rare Treasure Box has been spawned somewhere in Prontera.",0; monster "prontera",0,0,"Treasure Box",1955,1,"Treasure Box Summoner::OnTBoxKilled"; OnTBoxKilled: announce "The rare Treasure Box has been destroyed by "+strcharinfo(0)+"!", bc_all; end; } how to fix this error sir? Quote Link to comment Share on other sites More sharing options...
Question
vgrebirth
* need a script that announce every hour and drop 1 TCG only.
* announce the name who destroyed the tbox.
* location = prontera 140, 176
* any npc sprite will do.
Thanks in advance!
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.