Jump to content

JinYuichi

Members
  • Posts

    110
  • Joined

  • Days Won

    3

Posts posted by JinYuichi

  1. 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

    image.png.b0abf5e7a0d6d6cef1e0b4f59db3e97b.png

    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. 

  2. 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.

  3. 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 ... 

×
×
  • Create New...