i have that spell
and knight work good but if pall want this spell npc write not required vocation;/ help plx i really need it;/
Code:
local node5 = keywordHandler:addKeyword({'haste'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Would you like to learn haste for 500 gp?'})
node5:addChildKeyword({'yes'}, StdModule.learnSpell, {npcHandler = npcHandler, premium = true, spellName = 'Haste', vocation = 3, vocation = 4, price = 500, level = 13})
node5:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Cant you handle the power of the spell?', reset = true})
and knight work good but if pall want this spell npc write not required vocation;/ help plx i really need it;/
Last edited: