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

@ -7,7 +7,11 @@ function onLogin(player)
player:sendMessage(0x1D,"",">PlayTime == 0, new player!");
initClassItems(player);
initRaceItems(player);
initRaceItems(player);
end
if (player:hasQuest(110001) == true or player:hasQuest(110005) == true or player:hasQuest(110009) == true) then
--player:setDirector("openingDirector");
end
end