Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Reputation Activity

  1. Upvote
    4144 got a reaction from Caspian in Auraset   
    in plugin need replace c
    clr_type to
    enum clr_type  
  2. Upvote
    4144 got a reaction from bWolfie in 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.
  3. Upvote
    4144 got a reaction from Triedge in 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.
  4. Upvote
    4144 got a reaction from AnnieRuru in Q> About compatibility Shop variables   
    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.
     
  5. Like
    4144 got a reaction from AnnieRuru in Some upcoming hercules features   
    Futures already added to hercules:
    Inventory expanding
     http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif
    Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero.
    For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793)
     
    Barter shop
     
    Supported from  clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero.
    For shop barter shop need uncomment line
    "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284).
     
    Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
  6. Upvote
    4144 got a reaction from fiction in Some upcoming hercules features   
    Futures already added to hercules:
    Inventory expanding
     http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif
    Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero.
    For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793)
     
    Barter shop
     
    Supported from  clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero.
    For shop barter shop need uncomment line
    "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284).
     
    Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
  7. Upvote
    4144 got a reaction from Kyurem in Disconnected from server   
    look like not patched client with patch "Restore Login Window"
  8. Upvote
    4144 got a reaction from AnnieRuru in Nemo patcher   
    Nemo updated
    New patch "Fix Homunculus attack AI" by jchcc
    Fixed some patches for clients 2019-02-13
    Changelog
  9. Upvote
    4144 got a reaction from AnnieRuru in 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
  10. Upvote
    4144 got a reaction from JulioCF in Some upcoming hercules features   
    Futures already added to hercules:
    Inventory expanding
     http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif
    Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero.
    For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793)
     
    Barter shop
     
    Supported from  clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero.
    For shop barter shop need uncomment line
    "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284).
     
    Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
  11. Upvote
    4144 got a reaction from Instigatorrr in Unhandled Packet   
    no. this is only warning. it can be issue for other packet id, but for 0x044A it's fine
     
     
  12. Upvote
    4144 got a reaction from Fizik in 2015-11-04aRagexe crashes   
    look like some issue in grf or data or system folder. Try search really working translations and grf and test is it still crashing
  13. Upvote
    4144 got a reaction from Fizik in Unsupported Packet Problem   
    this errors probably because you using wrong packet version.
    minimal commands to change packet version this:
    make clean ./configure --enable-packetver=20151104 --enable-packetver-re make i can post this link again: http://nemo.herc.ws/clients/2015-11-04aRagexeRE/#build-hercules
    You must run ALL this commands. And if server compiled fine, only after this you can use selected packet version
    If after this steps you still have errors, can you show whole output from login server? And not random part of it?
     
  14. Upvote
    4144 got a reaction from Fizik in Unsupported Packet Problem   
    can you show whole output from login server? It simple copy/paste
     
  15. Upvote
    4144 got a reaction from Khazou in Some upcoming hercules features   
    Futures already added to hercules:
    Inventory expanding
     http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif
    Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero.
    For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793)
     
    Barter shop
     
    Supported from  clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero.
    For shop barter shop need uncomment line
    "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284).
     
    Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
  16. Upvote
    4144 got a reaction from AnnieRuru in Usable Enchant Item   
    Error in plugin. i can be -1. and this is invalid index.
  17. Upvote
    4144 got a reaction from wabbuwabbu in Error adding @pk plugin   
    Why you created @pk.so?
    After you put plugin source in src/plugins, need compile this plugin
    run
    make plugin.@pk after if was no errors, you can start server
  18. Upvote
    4144 got a reaction from OmarAcero in Some upcoming hercules features   
    Futures already added to hercules:
    Inventory expanding
     http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif
    Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero.
    For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793)
     
    Barter shop
     
    Supported from  clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero.
    For shop barter shop need uncomment line
    "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284).
     
    Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
  19. Upvote
    4144 got a reaction from Fizik in Unsupported Packet Problem   
    look like you using wrong packet version.
    what client version and packet version you using?
  20. Upvote
    4144 got a reaction from Fizik in Unsupported Packet Problem   
    1. you defined packet version 20151104 for main client type
    but in next part you show RE client. this mean you selected wrong packet version.
    See how build for 2015-11-04aRagexeRE in this page: http://nemo.herc.ws/clients/2015-11-04aRagexeRE/#build-hercules
    If you using visual studio, you must also uncomment line
    //#define ENABLE_PACKETVER_RE into
    #define ENABLE_PACKETVER_RE 2. if after this changes you still have same error, probably you messed with encryption keys.
    Do not disable encryption in nemo and do not disable encryption in hercules.
  21. Upvote
    4144 got a reaction from meyraw in Some upcoming hercules features   
    Futures already added to hercules:
    Inventory expanding
     http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif
    Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero.
    For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793)
     
    Barter shop
     
    Supported from  clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero.
    For shop barter shop need uncomment line
    "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284).
     
    Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
  22. Upvote
    4144 got a reaction from Beret in Some upcoming hercules features   
    Futures already added to hercules:
    Inventory expanding
     http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif
    Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero.
    For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793)
     
    Barter shop
     
    Supported from  clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero.
    For shop barter shop need uncomment line
    "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284).
     
    Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
  23. Upvote
    4144 got a reaction from meko in Some upcoming hercules features   
    Futures already added to hercules:
    Inventory expanding
     http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif
    Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero.
    For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793)
     
    Barter shop
     
    Supported from  clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero.
    For shop barter shop need uncomment line
    "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284).
     
    Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
  24. Upvote
    4144 got a reaction from Sephus in Some upcoming hercules features   
    Futures already added to hercules:
    Inventory expanding
     http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif
    Supported from clients: 2018-10-31 ragexe/ragexeRE, 2018-11-14 zero.
    For expand inventory need to have in inventory item Inventory_Extension_Coupon (25793)
     
    Barter shop
     
    Supported from  clients: 2019-01-16 ragexe/ragexeRE, 2018-12-26 zero.
    For shop barter shop need uncomment line
    "npc/custom/bartershop.txt", in npc/scripts_custom.conf. Barter shop demo npc will be added in prontera at (159, 284).
     
    Most client exes can be downloaded here: http://nemo.herc.ws/downloads/
  25. Upvote
    4144 got a reaction from Ridley in Nemo patcher   
    i don think reports exists some where.
    And patch pushed http://nemo.herc.ws/patches/ChangeDisplayCharDelDelay/#success-clients
    works almost on all 2018 clients and on some 2017 clients
×
×
  • Create New...

Important Information

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