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

    Tibian - An OTServ List for 2020

    I actually don't know if OpenTibia industry is dead or there's no good otserv list on the market :P
  2. themate0

    Searching working bot on actual REAL TIBIA

    i made 6x 200-270+ lvls on that bot, over 4 months without delete. those lags you see are coz of vnc viewer. ingame bot is walking good. and its easy to make own scripts, everything comes out of the box, you only need to know how to hunt that spawn to recreate similar waypoints. and buy...
  3. themate0

    Item.otb - How to edit items ?

    i found somewhere object builder modified by brs that is working with 1098, this official one wasn't working for me on 1098 too.
  4. themate0

    [UK][7.4] Tibiantis Online

    why do you bot on dead server then? ;)
  5. themate0

    2 skrypty do pomocy

    if player:getStorageValue(1319) == -1 then ta linijka odpowiada za warunek, ktory uniemozliwia graczowi zalozenia ringa, zamiast 1319 wklep sobie storage id swojego vipa i po problemie.
  6. themate0

    2 skrypty do pomocy

    Co do pierwszego, rozumiem ze chodzi ci zakładanie ringa W movements.xml dodaj: <movevent event="Equip" itemid="2124" script="ring.lua" /> <!-- crystal ring --> Nastepnie utwórz w folderze data/movements/scripts plik o nazwie ring.lua o zawartosci: function onEquip(player, item, slot...
  7. themate0

    nowy serwer

    i bez problemu mozesz sobie ukrasc najnowsze sprity z globalnego klienta cipsoftu, wrzucic je do swoich i dalej dzialac na 10.98 majac wszystkie mozliwe graficzki.
  8. themate0

    [TFS 1.x] List of missing TFS features from Cipbia

    afaik this feature is already there, you have to add quest to quests.xml
  9. themate0

    Graphic Designer Dark Fantsy Pixel Artist [PAID]

    but in Poland minimum wage is like $2.5 ( soon 3$) a hour :) so it is more worth :D
  10. themate0

    edit client version using hex editor

    Ok, but do you know the way to change it inside client?
  11. themate0

    edit client version using hex editor

    Where can I find client version in hex client? I want to change tibia version in client
  12. themate0

    Duration on arrow

    did u set up them in movements.xml?
  13. themate0

    What do you look for in a server? (Poll)

    Make a custom ots based on league of legens, this could be fun :p something totally different :D
  14. themate0

    ObjectBuilder [10.32]

    is it working on 9.44/9.46?
  15. themate0

    Tomorrow the BETA of Elder Scrolls Online opens get a key

    Do not make any surveys and delete this thread before someone will lost money from mobile phone!!
  16. themate0

    Solved Addon Script

    what tfs do you use? it works perfect on my server, tested without any bugs make sure u got all items in your bp
  17. themate0

    Solved Addon Script

    check it now, i edited it few times and now it should be 100% working
  18. themate0

    Solved Addon Script

    function onUse(cid, item, fromPosition, itemEx, toPosition) if itemEx.itemid == 1434 then if(getPlayerStorageValue(cid, 807) ~= 1) then if getPlayerItemCount(cid, 12428) >= 30 and getPlayerItemCount(cid, 10609) >= 30 and getPlayerItemCount(cid, 2227) >= 3 then local pPos =...
  19. themate0

    Lua Looktype after first login.

    try this function onLogin(cid) local outfit = {lookAddons = 0, lookType = 69} if(getPlayerStorageValue(cid, 800) ~= 1) then if(getPlayerVocation(cid) == 1) then doCreatureChangeOutfit(cid, outfit) setPlayerStorageValue(cid,800,1) end end return true end set lookType...
Back
Top