Pedrook
Advanced OT User
- Joined
- May 24, 2009
- Messages
- 457
- Solutions
- 3
- Reaction score
- 194
- Location
- Brazil
- GitHub
- pedrogiampietro
I am not able to add reward more than 1 item per task, if I add 1 item it works normally, if I add 2.3 it only gives the first item.
Task.lua -- Creaturescript
Task_window.lua -- Creaturescript
Task_lib.lua -- Libs
I have read the part of creaturescripts and already tried in some ways.
And
if anyone can of the one hand.
Task.lua -- Creaturescript
Task_window.lua -- Creaturescript
Task_lib.lua -- Libs
I have read the part of creaturescripts and already tried in some ways.
LUA:
[29] = {questStarted = 14023, questStorage = 14123, killsRequired = 6666, raceName = "Demons", repeatable = false, rewards = {{enable = true, type = "exp", values = 1000000}, {enable = true, type = "item", values = {10305,1}, {2195,1}}}}
And
LUA:
[29] = {questStarted = 14023, questStorage = 14123, killsRequired = 6666, raceName = "Demons", repeatable = false, rewards = {{enable = true, type = "exp", values = 1000000}, {enable = true, type = "item", values = {10305,1}, {enable = true, type = "item", values = {2195}}}}}}}
if anyone can of the one hand.