• 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. D_Evans89

    NPC Mounts Seller

    [07/01/2015 10:55:48] [Warning - NpcScript::NpcScript] Can not load script: data/npc/scripts/mountseller.lua [07/01/2015 10:55:48] data/npc/scripts/mountseller.lua:2: '}' expected (to close '{' at line 1) near '='
  2. D_Evans89

    NPC Mounts Seller

    I used the format you told me to, I haven't gotten around to personalizing each mount to a specific item yet though. local table = { ["Widow Queen"] = {item = 5879, 50}, ["racing bird"] = {item = 5879, 50}, ["war bear"] = {item = 5879, 50}, ["black sheep"] = {item = 5879, 50}...
  3. D_Evans89

    NPC Mounts Seller

    using The Forgotten Server - Version 0.2.13
  4. D_Evans89

    NPC Mounts Seller

    now i have this: [07/01/2015 09:53:21] Lua Script Error: [Npc interface] [07/01/2015 09:53:21] data/npc/scripts/mountseller.lua:eek:nCreatureSay [07/01/2015 09:53:21] data/npc/scripts/mountseller.lua:50: attempt to index field 'item' (a number value) [07/01/2015 09:53:21] stack traceback...
  5. D_Evans89

    NPC Mounts Seller

    I changed it to what you said and i keep getting this error: [07/01/2015 09:22:48] Lua Script Error: [Npc interface] [07/01/2015 09:22:48] data/npc/scripts/mountseller.lua:onCreatureSay [07/01/2015 09:22:48] data/npc/scripts/mountseller.lua:55: attempt to call global 'getItemInfo' (a nil...
  6. D_Evans89

    Teleport Scroll

    Sweet thanks
  7. D_Evans89

    Teleport Scroll

    I'm trying to make it so after using the teleport scroll too many times it doesn't just disappear, it transforms to 7722
  8. D_Evans89

    NPC Mounts Seller

    I need an edit so you can trade x item for mount instead of using money. Example: 50 spider silk for widow queen
  9. D_Evans89

    Npc Bank system

    are there any npc bank systems out there for tfs 0.2.13?
  10. D_Evans89

    Teleport Scroll

    This is the script I'm using and it works. mostly... I'm trying edit it though, that way once its used 5 times it will "decay" from 2345 to 7722. But I want it's decayed form (7722) to have a written message on it. I have both set up: -when I use /i 7722 it summons the item and the message is...
  11. D_Evans89

    Solved Citizen Teleport (help)

    Fixed it
  12. D_Evans89

    Solved Citizen Teleport (help)

    ok message works but when i die it still takes me to the main city
  13. D_Evans89

    Solved Citizen Teleport (help)

    how would i set it up to do a player message letting me know i have become a citizen?
  14. D_Evans89

    Solved Citizen Teleport (help)

    I need help. I'm using The Forgotten Server - Version 0.2.13 (Mystic Spirit) citizen.lua function onStepIn(cid, item, position, fromPosition) if(item.actionid > 30020 and item.actionid < 30100) then doPlayerSetTown(cid, item.actionid - 30020) end return TRUE end...
  15. D_Evans89

    Temple Teleport Scroll [Release]

    How can you edit the use amounts? I want it to only have 5 "charges"
  16. D_Evans89

    CreatureEvent Teleport Scroll [Unique Version]

    damn this would have been awesome if it worked for my TFS 0.2.13
  17. D_Evans89

    Must have x item in backpack to use portal.

    tried searching it and couldn't find it. Anyone can help?
  18. D_Evans89

    PVP Poll

    I agree stair hoppers suck!
  19. D_Evans89

    Addon script

    I found another more realistic scrip, thanks though! @Limos
Back
Top