Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    249

Reputation Activity

  1. Upvote
    Dastgir got a reaction from Jibberish in Adding Auras   
    https://github.com/MStr3am/NEMO/issues/41
    @@Neo have it on his ToDo
  2. Upvote
    Dastgir got a reaction from Murilo BiO' in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Not really , rather hibernate mode,which will be Powered on soon enough
  3. Upvote
    Dastgir got a reaction from Mirage in Dastgir's Services   
    Hello Hercules Community,

    I am offering my Services to you @ some expense of money.

    Works for Emulator: Hercules/rAthena/Others(if any)
    Services:
    Scripting. (Min Price:5$ ) Source Modification(/Addition).(Min Price: 5$) Converting to/Creating a Plugin[Hercules Specific].(Min Price: 5$) Migrating Your Server. (Min Price: 10$) Adding Custom Items/Maps/Mobs. (Min Price: 5$) Creating/Adding New Skills. (Min Price: 10$) Changing of Emulator (Min Price: 10$) ClientSide Things. (Min Price: 5$) Fixing Errors. (Min Price: 5$) Script Review. Consulting And Anything else, that you want, just drop me a PM
    Maximum Price: Depends on Complexity of the Work
    What Else:
    Free Support for Service bought from me.

    Contact Info:
    Post Here Via PM Payment Methods:
    PayPal Only PM me if you want any other payment method, and I might check If I can have it.

    Status: AVAILABLE
  4. Upvote
    Dastgir got a reaction from jTynne in Mob DB file structure overhaul   
    AFAIK, the db2sql branch for mob_db was almost ready, no idea why isn't pushed to master yet
  5. Upvote
    Dastgir got a reaction from AnnieRuru in [Plugin] Map-Char Communication   
    It's just a sample for those who want to learn how to communicate between 2 or more plugins(at different servers , i.e map/char/login) or play with packets...
  6. Upvote
    Dastgir got a reaction from Mikhail von Hohenheim in [Question] About herc.ws   
    Or might be your PC infected with some virus?
    (Sent an email to them about false positive they detecting)
  7. Upvote
    Dastgir got a reaction from sonyk2 in [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 Thanks To:
    jaBote co-founded this project(and really thanks to him , that he motivated me at start at provided some functions and idea of how the base should be, and what we should do it to give flavor of Hercules in it).
     
    Repository Link: https://github.com/dastgirp/eBG (Please read README.md for installation steps)
     
    Leave Comments/Suggestions if you find something.
    NOTE:
     There might be some(/many) debug messages left in map-server which will be cleaned up. I will add battle.conf soon (you have to add it yourself for now or edit the plugin) The plugin might be a big mess to read/understand (I did many experiments over the year) There might be some bugs Thanks to @Rebel and @Myriad for testing and providing initial feedback
    Contact me on Discord: @Dastgir#1460 if there's some urgent issue or else open the issue in github. keep this topic for support.
     
    Want to encourage me??

     
  8. Upvote
    Dastgir got a reaction from sikiro in Client not loading past character select   
    Might be new prontera issue, try downloading old prontera and try
     
    http://herc.ws/board/files/file/182-old-prontera/
  9. Upvote
    Dastgir got a reaction from sikiro in Client not loading past character select   
    http://herc.ws/board/index.php?app=core&module=attach&section=attach&attach_id=3164
    Download that, kRO removed some map, so if you are using old data.grf or too new data.grf, it might show like that , so download file from the link and add it to grf
  10. Upvote
    Dastgir got a reaction from Sephus in [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 Map-Char Server

    Here's Description of what All Functions does:
    map_sendtochar: Sends Packet to the char-server packet_test(Command): Sets common_value and calls map_sendtochar char_receive_packet: CharServer Function to receive packets(see declaration in plugin_init)


    ScreenShot:


  11. Upvote
    Dastgir got a reaction from AnnieRuru in [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 Map-Char Server

    Here's Description of what All Functions does:
    map_sendtochar: Sends Packet to the char-server packet_test(Command): Sets common_value and calls map_sendtochar char_receive_packet: CharServer Function to receive packets(see declaration in plugin_init)


    ScreenShot:


  12. Upvote
    Dastgir got a reaction from maqc1 in Uppercase and lowercase in labels   
    The first occurred case is stored, so if server first reads a script which have ONQUIT, and you have OnQuit too, it will show you to change to ONQUIT.
  13. Upvote
    Dastgir got a reaction from Legend in A full tutorial to update to latest hercules   
    I use following way
    git commit -am"Change Commit Msg"git pullgit commit will save all your changes with the commit message as mentioned.git pull will fetch new content and try to merge it with yours, if conflict is found, it would show the files where conflict is there.. Manually solve the conflicts then type
    git commit -m
    ^ Only if conflict is there(there will be instruction though to do this.)
     
    Other method is squash and pop, w/e, both will save your changes.
  14. Upvote
    Dastgir got a reaction from Mikhail von Hohenheim in Remove script effect   
    bonus2 bExpAddRace,RC_All,50;if(BaseLevel < 175) { bonus bAllStats,5;}
  15. Upvote
    Dastgir got a reaction from Kong in Auraset   
    Updated: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/auraset.c
  16. Upvote
    Dastgir got a reaction from IndieRO in How to change Client version in Linux Centos 7   
    It's same method?
    Change from src/common/mmo.h
  17. Upvote
    Dastgir got a reaction from Legend in Maintenance mode   
    malloc.h to memmgr.h
  18. Upvote
    Dastgir got a reaction from Quazi in Away System   
    SRC/map/atcommand.h
    Find
    #define MAX_MSG 1500
    Change 1500 to 1613
  19. Upvote
    Dastgir got a reaction from Legend in Removing Plugins   
    Just comment it from conf/plugins.conf
    So it won't load anymore.
  20. Upvote
    Dastgir got a reaction from MikZ in Remove script effect   
    bonus2 bExpAddRace,RC_All,50;if(BaseLevel < 175) { bonus bAllStats,5;}
  21. Upvote
    Dastgir got a reaction from AnnieRuru in @partybuff / @spb   
    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.
  22. Upvote
    Dastgir got a reaction from Dragonis1701 in Starting Job   
    SQL

    ALTER TABLE `char` MODIFY `class` SMALLINT(6) UNSIGNED NOT NULL DEFAULT 'HIGH_NOVICE_ID_HERE';
  23. Like
    Dastgir got a reaction from simplexjay2 in Plugin Collections   
    Hello Community,
     I am feeling like, there's many plugin on forum, but not been actively used, due to out-of-date plugin
     
    I have updated Shikazu's Plugin first(as it was requested on the thread from 25th April), maybe Shikazu busy on his rl.
    Also I have included My Plugins there.
     
    I would like to add more plugins there(which are not updated on hercules forum <- please suggest if you find some outdated plugin and want me to update it )
     
    List of Plugins and Owners:
    https://github.com/dastgir/HPM-Plugins/blob/master/README.md  
    Repository: https://github.com/dastgir/HPM-Plugins
     
    Thanks.
  24. Upvote
    Dastgir got a reaction from Mercurial in New Race   
    Time to make this client work for Hercules
  25. Upvote
    Dastgir got a reaction from Chemical Crush in What do you think? about Map Designer   
    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.
×
×
  • Create New...

Important Information

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