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

    /ban - banned offline player

    If you check I would be grateful. ^^
  2. L

    /ban - banned offline player

    Guys :(
  3. L

    /ban - banned offline player

    ~~bump~~ - - - Updated - - - Guys, I need this shit ;/
  4. L

    /ban - banned offline player

    ~~bump - - - Updated - - - No one know how do this?
  5. L

    /ban - banned offline player

    Tommorow I'll try, thanks. - - - Updated - - - Sorry, dosen't work ;( Only kick player.
  6. L

    /ban - banned offline player

    Hi, I want to do that if the player is offline it also banned. Someone can help me? function onSay(cid, words, param) local t = string.explode(string.lower(param), ",") if not t[1] then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires param.")...
  7. L

    PVP Damage C++

    Ok, I fix it ;D change = (int32_t) ((change * 10) / 25);
  8. L

    PVP Damage C++

    Hi guys, I'm need help with PVP Damage (combat.cpp). I'm wants to do this in percent, I check other topics ( http://otland.net/f35/pvp-damage-adjuster-181985/ ) and dont work because I have TFS 0.3.6pl. Now DMG is split on 3 (10k monster, player ~3,3k). Hmm, someone know how change it? bool...
  9. L

    Animation GlobalEvent

    On server I added many new effects, i change effects and check it works. - - - Updated - - - Doesn't work, someone have a idea why not working?
  10. L

    Animation GlobalEvent

    Hi otlanders,I have a simple script on animation for players. I don't know why animation don't be show on player, maybe someone know how fix it? local Trans = { {["voc"] = 1, ["newVoc"] = 2, ["looktype"] = 5, ["level"] = 50, ["rage"] = 3, ["kiToTrans"] = 10, ["addHp"] = 200, ["addKi"] =...
  11. L

    GlobalEvent [Potar] Fully automatic 100% anti-bot system (Lib/Creature/Talk/Glob).

    I change on, and dosen't work ;/ function AB_SYSTEM_send_player_white_text(cid, text) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, text) end function AB_SYSTEM_send_player_red_text(cid, text) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, text) end Ciekawe ;/
  12. L

    GlobalEvent [Potar] Fully automatic 100% anti-bot system (Lib/Creature/Talk/Glob).

    It does not show me the information,I don't have any errors ;/ PS: TFS 0.3.6pl
  13. L

    [Mod] Random Item Stats

    Great, I needed this.
  14. L

    Multi-world trouble.

    It works, thanks Batonik. Widać że tu sami polacy ;D
  15. L

    Multi-world trouble.

    No, I forgot :o. I unlock and write if it works. You know how do this on linux with putty?
  16. L

    Multi-world trouble.

    HI guys, I have a little problem with multi-world on tfs 0.3.6pl. Both servers has been compiled with "--enable-login-server". How turn on first server all its ok (main server world ID=0), second server is to ok. When i logged on second server i must wait and show me a "Error: Connection time...
  17. L

    [HELP] OTClient Bugs

    Nobody knows what to do with it?
  18. L

    [HELP] OTClient Bugs

    I have one problem ;/ I create project with CMake 2.8.9 and what now ? - - - Updated - - - #bump - - - Updated - - - #refresh - - - Updated - - - #refresh ;) - - - Updated - - - Please for quick help.
Back
Top