mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
- Player.lua - Fixed typo on ClearData() for Ul'dah intro
- DftSea - 96% finished - DftWil - minor comment addition - EmoteStandardCommand - Added the new event params so the script functions again - Mass deletion of all PplStd & PplShopSalesman for La Noscea NPCs. No longer needed
This commit is contained in:
parent
9097e557ed
commit
dc1458c52d
171 changed files with 271 additions and 1449 deletions
|
@ -13,7 +13,7 @@ function onBeginLogin(player)
|
|||
--player:AddQuest(110005);
|
||||
player:SetHomePoint(1280061);
|
||||
elseif (initialTown == 3 and player:HasQuest(110009) == false) then
|
||||
--player:AddQuest(110009);
|
||||
player:AddQuest(110009);
|
||||
player:SetHomePoint(1280031);
|
||||
end
|
||||
|
||||
|
@ -56,7 +56,7 @@ function onBeginLogin(player)
|
|||
player.positionY = 196.0;
|
||||
player.positionZ = 133.6561;
|
||||
player.rotation = -2.849384;
|
||||
player:GetQuest(110009):ClearClearData();
|
||||
player:GetQuest(110009):ClearData();
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue