Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Everything posted by Dastgir

  1. Thank you for posting it in github. Will fix it in a day. (And welcome back)
  2. Dastgir

    Nemo patcher

    I think they reverted to old gameguard that was used years ago, maybe that could help? didn't they change to nProtect again? or is it something else now?
  3. The problem is with weapon sprite. you need to edit weapon sprite accordingly.
  4. Gdb crashdump would be useful to pinpoint the error
  5. Hello, I have today released new plugin, namely NoView. It adds command @noview to disable the headgear views for users (Upper/Mid/Lower headgear views) Link: https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/noview.c
  6. The above error should be fixed in https://github.com/dastgirp/eBG/commit/0a80e689e78e878b561c53d490250565bd94d3d6 About rewards, which bg mode? And was there any @reloadscript command run while bg was ongoing? More info would be appreciated.
  7. Yes, this is ExtendedBG error, (I haven't received any reports on https://github.com/dastgirp/eBG/issues, so didn't knew it was issue)
  8. It is currently random from 4AM-12PM. if you need it customized. Set $BGRanked to 1 whenever you want it, and 0 to disable.
  9. Currently one type of reward for one type of bg, if you want to change reward for specific bg type, change from bg_common.txt
  10. RagexeRE uses file with suffix as "_sak" Which files did you try editing?
  11. You need translated msgstringtable (for text above map image) And generate navi files using this plug-in: https://github.com/HerculesWS/StaffPlugins/tree/master/Haru/naviluagenerator
  12. The plugin checks target map So if Player A is in morocc, and Player B is in prontera. Player A cannot send request to Player B.
  13. Check here: https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/%40market.c For mob_once_spawn_sub, you need to add extra argument 0 (for Npc id) For Status Icon, need to use clif->sc_load
  14. "ItemChance * 10000 / TotalChance* ItemChance is individual chance that is defined in .item array TotalChance is sum of all chances defined in .item array
  15. This might be due to monster ID in range of NPC IDs range. What have you assigned as id?
  16. Both are on thr same map without the mapflag? I don't understand your problem. This plugin does restrict the request to be sent.
  17. check https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/noinvitation.c
  18. Update your herc to latest, it will solve the problem
  19. So a full price shop? This can be achievable currently with dynamic shops.
  20. Yes, Because rAthena does not reset the NextBaseExp and NextJobExp variable to 0 when you reach max level. You will need to change that line to check BaseLevel != MaxLevel
  21. Dastgir

    LF Developer

    Approved. Good Luck
×
×
  • Create New...

Important Information

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