-
Posts
264 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by M a p l e
-
Is the latest rathena vesion include episode 17.2?
M a p l e replied to fzxree1010's question in General Support
It doesn't even have 17.1 and 17.2 yet -
Successor to NEMO [WIP] - Need UI Suggestions
M a p l e replied to Neo-Mind's topic in Project Concepts & In Progress
OMG -
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
-
data/msgstringtable.txt
-
Yes! Marcus Henrique
-
Thank you, but unfortunately I won't be able to open the server because of my financial costs because of this COVID-19 pandemic
-
I wanted to show you my beautiful FluxCP template Just a pity that I ended up giving up opening my server.
-
Release: Soul Link Modification - Script-based
M a p l e replied to Secrets's topic in Source Releases
[ 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"); -
Not work case MC_VENDING: skill_vending(sd,p->itemId); break;
-
https://github.com/rathena/rathena/issues/5057
- 1 reply
-
- 1
-
-
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.
-
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?
-
According to 4144 and X-EcultiOnner said it was possible, but they did not provide the solution.
-
only in English! try use this lua files https://github.com/llchrisll/ROenglishRE/tree/master/Ragnarok/data/luafiles514/lua files
- 1 reply
-
- 1
-
-
It's normal for me, I tested it here
-
If you stop to do a little research you will find everything! https://rathena.org/board/forum/138-utility-script-releases/
-
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
-
Client Wrong version
-
Does anyone have this model "r_ge/a_ge_38a.rsm" ? Solved. r_ge.rar
-
Tittle: data/msgstringtables.txt Img: data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/cashshop/
-
How can i change directory to read _br instead _kr
M a p l e replied to ZelosAvalon's question in Client-side Support
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 -
yes. use before ./configure
-
Use, and try compiler
-
Before compiling, did you run the command before? scl enable devtoolset-7 bash