Jump to content

Tyrfing

Members
  • Posts

    86
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tyrfing

  1. So you're saying that according to the CPU architecture (x86 or x64) the client will look for those files in different folders?
  2. Não entendi. Qual é o problema que você está encontrando com o @changelook? Para equipar itens com o LOC 2048 você usa @changelook 2 <view id>. A posição 2 é referente ao meio da cabeça.
  3. There are a lot less compiled versions of the emulator for you to download. Most people today simply compile it by themselves. However, you can obtain a compiled version here: https://rathena.org/board/topic/109823-ragnarok-online-complete-offline-pack-2017-make-your-ro-server-in-less-then-5-minutes/ I know you have said that you "have been searching the whole Forum", but I found it so easily that it is actually hard to believe you, simply by searching for the term "compiled". It was the second result, as you can see in the image below. As for other questions: Yes
  4. Try to explicitly cast the third arguments to the ranked_update enumeration in both calls to ranked_update_rank, as such: On line 218: ranked_update_rank(sd,0,static_cast<ranked_update>(type-1),RANK_P_OTHERS); On line 244: ranked_update_rank(sd,points,static_cast<ranked_update>(type),RANK_P_OTHERS); And recompile. You might face other issues with this code, since it was probably written for VC++ 6.0, which is a legacy version of a C++ compiler.
  5. I have given it a try. I have messaged you on this forum with a new GUI folder. I don't know how much you wanted to steer away from the current skin's style, but I tried to keep it at a minimal. More information on the PM.
×
×
  • Create New...