Jump to content

GreenBox

Members
  • Posts

    303
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by GreenBox

  1. geshi language files are easy to create, i'll make one for athena-script @edit http://pastebin.com/raw.php?i=AVifJ9RQ just need to add all functions name to the 3rd keywords array
  2. CustoPack ClearLook + Rainmeter Enigma
  3. Hi, I was adding support for bRO clients packets and that seems weird to have alot of packet_ver's for kRO and adding one for bRO. There is no reason to use packet_db if every time you change your client you must change the PACKETVER and maybe change the packet_ver. It's best to hardcode the packetdb on the source code(like here), and choose the packets with the preprocessor based in the PACKETVER(and other #define's also) so we can have more control over the packets.
  4. I released a new version, still waiting someone approve
  5. @QQfoolsorellina Didn't tested, but if don't work I can add support for it @edit There is a small bug on select packet_db window, I will fix on the next update
  6. File Name: RO Client Tools File Submitter: GreenBox File Submitted: 20 Feb 2012 File Updated: 21 Feb 2012 File Category: Client Tools I've made this utility to extract missing packets from my client(i'm using bRO client) and add them on the packet_db. It reads the packet_db and the client, checks for missing packets and saves those packets into a file(it tries to autodetect packet function by checking old packet_vers id and size). Probably it will not support all clients, so if it doesn't work for you, send me a PM with the client version and I will try to update it to work with your client. Has support for reading Storage Encrypt Key and 0x2b0 login packet Rjindael encryption key(used on some clients). Click here to download this file
  7. Version 2.1

    1369 downloads

    I've made this utility to extract missing packets from my client(i'm using bRO client) and add them on the packet_db. It reads the packet_db and the client, checks for missing packets and saves those packets into a file(it tries to autodetect packet function by checking old packet_vers id and size). Probably it will not support all clients, so if it doesn't work for you, send me a PM with the client version and I will try to update it to work with your client. Has support for reading Storage Encrypt Key and 0x2b0 login packet Rjindael encryption key(used on some clients).
    Free
  8. I didn't understand, did you mean: @showemail Player Player's email is [email protected] ?
  9. gettick = get the current tick count of the server, used by timers. canuseitem_tick = when > 0, you can only use an item if gettick() > canuseitem_tick
  10. Cronus not changed, just added aliases.
×
×
  • Create New...