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

    getVocation() - OTCV8

    yes, in the otclient source there is this function, however, apparently, the data is not sent to it
  2. D

    getVocation() - OTCV8

    the issue is that I would like to use the value of the vocation for changes in the source of the client... such as displaying the name of the vocation next to the name of the player based on the returned ID I don't think of a way to do this via modules/opcode
  3. D

    getVocation() - OTCV8

    Thanks for trying to help, would there be any way to adapt to version 8.60? I don't have the slightest idea how to do this... I've tried every way
  4. D

    getVocation() - OTCV8

    Thanks for trying to help, In modules in general, along with other functions such as: 'g_game.getLocalPlayer():getMana()' which returns exactly the value, unlike getVocation()... being that, even through the terminal, using a print(g_game.getLocalPlayer():getVocation()) the return is 0
  5. D

    getVocation() - OTCV8

    Thanks for trying to help, I think this method would be for the server.... on the client I get this error g_game.getLocalPlayer():getVocation():getId() ERROR: command failed: :1: attempt to index a number value
  6. D

    getVocation() - OTCV8

    Could someone help me on how I can use OTClient's getVocation() function in Nekiro's TFS 1.5 downgrade 8.60? when I use it this way: g_game.getLocalPlayer():getVocation() the return is always 0 regardless of the vocation
  7. D

    [OTC & TFS 1.0+] Working Creature Jump function with jumpStraight feature.

    in creature.h change: void jump(int height, int duration); to: void jump(int height, int duration, bool jumpStraight);
  8. D

    OTClient Compilation failure

    someone for help?
  9. D

    Tool Tip

    Can you teach me how to change the "design" I am lay in OTClient.
  10. D

    Tool Tip

    Hello people, how are you? I would like to ask your help to change the "design" of the tool tip box. For an example here is a print from Naruto Story that has the Tool Tip changed I'm sorry for my English, I'm using a translator. Thank you very much in advance
  11. D

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    Yes, I've made all of these changes including the one you mentioned about Creature thinking it would fix :/
  12. D

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    I Using TFS :C 0.3.6 :/
  13. D

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    I have this error :/ I made all the necessary modifications, including the @Animera
  14. D

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    I also needed an adaptation to 8.60 TFS 0.4
  15. D

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    Hi, i have this error: Imgur: The magic of the Internet
Back
Top