• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Recent content by OdynsRaven

  1. OdynsRaven

    Lua [TFS 1.2]Spellbook not working

    Understood thank you. I do need to say that it is still not working. function getPlayerInstantSpellCount(cid) local p = Player(cid) return p ~= nil and p:getInstantSpellCount() end function getPlayerInstantSpellInfo(cid, spellId) local player = Player(cid) if not player then return false end...
  2. OdynsRaven

    Lua [TFS 1.2]Spellbook not working

    Thank you, just saw the update, must have had a wrong link. Have a Ubuntu server set up for the server, going to test. Gotta learn how to stay up to date without having to change all the scripts again after updating :( Where can I find 1.3? Ive been looking through their GitHub and cant seem to...
  3. OdynsRaven

    Lua [TFS 1.2]Spellbook not working

    Lua Script Error: [Action Interface] data/actions/scripts/other/spellbook.lua:onUse data/lib/compat/compat.lua:1010: attempt to call method 'getInstantSpellCount' (a nil value) stack traceback: [C]: in function 'getInstantSpellCount' data/lib/compat/compat.lua:1010: in function...
  4. OdynsRaven

    Lua [TFS 1.2]Spellbook not working

    The TFS version is in the Thread title, as well as when I said that I downloaded the most recent TFS master release and replaced the entire directory(as well as all action directory). I have read the Rules, and because its my first post maybe it just wasn't read. For your convenience...
  5. OdynsRaven

    Lua [TFS 1.2]Spellbook not working

    So have a server set up and I am working through adding features. I wanted to add a !spells feature. Command would not work. I have starter packages added and I have a sorcerer level 8 (so i should have spells) with a normal spellbook. When I try to use the spellbook it says "You cannot use this...
Back
Top