mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 22:44:36 +02:00
Added scripts for all the npcs (minus the door) in the Limsa Opening zone (boat). The beginning tutorial stuff is also scripted.
This commit is contained in:
parent
91842ab08a
commit
ae9a712477
21 changed files with 343 additions and 5 deletions
10
scripts/zones/155/zone.lua
Normal file
10
scripts/zones/155/zone.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
function onZoneInit(zone)
|
||||
end
|
||||
|
||||
function onZoneIn(zone, player)
|
||||
end
|
||||
|
||||
function onZoneOut(zone, player)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue