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

    Selling Some scripts to sell

    Please empty your PM list, or answer me here :) Do you also sell a "system" where you can obtain outfits (not addons) due to quests?
  2. F

    Lua ? or [Compiling] Outfit only wearable after quest

    I don't know what you mean? I want, that the outfit isn't available in the "set outfit" window. Only if you complete a quest, talk to npc, or click an item, you get access to this outfit. This function doPlayerAddOutfit(cid, looktype, addon) is only for giving addons, not complete outfits. :/
  3. F

    Lua ? or [Compiling] Outfit only wearable after quest

    Hey guys. My biggest dream since I started playing around with OT's was, to make some outfits only available after a specific quest (like assassin, beggar, pirate, etc.) I am using TFS 0.2.14 and while I looked through sorces, I saw that this isn't possible with the existing functions. So does...
  4. F

    Compiling Need someone to compile for me :/ [Pay if success]

    Okay, thanks for trying, anyway! Hope to find something, that not every player has all the outfits from the beginning :/
  5. F

    Solved onPrepareDeath(cid, killer); onDeath(cid, corpse, ...) Difference?

    If found this two functions in creaturescripts. What is the difference between those two? I mean, how are they activated?
  6. F

    Compiling Need someone to compile for me :/ [Pay if success]

    Hello, I know this sounds strange, but could please someone compile this for me? Please add this http://otland.net/f35/outfit-quests-7608/ into TFS 0.2.14 Link I tried some days to compile by myself, but I wasn't successful. Had many errors, for I didn't found solutions. I would pay you 10€...
  7. F

    Mortal Kombat (Zao) - Bug

    I know what he means. If you start the quest, every (e.g.) 60 seconds, two monster spawn. If the player leaves, the event wouldn't stop. If a new player/team goes into the arena, it will be cleaned, from all monster in there. But the old event goes on, and all the incoming monsters will also...
  8. F

    Compiling How to do with visual studio?

    Hello, I am very new at compiling (really a noob). But since this year I am visiting an IT school, and do I decided to try some changes at my OT and create my own custom one. Cause I am on an IT school, I have access to programm visual studio (professional programming), and I think it should be...
  9. F

    my deepling stair isn`t actioning like a stair(don`t make u go up)

    Do you really use the stair, that makes you move up? Deepling stairs are 3 stair-pieces, and only the last one changes floor. Also check, if there is walkable ground under your stair.
  10. F

    Lua Need help with os.time()

    Could someone make an overview die this function, in how it works, how to get(time, date, day, etc.)
  11. F

    Newest Items.otb Data? 9.7

    Is there anyone who has it, or who can say me, where to get it?
  12. F

    Error - MoveEvents Interface

    fromposition is written wrong. change doTeleportThing(cid, fromposition) doSendMagicEffect(fromposition,10) into doTeleportThing(cid, fromPosition) doSendMagicEffect(fromPosition,10) you wrote the P small ;)
  13. F

    Movement request, Teleport by Unique ID

    Add this in your teleporter Script: local positions = { [5001] = {x = , y = , z = }, [5002] = {x = , y = , z = }, ... } function onStepIn(cid, item, ...) doTeleportThing(cid, positions[item.uid] return TRUE end Just an example
  14. F

    [TalkAction] Request: Teleport a player to x position, then teleport a player back

    Don't really understand, what you want? Player should be teleported to Position x and right After that, back, to his startposition? Why?
  15. F

    Windows Port Problem !

    I think it was Port 8000 you have to Open too. I Look for it, when I'm at home again.
  16. F

    Kill Questes but how ?

    Yeah, use The task System, with an kill Script in the Creaturescripts.
  17. F

    problem with a boots movement script =/

    But you can't move objects with an uid, so you won't be Anke to put them on :/
Back
Top