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

    Gesior version for 8.6 ?

    if you mean webpage all versions should be good.
  2. pszczelaszkov

    Lua Potions debug

    More info about bug... If this is `debug assertion error` so after tibia reboot it should give back a window with debugging log and on the bottom of log is `reason:` section if u have that window write this reason here.
  3. pszczelaszkov

    How to see who sends me data

    on Linux: iptraf displays a lot of infos
  4. pszczelaszkov

    Server CPU Eater

    1.Fun server why?:Level is gaining in hundreds,thousands or even ten thousends it makes loops so when 20 players or more each gaine 5-30k levels + spells + skills it cost much CPU. 2.Long effects of spells why?:If exhausted is 1second and e.g:animation takes 3 seconds when 20 players spam with...
  5. pszczelaszkov

    Compiling 7.6 linux server

    have u this makefile and configure on your pc?
  6. pszczelaszkov

    Compiling 7.6 linux server

    Is there any easy to compilation server for linux? I have avesta sources but it seems to be only windows cuz there is no `configure` and `make` file. Maybe is there any tfs with pre-configured protocol to connect with 7.6? Anyone can help me to find server? Of course rep++
  7. pszczelaszkov

    Looting item with specific name

    Hi i have problem with looting a item with different name than in items.xml is this possible in tfs? i'll try <item id="5943" chance="100000" name="Hellgate Ambassador Hearth"/> It not working
  8. pszczelaszkov

    Dedicated Server

    a lot....
  9. pszczelaszkov

    Lua reward chest, error with elseif

    i think structure must be if elseif elseif end not: if end elseif end elseif end
  10. pszczelaszkov

    Lua Creating not existing floor

    c'mon i know you can help me ;D
  11. pszczelaszkov

    Mount Problem.

    add first doCreature/PlayerSay(cid,"blebleble") function directly after function onSay to see that script is starting or not. and add some in the middle and in the end of script.
  12. pszczelaszkov

    Mount Problem.

    add some doPlayerSay(cid,"...") after some lines so u know where it brakes.If this script starts of course .
  13. pszczelaszkov

    RME 8.6 Client (old)

    check "ignore signatures" or something like that in menu with import .dat .spr
  14. pszczelaszkov

    Mount Problem.

    u must debug it e.g doPlayerSay(cid,...) to see where script breaks out. or look into console
  15. pszczelaszkov

    MysticSpirit 2.11pl2 String.explode doesn't work?

    1.i dont know mystic spirit so i cant help you with this question 2.I think there is no function to store it directly but u can make simple table in database `id`,`player_id` or `name` `x`,`y,`,z` etc... and db.executeQuery('UPDATE .........') and ('INSERT......') learn some sql it can be very...
  16. pszczelaszkov

    Lua This scrpit only vip can use

    try local config = { rate = 2.0, -- 4x More Experience time = 1, -- Hours of Exp Time storage = 20012 } local function endExpRate(cid) if isPlayer(cid) == TRUE then doPlayerSetRate(cid, SKILL__LEVEL, 1) -- config.lua rate setPlayerStorageValue(cid...
  17. pszczelaszkov

    Lua Creating not existing floor

    bump
  18. pszczelaszkov

    How to make tile saying something

    function onThink() position={x=998,y=997,z=7} --there set position doSendAnimatedText(position, "Teleport Room", 2) end in globalevents make interval of script for 3 seconds
  19. pszczelaszkov

    Linux Server Freeze + GDB log

    hmm try to /closeserver to kick all players for the moment and wait for freeze if freez dont appear after some time it can be some characters bugged. Because u say the server (script system) is in the same state as before freezes we cant say that script causes freezes
  20. pszczelaszkov

    Linux Server Freeze + GDB log

    ok but remember to give this items to players ;D And post when it helps.
Back
Top