• 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. 4drik

    Using blender to create sprites...

    The quality of the sprite and that animation are great.
  2. 4drik

    Monster goes Invisible you don't LoseTarget & Firespells

    What's the protocol version you're using? As I know, it's 7.6 issue.
  3. 4drik

    Monster goes Invisible you don't LoseTarget & Firespells

    @Erexo Change also this: function onCreatureAppear(creature) if creature:isLocalPlayer() then addEvent(function() updateStaticSquare() end) end if doCreatureFitFilters(creature) then addCreature(creature) end end To this: function onCreatureAppear(creature) if...
  4. 4drik

    Monster goes Invisible you don't LoseTarget & Firespells

    OK, let's try again... So, if you will do a function include sending effects in this order: sendMagicEffect - fire sendMagicEffect - energy You should get first fire effect and then energy. If it's working correct then you can fix it in your otserv and effect will be same on otclient client as...
  5. 4drik

    Monster goes Invisible you don't LoseTarget & Firespells

    About invisible There's more problems probably with attacking in OTC. If you will check in battle window to hide monsters during attacking, red square will dissapear but you're still attacking monster. We should devote a little time for analysis of this system, but nobody has this time because...
  6. 4drik

    PX #1 Armor, Voting

    1st is 9 2nd is 3 3rd is 5
  7. 4drik

    Dissabled Battle OTC CLIENT

    How attaced? Even if you will add an option to turn off shooting player in battlelist (what is easy do to), who will check it? @MagicWall shouldn't it be like if creature and not creature:isPlayer() then ? #Down: Right, it should be.
  8. 4drik

    Custom client

    Tibia - Pic Editor v3.0 by Trooper You can simple change tibia.pic for your client as you wish.
  9. 4drik

    Dissabled Battle OTC CLIENT

    Runes on battle (players) · Issue #752 · edubart/otclient · GitHub He found. Doable.
  10. 4drik

    Additional functions

    Then you're doing something wrong. Check one more time if you really enabled in game.cpp for your client version:
  11. 4drik

    This new character list

    You have to edit module client_entergame, especially characterlist.lua and of course .otui. In characterlist.lua in: function CharacterList.create(characters, account, otui) add key 'outfit', then add local outfit with value of looktype and colors from server. Then setOutfit for the subWidget...
  12. 4drik

    Problems with Boost

    Maybe you should check it: Modifications to compile with mingw32 by GustavoBlaze · Pull Request #850 · edubart/otclient · GitHub Kind regards, Adrik
  13. 4drik

    Penetration by players

    Hi, I'm from Poland too. Tips for you, as you wish: - I do not care if you're from Poland. - Take your time to check where you should ask about something. - To set the penetration of players in the city on the rookgard: When your server is running, loading monsters, pvp-arenas etc. (probably...
  14. 4drik

    [10.00/11] OTXServer Full Global Daily Updated!

    Maybe you need to change client version in protocol.cpp. Probably edit items.otb also if there are differences.
  15. 4drik

    [10.00/11] OTXServer Full Global Daily Updated!

    What's your direction to 24.lua and vocations.xml files?
  16. 4drik

    Spoof otclient version

    I do not understand. What is old tibianic client? You can't connect to your server by official OTClient so you have to edit it to get a client like "old tibianic client"?
  17. 4drik

    Spoof otclient version

    I don't want to be rude but maybe you should play with the official released client or do not play at all? At least, if you need it so much, do research, learn and achieve it for your own.
  18. 4drik

    [OTClient Mod] Spacebar Attack

    #Bump Bug: I've found that space works even with windows like Move Stackable Item or Options opened.
  19. 4drik

    onEscape for miniWindows

    I understand, thanks. I see I should remove also onDrop function because when it's fitted to side panel - it's not responding too. Well, I think I will resign of this addition.
  20. 4drik

    onEscape for miniWindows

    I tried to do onEscape (close window by key - "Escape") for miniWindows. Currently it only works for MainWindows so I wanted to extend it. In corelib/ui/uiwindow is function UIWindow:onKeyDown(keyCode, keyboardModifiers) if keyboardModifiers == KeyboardNoModifier then if keyCode ==...
Back
Top