Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    249

Reputation Activity

  1. Upvote
    Dastgir got a reaction from minx123 in need help to upload sprite in here   
    Got this somewhere on my pc, hope it helps you.
    Sprites Npc Naruto.zip
  2. Like
    Dastgir got a reaction from jogos.21 in Bloody branch   
    Change bloody branch script(from item_db) to

    if (getgmlevel()==0 || getgmlevel()==99) monster "this",-1,-1,"--ja--",-3,1,""; This will make bloody branch only usable by players/admins
  3. Upvote
    Dastgir got a reaction from samsudin in Restock System   
    It's in the download link..However you can find it in my repo too:
    https://github.com/dastgir/HPM-Plugins/tree/master/NPC
     
    I will update all plugin tomorrow,
    For those having error, just change malloc.h to memmgr.h and it will work.
  4. Upvote
    Dastgir got a reaction from minx123 in need help to upload sprite in here   
    Sadly they were hosted in 3rd party site(rapidshare/4shared) and its no longer up.
     
    Maybe if someone have them in disk, they can help.
  5. Upvote
    Dastgir got a reaction from evilpuncker in [WIP] PASS. Project: Anti-bot Security System   
    So it's like, in game npc prompts you to go to web, web will give you code, and you enter it ingame?
     
    Definately, I would stop playing if that's happening, its frustating to open web browser and do several steps to just play.
  6. Upvote
    Dastgir got a reaction from Kong in Plugin Collections   
    As I told, it won't work with old Hercules.
    that errors means you are having old hercules, new hercules have 1 extra argument in getcell.
     
    What I do is
    Properties->C/C++->General->Treat Warnings as Errors->FALSE
    Properties->C/C++->General->Warning Level->Level2
  7. Upvote
    Dastgir got a reaction from chryxt in another problem related making server-side   
    Step 1: remove [] and change to your username and password as mentioned in map-server.conf and char-server.conf(be sure to don't have it as s1/p1)
     
    Step 3: VPS IP
     
    Step 5: THE IP can be either 127.0.0.1 or localhost, If your SQL is on same VPS.
     
    Error: try above steps and try to run again by commands
    ./configure
    make clean
    make all
    ./athena-start start
     
     
    Because currently it seems to go to some loop and trying to allocate infinite memory, which makes server fail.
  8. Upvote
    Dastgir got a reaction from Hadeszeus in extended vending system plugin   
    Update 2:
    Added Extended Vending System
    https://github.com/dastgir/HPM-plugins
     
    (Please Take a Look and +1 at my Plugin Collection Topic: http://herc.ws/board/topic/8202-plugin-collections/page-1)
  9. Upvote
    Dastgir got a reaction from mrlongshen in extended vending system plugin   
    Update 2:
    Added Extended Vending System
    https://github.com/dastgir/HPM-plugins
     
    (Please Take a Look and +1 at my Plugin Collection Topic: http://herc.ws/board/topic/8202-plugin-collections/page-1)
  10. Upvote
    Dastgir got a reaction from Aurora in Plugin Collections   
    12th Ocotober:
    Added costumeitem plugin


    Update 2:
    Added Extended Vending System
    https://github.com/dastgir/HPM-plugins


    Edit: Forgot to mention,
    Extended Vending is autotrade persistent...
  11. Upvote
    Dastgir got a reaction from chryxt in keep crashing, please help   
    Might be because you are going into prontera... Get old prontera files, new prontera is only supported by 2015 clients.
  12. Upvote
    Dastgir got a reaction from Litro in Plugin Collections   
    12th Ocotober:
    Added costumeitem plugin


    Update 2:
    Added Extended Vending System
    https://github.com/dastgir/HPM-plugins


    Edit: Forgot to mention,
    Extended Vending is autotrade persistent...
  13. 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.
  14. Upvote
    Dastgir got a reaction from Black Box in extended vending system plugin   
    Update 2:
    Added Extended Vending System
    https://github.com/dastgir/HPM-plugins
     
    (Please Take a Look and +1 at my Plugin Collection Topic: http://herc.ws/board/topic/8202-plugin-collections/page-1)
  15. Upvote
    Dastgir got a reaction from iCORE in Dastgir's Services   
    Locked the Topic.
    Since I am not been able to handle Many Free Projects as well as this paid service..
    Though Anyone is welcomed to pm me for any kinds of service if they want,(and if you are lucky,  I might have time for it)
    will be opened up, once all of my projects are finished.
  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 Lord Ganja in Mode so clones cannot be freezed ?   
    0x8D =
    0x80+0x8+0x4+0x1 =
    MD_CANATTACK+MD_ASSIST+MD_AGGRESSIVE+MD_CANMOVE
     
    btw, Its Hexadecimal Number.
     
    You can refer to https://raw.githubusercontent.com/HerculesWS/Hercules/master/doc/mob_db_mode_list.txt for Modes.
  18. Upvote
    Dastgir got a reaction from Mystery in [Guide] Adding New Status Icons   
    Hello Hercules Community,
    Here's a Guide to Add a New Custom Status Icons(the one displayed on the right)
     
     
    What you Need?
    Knowledge of Editing and Compiling Server(and ofcourse custom icons)

     
    1) Server Side Edits:
    open
    src/map/status.h
     
    Find
     
    SC_MAX  Add Before
     
    SC_MYCUSTOMBUTTON,  
     
    Find
    SI_MAX, Add Before
     
    SI_MYCUSTOMBUTTON = ID_OF_BUTTON, (ID of Button can be any, but I suggest to have them > 2000, so not to avoid any updates with kRO(which is at 900) now)
    P.S: Remember that ID_OF_BUTTON, we gonna need them later.
     
     
    src/map/status.c
    Find
    status->IconChangeTable[SC_DECORATION_OF_MUSIC] = SI_DECORATION_OF_MUSIC; Add Below
    status->IconChangeTable[SC_MYCUSTOMBUTTON] = SI_MYCUSTOMBUTTON;  
    Recompile 
     
    2) ClientSide Edits
    Get a CleanCopy of statusicon folder (https://github.com/ROClientSide/Translation/tree/master/Data/luafiles514/lua%20files/stateicon)
     
    Open efstids.lub
    Find:
    __newindex = function()error("unknown state") Before it add,
     
    EFST_MYCUSTOMBUTTON = ID_OF_BUTTON,  P.S: ID_OF_BUTTON should match the one on source(status.h)
     
     
    Open  stateiconinfo.lub
    Find
     
    StateIconList[EFST_IDs.EFST_JUMPINGCLAN] = {  Add Before
    StateIconList[EFST_IDs.EFST_MYCUSTOMBUTTON] = { haveTimeLimit = 1, posTimeLimitStr = 2, descript = { { "My Custom Button Heading", COLOR_TITLE_BUFF }, {"%s", COLOR_TIME}, --do not edit this, this shows time remaining { "Description 1" }, { "Description 2" }, { "Description 3" } }} Open
    stateiconimginfo.lua
    Find
     
    [PRIORITY_GOLD] = { OR
    [PRIORITY_RED] = {  OR
    [PRIORITY_BLUE] = {  OR
    [PRIORITY_GREEN] = {  OR
    [PRIORITY_WHITE] = {  (Depending on what background your Custom Button is)
    Add below
     
    [EFST_IDs.EFST_MYCUSTOMBUTTON] = "MYCUSTOMBUTTONFILE.TGA",  P.S: Your Button File must be in .TGA form only.
    .tga file must go to data/texture/effect/ Folder
     
    And Its DONE!!!
     
    NOTE: Replace MYCUSTOMBUTTON with your own Icon/Effect Name
  19. Upvote
    Dastgir got a reaction from karazu in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Conquest has been done, rush has started, then last will be domination....
    Also, 2 more custom bg's
  20. 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.
  21. Upvote
    Dastgir got a reaction from Kong in Plugin Collections   
    Added market Plugin
  22. Upvote
    Dastgir got a reaction from Hadeszeus in Plugin Collections   
    Added market Plugin
  23. Upvote
    Dastgir got a reaction from Aly in New Race   
    We would try to do this asap. Not waiting for mains.
  24. Upvote
    Dastgir got a reaction from KaL EL ™ in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Conquest has been done, rush has started, then last will be domination....
    Also, 2 more custom bg's
  25. Upvote
    Dastgir got a reaction from Helena in Move/Relocate the cashshop button   
    No way to move it...
×
×
  • Create New...

Important Information

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