karazu 33 Posted October 13, 2013 Every 2hours or something.Their will be an Emperium that will spawn lets say in the center of prontera and everyone will break it. and who ever breaks it will have the reward.It is like in WOE.Two ways of winning ( What is better?)- Who has the most damage will win?- Who ever last hit/break it will win? Quote Share this post Link to post Share on other sites
0 Patskie 88 Posted October 16, 2013 Not sure : - script Sample -1,{ OnMinute00: if ( ( gettime(3) % 2 ) == 0 ) monster "prontera",150,150,"Emperium",1288,1,strnpcinfo(1)+ "::OnKill"; end; OnKill: announce strcharinfo(0)+ " breaks the Emperium",0; getitem 7227,10; end;} 2 Hadeszeus and karazu reacted to this Quote Share this post Link to post Share on other sites
0 karazu 33 Posted October 17, 2013 (edited) Edit:Double post sorry Edited October 17, 2013 by karazu Quote Share this post Link to post Share on other sites
0 karazu 33 Posted October 17, 2013 Not sure : - script Sample -1,{ OnMinute00: if ( ( gettime(3) % 2 ) == 0 ) monster "prontera",150,150,"Emperium",1288,1,strnpcinfo(1)+ "::OnKill"; end; OnKill: announce strcharinfo(0)+ " breaks the Emperium",0; getitem 7227,10; end;} Thank you for this one! I will try @home EDIT: How about if it will be randomly spawn on the map? let say prontera? Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted October 17, 2013 change the monster "prontera",150,150,"Emperium",1288,1,strnpcinfo(1)+ "::OnKill"; to monster "prontera",0,0,"Emperium",1288,1,strnpcinfo(1)+ "::OnKill"; 3 jaBote, karazu and Hadeszeus reacted to this Quote Share this post Link to post Share on other sites
0 karazu 33 Posted October 17, 2013 (edited) Thank you very much for this.Booth of you guys, thank you once again Edited October 17, 2013 by karazu Quote Share this post Link to post Share on other sites
0 khenma 1 Posted November 2, 2013 where to put this script? Quote Share this post Link to post Share on other sites
0 Patskie 88 Posted November 2, 2013 where to put this script? npc folder Quote Share this post Link to post Share on other sites
0 khenma 1 Posted November 2, 2013 (edited) where to put this script? npc folder Okay thanks.. I'll try to find it Edited November 2, 2013 by khenma Quote Share this post Link to post Share on other sites
Every 2hours or something.
Their will be an Emperium that will spawn lets say in the center of prontera and everyone will break it. and who ever breaks it will have the reward.
It is like in WOE.
Two ways of winning ( What is better?)
- Who has the most damage will win?
- Who ever last hit/break it will win?
Share this post
Link to post
Share on other sites