• 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!

Search results

  1. miguelshta

    C++ Help trying to do GoEast & Autoloot packets

    Im trying to create some utilities using jo3bingham/TibiaAPI as reference. im trying to simulate it on python with not sucess> import socket def send_go_east_packet(client_socket): try: packet_type = bytes([0x66]) # Replace with the actual packet type...
  2. miguelshta

    Currently working on multiplataform proyect ideas please!

    # Tibia Multiplataform Based game im interesed to make a OT multiplataform ill addapt the gameplay but i wanted to know what is the best client for this proyect? i saw some unity client or edubart otclient im interesed to make the client multiplataform:[ IOS, Android, PC + Controller Support]...
  3. miguelshta

    Linux Square Color image?

    hello im trying to create a pushmax script im currently working on image recognition i wanted to recognize Red square or green square from attack or follow then i ll use mouse move to grab de target this is for studying pruporses what i need is: -Clean Red Square image png or Clean Green Square...
  4. miguelshta

    python check OTS folder information

    Hello im trying to make a python code to automate my report i check my OTS folder every 7-15 days for space etc+ i always run a command to extract all files info and i paste it in a excel sheet but it takes time and i wanted to automate this so im trying to create table to find files information...
  5. 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...
  6. 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 }...
  7. 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...
  8. 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 =...
  9. miguelshta

    RevScripts Help | Converting AutoHeal Modal into revscript

    creaturescripts/scripts/bot_functions/ [/SPOILER]
  10. 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...
  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 just wanted to know if is posible to get the old attacks effect to client 12+? like this
  13. 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
  14. miguelshta

    RevScripts help doll auto heal

    hello i wanted to create an script example if you have doll item id = 3046 then you are able to cast this talkaction /bot hp and the talkaction /bot hp is for auto spell i saw some mana train script this will work like they like /bot %hp,spell or item id mages: /bot 80, exura vita -- this...
  15. miguelshta

    RevScripts help revscript merge same items with % to die and lose item

    hello i wanted to create a good action: like item: Mind stone id: 3062 and if u have mind stone + 2 wands same type like 2 wands of inferno u can merge them and gain stats like + 10 fire damange but with 50% to die and destroy the both items
  16. miguelshta

    TFS 0.X help (luaDoTeleportThing) Thing not found

    im having this error on teleport script this is a mod script from team war ots -- Set Town & Position doPlayerSetTown(cid, configTWH.mapStats[map.get()].templeIDs[playerTeam.get(cid)]) doTeleportThing(cid...
  17. miguelshta

    help error CreatureSetStorage Creature not found

    [7:1:24.218] [Error - GlobalEvent Interface] [7:1:24.218] In a timer event called from: [7:1:24.218] data/globalevents/scripts/botmanager.lua:onStartup [7:1:24.218] Description: [7:1:24.233] (LuaInterface::luaDoCreatureSetStorage) Creature not found im having this error in my script: function...
  18. miguelshta

    Lua help error "round & random"

    hello i have this 2 errors on my console [Error - GlobalEvent Interface] [5:33:19.167] data/globalevents/scripts/botmanager.lua:onThink [5:33:19.167] Description: [5:33:19.167] data/globalevents/scripts/botmanager.lua:57: bad argument #2 to 'random' (interval is empty) [5:33:19.183] stack...
  19. miguelshta

    Compiling help compiling tfs 0.3.7 svn

    hello i wanted to compile this: GitHub - HeberPcL/TeamWarOT: TeamWarOT Hardcore - Team vs Team 8.6 (https://github.com/HeberPcL/TeamWarOT) ive tried many versions of tfs sdk and boost can you helpme with which version is the correct? Boost version: Tfs Sdk version: visual studio version:
  20. miguelshta

    Compiling help compiling tfs 0.3.7 team war ots

    hello im trying to compile this ot version: TeamWarOT it is 8.6 tfs 0.3.7 tried with tfs sdk 1.0 boost_1_78_0 and visual studio 2019 now im getting Severity Code Description Project File Line Suppression State Error C3859 se superó el intervalo de memoria virtual de...
Back
Top