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

    Slight Modification

    I stumbled across this NPC that sells spells. And i have attempted to change it a couple times but no luck. I want the NPC to offer 2 spells and the person can only choose one. Is it possible? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  2. Jordan_August

    Rescript of Spells

    I was curious if anyone could help me revamp these couple spells so they are compatible with 0.3.6. I'm pretty sure they are scripted for 1.0+ and id like to have a "ninja" voc on my 8.60. Just need a little help in doing so. They are originally located Spell - Ninja Vocation Spells if you would...
  3. Jordan_August

    LUA 8.60 Kill Reward Script

    I came across this kill reward script that works almost perfectly but there is one thing stopping me. I need this script to not give exp at all to the person that kills an individual on the same IP. If someone could help me out or point me in the right direction that would be great. function...
  4. Jordan_August

    Hex Editing

    Hello Otlanders once again i have a curious question.. lol. I am working on a 8.60 tibia client and i would like to be directed to or have a small tutorial on how to hex edit my client. i have not found anything for 8.60 or i looked in all the wrong places. I need to know how to make the client...
  5. Jordan_August

    Kill Reward!

    For the love of god could someone please hook me up with a kill reward script that actually works. i have tried every onkill/ondeath kill reward script on these forums and nothing works. yes they do reward the given id; However the killer a player with same ip never works. I need it to not give...
  6. Jordan_August

    Some Array/Table Help

    I am trying to get a script that "merges" 3 items into 1 as an upgrade area. Now i have a way that works and if continued my way it will be like 99999999999999x lines of code which i know could be solved using arrays and a possible table. i have two arrays with 11 items in each. array1 = {1234...
  7. Jordan_August

    8.60 Combine Item Issue

    Okay. Well, i am currently having an issue that i don't know why it exists. im using a script that i use an item on a piece of equipment to make 1 upgraded armor. For example: 3 crown armors in a backpack make a golden armor. Now for some reason this script only works with certain eq ids... and...
  8. Jordan_August

    [Movements] Max player && idol kick

    Hello... I need some help on yet another script for 0.3.6. I have torn apart other scripts trying to make it work, but I guess lua is not my strong suite yet lol. I just need a onStepIn that basically only allows one player into a room at a time kinda like a xyz to xyz area. and it also kicks...
  9. Jordan_August

    [Noob Help] Item Combiner

    I am creating a new 8.6 OT, and I need a script that I can use a lever that will combine 3 of the same equipment into a new armor. Every combination script only does two items or some shit about adding extra stats. For example if I have three crown armors in a bag in xyz position. When you use...
  10. Jordan_August

    [8.60] Make Remere's Map Editor Work

    Step 1) Now for some reason i could never use the normal tibia installation folder, idk but it was always annoying and somehow i ended up with something that works.. so i never asked questions but if you are getting the message that looks like this just download this file. its just an tibia...
  11. Jordan_August

    Just Deletion

    I somehow posted like 3 unofficial posts of my Raid tutorial. Such i know this is a more looked upon place, just requesting a deletion of those extra posts, its called [8.60] How To Make A Raid. one is the legit one, and the others say please delete, under tutorials-> basic thanks for your...
  12. Jordan_August

    [8.60] How To Make A Raid

    1) Open your otserv file, then open your data file and locate a file that says raid 2) After you have located this file, open in and you should be at a screen that has a raid.xml file 3) Now in this folder is where you will place your actual raid xml file, in my tutorial it is named...
  13. Jordan_August

    Can it be done? MOD script

    Hello Otland, once again i have stumbled across something that i would love to add into my project, but it doesnt quite fit my OT in its state, Using this MOD http://otland.net/f163/mod-characters-market-system-game-172325/ i am curious if it is easily possible to instead of taking money, if it...
  14. Jordan_August

    Uncommon Problem??

    Okay, so with my server i have compiled an auto stack and a bot system. However now and starter items a character receives is automatically thrown to the ground. i don't know whats wrong so i am hoping someone can solve this. Thanks in advance
  15. Jordan_August

    Solved Vocational Door

    I have literally searched the forums a million times over and every vocation door script for 8.60 i use, fails. could someone please make me a vocational door that teleports a player to an xyz position and allows multiple vocations to use such as a promoted voc/not (3,7 etc). and maybe throwing...
  16. Jordan_August

    Server Log Help

    hey OtLand, i was just curious is there was any way to remove the serverlog channel just in general. i looked in the channels.xml and it ofc wasnt listed. does it have to be removed through compiling? or what. thanks in advance~ and if this is posted in the wrong spot :/ please move it.
  17. Jordan_August

    [LUA] in-need of this

    i need a script (if possible) that when you receive an item it is bound to just that character. either the person cannot drop it. or only that person can use it? with a configurable level requirement to use. thanks~ i have waited a week for anyone to notice my request on slaves forum so im...
Back
Top