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:
Filip Maj 2016-04-01 23:32:52 -04:00
parent 91842ab08a
commit ae9a712477
21 changed files with 343 additions and 5 deletions

View file

@ -0,0 +1,7 @@
function onInstantiate(npc)
return "/Chara/Npc/MapObj/DoorStandard", false, false, false, false, false, 5900001 , false, false, 0, 0, 0x141, 0xB7d;
end
function onEventStarted(player, npc, triggerName)
end