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

    Socket

    Hello! I know that we get server info by socket: $info = chr(6).chr(0).chr(255).chr(255).'info'; But how to get player info ? As describe protocolstatus.cpp: case 0x01: { uint16_t requestedInfo = msg.get<uint16_t>(); // only a Byte is necessary, though we could add new info here...
  2. D

    Get player info by socket

    Hello! I know that we get server info by socket: $info = chr(6).chr(0).chr(255).chr(255).'info'; But how to get player info ? As describe protocolstatus.cpp: case 0x01: { uint16_t requestedInfo = msg.get<uint16_t>(); // only a Byte is necessary, though we could add new info here...
  3. D

    Lua Stamina Problem

    When player dies, the stamina fills up. My config.lua: rateStaminaLoss = 1 rateStaminaGain = 3 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 40 * 60 staminaRatingLimitBottom = 14 * 60 staminaLootLimit = 14 * 60 rateStaminaAboveNormal = 1.5 rateStaminaUnderNormal = 0.5...
  4. D

    Answer please

    IP: 199.15.251.89 Hostname: tibiadz.org Server port: 7171 Today, i received the message that my server got ban. "This server is currently banned! Reason: Spoofing data info (Type: #1)." My server is online for 219 hours, in and 8gb ram dedicated. Record of 94 players within 1 week...
  5. D

    Linux Ports Issue

    I'm behind a router. I opened the ports 80, 7171 and 7172 (UDP and TCP). Port 80 is ok, but the 7171 and 7172 are inaccessible. Using debian 6. What can i do?
  6. D

    Latest Stable TFS

    Wich is the latest stable version of TFS 0.4
  7. D

    Linux Which is the best to hosting?

    CentOS 5.5 Debian 5.0 Ubuntu 10.04 To host an huge server, which is the best in terms of estability
  8. D

    Windows Shutting Down

    My server is shutting down with no reasons. I disabled most of creaturescripts/actions/globalevents, but the problem persist. Log: #1 0x00637a11 in Status::getStatusString (this=0x863b48, sendPlayers=false) at ../status.cpp:124 #2 0x006371f1 in ProtocolStatus::onRecvFirstMessage...
  9. D

    Reconnect

    I want a script that automatically reconnect player when he dies. Maybe a talkaction: player talks: /reconnect, and if he dies, he automatically login. No need to retype the acc/pass, bla bla PS: Mystic Spirit 9.31
  10. D

    Lua Idle on non-logout zones

    I have some non-logout tiles that is needed for scripts, like battlefield, woe. The problem is, if player exits tibia in the event area, they character stays for only 15 minutes and got disconnected. But when he back, the event is over, and he is trapped in the area. I want that player won't...
  11. D

    Globalevent execute command

    I need a script that's every day, at X hours, execute a specific talkaction (like /reload). thanks
  12. D

    Lua Positions

    I use 0.3.6pl1(8.54). But one friend tested in tfs 0.4 rev 4560(9.1) or something.He received the same error.
  13. D

    AddMount function

    If you use doPlayerAddMount and use some storage value in another at mounts.xml, your storage mount didn't work anymore. EG: doPlayerAddMount(cid, 1) - You found the terror bird. OK! Mounts.xml -> To use mount id 2 you need the storage 1000 = 1. Didn't work if you have completed the quest...
  14. D

    Linux Best version?

    Wich is the best OS/version to host a server?
  15. D

    Talk orange in help

    Hello, i'm using TFS v0.2.11pl2 (Mystic Spirit), but tutors/gms can't talk in orange in help-channel. I already checked the flags, and it's ok.
  16. D

    Mounts for Vips [ TFS 0.2]

    Stay cool now I'm looking for a script that only vip players can use some mounts I'm using this Vip System. Using TFS v0.2.11pl2 (Mystic Spirit) kind regards
  17. D

    [USA] Luminous RPG v9.1

    Website: Click Here IP: luminous.no-ip.info Port: 7171 Client: 9.1 Uptime: 24/7 Serve Type: RPG/PVP • Rates: - Skill Rate: 30x; - Magic Rate: 10x; - Loot Rate: 3x; • Custom map, based in the YourOts; • Guild War System (global like); • Huge hunts; • A lot of quests andn...
  18. D

    Windows problem with skills

    i have changed vocations.xml and old players cant up skills anymore. but new players are normally how can i do? i using tfs 0.3.4pl2
  19. D

    Windows gesior + xampp 1.7.1

    i can use xampp 1.7.1 at new gesior version? i remember at old versions its cause apache httdp error
  20. D

    doplayeraddmapmark

    how i can use this function? doPlayerAddMapMark(cid, pos, type[, description]) any examples?
Back
Top