mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Consolidated server data and automatically place them in approporate directories post build
This commit is contained in:
parent
e501d5b796
commit
ddf4d0d202
92 changed files with 272 additions and 270 deletions
12
data/scripts/commands/RequestQuestJournalCommand.lua
Normal file
12
data/scripts/commands/RequestQuestJournalCommand.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
--[[
|
||||
|
||||
|
||||
--]]
|
||||
|
||||
function onEventStarted(player, actor, questId)
|
||||
player:sendRequestedInfo("requestedData", "qtdata", 0x1D4F2);
|
||||
end
|
||||
|
||||
function onEventUpdate(player, actor, triggerName, step, arg1)
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue