Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. Not really that much, if you know what mods you did, If you know what mods you did and have been up with svn updating(and no manual), one can get a diff of what's done, and accordingly apply to Hercules(with some edits ofcourse). probably some days work(if its like above i mentioned), else would take a month
  2. True, the ForMidgarQ is almost hidden with background.And a little change if colors in JACKPOT would help it look better.
  3. Use Increase ViewId diff and increase to 30000 or 7000 (whatever you want) and use those higher ids , it's simple as that. Don't start after kRO items, always keep a suitable gap, since kRO implements new item often and would conflict with your customs if you update your luas
  4. Almost near to Alpha Stage of eBG.......

    1. Relzz
    2. Dastgir

      Dastgir

      In my dictionary, almost = a month :P

    3. Relzz
  5. make a shortcut then in target field add --generate-translationsare you able to give me the example Open cmd, go to your Hercules folder , typemap-server --generate-translations Or save the above line in .bat file and run it
  6. You should have iteminfo.lub in RO/System folder and not in grf ... Make sure you have downloaded iteminfo from repo and put on that folder.
  7. Client reads iteminfo.lub but I recommend yo diff it with custom name, since kRO updating would replace it... And update that file ..Check my signature for client side translation project(thats the one with most up-to-date iteminfo.)
  8. #ifndef PACKETVER #define PACKETVER 20140205 // #define PACKETVER 20120410#endif // PACKETVER//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).#define ENABLE_PACKETVER_RE#ifdef ENABLE_PACKETVER_RE #define PACKETVER_RE #undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE Possibilities: 1) ENABLE_PACKETVER_RE should be commented. 2) Maybe you did not disabled packet encryption keys at client and disabled at server side (conf/battle/client.conf) 3) You changed PacketKeys @ ClientSide while diffing, but haven't changed from src (src/map/packets.h)
  9. This is eAthena/rAthena with a lot of modifications (eAthena modifications). And with a lot of bugs c: Why do people buy emulator with a lot of bugs? Maybe there's something different about it.Just because of BG they buy it, If you surf eamod forum, you will get to know the bug reports that are pending from years.And its just some custom mods Installed to eA/rA hence the name eamod and rAmod
  10. By reading the script, I feel something wrong set getarg(0),getarg(1,0),getarg(2,0);Should be warp getarg(0),getarg(1,0),getarg(2,0);
  11. Not difficult, I will try to get hands on eden this week.
  12. Yes, you can use 2010 clients too.
  13. 1. Always use latest2. See my signature for roclientside repo link. 3. 2014-08-07 or 2014-02-05 But is that the clientside that most of the people here is using? Edit: Sorry because i'm just new here. That's the only one up-to-date, else are years old.. OOps a typo, 2013-08-07 I meant...
  14. I will update it to add exceptions Is this added? Not yet, (rather I forgot to), will add in upcoming days
  15. 1. Always use latest2. See my signature for roclientside repo link. 3. 2013-08-07 or 2014-02-05
  16. You have to recompile plugin in Ubuntu, plugin compiled on windows can't work on Linux.
  17. Well, just asking, does it matter?? Since quest name on server side is just for reference I think.
  18. Hi~Dastgir,If you are free ,Would you mind to create a tool which can tranlate quest_db.confby refrencing to the client file 'questid2display.txt' since quest_db.conf has beenimplemented. You mean the name of quest???
  19. Dastgir

    Failed to Load

    Lastly, run make plugins command at the root folder of Hercules, and you're good to go. You haven't done that, and it's written on guide
  20. Okay update:after this incident, I decided to work on it on my local machine. It was working 100% fine, but when I migrated it to the host the error above appeared again. This is frustrating, there's no error, it says my map server is online. I'm in a complete wall block. I rarely post since I wanted to try and solve things on my own, but this just got on my nerves. (again) I need help. Show all 3 console output when you experience that error while connecting
  21. Update lua files Stateiconinfo.lub to be specific...
  22. As I told, Convert both checkquest and isbegin_quest to questprogress.
  23. Source request is correct, since skills are part of source rather than script. As of why not implemented on Hercules, because we don't have full info, and don't want a custom skill to be made.
×
×
  • Create New...

Important Information

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