Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. 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...
  2. There might be more errors at startup, that you haven't applied XYZ sql update. Apply those updates from sql-files/upgrades
  3. Dastgir

    @arealoot

    Updated the File to work with last hercules.
  4. @@Alexandria Yes, HPMHooking is required. Since it hooks function to restrict actions. Update: Added @arealoot and @whosell plugin
  5. Dastgir

    @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.
  6. Their packets is there in repo. Just change PACKETVER from mmo.h to 20100707
  7. Today's update: optimizing memory usage.. Upcoming weeks may see the finished product...
  8. I remember in the past when need to change description of items have to use idnum2itemdesctable.txt file, now why have to use iteminfo.lua/lub ? Please help, i want to use old type !Well itemInfo is read only if you have client >= 2012-04-18.You cant make it read old format. (And ahh) new format is much better than previous.
  9. 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)
  10. Dastgir

    How to fix?

    Change that line to .@server_max_refine = (( RENEWAL )? 20:10 );
  11. Download old prontera to fix the crash? Old prontera is in download section, search button will also give the link
  12. See, all those are in between /* and */ Also id > 32k are not usable currently.
  13. Show your item_db2.conf maybe? Also /* ANYTHING HERE */ Those /* and */ and multi line comments, anything between them are not read, maybe that's the cause.
  14. See the first error.Even if one bracket is missing, it won't be able to load all further items...
  15. AFAIK, c#/c++ is object oriented, whereas c isn't. You can check the src folder for checking thrbsyntax and format yourself.
  16. Go with 2014-10-22, but you won't be able to use new prontera 2015-05- client is stable enough, but there might be some unknown crashes.
  17. how to install this DLL files?!! Any update? or guide?You cannot, I will need to post source...
  18. Dastgir

    @arealoot

    @@Hirist Remove all lines containing GET_SYMBOL. That will fix it... I will upload new fixed version soon...
  19. Partially Deadz..

    1. Litro

      Litro

      why, your pc is not come back alive yet?

  20. That's not implemented(Maybe because it's not yet a complete feature coded in client itself)
  21. https://github.com/ROClientSide/Translation
×
×
  • Create New...

Important Information

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