Takumirai
New member
- Messages
- 60
- Points
- 0
https://github.com/HerculesWS/Hercules/blob/master/npc/custom/events/disguise.txt
- i would like to ask a script to be like this
- from 8am - 8pm [every 2 hours event will start, with 10 rounds]
but when 9pm - 7am [every 2 hours event will start, with 5 rounds]
- i dont know if this script will be correct
OnClock8000:
OnClock1100:
OnClock1400:
OnClock1700:
OnClock2000:
set .Rounds,10;
set .ResetCounter,.ResetCounter+1;
set .EventON,1;
set .Timer,1;
set .Wait,1;
announce "The Disguise Event will begin in 3 minutes.",bc_all | bc_blue;
announce "The Event is being held in Prontera.",bc_all | bc_blue;
setnpctimer 0;
initnpctimer;
end;
[where to put the next OnClock from 9pm - 7am]
- i would like to ask a script to be like this
- from 8am - 8pm [every 2 hours event will start, with 10 rounds]
but when 9pm - 7am [every 2 hours event will start, with 5 rounds]
- i dont know if this script will be correct
OnClock8000:
OnClock1100:
OnClock1400:
OnClock1700:
OnClock2000:
set .Rounds,10;
set .ResetCounter,.ResetCounter+1;
set .EventON,1;
set .Timer,1;
set .Wait,1;
announce "The Disguise Event will begin in 3 minutes.",bc_all | bc_blue;
announce "The Event is being held in Prontera.",bc_all | bc_blue;
setnpctimer 0;
initnpctimer;
end;
[where to put the next OnClock from 9pm - 7am]
Last edited by a moderator: