Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Everything posted by Dastgir

  1. Update: https://github.com/dastgirp/eBG/commit/95b06799dece8c6f107b43632f9ce0d1050405b1 (Fixes the console error on PvP Maps too) New Feature and bug fixes: Added BG Ranking: It contains several NPCs which changes the look to Top X as mentioned in the configuration. The Ranking changes in real time Added new scriptCommand getbgfame. BG Ranking says the name of player if clicked. Uncomment the Duplicate NPCs and change locations to enable the feature. @bgranked and @bgregular now shows 'No Players' if no players exist in ranking yet Fixed PvP Bound items which were conflicting with Ranking System Preview of BG Ranking:
  2. Use search, you will find many topics: One of them
  3. Thanks for reporting. The issue is known and the console error can be ignored(it's not harmful), however it will be fixed in a day.
  4. Many new updates/fixes were done this week: https://github.com/dastgirp/eBG/commit/b333d65f0eaae88148bd10b21f2a84e98c43239e / https://github.com/dastgirp/eBG/commit/c4893a5bc21e7c37707a19bfe4366a653221b79d https://github.com/dastgirp/eBG/commit/8fcac60fb4e21f594cf39ccd138fbf32ea7e84e5 Several changes and bug fixes Additions: * Added new configuration 'bg_items_pvp' to allow BG items in PvP. * Minimum level requirement to join bg. * Announcement when leader quits and new leader is chosen. * Configuration for checking gepard unique id for dual clients. * Players won't be able to join the BG if 2 minutes are left * Shop can be called by @bgshop Changed: * Changed the way 'bg_kick_idle' was handled, it now is in seconds. * When player joins BG, it now uses bg_announce instead of announce. * Moved telma to different file. * @bgshop can be called only on town. Fixes: * Error while setting variable. * bg_log_kill will now accept values from 0-7. * When leader quits, the leader was changing but not shown in client. * Fixes Guild window showing 0 members when leader quit. * 3rd argument in bg_announce is now optional Split main_bg.sql to * bg_guild.sql (to be executed if VIRT_GUILD is commented) * bg_main.sql (to be executed always) Updated script commands documentation. Added missing documentations. Structual changes to ebg_common.h (important settings are shown first).
  5. Any error/warning messages?
  6. English please. Also, I was unavailable from long time and now available. PM in Discord for more info
  7. You need to create 2 projects: ExtendedBG and ExtendedBG-char In ExtendedBG Project, add every file from eBg plugins folder except ExtendedBg-char.c In ExtendedBG-char Project, add every file from eBg plugins folder except ExtendedBg.c Then compile, and check for any compilation errors, if any report here.
  8. You compiled ExtendedBG plugin? Please state how you compiled it
  9. The easiest PR would be documentation, Hercules lacks source documentation for many functions, See the doxygen style formatting and you can do it one folder at a time, of some files at a time. Easy PR + It helps Hercules to be documented (and we could also use doxygen to make online documentation) More info on doxygen format: https://rathena.org/board/topic/89503-standardizing-source-documentation-and-code/
  10. few new updates: https://github.com/dastgirp/eBG/commit/07f8617677a1cbf4bd03b259dbec0f65c02b2c51 / https://github.com/dastgirp/eBG/commit/f0ca421afc506b8aaab217831c9ea68f09f98fad * Fixed a crash * Fixed delay timer not starting * Fixed bug in conquest, wherein not all walls were deleted * Fixed bug wherein the announcement was having wrong player count
  11. @Thinker @Rebel Fixed the emperium skill bug : https://github.com/dastgirp/eBG/commit/0db4fd27073cf1f112ecbe54d6331810e3d667c2
  12. Dastgir

    NPC Help

    That's signboard. It's on clientside
  13. Few More Updates (https://github.com/dastgirp/eBG/commit/2a361bf6769be8beb8aea06296a4840a65f88604 https://github.com/dastgirp/eBG/commit/bf48e85031e3bbc526824930ebb7d9e75f7cf85b) Users cannot vend in BG Maps Fixed @leader command not working Fixed a typo where BG name was not shown
  14. item_db and mob_db is read from db folder and not from SQL. Probably try to get stack trace from gdb and post it here, so we can help you with the crash.
  15. Update 2: https://github.com/dastgirp/eBG/commit/f7ea3164019f5c05f0356ebfe13556b150aa3dae Added Support for HULD: Check template.pot from https://github.com/dastgirp/eBG/tree/master/server/translations , You can now have ExtendedBG in your own language, and if you feel so, you can also make a PR to the repo with other language .pot files
  16. Update: https://github.com/dastgirp/eBG/commit/d7a52e0ccafe5785b3e00455a2c130450cba3312 * Added announcement of players currently playing the BG * Players cannot spam @joinbg * Removed debug messages * Deathmatch: Points would not reduce if player logout or quits * join delay would be applied on relog.
  17. If anyone's interested in this, let me know, so I can resume the project.
  18. Dastgir

    Hercules.ws

    In short, We no longer own it.
  19. Also you need to add at conf/map/maps.conf and db/map_index.txt
  20. There's 2 way to do it: 1) custom DLL which accepts /commands and send specific packet (which you don't want and also it requires some knowledge about client) 2) source editing: check chat functions from pc.c and modify it to accept / for commands. Then make custom atcommand.
  21. There's file settings.lua, change convert_display_tag = true To false and run the mergeidnum again. Also, I guess it should only change display name and not sprite? Can you confirm again if it replace _ with space in sprite name?
  22. Which Client are you using? If you notice, theres client_year variable on top, change that.
×
×
  • Create New...

Important Information

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