Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help]Changing Mazes

Initiate Mage
Joined
Feb 9, 2009
Messages
2
Reaction score
0
go to bottom of this file, i think its here:

Code:

function can_open_entry_garner2( map )
-- local time = GetTickCount ( )
local Now_Time = GetNowTime()
if Now_Time ==14 or Now_Time == 20 then
return 1
else
return 0
end
 
Back
Top