how to make a gw 24h/24h 7d/7 every time and every days
thx ^^
and how to make a map for players not take the point pk
12/31/2009 14:25~*NewDuuDe*~#2
All you got to do for the gw is to remove the timers.
For removing pk just look for that maps code. If it does'nt have one, then duplicate another one and change it to a non-pk map. It should be quite easy to figure out how, just look at the code. I can't remeber exactly what I had to change, but didn't take me more than a few secounds to figure out.
01/01/2010 10:19Mehdi~#3
where I can delet the timer of the guild wars
01/01/2010 10:37Arcо#4
Quote:
Originally Posted by Mehdi~
where I can delet the timer of the guild wars
Try GuildWars.cs.
01/01/2010 12:15Mehdi~#5
oki thx and how i can make me the code for gw jail npc as the true conquer that he is out of prison every 30min
01/01/2010 12:19~*NewDuuDe*~#6
Set a timer for 30 minutes, then when the 30 minutes have passed allow them to leave, with a 5-minute timer. Then reset the other one.
01/01/2010 13:25Mehdi~#7
Quote:
Originally Posted by BERGHUIS1
Set a timer for 30 minutes, then when the 30 minutes have passed allow them to leave, with a 5-minute timer. Then reset the other one.
you can make me this code?? plz
01/01/2010 13:33~*NewDuuDe*~#8
Look, I don't hand out codes just so you can release it again as your own on some other forum. All you have to do is make a NPC which has an if statement which checks the specified timer for what time it is.
01/01/2010 13:57~Yuki~#9
oh my gawd dont use timers.... DateTime´s or Thread´s are faster