mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 06:54:43 +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
scripts/zones/155/npcs/doorStd_fst0Twn01a_31@0CE00.lua
Normal file
7
scripts/zones/155/npcs/doorStd_fst0Twn01a_31@0CE00.lua
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue