mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue