Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. First way put plugin names what you want to compiler into MYPLUGINS env var MYPLUGINS="sample mapcache" make plugins Second way assign plugin names inside src/plugins/Makefile.in into variable MYPLUGINS names what you want replace MYPLUGINS := $(MYPLUGINS) to MYPLUGINS := $(MYPLUGINS) sample mapcache then run make clean ./configure make
  2. This should be fixed already
  3. Client will normally allow only limited number of languages. For allow all old supported languages need enable this patch in nemo: http://nemo.herc.ws/patches/AlwaysReadKrExtSettings/
  4. 4144

    Nemo patcher

    no, i dont think in near future i can work on this patch
  5. 4144

    Auraset

    in plugin need replace c clr_type to enum clr_type
  6. 4144

    Nemo patcher

    New patches for protecting clients: Hide build info in client - hide any information about client version. Hide packets from peek - prevent peek and bpe to extract packets from client.
  7. For this you can use trader with type NST_CUSTOM. See in docs or npc folder (it using cash shop on client too( If you using 2019 clients you also can use barter shop. See here information about barter shops
  8. I mean in client no itemshop. Exists normal shop. cash shop, market (aka bargarian) and barter. Herc using all of them in some way in official or custom way. But here no shop with name item shop. Checked source, itemshop using really cash shop.
  9. at first itemshop not exists in client or packets, this is some kind of fake shop in rathena, probably limited market (bargarian shop) or cash shop. For shop with data synced to sql table automatically you can use market shop type, see https://github.com/HerculesWS/Hercules/blob/stable/doc/script_commands.txt#L310 or search in npc folder shop types what you want. If you asking how fill shop with all existing items in db, you can use one of trader shop type and add items by sql queries.
  10. as simpler option, you can try delete all maps from data folder
  11. About how update map cache you can search on this forum. But if you already updated map in correct way, probably you using wrong data folder. if you get data and grf not from kro but from rathena forum, it may contains some legacy maps in data folder or in your grf. try start from normal version, from official kro data and grf.
  12. Then yes this is mean map in client and server map cache is different Update or grf with correct maps or regenerate map cache based on your grfs
  13. look like not patched client with patch "Restore Login Window"
  14. 4144

    Nemo patcher

    this is look like issue from ai auto attack patch.
  15. 4144

    Nemo patcher

    old ai worked fine except auto attack. with this patch auto attack works too.
  16. 4144

    Nemo patcher

    homun attack ai? from some 2017 clients and newer, homunculus cant auto attack. need manually set targets. this patch enable old auto attack way
  17. 4144

    Nemo patcher

    Nemo updated New patch "Fix Homunculus attack AI" by jchcc Fixed some patches for clients 2019-02-13 Changelog
  18. also check what you really using correct packet version while building server
  19. if you press menu buttons it will open any windows?
  20. cant walk can be sign of wrong maps probably in hercules one map but in client another. You should regenerate map cache
  21. 4144

    Nemo patcher

    yes this is fine, option not exists, but i thinked it exists. I not removing it from site because think probably better add it to herc. Other than --enable-packetver-main change server behavior. Also rember what 2019-02-13 (main and re) may not work yet in herc and not works in nemo.
  22. In other words default values for MAX_INVENTORY is 200 for FIXED_INVENTORY_SIZE is 100
  23. Now hercules version released and this features can be used from stable or master branch.
  24. no. this is only warning. it can be issue for other packet id, but for 0x044A it's fine
  25. About leaks it show line number. you should see what you code have at this line and around it.
×
×
  • Create New...

Important Information

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