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

    Linux item const error

    buuump
  2. vingo

    Linux GetplayerCast talkaction

    how do i know what lua it is i have 4000 of them im compiling on virtual box linux ubuntu in foldeer tfs2 then i move executable to tfs1 that error is caused by !leavehouse cmd
  3. vingo

    Linux item const error

    bump
  4. vingo

    Snabba pengar

    detta må vara de sjukaste jag läst på länge
  5. vingo

    Linux GetplayerCast talkaction

    I just got this Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff5892700 (LWP 5805)] 0x00000000008d2868 in ProtocolGame::setPlayer(Player*) () any idea?
  6. vingo

    Linux GetplayerCast talkaction

    <?PHP $order = $_REQUEST['order']; if($order == 'name') { $orderby = 'name'; } if($order == 'level') { $orderby = 'level'; } if($order == 'vocation') { $orderby = 'vocation'; } if(empty($orderby)) { $orderby = 'name'; } if(count($config['site']['worlds']) > 1) { $worlds .=...
  7. vingo

    Linux GetplayerCast talkaction

    btw can i possibly get a list on the website about who is streaming and how many viewers?
  8. vingo

    Linux GetplayerCast talkaction

    Too be honest I dont know who's system this is, I got it from tetra20 But where can I get summs system then ? :o
  9. vingo

    Linux GetplayerCast talkaction

    bump
  10. vingo

    Linux item const error

    up
  11. vingo

    Linux GetplayerCast talkaction

    I didn't do anything, tried the cast system and exited tibia, after awhile I saw the error
  12. vingo

    Linux GetplayerCast talkaction

    only that yeah
  13. vingo

    Linux GetplayerCast talkaction

    nvm Im stupid, it works, just that it crashes sometimes for some reason I will post error when i get it Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff5892700 (LWP 5613)] 0x00007ffff6769aa4 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 (gdb)
  14. vingo

    Linux item const error

    Bump does anyone know what this means?
  15. vingo

    Linux GetplayerCast talkaction

    yep, but If i close it and say !cast again it wont open
  16. vingo

    Linux GetplayerCast talkaction

    alright mine uses this, but If i want them to be able to stop casting how can they do that? function onSay(cid, words, param) local player = Player(cid) if player:isInCast() then player:sendCancelMessage("You are currently casting.") return false end...
  17. vingo

    Linux GetplayerCast talkaction

    Lua Script Error: [TalkAction Interface] data/talkactions/scripts/cast.lua:onSay data/talkactions/scripts/cast.lua:10: attempt to call global 'getPlayerCast' (a nil value) stack traceback: [C]: in function 'getPlayerCast' data/talkactions/scripts/cast.lua:10: in function...
  18. vingo

    Linux item const error

    Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff5892700 (LWP 2250)] 0x00000000007d0100 in Item::getTile() const ()
  19. vingo

    cast 10.35 into 10.37

    Im getting some help in private messages
  20. vingo

    cast 10.35 into 10.37

    I can post it but the guy who gave it to me specifically said "dont post it"
Back
Top