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

    Exhaust Request

    As the title says, I need exhaust for the following scripts to avoid alot of memory usage if players would abuse the scripts for crashing the server or such. If you can make it easy configurable so I can choose the exhaust myself that would be swell. Or if you could tell me how to add it...
  2. Exmortis

    Lua Restartscript

    I'm useing a script to restart my server that looks like this: function onSay(cid, words, param) local minid = 3 local restartTime = 1000 local message = "Server is restarting now!" local messageStop = "Restart process has been stopped" if getPlayerGroupId(cid) >= minid then if param ==...
  3. Exmortis

    Lua Petscript

    I've got a problem with my Pet system a TFS 0.2.7 server. When I logout when my pet is summoned, i get alot of errors in console. Everything works the way I want, its just the errors that annoys me. Imagine when i open the server and 30 people are summoning their pets and logging then out. :D...
  4. Exmortis

    Dispel Energy [Working for 0.2.7]

    I'm probably the recordholder of posting requestthreads and I apologize if it bothers you. I want a script that makes it possible to cure electricity. To cure poison and fire is already possible on the server, only this missing! :P Example: In spells.xml: <instant name="Antidote"...
  5. Exmortis

    Jailsystem

    I already have one jailsystem and now I want a system that does a similiar thing. I got a hanging script to hang players and three different spots where players can be hanged. So instead of saying !jail "playername, I want it to say !hang "playername and the player that is going to be hanged...
  6. Exmortis

    Solved [solved thanks to cykotitan as usual]

    When someone shoots a firebomb, or creatures makes a firefields, no damage is taken when you walk onto it.. Anyone had a similiar problem? Also, how does the damage made by for example exori gran work? I dont understand the codes :P Here's the code for my exori gran spell: local combat...
  7. Exmortis

    [solved thx to cykotitan]

    To avoid posting hundreds of threads per day, im requesting two different scripts in this thread. Mostly this is for Cykotitan and his expertise in lua scripting. :w00t::D First one: When you rightclick an oven must be a oven with UID since i dont want it for all ovens, it generates you...
  8. Exmortis

    Wardrobe Randomizing Outfit

    I would like a script that changes your outfit to something random everytime you rightclick. Would be nice If it was to give that properties to all wardrobes on the server aswell. Anyone up for it? :D TFS 0.2 addOutfitCondition(condition, lookTypeEx, lookType, lookHead, lookBody, lookLegs...
  9. Exmortis

    Solved Solved thanks to cyberm

    I got a small problem in my otserver at the moment.. Only GMS can sleep in the beds, the regular players only get the default message "Cannot use this object." How come?
  10. Exmortis

    Solved

    I'm creating a quest and I've come to a stop where you're supposed to be teleported to a certain location when you step on a tile. And at the same time, 6 monsters spawns around you. optional: (either when all monsters are dead, a teleport will be created or some kind of way to get back before...
  11. Exmortis

    Skillup Effects Req

    I've seen alot of Skillup with effects around the forum and wanted to ask if there's a possibility to make one for 0.2.7? So when you lvl up or skillup, there's a msg that says "Level up!" or "Sword up!" and some nice effect.
  12. Exmortis

    Solved

    This rune works great with the exception that the magiceffect "Aaah.." doesnt work. Also I would like it to show how much mana is gained on the player that uses it. You know what I mean? Thanks alot for any help i'll get. I'll rep you aswell. local exhausted =...
  13. Exmortis

    Solved

    I would like a script for my TFS 0.2.7 server that does the following: When you rightclick the grave with ID 1406, you get teleported to a secret tomb. And a message flashes in orange "You now entered a secret location". Would be awesome! Rep for anyone who tries to help.
  14. Exmortis

    Useing Toilettes

    I need a script to make it possible to use toilettes. TFS 0.2.7 When you rightclick a *excuse my language* shithole looking thing In Tibia, you get like 500 mana or so. ID: 8653 I gotta learn how to script :/
  15. Exmortis

    [Exmortis] Mapping Thread

    I decided to post a thread with all my mapping pictures and the progress I make. First one (a dreamlike town): Second one (a simple arena): Critism will be appreciated if it comes constructive.
  16. Exmortis

    [solved thanks to cykotitan as usual]

    No replies yet, i'm supprised. How about if you make it so that when u pull the lever, all players standing on the platforms dies? What's up! So I've been thinking alot about this structure on my otserver. And finally i've gathered the guts to ask you guys if you could make a scripts so...
  17. Exmortis

    [solved thx to cykotitan]

    I've been searching the forums for a good post about the demonhelmet scripts. I found one that isn't working, it only says that docreateteleport is a nil value. If someone could make me a simple script like this: you pull a lever, the pink stone disappears and then after 2 minutes, the stone...
  18. Exmortis

    Problem with timerevent [SOLVED THX TO CYKOTITAN]

    Alright so i'm trying to get this script working for my TFS 0.2.7 server and i dont know what i've done work but the timer isnt working. Its supposed to be that you put an object on a platform and then pull a lever which removes a door/stone. Then after say like 5-10 seconds, the scripts resets...
  19. Exmortis

    [FF] Mapping by Exmortis

    I've always enjoyed looking at the mapping showoff section and got this idea. I decided to add this video just for fun. I do know that alot of what I did could have been done alot better but I got a little anxious to get it done. :$ Tell me what you guys feel and i'll decide if its worth doing...
  20. Exmortis

    Request for working Shower

    Alright guys, since im a mapper rather than a scripter i would like to have a functioning shower with maybe if you are up for it some modifications like a msg that tells you "Ohh, that felt so good" and i dont know, maybe adds HP or something. I hope the image explains most of it. ID...
Back
Top