mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user