mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 22:14:39 +02:00
Added warp to public and private areas shortcut. Fixed counter printout bug. Fixed some commands. Fixed handling of the chocobo lender at the ferry docks.
This commit is contained in:
parent
9f077190a3
commit
214d730a58
13 changed files with 208 additions and 124 deletions
19
Data/scripts/base/chara/npc/debug/PopulaceMenuMan.lua
Normal file
19
Data/scripts/base/chara/npc/debug/PopulaceMenuMan.lua
Normal file
|
@ -0,0 +1,19 @@
|
|||
--[[
|
||||
|
||||
PopulaceMenuMan Script
|
||||
|
||||
Functions:
|
||||
|
||||
--]]
|
||||
|
||||
require ("global")
|
||||
|
||||
function init(npc)
|
||||
return false, false, 0, 0;
|
||||
end
|
||||
|
||||
function onEventStarted(player, npc, triggerName)
|
||||
callClientFunction(player, "debugMenuEvent", player);
|
||||
player:endEvent();
|
||||
end
|
||||
|
|
@ -28,7 +28,8 @@ local rentalTime = 10;
|
|||
local gcIssuances = {
|
||||
[1500006] = 2001004,
|
||||
[1500061] = 2001005,
|
||||
[1000840] = 2001006
|
||||
[1000840] = 2001006,
|
||||
[1500059] = 0
|
||||
};
|
||||
|
||||
local startAppearances = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue