Jump to content

JinYuichi

Members
  • Posts

    92
  • Joined

  • Days Won

    1

Posts posted by JinYuichi

  1. I believe that if everyone shares the concern of not wanting their content stolen from their servers, they should consider opening an option to make donations to Tokei and prioritize security. I understand that working for free can be demotivating, so offering incentives would be a much better option. I'm just expressing my opinion.

  2. 11 hours ago, AinsLord said:

    no creo que esto se arregle mi venta extendida a menos que obtenga un nuevo src nuevamente y lo agregue manualmente

    estoy usando esta diferencia

    ExtendedVending_[Rev8].diff 32,51 KB · 0 descargas

    ExtendedVending_[Rev9].diff 30,68 KB · 0 descargas

    You will have to clean it and add it again, that diff that I published is updated with the last commit of today's rathena
    https://github.com/rathena/rathena/commit/49ba072f3a1779786e5666d2e2948fd0a5512abb

    • Upvote 1
  3. 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. 

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

×
×
  • Create New...