-
Posts
110 -
Joined
-
Days Won
3
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by JinYuichi
-
-
-
On 2/14/2023 at 6:00 PM, AinsLord said:
hi @Easycore there was a problem with the latest rathena git hash
https://github.com/rathena/rathena/commit/a35063dfd653ee19385a4d8599822247abdee170
i update my git to this latest pull in rathena
no problem compiling however when doing @reloaditemdb this error occurs
i tried to edit the file src\map\vending.cpp since the latest have this
#include <common/malloc.hpp> // aMalloc, aFree #include <common/nullpo.hpp> #include <common/showmsg.hpp> // ShowInfo #include <common/strlib.hpp> #include <common/timer.hpp> // DIFF_TICK
and not this one
#include "../common/malloc.hpp" // aMalloc, aFree #include "../common/nullpo.hpp" #include "../common/showmsg.hpp" // ShowInfo #include "../common/strlib.hpp" #include "../common/timer.hpp" // DIFF_TICK
i changed
#include "../common/utils.hpp"
to
#include <common/utils.hpp>
works fine after compiling
but do @reloaditemdb mapcrash error will occur
thanks i hope this will be notice
we have the same problem, although I still don't understand which part of the mod the crash comes from.
-
10 hours ago, Abeiy said:
Yo uso el 2022-04-06 y meda muchos gravity... tu dices que el de esa fecha es el mas estable hasta ahora? se supone que NEMO los sube buenos pero parece que no
en ese momento estaba usando 2021-11-03 y funcionaba correctamente pero ahora cambie a 2022-03-30, no he tenido problemas.
-
-
is there a difference to implement it fast?
-
2 hours ago, Brynner said:
its not working thats why he removes it. it only works for zeny and cash.
if you say it doesn't work why don't you fix it?
I'm sure you're just waiting for them to give you the code
lammer detect
pdt i didn't remove the diff -
on my server I have it deactivated because I don't use them, as you can see I just activated it without any problems.
pdt: if you have any problem check the SRC of why it crashes on your server -
-
10 hours ago, Brynner said:
not working for coins and tcgs. and also the default language is not english.
it works perfectly for me, and you can change the language yourself
-
Extend Vending 2.0 Fixed 100%
Git: https://github.com/rathena/rathena/tree/03f04ed507ef09c84224bbe1e404b5d1c6939ce8-
1
-
-
is it possible to put in the lucky wheel option.
can i remove the lucky roulette completely and put in the lucky roulette button these options?
I can activate and deactivate them whenever I want. -
no digas mmds mery jen en cualquier GRF que este por hay los encuentras y solo usa el photshop para recolorearlo todos esos sprite son free de hace muchos años XDD!! son de toxic ro XDD jajaja hazme el favor XDD!
-
1
-
-
bueno aqui te dejo todo
https://github.com/llchrisll/ROenglishRE <--- la data actualizada creo que es la mejor que existe por ahora . cada cierto tiempo lo actualizan .
https://github.com/rathena/rathena <--- usa el emulador actualizado hasta la fecha .
http://nemo.herc.ws/downloads/2021-11-03_Ragexe_1635926200/ <--- Exe Recommendado-
1
-
1
-
-
this already depends on which git you are using.
-
@hisawahirokihow did you solve that problem? I have it too but I still can't find how to fix it
-
what client are you using? I am using the one recommended by rathena and it is working correctly without problems
-
-
yo te recomiendo que uses el exe 2021-11-03 es el recomendado por rathena ya que es el mas completo en packets por ahora .
-
I had already mentioned that "PandRO" is a copy of AndRO, I took the time to decompile the two apk, but as I said it is still the same code base of andro, just change some names but the whole base of how it is programmed is from AndRO although several little things were changed, you realize that it is AndRO. several of these are resellers who sell things from other people ...
-
@meyraw There are many ways to encrypt code, I have worked with other types of games that use various forms of encryption, it is only a matter of finding the most correct way to encrypt what you have done, but you are still in time to put your apk as intellectual property.
-
@meyraw The only thing you have to do is , register your app as intellectual property to protect what you did, anyone who knows how to decompile apk, can make a scan of such applications, pandro from what I've seen is only interface modification but it is still the same andro code.
-
Does your same IP tell you that it is doing a ddos attack?
-
-
Release: Extended Vending 2.0
in Source Releases
Posted
I found where the extend vending started to fail ... just starting from here.
https://github.com/rathena/rathena/pull/7599