Paxiz submitted a new resource:
TFS 1.3 Quest Chest with item and level and vocation check - advanced quest chest
Read more about this resource...
TFS 1.3 Quest Chest with item and level and vocation check - advanced quest chest
Script vocationChest_with_addLevel.lua in your actions.
Code:local AID = 59996 -- action to your chest local STORAGE_ID = 93930593 -- storage id your chest local rewards = { [SORCERER] = {items = {itemid, itemid, itemid}, count = 10, extra = itemid}, -- count for extra itemid [DRUID] = {items = {itemid}, count = 10, extra = itemid}, [PALADIN] = {items = {itemid}, count = 10, extra = itemid}, [KNIGHT] = {items = {itemid}, count = 10, extra = itemid}, } function...
Read more about this resource...