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

    How to enable outfits

    I understand how to add the outfits to the xml and everything it's just how do i make it so you can use those outfits later on or enable them if you will, by doing something say like a quest? Oh and here is the code i'm using so far : doPlayerAddOutfit(cid, 136 , 0) but I'm guessing this...
  2. 8674011

    Lua NPC System

    how would I go about this?
  3. 8674011

    Lua NPC System

    Hi everyone, I would like to know how to use the trade window to take more then just the money, say another item on the person, also only allows you to buy the item if you have said item. TFS 0.2.15
  4. 8674011

    Znote website while Upgrading

    Hi today, I attempted to update from TFS 0.2.6 to 0.1 and now my znote website isn't working, I tried to look in the config for something i can do, but there's not really much. 90% of the queries reference things that do not exist now that I switched over databases(I was hoping it wouldn't...
  5. 8674011

    Brief explanation on setCombatFormula

    Could someone please give me a brief explanation on how setCombatFormula works, and what parameters it takes in and such.
  6. 8674011

    How to set mana in TFS 0.2.15

    Is there any way to give some a said amount of mana, I have it set so once you do a quest it sets your mana to 100, or adds 100 mana (cause people start out with 0) is there anyways going about this? I looked through the lua functions and couldn't find anything to support it, thanks in advanced!
  7. 8674011

    Anyway to edit Item Attributes? in TFS 0.2.15

    hahaha yeah it's rough
  8. 8674011

    doPlayerSendTextMessage GOLD MSG FROM HELP CHANNEL

    They set the STATUS Message to said color these are all the messages (0.2.15) MESSAGE_STATUS_CONSOLE_BLUE = 4 MESSAGE_STATUS_CONSOLE_RED = 12 MESSAGE_STATUS_DEFAULT = 16 MESSAGE_STATUS_WARNING = 17 MESSAGE_EVENT_ADVANCE = 18 MESSAGE_STATUS_SMALL = 19 MESSAGE_INFO_DESCR = 20...
  9. 8674011

    Anyway to edit Item Attributes? in TFS 0.2.15

    so there's no way to edit one's weapons attack and such?
  10. 8674011

    Anyway to edit Item Attributes? in TFS 0.2.15

    I'm going to be making a custom item creating system, and i want to be able to give a certain weapon more attack then its counterparts, so is there anyway to do that?
  11. 8674011

    How to make a timer? In TFS 0.2.15

    Yeah i'm fucking retarded, when i was calling for the function i was also calling for () so it doesn't work
  12. 8674011

    How to make a timer? In TFS 0.2.15

    I made a function in my script that will teleport everyone out of a room once the global event reaches 15 minutes after the other one
  13. 8674011

    How to make a timer? In TFS 0.2.15

    For all my events i need to end up making 3 global events, because for some reason the addevent function won't let me put at timer on it, and I also tried putting the OS.TIME into a global storage and then putting that in a while loop until it's under the time but that' wouldn't work either, so...
  14. 8674011

    Lua How to [Kill]?

    yes it's registered in login and no that's not the problem, i put the code in the global event and it worked.
  15. 8674011

    Lua How to [Kill]?

    Hi guys, I'm making a script which involves when a creature it teleports everyone in the room to a position, now I need some way to register the kill, but for some reason the creature script isn't working and i'm starting to wonder if "kill" is even an event for TFS 0.2.1.5 here is my...
  16. 8674011

    Bank Script Doesnt Exist? TFS 2.15

    Now there is a problem with your bank, post your Bank.Lua please
  17. 8674011

    Zombie event [ Tp wont be removed ]

    Take out the 1 from the stack position also is it possible there is multiple there, and you fixed the script before hand and now there is a bunch there and it removes the one it makes? I might have a fix local config = { playerCount = 2001, -- Global storage for counting the players...
  18. 8674011

    Reward [Box] System 100% working on tfs 1.0

    Wow I like this a lot, awesome job!
  19. 8674011

    Lua Problem with Storage ID and Quest Log

    Like I gave 0 a try
  20. 8674011

    Lua Problem with Storage ID and Quest Log

    it shouldn't make a difference, as long as you set the values, but it's still not popping up
Back
Top