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

    Errors when try to compile 0.4 with ping functions

    what else should i post, what else should i test?
  2. warriorfrog

    [USA][Custom][World Dracona] Archlight Online - New Season - Launches September 4th! Mobile Client & Completely Fresh Meta

    i loved the server, but i wont play anymore sad to play a good server and after sometime it resets the reset stuff should end on otservers
  3. warriorfrog

    Errors when try to compile 0.4 with ping functions

    my source pack is Fir3element/3777 (https://github.com/Fir3element/3777/tree/master/src) if it help with anything :S
  4. warriorfrog

    Errors when try to compile 0.4 with ping functions

    hastebin links was expired... luascript.cpp https://pastebin.com/BhBU5rhP changes on: // ping 1 // ping 2 luascript.h https://pastebin.com/j7xwXF99 changes on: // Ping
  5. warriorfrog

    Errors when try to compile 0.4 with ping functions

    I need to use a script to protect players against lag/ddos on 0.4. I found a old here on forum, but it was to 0.3.6 and i have no knowledge to put it to work on 0.4 Is anyone could help me? Everything i search here about it was requests not fixeds What i did? To use the script: GlobalEvent -...
  6. warriorfrog

    C++ Compile 0.4 with ping function getting errors

    To use the script: GlobalEvent - Auto kick lagged players + DDoS protection (https://otland.net/threads/auto-kick-lagged-players-ddos-protection.121492/#post-1187916) You need the lib: [Lua & C++] Ping lib -- ping.getPing(cid,storage)...
  7. warriorfrog

    TFS 0.X Get combat status?

    To use the script: GlobalEvent - Auto kick lagged players + DDoS protection (https://otland.net/threads/auto-kick-lagged-players-ddos-protection.121492/#post-1187916) You need the lib: [Lua & C++] Ping lib -- ping.getPing(cid,storage)...
  8. warriorfrog

    TFS 0.X Get combat status?

    yes i got, it was compiling before i'm compiling on linux by using make -j`nproc`
  9. warriorfrog

    TFS 0.X Get combat status?

    Hmmm thanks, i'll search about this stuff stress test, didnt head about, thanks
  10. warriorfrog

    TFS 0.X Get combat status?

    did u know why my 0.4 is not compiling? luascript.cpp https://hastebin.com/botazanejo.m luascript.h https://hastebin.com/ufamarewuv.cpp errors: luascript.cpp:7393:2: error: stray ‘\357’ in program {�� ^ luascript.cpp:7393:3: error: stray ‘\273’ in program {�� ^ luascript.cpp:7393:4...
  11. warriorfrog

    TFS 0.X Get combat status?

    what u think about it? ---Script by mock the bear local ping_timeout_ddos = 2000 -- Equals 2 seconds of non response local ping_timeout_player = 5000 -- Equals 5 seconds of non response local active_anti_ddos = true; local ping_to_execute_anti_ddos = 0.75 --[[is ping timeout * self. If helf...
  12. warriorfrog

    TFS 0.X Get combat status?

    But imagine, you go to my hunt, start to attack me I uses fake lag, got disconnect and u dont kill me, even attacking me, just because i don't attack back and abuse the protect players script
  13. warriorfrog

    TFS 0.X Get combat status?

    Rly!? I did think that if u are being attacking from another players and don't return the attack back, your isPlayerPzLocked(cid) should be = false
  14. warriorfrog

    TFS 0.X Get combat status?

    The main problem is... And if the players who are being attacking from another players? Some bad boys could abuse, fake lag to dont die on PVP...
  15. warriorfrog

    TFS 0.X Get combat status?

    LOL, this DDOs protection is a amazing idea I'll try... But to protect lagged players only if(isPlayerPzLocked(cid) == false) It would return players who arent with that red swords, right? who are attacking a PK, or are PK if not getCreatureCondition(cid, CONDITION_INFIGHT) It wouldnt return...
  16. warriorfrog

    TFS 0.X Get combat status?

    I was thinking about kick players with high ping, but it would broke the PvP... So is it possible to detect if player: 1- is attacking another player 2- is being attack for another player To make this script to protect players???
  17. warriorfrog

    TFS 0.X [REQUEST] Training Monk tiles give faster skill gain rates.

    Thank you, i didn't know this :D
  18. warriorfrog

    TFS 0.X [REQUEST] Training Monk tiles give faster skill gain rates.

    @FenX made this topic to training room increase the player's skill gain rate, i wanna make something like that but the solution there was to 1.0, i'm using 0.4 is anyone know how to convert that? data/events/scripts/player.lua function Player:onGainSkillTries(skill, tries) if...
Back
Top