mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed bug in equip script causing the classChange function to be called multiple times due to classId not being a local variable. Added some test scripts for Request Information/QuestJournal Command.
This commit is contained in:
12
scripts/commands/RequestQuestJournalCommand.lua
Normal file
12
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, step, arg1)
|
||||
|
||||
end
|
Reference in New Issue
Block a user