Jump to content

M a p l e

Members
  • Posts

    264
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by M a p l e

  1. Se ler direitinho vai entender o que está dizendo... o nome Elmo_de_Deviling está duplicado. basta somente acrescentar algo ou mudar... exemplo Elmo_de_Deviling_ ou Elmo_de_Deviling2
  2. data/msgstringtable.txt
  3. Thank you, but unfortunately I won't be able to open the server because of my financial costs because of this COVID-19 pandemic
  4. I wanted to show you my beautiful FluxCP template Just a pity that I ended up giving up opening my server.
  5. [ 88%] Building CXX object src/map/CMakeFiles/map-server.dir/status.cpp.o /root/rathena/src/map/status.cpp: In function 'int status_readdb()': /root/rathena/src/map/status.cpp:15980:44: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] status_read_soullink_db("db/soul_link.yml"); Change: status_read_soullink_db("db/soul_link.yml"); To: status_read_soullink_db((char*)"db/soul_link.yml");
  6. Not work case MC_VENDING: skill_vending(sd,p->itemId); break;
  7. https://github.com/rathena/rathena/issues/5057
  8. Pardon. I didn't want to double post on the topic, because I thought it was against the rules, so I preferred to create a topic to ask for support for this.
  9. Are you having a problem with this mod when using the client 2020 diff? https://github.com/rathena/rathena/pull/4944 Like, compiles here without errors. but when I click on the "Vending" skill, instead of Zeny or Cash, only 1 Apple appears. Has anyone managed to fix the problem for new packets 2020?
  10. According to 4144 and X-EcultiOnner said it was possible, but they did not provide the solution.
  11. only in English! try use this lua files https://github.com/llchrisll/ROenglishRE/tree/master/Ragnarok/data/luafiles514/lua files
  12. It's normal for me, I tested it here
  13. If you stop to do a little research you will find everything! https://rathena.org/board/forum/138-utility-script-releases/
  14. Does anyone know how to increase the character limit from 23 to 30 in the hexed client? prt_in,129,68,3 shop Vendedora de Poções Avançadas#prt 558,11621:800,11622:1200,11623:1500,11624:7000 I tried to find out if there is any diff for this, but I didn't find
  15. Does anyone have this model "r_ge/a_ge_38a.rsm" ? Solved. r_ge.rar
  16. Tittle: data/msgstringtables.txt Img: data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/cashshop/
  17. Ragexe read _krpri.lub ( clientinfo.xml <servertype>primary</servertype> ) RagexeRE read _krsak.lub ( sclientinfo.xml <servertype>sakray</servertype> ) I just renamed the br file name to your client type
  18. yes. use before ./configure
  19. Before compiling, did you run the command before? scl enable devtoolset-7 bash
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.