• 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

    Lua Action script

    LOL you are a god.... Only other problem more.. haha I dont have only 1 rock on the map, i have 10 rocks, can I make the monster to be summoned on one place and teleported to the rock position? -- EDIT done! doTeleportThing(summon, toPosition)
  2. massuco

    Lua Action script

    I have no idea on how to do this. You have? I dont have marked best answer for you because If i mark it the post will be marked with solved, but I will mark later :D EDIT I thik that If have one script to check fields arround the rock, it works, for example, a script check if have empty sqms...
  3. massuco

    Best engine version for Dragon ball ots

    As I see, you dont know much of otserver, right?
  4. massuco

    Best engine version for Dragon ball ots

    Sure.
  5. massuco

    Best engine version for Dragon ball ots

    I dont know, all custom version I saw since today, is 8.54, I dont know why, but If he wants to make a DBZ server, he probably will copy some scripts, that probably is from a 8.54 custom server, bcz all dbz server (big part) is 8.54
  6. massuco

    Lua Action script

    Now the rock summon the monster 1sqm after the rock, but only at certain point, if you shot magic wall arround the rock is the same of the on script exist only the part of addItem. and get this error: Lua Script Error: [Action Interface] data/actions/scripts/pile_of_bones.lua:onUse...
  7. massuco

    Lua Action script

    The effect worked, but I have the problem that, If dont have sqm to place the monster you only receive the item and I got this error: Lua Script Error: [Action Interface] data/actions/scripts/pile_of_bones.lua:onUse attempt to index a boolean value stack traceback: [C]: in function...
  8. massuco

    Lua Action script

    Now worked, I have edited the post above. look, now I want to when the monster is summoned it make one magic effect on the monster. I have added this: doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) But it make a magic effect on the rock, how to make the magic effect...
  9. massuco

    Lua Action script

    Ive just removed this part: print(2) if getTilePzInfo(getThingPosition(cid)) == true then print(8) doSendMagicEffect(getThingPos(cid), CONST_ME_POFF) doPlayerSendCancel(cid, "Item cannot be used inside of protection zones.") return true end because it...
  10. massuco

    ( 0.4 ) Monster exp buged - big amount of exp

    What he wants to say is to you reduce the experience table, like medivia.. example, level 1 to level 2 on tibia global is 100 exp, you can make it be 10xp
  11. massuco

    Best engine version for Dragon ball ots

    Sure. Is a good way too. better than otx I think, but for custom version ?
  12. massuco

    Best engine version for Dragon ball ots

    you want one engine to start on zero? I recommend you OTX3 path 8.54, is a open source engine
  13. massuco

    OB error

    lol, and it is the older version, I said that 0.4 is more new than 0.3 0.3 or 0.3.3 is the same.. Have you tried the object builder that i sent you?
  14. massuco

    Lua Action script

    right 2rec.. now It show me the errors Lua Script Error: [Action Interface] data/actions/scripts/pile_of_bones.lua:onUse data/actions/scripts/pile_of_bones.lua:20: attempt to call global 'getThingPosition' (a nil value) stack traceback: data/actions/scripts/pile_of_bones.lua:20: in...
  15. massuco

    Lua Action script

    Yes, I have set the stone on the map with actionID 47777 And dont works, The stone ids is 3608, that decay to 3609, i have changed it too, and it dont work, dont show any error, with comands print dont show nothing too.. I think that the function onUse is not working.
  16. massuco

    Lua Action script

    It dont have any error, but I think that is because he said (action actionid = 47777) and on script dont say nothing about actionid. idk, dont works
  17. massuco

    OB error

    Bro, you dont was using the old object builder, you was using versin 0.4, now 0.3, 0.3 is more old than 0.4... i think that you need the latest version of object builder to work with 10.98. I have used this one, and it worked for me on client 10.98. [Solved] Request: Object Builder for 10.98
  18. massuco

    Lua Action script

    WOW, more than a script, one tutorial, I will try it! very thanks It don't works, sorry, maybe ive forget that say that im using othire 7.7... It dont show any error, but I use the item and the show me You cannot use this object.
  19. massuco

    OB error

    Cant you use the old version again? What version of object builder you was using? and what you are using now? What version of Tibia you are working?
  20. massuco

    Lua Action script

    Im searching a way to do one script. I want this: I will use one rock (id 5000 example) on the map, and this rock will transform on other rock (id 5001), and have a chance of summon one creature or win one item, and after 5minutes, the rock decay to the id 5000 again. Any ideas on how to start...
Back
Top