mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 19:38:26 +02:00
Overhaul of the director system and opening quests. Private Areas further implemented as well.
This commit is contained in:
parent
dcaad5729d
commit
e898c045f7
69 changed files with 2602 additions and 1816 deletions
5
data/scripts/unique/ocn0Cruise01/ship_route_1.lua
Normal file
5
data/scripts/unique/ocn0Cruise01/ship_route_1.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
require ("global")
|
||||
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x1415, 201;
|
||||
end
|
5
data/scripts/unique/ocn0Cruise01/ship_route_2.lua
Normal file
5
data/scripts/unique/ocn0Cruise01/ship_route_2.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
require ("global")
|
||||
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x1415, 201;
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue