• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. X

    [UNSOLVED] Mount Item System

    Bump!
  2. X

    Solved NPC that sells stuff for tokens

    Nailed it. thx
  3. X

    Solved Outfit NPC

    Perfect! Thank you so much :D
  4. X

    Solved NPC that sells stuff for tokens

    Lol I've already searched it a ton. Couldn't find anything that worked. I wouldn't just create a thread without looking for myself first man.
  5. X

    Solved Outfit NPC

    Bump. Still getting this error :/
  6. X

    [UNSOLVED] Mount Item System

    I need a script for a mount system that works like this: (TFS 0.2.15) You have the taming item. You ctrl click the taming item. You get the mount (unless you already have it, then the cancel message comes up). For example: You loot a bag of apple slices. You ctrl click the bag of apple slices...
  7. X

    Solved NPC that sells stuff for tokens

    I need a script for an NPC that will sell something for frag tokens (ID=9020) rather than gold. For example, here's part of my runes.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {}...
  8. X

    Solved Outfit NPC

    My bad. Mystic Spirit TFS 0.2.15
  9. X

    Solved Outfit NPC

    Bump :p Can anyone help with this? :)
  10. X

    Solved Frag Rewards

    Sorry for double post but I got it fixed :D Noticed an error in xml and the server started telling me what line the error was on. Thanks tho guys! Merry Christmas :)
  11. X

    Solved Frag Rewards

    Tried it, but I was just following the models of everything else in my creaturescripts.xml <?xml version="1.0" encoding="UTF-8"?> <creaturescripts> <event type="login" name="PlayerLogin" script="login.lua"/> <event type="login" name="FirstItems" script="firstitems.lua"/> <event...
  12. X

    Solved Frag Rewards

    I've looked through a lot of threads, and I can't get this to work. Literally, nothing happens; no exp, no message, no platinum coin, dying is the same as it was before I added these. Any help would be much appreciated =) fragrewards.lua function onKill(cid, target, lastHit) if cid ~=...
  13. X

    Solved Outfit NPC

    Update: Still have the problem, but getting this error now: [24/12/2015 13:44:11] Lua Script Error: [Npc interface] [24/12/2015 13:44:11] data/npc/scripts/realaddons.lua:onCreatureSay [24/12/2015 13:44:11] data/npc/scripts/realaddons.lua:33: attempt to call global 'getItemNameById' (a nil value)...
  14. X

    Solved Outfit NPC

    My script doesn't work. The basic words (addons & help) work, but he doesn't respond to anything. For example, can't say first citizen addon, second citizen addon, first mage addon, etc. Here is my script: (couldn't post all outfits, more than 10000 characters) local keywordHandler =...
  15. X

    Solved Mana Rune Problem

    Hey thanks man!
  16. X

    Solved Mana Rune Problem

    Ok this is getting confusing. Basically what I need it to by like UH but for mana. This, but giving mana instead of health. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)...
  17. X

    Solved Mana Rune Problem

    That looks like the code of a mana potion... Also the min/max there is 1500-2400, I want it to be based on level/magic level as I had it
  18. X

    Solved Mana Rune Problem

    So I did the xml part, and now I can use it in pz, but I still get the black box. Also, I don't exactly understand the script part. I see what you're trying to say, but idk how to delete the FormulaValues part and still have the same healing formula. local combat = createCombatObject()...
  19. X

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    When following the tutorial, I get this error: # MySQL returned an empty result set (i.e. zero rows). How do I fix this?
  20. X

    Solved Mana Rune Problem

    Bump. Also won't let me use in pz.
Back
Top