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

    need help with depot

    because on movements the script that make show the items depot are with wrong id, now you have the ID, you can change on movements the old ID of glowing switch for the new id of glowing switch.
  2. massuco

    need help with depot

    I said what you need to do. Search for glowing switch tile on your items.xml and get the ID. Then go to RME and replace the glowing switch with the item ID you got.
  3. massuco

    Need link of tfs 1.2 application

    Do you want a compiled .exe?
  4. massuco

    8.6 map problem

    I saw one post the said: 1GB RAM for 25mb of map 4gb RAM = 100mb of map But 100mb is too much, I thinks that you can run a map of 70mb +-
  5. massuco

    need help with depot

    Ok, I dont know how to solve, but I can try, because I had this error one time but forgot how to fix. On RME, search for glowing switch tile on your items.xml and get the ID. Then go to RME and replace the glowing switch with the item ID you got.
  6. massuco

    AAC Website help

    lol, thank you so much :DDD
  7. massuco

    need help with depot

    You are using 8.6 right? I had this error on the past, and if I am not wrong, its related to your items.otb, the glowing switch tile have wrong configuration. EDIT not wrong configuration, wrong ID, on RMEmap it show one id, but on the items.otb of the server, this ID is a wall
  8. massuco

    need help with depot

    Have you edited your client?
  9. massuco

    Lua (OTHIRE) Monster die and transform in a teleport

    Perfect, now I understand the function :D so thanks bro!
  10. massuco

    AAC Website help

    I said it. XD I call it anonymous page, you call it incognito :D
  11. massuco

    Lua (OTHIRE) Monster die and transform in a teleport

    Yeah, ive already changed this. My code now: local bosses = { ["rat"] = { x = 1146, y = 981, z = 7 } } local tptime = 1 -- Seconds function onKill(cid, target, lastHit, fromPosition) for name, pos in pairs(bosses) do if (name ==...
  12. massuco

    AAC Website help

    Have you tried to acces your website with anonymous page after edit the background? Because when I edit the background of my site and try to see on internet, it dont show me the actual background, because the cache is saved with the other background.
  13. massuco

    Lua (OTHIRE) Monster die and transform in a teleport

    error: Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/monsterPortals.lua:onKill data/creaturescripts/scripts/monsterPortals.lua:11: attempt to perform arithmetic on global 'tpTime' (a nil value) stack traceback...
  14. massuco

    Lua (OTHIRE) Monster die and transform in a teleport

    i have changed, but i ger the error that dont find the teleport on the sqm when try to remove
  15. massuco

    Lua (OTHIRE) Monster die and transform in a teleport

    Dont work, then Ive changed getThingPos(target.uid) for getThingPos(target), And worked! But the teleport dont disappear after the time I got this error: Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/monsterPortals.lua:onKill...
  16. massuco

    Lua (OTHIRE) Monster die and transform in a teleport

    I know that this lines have problem, but I dont know how to fix it xD
  17. massuco

    Lua (OTHIRE) Monster die and transform in a teleport

    Hello, as the tittle says, I have one monster and want to when he dies, he transform on one teleport, not on a corpse. I am using OTHire and get this script. local bosses = { ["rat"] = { x = 1146, y = 981, z = 7 } } local time = 30 -- Seconds function onKill(cid, target...
  18. massuco

    ( 0.4 ) Monster exp buged - big amount of exp

    Nooo. For example: On Rl tibia is 100xp from level 1 to level 2, and you need to kill 20 rats that give 5xp each If you change to 10xp from level 1 to level 2, you can change rat to give 1xp , on this mode, you will need to kill 10 rats to lvl up. Understand me? xD not sure If i have been clear
  19. massuco

    Lua [OTHire 7.72] Show player equipments on map

    So curious to know what will be this. So much creative.
  20. massuco

    Lua Action script

    I have used doTeleportThing(summon, getThingPos(cid)) And it teleport above the player, for me its fine. if dont have other way to teleport next the player
Back
Top