Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    249

Reputation Activity

  1. Upvote
    Dastgir got a reaction from ρixєℓ in Erro plugin Costumeitem.   
    That solution implies that your Hercules is old.
    New Hercules don't require those ../
  2. Upvote
    Dastgir got a reaction from ρixєℓ in Erro plugin Costumeitem.   
    Update to latest hercules
    The error says you don't have that file..
    Hercules.h was included few weeks ago... Please update your repo
  3. Upvote
    Dastgir got a reaction from Tio Akima in Error rev 20311   
    There might be more errors at startup, that you haven't applied XYZ sql update.
    Apply those updates from sql-files/upgrades
  4. Upvote
    Dastgir got a reaction from Aeromesi in check if player is alive   
    if( !pc_isdead(sd) ){
    //PLAYER IS ALIVE
    }
     
    Alternatively you can check if Hp is 0
  5. Upvote
    Dastgir got a reaction from Ehwaz in @arealoot   
    Updated the File to work with last hercules.
  6. Upvote
    Dastgir got a reaction from Nebraskka in Z3R0 Here ;)   
    You can do via repository if you know to
     
    Like I have my bunch of plugins at one place: https://github.com/dastgir/HPM-Plugins/tree/master/src/plugins
  7. Upvote
    Dastgir got a reaction from Z3R0 in Z3R0 Here ;)   
    Welcome
    I have seen you for past few days xD , remember?
  8. Upvote
    Dastgir got a reaction from Alexandria in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    17th sept:
    More memory optimization, and SC has been implemented.
  9. Upvote
    Dastgir got a reaction from KaL EL ™ in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    17th sept:
    More memory optimization, and SC has been implemented.
  10. Upvote
    Dastgir got a reaction from Lelouch in RagnaHosting Scammer !   
    TIPS:
    1) Learn to setup own server
    2) Never go with RO hosts, almost all are resellers
  11. Upvote
    Dastgir got a reaction from evilpuncker in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Today's update: optimizing memory usage..
    Upcoming weeks may see the finished product...
  12. Upvote
    Dastgir got a reaction from Alexandria in @ping command   
    Seems troubling.
    Not receiving any request(packet) from client.
    Will see if its only due to my new client or plugin issue..
    If its client issue, it would be better to create a dll which sends a new packet. So it would work with all client...
    Will again check this soon...
  13. Upvote
    Dastgir got a reaction from Aurora in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Today's update: optimizing memory usage..
    Upcoming weeks may see the finished product...
  14. Upvote
    Dastgir got a reaction from Nagad in @whosell   
    @@Alexandria
    That's due to much recent change in plugin system.
    Just remove all lines having GET_SYMBOL
    And have this line at start of file
    #include "common/hercules.h"
     
    Above 2 step will fix the errors.
  15. Upvote
    Dastgir got a reaction from Shatowolf in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Today's update: optimizing memory usage..
    Upcoming weeks may see the finished product...
  16. Upvote
    Dastgir got a reaction from Dark8008 in Find 2010-07-07 client Packet_db   
    Their packets is there in repo.
    Just change PACKETVER from mmo.h to
    20100707
  17. Upvote
    Dastgir got a reaction from Alexandria in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Today's update: optimizing memory usage..
    Upcoming weeks may see the finished product...
  18. Upvote
    Dastgir got a reaction from mleo1 in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Today's update: optimizing memory usage..
    Upcoming weeks may see the finished product...
  19. Upvote
    Dastgir got a reaction from Nagad in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Today's update: optimizing memory usage..
    Upcoming weeks may see the finished product...
  20. Upvote
    Dastgir got a reaction from kyeme in [Release] ExtendedBG for Hercules (with eAmod BG modes)   
    Today's update: optimizing memory usage..
    Upcoming weeks may see the finished product...
  21. Upvote
    Dastgir got a reaction from Dark8008 in Why have to use ItemInfo.lub not idnum2itemdesctable.txt anymore?   
    Well, we follow kRO, we cannot control anything that's done to client , since kRO(official servers) release the client and we just use it to connect to pServers.
     
    So asking why its so , is invalid xD.
    If you want to use idnum tables, go with 2012-04-10 or lower clients .
    (No way for newer clients to read idnum tables)
  22. Upvote
    Dastgir got a reaction from evilpuncker in Why have to use ItemInfo.lub not idnum2itemdesctable.txt anymore?   
    Well, we follow kRO, we cannot control anything that's done to client , since kRO(official servers) release the client and we just use it to connect to pServers.
     
    So asking why its so , is invalid xD.
    If you want to use idnum tables, go with 2012-04-10 or lower clients .
    (No way for newer clients to read idnum tables)
  23. Upvote
    Dastgir got a reaction from Ehwaz in @arealoot   
    @@Hirist
    Remove all lines containing GET_SYMBOL.
    That will fix it...
    I will upload new fixed version soon...
  24. Upvote
    Dastgir got a reaction from tmav94 in 2014-10-22, Roulette and per-char gender!   
    That's not implemented(Maybe because it's not yet a complete feature coded in client itself)
  25. Upvote
    Dastgir got a reaction from tmav94 in 2014-10-22 msgstring tables   
    https://github.com/ROClientSide/Translation
×
×
  • Create New...

Important Information

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