Search results

  1. D

    2024-07-17Ragexe_Zero

    Ragexe Zero Client: (2024-07-17):  https://drive.google.com/file/d/14MIkpSueYzbtQqDLe2QDygePXOJdylyS/view?usp=sharing You will need to modify WARP/Nemo patches for it to work with above client.
  2. D

    Need NoView Plugin Support

    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
  3. D

    Infinite Storage

    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...
  4. D

    Idnum to ItemInfo Converter

    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...
  5. D

    Ragnarok Unpacked Clients Repository (RUCR)

    RUCR Hello Hercules Community, I was working on RUCR this month and I am happy to announce that it's complete. The Site contains all Ragexe(upto 2016-07) and RagexeRE from 2014, fully unpacked. It would be great if there will be no mirrors, I would be keeping this web up and running, so...
  6. D

    [GUIDE] Adding New Items without itemInfo.lub

    Hello Community, Once Again, I was doing something and found something unusual, the kRO have other methods of loading Items too.... They also load some idnum tables but with different names Unidentified items goes to eventnum2itemdisplaynametable.txt , eventnum2itemdesctable.txt ...
  7. D

    [GUIDE] Add Custom Quest (In Any Tab)

    Hello Community, Yesterday, I was trying to make Quest Appear on other TAB's and result was successful. Prerequisite: You need latest ROClientside Repository : https://github.com/ROClientSide/Translation/ https://github.com/ROClientSide/Translation/commit/9d93ef1 (This Commit is necessary)...
  8. D

    kRO Raw Lua Files

    Hello Community, Not too far ago, we started ClientsideTranslation Project: http://herc.ws/board/topic/398-client-translation-project/page-1 (Under ROClientSide Organization in github) We are now, expanding the organization with 2 more repositories. This repository is semi-self managed...
  9. D

    Community Translations

    We have introduced HULD(Hercules Ultimate Localization Deisgn) quite a few months ago, but there's no translation or anything yet... I suggest to use https://poeditor.com/ , it have nice integration with github(you can see it in their web) Also with OSI License , we get unlimited strings to...
  10. D

    dDelays(Anti NoDelays) - Releasing this weekend

    Hello Community, What is dDelays? You should have heard about Delays hack by editing out grf or whatsoever method.. This will make the delays hard-coded and will not be able to use those hacks.   Site https://ddelays.dastgir.tech/ Price...
  11. D

    Job Spoiler

    Hello Community, I was busy during last few months, and now I have been working on this thing to get supported on Hercules, Here's few screenshots: Spoiler 2: (Only 4 skills coded)
  12. D

    [Plugin] Map-Char Communication

    Now, its time to show examples of how map-char communication can be made, this is essential as there's no example anywhere about this, so here it is... https://raw.githubusercontent.com/dastgir/HPM-Plugins/master/src/plugins/packet_sample.c Above is the example of Communication between...
  13. D

    Community Help Needed for Quick Development.

    Hello all, You might see we don't have quite a lot npc scripts(from official servers), thats mostly because of lack of info, not due to lack of active scripters.. So what can be done? Well, alot of people does play official servers(iRO,kRO, or any other) and most script matches even if its...
  14. D

    [IRC] New command

    There's several times when the irc user of Hercules would disconnect, and making it join again to the channel requires server restart, I guess it would be great if we have some command, to make the Hercules try to join the channel again.
  15. D

    [Release] ExtendedBG for Hercules (with eAmod BG modes)

    I doubt that, but it's already on private repo , so that I can maximize the features in it.Also the reason why I don't want to release partially (I split priority to different parts of script):
  16. D

    @commands and bindatcmd

    Ability to show custom commands at @commands Possibly a new optional argument to bindatcmd to have option to enable or disable showing it in @commands ..
  17. D

    @arealoot

    File Name: @arealoot File Submitter: Dastgir File Submitted: 17 Mar 2015 File Category: Plugins Hello, I wanna release this awesome @arealoot plugin. Credits to Streusel for providing the Source diff, I converted it to a plugin, for easy to install and use For Changing the Arealoot...
  18. D

    [Release] ExtendedBG for Hercules (with eAmod BG modes)

    Hello Hercules Community, Let me explain it first. It is ExtendedBG, which tends to contain all eAmodBG modes and extra modes(as and when coded). Some Previews: http://imgur.com/a/2SSVR Ohh, and the last thing I forgot to tell, :) Its 100% Plugin and Script, no Source Edits .. Special...
  19. D

    Duplicate NPC Commands

    File Name: Duplicate NPC Commands File Submitter: Dastgir File Submitted: 12 Jan 2015 File Category: Plugins 2 Self Explanatory Commands: duplicatenpc("NpcName", "DuplicateName", "DupHiddenName", "map", x, y, dir{, sprite{, xs, ys}});duplicateremove({"NPCname"}); Example Script...
Back
Top