Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. If want cooldown to not end upon logout, use this http://upaste.me/0812a8
  2. void clif_party_info -> memcpy(WBUFP(buf,28+c*46+4), m->name, NAME_LENGTH); Just modify m->name before using memcpy.. and that will show change in party window. Edit: In chat log, they will have normal name, just party window will be edited.
  3. Name can be modified via clif.c, hooking appropriate functions..(And trimming names if they reach > 23 char, thats what they do)
  4. Bug in script: just relog and cooldown can be bypassed..
  5. Maybe he meant this? http://herc.ws/board/topic/4589-pk-area/
  6. SQL ALTER TABLE `char` MODIFY `class` SMALLINT(6) UNSIGNED NOT NULL DEFAULT 'HIGH_NOVICE_ID_HERE';
  7. It's possible.. See pc.c pc_gainexp function to know which all variables needs to be changed.. But you also need to introduce an hack with client, because client only accepts till 4bil, so you can add a hack to adjust exp accordingly for client to display proper bar.
  8. ExtendedVending has been updated, along with some other plugin to fixed bugs. https://github.com/dastgir/HPM-Plugins/tree/master/src/plugins
  9. Dastgir

    Auraset

    Updated: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/auraset.c
  10. src/map/status.h #define MAX_REFINE reduce that
  11. I guess this kind of topic should be discussed personally, also this topic is turning to take drama... If drama continues, topic will be locked.
  12. This definitely is not Lua problem... If you are not alone, it might be some item errors?
  13. If you are using centos7 It have mariadb, so execute this yum -y install mariadb-server mariadb and follow steps as mentioned in guide
  14. https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/Critical-Magic.c Using this plugin? Be sure to disable it and try again(or check if you are using latest version of that), I eventually got busy to refactor that plugin ...
  15. Try service mysql startIn some destro, mysqld is saved as mysql
  16. hmm i just random number and letters? hahaaBe sure its in hexadecimal:Valid Range: 0-9 and A-F
  17. // <Skill id>,<Cast>,<Delay (optional)>//// Cast: 0 - everything affects the skill's cast time// 1 - skill's cast time is not affected by dex// 2 - skill's cast time is not affected by statuses (Suffragium, etc)// 4 - skill's cast time is not affected by item bonuses (equip, cards)//// Delay: 0 - everything affects the skill's delay// 1 - skill's delay is not affected by dex// 2 - skill's delay is not affected by Magic Strings / Bragi// 4 - skill's delay is not affected by item bonuses (equip, cards)//So it means 4 - skill's delay is not affected by item bonuses (equip, cards)
  18. Dastgir

    Event 1x1...

    Update your Hercules, seems your Hercules is too old to support direct assignment of variables.
  19. Grf luafiles514/lua files/worldviewdata
  20. Convert it to conf file (or make a plugin to support SQL) I would say convert to conf, since that guarantees that your changes won't be overwritten while updating...
×
×
  • Create New...

Important Information

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