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

    [Event] Walkthrough everything Ctrl + Arrow keys [TFS 1.X]

    That is .LUA code and not C++ code. You are not supposed to write inside any C++ file. Check my post above before you comment anything. (I'm feeling stupid now that you are not listening to anyone)...
  2. Dyabl0

    [Event] Walkthrough everything Ctrl + Arrow keys [TFS 1.X]

    As you can see the next post, it should work for TFS 0.4: https://otland.net/threads/event-walkthrough-everything-ctrl-arrow-keys-tfs-1-x.226973/#post-2204974 The reason Ninja posted below, he was asking why he used tables to store player direction, then he made another one in short version...
  3. Dyabl0

    [Event] Walkthrough everything Ctrl + Arrow keys [TFS 1.X]

    Data -> Events -> Scripts -> Player.lua -> Change this -> function Player:onTurn(direction) return true end to -> function Player:onTurn(direction) if self:getDirection() == direction then local nextPosition = self:getPosition() nextPosition:getNextPosition(direction)...
  4. Dyabl0

    TFS 1.2 cast system

    See the changes available in that pull and find in your sources related codes to it and try to "transfer" them, I don't have any better advice for now.
  5. Dyabl0

    TFS 1.2 cast system

    https://github.com/otland/forgottenserver/pull/994 Hope this helps.
  6. Dyabl0

    ctrl + arrow to walk throw 0.4 /8.6

    It took me 24 hours to find this: https://otland.net/threads/event-walkthrough-everything-ctrl-arrow-keys-tfs-1-x.226973/ Since probably it won't work for you, at least you can see the structure of the script and build your one for TFS 0.4.
  7. Dyabl0

    Ban the user above you!

    Banned for posting 14 minutes after my last post above.
  8. Dyabl0

    Ban the user above you!

    Banned for banning for typing I'm Tyrone incorrectly too.
  9. Dyabl0

    Keep one, drop one

    Cat Killed
  10. Dyabl0

    Give a Nickname to User Above!

    Gambler
  11. Dyabl0

    Complete the sentence!

    As*hole when suddenly
  12. Dyabl0

    Keep one, drop one

    Killed Dog
  13. Dyabl0

    Give a Nickname to User Above!

    Donna
  14. Dyabl0

    Ban the user above you!

    Banned for banning a cute emote.
  15. Dyabl0

    Ban the user above you!

    Banned for detouring words.
  16. Dyabl0

    Ban the user above you!

    Banned for liking meat.
  17. Dyabl0

    The Last You Copied !

    #test div { width: 100px; height: 50px; }
  18. Dyabl0

    Ban the user above you!

    @Offtopic: http://tibia.wikia.com/wiki/Deeplings I thought those were Deeplings. @Topic: Banned for banning me for having "0" in name instead of "o". :rolleyes:
  19. Dyabl0

    Ban the user above you!

    Banned for using Tibia monster name.
  20. Dyabl0

    Compiling [CAST SYSTEM][8.60] How to find cast files in source?

    I really doubt someone who have no idea about your sources would be able to tell you specific C++ files of Cast System location. Should be easy to use search function and keep finding everything related to Cast, Spectators, Viewers, Live Cast, etc. A few tips already has been given by @Slavi...
Back
Top