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

    How to make an item that gives you speed?

    Not forever, but just a certain fix amount of time.
  2. 8674011

    Lua How to make an item store a value?

    Is it possible? TFS 0.1
  3. 8674011

    Lua Monster that spawns customly?

    Say if I had a Cyclops Boss that I wanted to spawn at like 1% of the time at any cyclops spawn, how would I go about this?
  4. 8674011

    Lua Way to make monster drop loot? TFS 0.1

    In a creature script I want it to make a creature drop an extra loot. Just the line, or method of getting the creature's body and adding the loot to it would suffice.
  5. 8674011

    Lua How do I make it so beds don't require premium to use

    I literally looked everywhere and can't find the script for beds. (I'm guessing it's an internal thing when you use beds)
  6. 8674011

    Solved What's wrong with this spell.. TFS 0.1

    What is wrong with this spell? It doesn't seem to want to give me a cooldown. <instant group="attack" spellid="45" name="Sweep" words="sweep" lvl="8" mana="0" needweapon="1" cooldown="5000" groupcooldown="2000" needlearn="0" script="custom/Warrior/sweep.lua"> <vocation...
  7. 8674011

    Lua How would I modify this to work with vocations? [TFS 1.0]

    TFS 1.0 local shield2 = Condition(CONDITION_ATTRIBUTES) shield2:setTicks(-1) shield2:setParameter(CONDITION_PARAM_BUFF_SPELL, 1) shield2:setParameter(CONDITION_PARAM_SUBID, 13) shield2:setParameter(CONDITION_PARAM_SKILL_DISTANCE, 5) local rare1 = Condition(CONDITION_ATTRIBUTES)...
  8. 8674011

    Problem with [TFS 0.1] 10.37

    TFS 1.0* I attempted to use 2 releases compiled by other people on here on 10.37 and every time I get the same error. http://otland.net/threads/10-37-real-map-server-with-roshamuul-tfs-1-0.212019/ and http://otland.net/threads/10-36-10-37-latest-tfs-1-0-clean-x64-x32.212095/ Whenever I...
  9. 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...
  10. 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
  11. 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...
  12. 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.
  13. 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!
  14. 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?
  15. 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...
  16. 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...
  17. 8674011

    Lua Problem with Storage ID and Quest Log

    I'm trying to make a quest in my server and I seemed to have put the code in correctly, but i get this error (Which occurs after talking with him, when i say yes to the quest) [26/01/2014 01:58:37] data/npc/scripts/doug.lua:21: attempt to call global 'doPlayerSetStorageValue' (a nil value)...
  18. 8674011

    Lua How to make a simple quest.

    Hi, thank you for your time. My question is, where can I find a sample code of a simple quest. I mean, a quest where you may need to go talk to someone or use a certain object and return back to the person. Thanks!
  19. 8674011

    Lua Spell, That changes area over time

    I made this script, Anways, as you can see from what I'm attempting to do is create a process that changes the area of damage after it did it once. Could someone please show me the proper way because this is terrible.
  20. 8674011

    Rick astley new song!?!?

    OMG HAHAHAH RICK ASTLEY NEW SONG!?!? IS THE BESTTT EVAAAA EVERYONE COMMENT, AND LIKE IT WE MUST MAKE THIS BIG LINK! http://www.youtube.com/watch?v=x2FU3rovOpM
Back
Top