• 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!

Search results

  1. eupharias

    [SOLVED] OTClient Lua Exception: attempt to index local 'spell' (a nil value)

    You, sir, are a god-send. This is the correct solution. 1682360923 If someone will tell me how to mark this thread as solved (I just added it to the title), and mark the comment by @fusion32 as the solution, I will do so.
  2. eupharias

    [SOLVED] OTClient Lua Exception: attempt to index local 'spell' (a nil value)

    This has partially resolved the issue, as I don't see the spell nil value error any more with this addition to the code. However, the monster freeze issue is still happening, so that must be caused by the only remaining OTClient error. Updated OTClient Logs C:\otclient\otclient.txt ==...
  3. eupharias

    [SOLVED] OTClient Lua Exception: attempt to index local 'spell' (a nil value)

    Hey everyone, good morning/afternoon/evening. I created a thread in the Support forums earlier today regarding an issue I'm seeing. Attaching the post below. https://otland.net/threads/help-request-spell-damage-causes-visual-bug-on-monster-death.284723/#post-2722327 I realized that OTClient...
  4. eupharias

    Solved Help Request : Spell Damage Causes Visual(?) Bug On Monster Death

    This example isn't clean, but I tried it with a clean installation just to make sure it wasn't anything I'd done to screw it up. Thank you for trying to help, I appreciate it. 1682304525 Bump, if anyone has any ideas why this might be occurring? 1682307080 Additional Update: The issue appears...
  5. eupharias

    Solved Help Request : Spell Damage Causes Visual(?) Bug On Monster Death

    You're right about this, and I apologize. I've been trying to figure it out for a while now and I'm frustrated, but that's no excuse. I appreciate your time spent helping me. This, however, is not the cause for my issue. I appreciate that you are spending time trying to help me resolve it, but...
  6. eupharias

    Solved Help Request : Spell Damage Causes Visual(?) Bug On Monster Death

    You're focusing entirely on the wrong part of my post. My issue has nothing to do with any scripts that are running, or anything at all to do with CreatureKillQuest.lua. I posted those things at your request, because you seemed to believe my issue had something to do with it - and it doesn't...
  7. eupharias

    Solved Help Request : Spell Damage Causes Visual(?) Bug On Monster Death

    No, we do not have a fix. I'm telling you that your suggestion is incorrect.
  8. eupharias

    Solved Help Request : Spell Damage Causes Visual(?) Bug On Monster Death

    Please forget about this script. I've disabled it. It's not the problem.
  9. eupharias

    Solved Help Request : Spell Damage Causes Visual(?) Bug On Monster Death

    debugPrint is just printing information to the console for debugging purposes. In this case, I have it printing information so that I can troubleshoot other issues relating to a quest I'm working on. I'm certain it has nothing to do with this issue, as the issue still exists even if I remove the...
  10. eupharias

    Solved Help Request : Spell Damage Causes Visual(?) Bug On Monster Death

    local monsterList = { ["wolf"] = {plural = "wolves", storage = 10001, count = 25, expe = 800}, ["bear"] = {plural = "bears", storage = 10002, count = 20, expe = 1000}, ["rat"] = {plural = "rats", storage = 10003, count = 30, expe = 600} } function onKill(cid, target)...
  11. eupharias

    Solved Help Request : Spell Damage Causes Visual(?) Bug On Monster Death

    #~I HAVE CREATED A NEW THREAD UNDER OTCLIENT~# https://otland.net/threads/otclient-lua-exception-attempt-to-index-local-spell-a-nil-value.284728/ For those facing the same issue: In my case, this issue is present only when using OTClient. While using the default client with Ipchanger, I don't...
  12. eupharias

    Lua Lua Script Error : 'doNpcSellItem' (a nil value) : When trying to purchase something from a merchant

    I've actually reverted back to TFS 1.4.0 for now to solve the issue. I plan to tinker with it more in the future, likely starting with a fresh install. Appreciate the help, guys.
  13. eupharias

    Lua Lua Script Error : 'doNpcSellItem' (a nil value) : When trying to purchase something from a merchant

    Hey guys, I'm looking for some help with an error that I'm getting. TFS Version 1.4.2 Recreate Attempt to buy something via a merchant NPC's 'trade' interface. Error Lua Script Error: [Npc interface] (Unknown scriptfile) data/npc/lib/npcsystem/modules.lua:989: attempt to call global...
Back
Top