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

    Windows Tibia 12 packets sniff

    Hello , In the old times of tibia 10 we can use wpe pro to scan and send packets like walking movements or dropping items nowdays in tibia 12 this is impossible? I’m wrong ? I’ve tried using linux and tcpdump to dump tibia packets like movement and tcpreplay but nothing works. So I’m here...
  2. miguelshta

    Spell Rune damange by level

    Hello, how i can set up this spell rune to give damage by level example: Level 1 ~ 100 damage =1 ~ 110 Level 101 ~ 250 damage = 200 ~ 350 local config = { combat = COMBAT_ICEDAMAGE, distanceEffect = 25, rounds = 6, delay = 150, firstEffect = 38, secondEffect = 41 }...
  3. miguelshta

    PHP java script help auto click on button

    hello this is not tibia related but i want help from here i really know very good programes here only so ill explain my objetive in here i need to click an button "Eliminar" to delete lines one by one because i need to keep some lines in specific im trying to do a javascript for tampermonkey; if...
  4. miguelshta

    RevScripts help converting rune to last tfs 1.3 revs

    how to use it as a rune?
  5. miguelshta

    RevScripts help converting rune to last tfs 1.3 revs

    local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 10) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, 4) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -10.1, -99, -10.5, -98) local combat2 =...
  6. miguelshta

    my new otclient v8 layout! :) www.megaglobal.com.br

    looks amazing Gratz!
  7. miguelshta

    RevScripts Help | Converting AutoHeal Modal into revscript

    creaturescripts/scripts/bot_functions/ [/SPOILER]
  8. miguelshta

    RevScripts help stuck on autoheal spell on %

    im stuck tthere i wanted to make an auto exura vita on % of hp player cast !autoheal 80,exura vita this will heal player at 80% of life with exura vita trying to make it revscript tfs 1.3 local players = {} local function autoHeal(cid, startTime) if not isPlayer(cid) then...
  9. miguelshta

    RevScripts help doll auto heal

    @Xikini pls help mee </3
  10. miguelshta

    RevScripts [OTBR] Help talkaction !target

    can you help me again? the script works good but i wanted to add exaustion of 10 seconds also the duration of the square "modificable" because it has no duration when i use the command the square appear for like 1 second
  11. miguelshta

    RevScripts help gain access to tp if you killed boss

    example if you killed boss: orshabaal and morgaroth so you can enter to teleport with uid 20001
  12. miguelshta

    C++ Question About attack effects old times vs now

    i remplaced the original effect i saw the retro effect but the numbers are diferent i mean i wanted hits like this: 125 133 245 242 321 and not like this ----------222 -------222 -----312
  13. miguelshta

    C++ Question About attack effects old times vs now

    didnt edited the sources just change the effect of sudden death and mort area
  14. miguelshta

    C++ Question About attack effects old times vs now

    but what about physical attacks?
  15. miguelshta

    C++ Question About attack effects old times vs now

    tell me more about .dat and spr it is an sprite? or what
  16. miguelshta

    C++ Question About attack effects old times vs now

    I just wanted to know if is posible to get the old attacks effect to client 12+? like this
  17. miguelshta

    RevScripts help doll auto heal

    bump
  18. miguelshta

    RevScripts help action on itemd id enable spawn rate 2x

    i wanted to create an item with action that can enable spawn rate 2x for all server like for time limited if posible like 4 hours
Back
Top