vgrebirth Posted December 20, 2016 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
0 Bringer Posted December 21, 2016 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
0 vgrebirth Posted December 21, 2016 Author Posted December 21, 2016 thank you so much for this script @Bringer Quote
0 Bringer Posted December 21, 2016 Posted December 21, 2016 7 hours ago, vgrebirth said: thank you so much for this script @Bringer No problem sir Quote
0 skymia Posted March 13, 2018 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
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!
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.