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

    PUNIO BANNED FOR KILLING STREAMER ON KASTERIA.PL

    I also see no reason to keep this crybaby on server, are you guys like close relatives or very good friends? Do you owe something to him or you lost a bet? From business point of view he's a total garbage and massive income drop, so why?
  2. Erexo

    For-loop index jump

    @AnarchyGame where is it described? @Dries390 post full script then we can help you
  3. Erexo

    For-loop index jump

    and what's 'check'?
  4. Erexo

    [Poland] [Custom] Naruto the Shinobi War | 31 vocations | 08.03.2019

    It's today folks, come and test it out!
  5. Erexo

    [Poland] [Custom] Naruto the Shinobi War | 31 vocations | 08.03.2019

    Naruto the Shinobi War Site: http:/web.ntsw.pl/ Start Date: 08.03.2019 Custom server founded in 2013 31 vocations with 10 transformations each Server in Europe, proxy from South America Enormous amount of unique systems Custom sprites for items and monsters Over 300 vocation outfits Customized...
  6. Erexo

    mhahaha i have power

    yes you am
  7. Erexo

    mhahaha i have power

    Guys did you saw that hit for astonishing 12 damage in 0:14? That's massive bro
  8. Erexo

    Funny moment when you are from Cyber-Security and you Catch hacker n00b :D

    it's funny that you actually caught the guy?
  9. Erexo

    Feature Conjure Runes Backpkac

    lovely, thanks a lot
  10. Erexo

    Cool OTS to play these days

    NTSW, fast paced edition is on going
  11. Erexo

    Bug PUSH on TARGET OTX 3.7 TFS 1.3

    in game.cpp after if(Creature* movingCreature = thing->getCreature()) { add if(player->getAttackedCreature()) { player->sendCancelMessage(RET_NOTPOSSIBLE); return false; } and if you want to specify that you cannot push creature that you are attacking, then go with...
  12. Erexo

    is this how parrot wear ball gown?

    I think that this wolf with studded set is more powerful than war wolf. All wolves should be properly equipped and take down that tyranny of those beasts war wolves. Ancient Scarab with Post Officer's Hat and Red Robe? Larva with Draken Chestplate and Cobra Crown? Shark with Feru Hat and...
  13. Erexo

    is this how parrot wear ball gown?

    what about a wolf with studded legs?
  14. Erexo

    Bug Backpack

    You can try to fix that in Container section of TFS source
  15. Erexo

    OpenTibia [CUSTOM CLIENT][OPEN SOURCE][COMPILATION OWN SPR AND DAT] Unreal 2D Client All Versions

    This server is perfect. Do you have any release date? I would love to try it out
  16. Erexo

    [C++] How to stop flooding effect when being attacked

    in game.cpp, in combatChangeHealth method you'll find combatGetTypeInfo method in use. After that there is addMagicEffect method with hitEffect as one of parameters. Change the spectators in that method to only attacker and targer
  17. Erexo

    [C++] How to stop flooding effect when being attacked

    it would increase need for computing power, but decrease network traffic. So if you have problems with network overhead, you can implement some trick like "send effect only to the target and attacker"
  18. Erexo

    [C++] How to stop flooding effect when being attacked

    'fix' is a bad word here. The rule is simple, if you attack, there is an effect on screen. If you are in need to 'optimize' this you would need to keep track of effects on tile/on enemy in time, which will generate much more load than sending simple packet to the client. Currently effects have...
  19. Erexo

    TalkAction Basic Check HP

    if level > 0 then this statement is not needed
Back
Top