Jump to content

rans

Members
  • Content Count

    358
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by rans


  1.  

    Please update the hit-delay to latest hercules

    hit-delay.c: In function ‘server_preinit’:
    hit-delay.c:226:70: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("warp_delay",go_warp_delay_bc, go_warp_delay_return_bc);
                                                                          ^
    hit-delay.c:226:2: error: ‘addBattleConf’ undeclared (first use in this function)
      addBattleConf("warp_delay",go_warp_delay_bc, go_warp_delay_return_bc);
      ^
    hit-delay.c:226:2: note: each undeclared identifier is reported only once for each function it appears in
    hit-delay.c:227:74: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("warp_delay_mob",go_warp_delay_bc, go_warp_delay_return_bc);
                                                                              ^
    hit-delay.c:228:74: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("warp_delay_pet",go_warp_delay_bc, go_warp_delay_return_bc);
                                                                              ^
    hit-delay.c:229:76: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("warp_delay_homun",go_warp_delay_bc, go_warp_delay_return_bc);
                                                                                ^
    hit-delay.c:230:75: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("warp_delay_merc",go_warp_delay_bc, go_warp_delay_return_bc);
                                                                               ^
    hit-delay.c:231:77: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("warp_delay_others",go_warp_delay_bc, go_warp_delay_return_bc);
                                                                                 ^
    make[1]: *** [../../plugins/hit-delay.so] Error 1
    make[1]: Leaving directory `/home/willro/Hercules/src/plugins'
    make: *** [plugins] Error 2
    

     

    ExtendedVending too

    ExtendedVending.c: In function ‘server_preinit’:
    ExtendedVending.c:776:54: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("extended_vending",ev_bc, ev_return_bc);
                                                          ^
    ExtendedVending.c:776:2: error: ‘addBattleConf’ undeclared (first use in this function)
      addBattleConf("extended_vending",ev_bc, ev_return_bc);
      ^
    ExtendedVending.c:776:2: note: each undeclared identifier is reported only once for each function it appears in
    ExtendedVending.c:777:55: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("show_item_vending",ev_bc, ev_return_bc);
                                                           ^
    ExtendedVending.c:778:53: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("ex_vending_info",ev_bc, ev_return_bc);
                                                         ^
    ExtendedVending.c:779:47: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("item_zeny",ev_bc, ev_return_bc);
                                                   ^
    ExtendedVending.c:780:47: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("item_cash",ev_bc, ev_return_bc);
                                                   ^
    make[1]: *** [../../plugins/ExtendedVending.so] Error 1
    make[1]: Leaving directory `/home/willro/Hercules/src/plugins'
    

     

    Afk too

    afk.c: In function ‘server_preinit’:
    afk.c:140:67: error: macro "addBattleConf" requires 4 arguments, but only 3 given
      addBattleConf("afk_timeout",afk_timeout_adjust,afk_timeout_return);
                                                                       ^
    afk.c:140:2: error: ‘addBattleConf’ undeclared (first use in this function)
      addBattleConf("afk_timeout",afk_timeout_adjust,afk_timeout_return);
      ^
    afk.c:140:2: note: each undeclared identifier is reported only once for each function it appears in
    make[1]: *** [../../plugins/afk.so] Error 1
    make[1]: Leaving directory `/home/willro/Hercules/src/plugins'
    make: *** [plugins] Error 2
    

     

     

     

    Hi there this fix my problem (But im not so sure if this is the right way)

     

    every error u see is about addbattleconf, for example this one.

     
    addBattleConf("warp_delay",go_warp_delay_bc, go_warp_delay_return_bc);
    you need to add "false" on the last part just like this
    addBattleConf("warp_delay",go_warp_delay_bc, go_warp_delay_return_bc,false);

     

    goodluck :)


  2. Hi there i have old server file (maybe its from may 2016 git version) and i decided to update but when i tried to git pull it says my ".gitignore" needed to be stash. but when i do proceed it ask too many files for example i did not edit on re folder but it ask to stash.

    Any solution?


  3. Hi there i just update my hercules into latest one (9/8/16) update and after configuring it into the new structure of conf folders i tried to put my ip configurations and server name into the import folder. but it seems that when i run the connection is refused (must be typo on my ip config) i check it again and all are correct so what i did is i edit it on the main files and it works.


  4. The map looks familiar, if you link me and provide the name you want i'd check it out

    Well right now i can rename the map name into something (the same character length or shorter) using the guide  of Hexing but longer name does not work or idk how.

    anyway i am fine with the hexing method just wondering why is the black texture appearing when using browedit /hmm


  5. Hi guys, i have problem when editing map using browedit or even just renaming a map using the browedit. i see black texture in game after i rename/edit that map.
    Any possible solution? (Black texture then it will quickly load the real texture when i move) 

    here is sample image (even the water is changing color to broken then return to blue):
    Fg6vRJv.jpg

×
×
  • Create New...

Important Information

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