Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    249

Reputation Activity

  1. Upvote
    Dastgir got a reaction from OverLord in bonus bAtkRate problem   
    bAtkRate and bMatkRate doesn't change the stats, but takes effect on the damage done.
    if you want to change states, you can use bAtk and bMatk
  2. Upvote
    Dastgir got a reaction from Tsuuu in Restock System   
    File Name: Restock System
    File Submitter: Dastgir
    File Submitted: 10 Jan 2015
    File Category: Plugins
     
    It is a restock system(which I apparently made 5-6 months ago) [Also its a Plugin - Yay]
    So I am just releasing it, as I feel its been useful for many servers.
    Though there can be some optimizations on script-side(will be applied later on).
     
     
    You need to enable plugin as well as script provided in the download.
     
    2 commands:
    @restock - Enables/Disables Restock System
    @restock2 - To Add/Remove item
    Usage:@restock2 <itemid> <quantity> <type1> <type2>Type 1:1 = Storage2 = GStorageType 2:1 = Add2 = Remove3 = Help4 = List5 = Empty The List@restock2 x y z 3 For Help@restock2 x y z 4 For Current Restocking List@restock2 x y z 5 For Removing All Items From Restockx,y,z Can be any number, e.g: @restock2 0 0 0 3 will give you help option,@restock2 x y z 5 will Empty your list
    It Support Restocking of All Kinds of Item.
     
    Click here to download this file
  3. Upvote
    Dastgir got a reaction from karazu in Warp Hit Delay   
    Added the option in v1.1
     
    You can have a battle_config on any of the files in conf/battle with "go_warp_delay: Seconds*1000". 5 Battle Configs: warp_delay warp_delay_mob warp_delay_pet warp_delay_homun warp_delay_merc Format same as mentioned above. Or directly edit plugin
    int64 warp_delay = 10000; //Seconds*1000 (Second) Delay(For Player and Others).int64 warp_delay_mob = 10000; //Seconds*1000 (Second) Delay(For Monster).int64 warp_delay_pet = 10000; //Seconds*1000 (Second) Delay(For Pet).int64 warp_delay_homun = 10000; //Seconds*1000 (Second) Delay(For Homunculus).int64 warp_delay_merc = 10000; //Seconds*1000 (Second) Delay(For Mercenary).
  4. Upvote
    Dastgir got a reaction from Tristan in Warp Hit Delay   
    File Name: Warp Hit Delay
    File Submitter: Dastgir
    File Submitted: 12 Jan 2015
    File Category: Plugins
     
    It is warp delay plugin
    Once you get a hit(not a miss) , you will be attached by a timer of x seconds, only after that you will be able to warp(be it be any wings,warp command,go command, npc or skill)
     
    You can have a battle_config on any of the files in conf/battle/ with
    warp_delay_mob: Seconds*1000warp_delay_pet: Seconds*1000warp_delay_homun: Seconds*1000warp_delay_merc: Seconds*1000warp_delay: Seconds*1000 //For Playerswarp_delay_others: Seconds*1000 //(For All Other Hits except mob/pet/homunc/merc)
    Building Plugin for Linux: http://herc.ws/wiki/Building_HPM_Plugin_for_gcc
    Building Plugin for Windows: http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC
     
    P.S: You need HPMHooking Enabled.
     
    Click here to download this file
  5. Upvote
    Dastgir got a reaction from Khazou in 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:
    prontera,150,150,5 script DupTest 999,{mes strnpcinfo(0);close;OnInit:duplicatenpc(strnpcinfo(0),"Duplicated","","prontera",150,148,5,998);end;OnWhisperGlobal:duplicateremove();}
    ^ Above script will self-duplicate itself with name "Duplicated" to prontera,150,148 with Sprite ID 998, and upon whispering to any of those npc, the duplicate will be removed.
     
     
    Requested by GMOcean @ http://herc.ws/board/topic/7718-duplicatenpc-duplicateremove/?view=getnewpost
     
    Click here to download this file
  6. Upvote
    Dastgir got a reaction from GmOcean in duplicatenpc & duplicateremove   
    Your Wish has been granted
  7. Upvote
    Dastgir got a reaction from Garr in 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:
    prontera,150,150,5 script DupTest 999,{mes strnpcinfo(0);close;OnInit:duplicatenpc(strnpcinfo(0),"Duplicated","","prontera",150,148,5,998);end;OnWhisperGlobal:duplicateremove();}
    ^ Above script will self-duplicate itself with name "Duplicated" to prontera,150,148 with Sprite ID 998, and upon whispering to any of those npc, the duplicate will be removed.
     
     
    Requested by GMOcean @ http://herc.ws/board/topic/7718-duplicatenpc-duplicateremove/?view=getnewpost
     
    Click here to download this file
  8. Upvote
    Dastgir got a reaction from vBrenth in 2014-10-22, Roulette and per-char gender!   
    You have to double click those gold, silver and bronze coin so that you gain points related to roulette
  9. Upvote
    Dastgir got a reaction from Legend in Magic Critical Strike   
    File Name: Magic Critical Strike
    File Submitter: Dastgir
    File Submitted: 12 Jan 2015
    File Category: Plugins
     
    Its a plugin for Critical Strike on Skills
    Critical Strike Calculation is as per normal calculations
     
    You can have a battle_config on any of the files in conf/battle/ with
    magic_critical_color: 1 or 2
    1 = Red Critical Strike
    2 = Blue Critical Strike
     
    Method to Change Delay:
    Either add the config in conf/battle/ as stated above or change "blue_red_critical" value in plugin
     
     
    Building Plugin for Linux: http://herc.ws/wiki/Building_HPM_Plugin_for_gcc
    Building Plugin for Windows: http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC
     
    P.S: You need HPMHooking Enabled.
     
    Click here to download this file
  10. Upvote
    Dastgir got a reaction from karazu in Disable Teleport when being Hit   
    http://herc.ws/board/files/file/174-warp-hit-delay/
  11. Upvote
    Dastgir got a reaction from milk in Plugin Collections   
    Added
  12. Upvote
    Dastgir got a reaction from Hyoru in Warp Hit Delay   
    File Name: Warp Hit Delay
    File Submitter: Dastgir
    File Submitted: 12 Jan 2015
    File Category: Plugins
     
    It is warp delay plugin
    Once you get a hit(not a miss) , you will be attached by a timer of x seconds, only after that you will be able to warp(be it be any wings,warp command,go command, npc or skill)
     
    You can have a battle_config on any of the files in conf/battle/ with
    warp_delay_mob: Seconds*1000warp_delay_pet: Seconds*1000warp_delay_homun: Seconds*1000warp_delay_merc: Seconds*1000warp_delay: Seconds*1000 //For Playerswarp_delay_others: Seconds*1000 //(For All Other Hits except mob/pet/homunc/merc)
    Building Plugin for Linux: http://herc.ws/wiki/Building_HPM_Plugin_for_gcc
    Building Plugin for Windows: http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC
     
    P.S: You need HPMHooking Enabled.
     
    Click here to download this file
  13. Upvote
    Dastgir got a reaction from Yoh Asakura in Plugin Collections   
    Added
  14. Upvote
    Dastgir got a reaction from Lilystar in Client Translation Project   
    I will do it today or tomorrow,
  15. 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.
  16. Upvote
    Dastgir got a reaction from Kairedia 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.
  17. Upvote
    Dastgir got a reaction from ThyroDree 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.
  18. Like
    Dastgir got a reaction from Mihael 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.
  19. Upvote
    Dastgir got a reaction from Zirius in phpmyadmin blank page centos 6   
    If running httpd, check error on
    /var/log/httpd/error_log
    If using other than httpd, check what's error on respective log files.
  20. Upvote
    Dastgir got a reaction from Begin 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.
  21. Upvote
    Dastgir got a reaction from Rebel 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.
  22. Upvote
    Dastgir got a reaction from Litro in Restock System   
    File Name: Restock System
    File Submitter: Dastgir
    File Submitted: 10 Jan 2015
    File Category: Plugins
     
    It is a restock system(which I apparently made 5-6 months ago) [Also its a Plugin - Yay]
    So I am just releasing it, as I feel its been useful for many servers.
    Though there can be some optimizations on script-side(will be applied later on).
     
     
    You need to enable plugin as well as script provided in the download.
     
    2 commands:
    @restock - Enables/Disables Restock System
    @restock2 - To Add/Remove item
    Usage:@restock2 <itemid> <quantity> <type1> <type2>Type 1:1 = Storage2 = GStorageType 2:1 = Add2 = Remove3 = Help4 = List5 = Empty The List@restock2 x y z 3 For Help@restock2 x y z 4 For Current Restocking List@restock2 x y z 5 For Removing All Items From Restockx,y,z Can be any number, e.g: @restock2 0 0 0 3 will give you help option,@restock2 x y z 5 will Empty your list
    It Support Restocking of All Kinds of Item.
     
    Click here to download this file
  23. Upvote
    Dastgir got a reaction from karazu in Restock System   
    File Name: Restock System
    File Submitter: Dastgir
    File Submitted: 10 Jan 2015
    File Category: Plugins
     
    It is a restock system(which I apparently made 5-6 months ago) [Also its a Plugin - Yay]
    So I am just releasing it, as I feel its been useful for many servers.
    Though there can be some optimizations on script-side(will be applied later on).
     
     
    You need to enable plugin as well as script provided in the download.
     
    2 commands:
    @restock - Enables/Disables Restock System
    @restock2 - To Add/Remove item
    Usage:@restock2 <itemid> <quantity> <type1> <type2>Type 1:1 = Storage2 = GStorageType 2:1 = Add2 = Remove3 = Help4 = List5 = Empty The List@restock2 x y z 3 For Help@restock2 x y z 4 For Current Restocking List@restock2 x y z 5 For Removing All Items From Restockx,y,z Can be any number, e.g: @restock2 0 0 0 3 will give you help option,@restock2 x y z 5 will Empty your list
    It Support Restocking of All Kinds of Item.
     
    Click here to download this file
  24. Upvote
    Dastgir got a reaction from JulioCF in Restock System   
    File Name: Restock System
    File Submitter: Dastgir
    File Submitted: 10 Jan 2015
    File Category: Plugins
     
    It is a restock system(which I apparently made 5-6 months ago) [Also its a Plugin - Yay]
    So I am just releasing it, as I feel its been useful for many servers.
    Though there can be some optimizations on script-side(will be applied later on).
     
     
    You need to enable plugin as well as script provided in the download.
     
    2 commands:
    @restock - Enables/Disables Restock System
    @restock2 - To Add/Remove item
    Usage:@restock2 <itemid> <quantity> <type1> <type2>Type 1:1 = Storage2 = GStorageType 2:1 = Add2 = Remove3 = Help4 = List5 = Empty The List@restock2 x y z 3 For Help@restock2 x y z 4 For Current Restocking List@restock2 x y z 5 For Removing All Items From Restockx,y,z Can be any number, e.g: @restock2 0 0 0 3 will give you help option,@restock2 x y z 5 will Empty your list
    It Support Restocking of All Kinds of Item.
     
    Click here to download this file
  25. Upvote
    Dastgir got a reaction from AnotheRO in eAmod?   
    Yes, its not official repository, 
    but he is allowed to host it anywhere, since *Amod is under GNU/GPL license
×
×
  • Create New...

Important Information

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