Thanks manOh I didn't notice it was that old thought its 0.3.6, Anyways its already posted many times I will paste few links.
![]()
NPC Spells
I have problem with my NPC with spells (TFS 0.3.6): local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...otland.net
![]()
NPC - Spell Seller For Trade
Spell Seller.xml spell_trade.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...otland.net
![]()
NPC - Spells seller.
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...otland.net
![]()
Spell seller [ sell for items ]
Hey , i got this spell seller script ( not mine ) , it works great but i want it to sell spells for a certain item. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...otland.net