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

    Request - Update player broadcast talkaction to TFS1.3

    I would like if this script could work in 1.3, I'm sure some others could find it useful also. I am trying to make it work, but I have never done this. (The script is not mine... came from a datapack I found.) Local config = { storage = 19400, - storage in which time will be saved color =...
  2. Taurus

    There is something wrong with my monsters that use summon

    It looks like 0.2 to me, because I'm not familiar with these kind of scripts. You use code tags by putting like this (but spell "code" correctly)... paste code here OR paste code here XML also works, php, etc. Don't let me get u off your topic. Give all the info u can.
  3. Taurus

    Tibia 11 login "Connection Refused"

    My index.php login script... From THIS THREAD <?php if($_SERVER['HTTP_USER_AGENT'] == "Mozilla/5.0") { @error_reporting(0); @ini_set('display_errors', 'Off'); header("Content-Type: application/json"); $loginInfo =...
  4. Taurus

    There is something wrong with my monsters that use summon

    Good that you included more information. Also add info about what server you are using (o.2? 0.3?) I hope someone can help Also use code tags, ppl really do like that.. local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_NONE) combat:setParameter(COMBAT_PARAM_EFFECT...
  5. Taurus

    [USA] Classic Community OT | 10.99 | Non-PVP | RESTART May 08 2017

    I have welcomed you ingame. But to anyone with the same questions: Soul is not used on this server. Premium is always free, and so are many thing people would consider "premium" or "VIP" for OTs are free here as well. There are no donation items, nor will there be any added in the foreseeable...
  6. Taurus

    New items can't be sold by npc/equipped with hotkey

    mmm I suppose. I'll just let this thread die, it doesn't look like there is any interest in figuring out why this happens, even in an educational aspect... Ty anyway everyone.
  7. Taurus

    Request - Daily Task - Simple or Configurable TFS 1.3

    omgosh I just saw your post. Yes, that would be fantastic. And is it possible to make it where it doesn't continue to spawn monsters for each player that enters? :P (like the warzones) Thanks so much to all for helping!
  8. Taurus

    Request - Daily Task - Simple or Configurable TFS 1.3

    They both work. I do need to make it where a team can enter the tp without spawning multiple bosses. I'm going to continue working with these as well. Thanks for contributing them because they are very basic scripts that I can learn a lot from. Cheers to anyone who can make this work for a...
  9. Taurus

    Request - Daily Task - Simple or Configurable TFS 1.3

    It would be my pleasure if you would. I want to make my own warzones, but I haven't been able to find everything I need yet. Thanks for any further help you might be able to offer.
  10. Taurus

    Request - Daily Task - Simple or Configurable TFS 1.3

    I appreciate that, it's a start for sure. I'd still be down to see any scripts someone else could show that might actually spawn the boss as they step in. Thanks very much.
  11. Taurus

    Request - Daily Task - Simple or Configurable TFS 1.3

    I want to make my own dailys, I need a script that I can re-use multiple times. I have tried to create my own from the warzones because that is exactly what I want. I want to make my own warzones. However, no matter how I try to use what is there it never works, not the movement, nothing...
  12. Taurus

    Help on Limos Task system

    Line 185: local x = missions[player:getStorageValue(storage)] local x = missions[player:getStorageValue(storage + 5)] ? local x = missions[player:getStorageValue(storage) + 5] or ? I always just play with the syntax until I get it. But that's the spot right there. Might need to be +...
  13. Taurus

    New items can't be sold by npc/equipped with hotkey

    Yeah, exactly that. I figured this might be the case with the hotkey... I can't imagine what would stop the NPC from selling it by itemid tho. Hotkey = client id Itemid = server id Unless I'm mistaken.
  14. Taurus

    AutoLoot System for tfs 1.x

    omfg, this is so sweet. Every time someone leaves out the comma after "add" I get this error tho. autoloot,lua:6 attempt to index a nil value. Any better way to write it so it doesn't throw errors over player syntax?
  15. Taurus

    RME 3.2 import map probelm

    Oh, you're very welcome. Thanks for letting me know that I helped!
  16. Taurus

    New items can't be sold by npc/equipped with hotkey

    So I've created a few new items (TP scroll, etc) but NPCs will NOT sell the items. Likewise, hotkey will NOT equip the items. (Sorry not possible) BUT if I put in the item that I copied the sprite from, THEN it will work. I can put the items in action scripts, defined by their item id and they...
  17. Taurus

    Ot Craching always

    Are you using the right DB for your server?
Back
Top