Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Everything posted by Dastgir

  1. you need to have 12 monsters: First 9 would be normal mob and other 3 as boss monster, but.you specified only 11 id Onc1,"Aqua",1001,1002,1002,1002,1002,1001,1002,1001,1002,1001,1002;
  2. https://github.com/HerculesWS/Hercules/wiki/Login-Background
  3. well, I have no issues with it, It happened before too (specialshop and other plugins). If in future, we made the PR for allowing splitting of packet, this plugin may be useful for people using old hercules. Also, I will put a note on topic referring that new hercules don't need this plugin.
  4. config/application.php: Configure these 2 settings: 'ServerAddress' => 'localhost', // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80) 'BaseURI' => '', // The base URI is the base web root on which your application lies. Your BaseURI should be flux. so it would properly show in localhost/flux
  5. Hello, I feel this is one of the important setting, which was restricted due to packet size. So I have made this plugin to allow UNLIMITED Storage Size. Just enable this plugin and set MAX_STORAGE(from common/mmo.h) to whatever you want. Link: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/storage_expand.c Note: This doesn't work with Guild Storage.
  6. Dastgir

    Auraset

    This plugin doesn't stop normal aura. It just give additional aura(s)
  7. Have you recompiled after setting packetver to 20140205? Set packet obfuscation to 2 on client.conf? Restarted the server?
  8. That's because you have other plugin enabled (Sample plugin)
  9. Your server is pk mode, so obviously they can attack anywhere to anyone. You don't need pk mode to be enabled to use this plugin.
  10. Another Update: Added support for reading item_db.conf: https://github.com/dastgir/Scripts/commit/3ea168dcd13251c84fd38215fedd549e536f0293 (Now can read Slots and ClassNum from item_db.conf)
  11. Update: https://github.com/dastgir/Scripts/commit/b5de266816426f6f825571786cad76223d32d3bb Partial Support for new item_db format parsing (Currently only usable for conf2db)
  12. new item_db format isn't supported yet, once I do that, all tools will be updated to support new format.
  13. Updated. Now this kind of errors won't happen.
  14. Pass me your idnum tables (pm or discord), Anyways final version of this tool is yet to come with item_db support for copying ClassNum for weapons
  15. Personally used OVH, DO, VULTR. Never go with VULTR. OVH And DigitalOcean are good. Now it depends on your location and DDoS protection. If you want DDoS protection, go with ovh. If you want better locations (Asia), go with DigitalOcean
  16. Hello, Since gravity has changed the itemInfo format. Recently, I have been getting quite a few requests to make something for idnum to ItemInfo converter. So here I am, made a tool + optional config in itemInfo to support older clients without changing the format. Tool Link: https://github.com/dastgir/Scripts/tree/master/Lua/multi-tools Usage is mentioned in Readme
  17. it might be crashing due to plugin? post error message so that could be solved.
  18. Don't try to contact me on Skype. Skype is acting weird for me. Discord is preferable.
  19. You should always use multiple grf(I see you are using palette ~300, which is custom, so you need to put those grf too). About other, I guess ROChargen needs grf with specific version (0x200 afaik), though just check that in their docs.
  20. msgstringtable problem. the wordings changed in msgstringtable, but server sends name, mob name, item name in order. I suggest change msgstring field for that.
  21. Why revive a post from 2014? also please be clear. also there's countitem2() command to check refine/cards of items.
  22. That account whose userid and passwords are mentioned in configs should be having: Account id as 1 sex as S And its not required to set the level to 99
  23. That's really weird, can you show the settings in setup.exe?
  24. Search a bit: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/costumeitem.c
×
×
  • Create New...

Important Information

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