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

    Offering my Mapping services

    my bad! seems like he is not knightmarek great work, keep going <3
  2. Fifth

    Offering my Mapping services

    looks like KnightmareK's work, im guessing you are him
  3. Fifth

    Nogard Gallery

    i did not ask for full refund, i did raise a case for 105$ refund and you didn't show me anything, you just said to send screenshots and dispute
  4. Fifth

    Nogard Gallery

    still not refunded, should be on March 29 :) i asked you for a refund and you ignored me
  5. Fifth

    Programmer [MaSc] Jerop's Services {TFS,OTSBR,OTX, OTCLIENT , OTCV8,php}

    A year, im sure not everyone has such experiences with you and that it was probably an extra bad day with me but yeah I'm just sharing my own it's not even about the cost or that it was really badly written, it is the attitude that made me feel more resentful in my case tbh
  6. Fifth

    Programmer [MaSc] Jerop's Services {TFS,OTSBR,OTX, OTCLIENT , OTCV8,php}

    think people defended him that time you spoke about it mainly because they were upset at you about the mobile client thing, then others jumped on the bandwagon
  7. Fifth

    Programmer [MaSc] Jerop's Services {TFS,OTSBR,OTX, OTCLIENT , OTCV8,php}

    The market system was fully lua based and it was still shocking how terrible it was
  8. Fifth

    Programmer [MaSc] Jerop's Services {TFS,OTSBR,OTX, OTCLIENT , OTCV8,php}

    Same, bought a market from him long time ago and it was a full joke, extremely bugged and messy Wanted to do and did write a very big chunk of the system while using anydesk In my experience with him, when complained he said things like I ask you to test, I provide full support (to trash...
  9. Fifth

    Nogard Gallery

    I also paid Nogard 215$ got very late work, limited communication, half work overall, told to dispute and ghosted
  10. Fifth

    Aura!

    exactly xd function player:addAura(id) needs to be in source and to be used 1732273651 https://gist.github.com/dbjorkholm/3d9aa986756e2ac8337668c24d04239d
  11. Fifth

    The Player stands after death

    Most likely has nothing to do with death, just track back your latest changes that involve protocols The server is sending extra packets that the client was not planned to read (which can cause random seemingly unrelated bugs, like creatures standing on death)
  12. Fifth

    The Player stands after death

    im unable to tell with current info, try to figure out when exactly last opcode is 0x00 (0), prev opcode is 0x00 (0) triggers, could help
  13. Fifth

    The Player stands after death

    okay yeah so a protocol error is causing the creatures standing after death
  14. Fifth

    The Player stands after death

    client protocol errors?
  15. Fifth

    infinite condition

    local regenCondition = Condition(CONDITION_REGENERATION) regenCondition:setParameter(CONDITION_PARAM_HEALTHGAIN, 50) -- amount regenCondition:setParameter(CONDITION_PARAM_HEALTHTICKS, 1000) -- ms regenCondition:setParameter(CONDITION_PARAM_MANAGAIN, 50)...
  16. Fifth

    Jumping issue in the OTCv8 shader

    https://github.com/OTAcademy/otclientv8/pull/15
  17. Fifth

    TFS 1.X+ [1.4.2] Duplicate respawn.

    config.lua rateSpawn? rateSpawn here is not responsible for respawn speed
Back
Top