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:
Filip Maj 2016-03-19 19:22:28 -04:00
parent 335ec414d6
commit d9bccb5bff
3 changed files with 66 additions and 32 deletions

View file

@ -0,0 +1,12 @@
--[[
--]]
function onEventStarted(player, actor, questId)
player:sendRequestedInfo("requestedData", "qtdata", 0x1D4F2);
end
function onEventUpdate(player, actor, step, arg1)
end