Jump to content

Beret

High Council
  • Content Count

    245
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Beret

  1. Was looking at and noticed that hercules does not have this system, it would be interesting to add. Information - Transformation process is of 20 minutes. - When die back to normal form. - To be transformed is gain some attributes depending on the monster. - Wolf icon appears on top when using scroll of transformation.
  2. Currently the mapcache need 3 files to work. Why not change this way of reading the mapcache, using only one file. I don't know how it works in aegis if is similarly more emulator I do not.
  3. +1 to kyeme. interesting discount.
  4. Beret

    Group Search System

    I do not know if it is 100% the system plus the /recruit command does not work.
  5. Since it is different, I see many complain of this penalty, could not be added an option in hercules enabling activation of aspd as the IRO ?
  6. I said that the penalty of aspd is the same. There are several people who play on kro, maybe they can test this.
  7. More got the same result in iRO and pRO, and this information is 2010, KRO suffers constant updates doubt be the same today in 2013. As far as I know, the official servers can request changes only sprites, animation images and scripts, can not change the mechanics of the game.
  8. Well I was walking through the Forum iRO and found the topic for the penalty of aspd, however this information from the beginning of renewal, I did tests on iRO and pRO and don't have a high penalty an example is my ranger, it has only 3 penalty points. http://forums.warpportal.com/index.php?/topic/18920-aspd-in-renewal/ Was wondering if you do not hear any change in these 3 years.
  9. Beret

    Mapflag system

    As said above by map_zone I'll have to be inheriting the other areas and will be very disorganized.
  10. I found some problems in 2013-05-29aRagexe. - Effect of skill Jack Frost is not shown. - Teleport to a map where there is a npc with hideonnpc causes crash on client. - is not being made to read MsgStringTable.txt
  11. Beret

    Mapflag system

    It's not so much work to add the npcs custons, unless the server administrator to be lazy. More thanks for leaving your opinion
  12. Beret

    Mapflag system

    You did not understand my point. It would be another conf is only for mapflas located in npcmapflag. You can make modifications to the zone system, but I think would get very mixed.
  13. Beret

    Mapflag system

    I suggest a change in the system, could do for mapflags conf, so all would be in the same file, I propose as follows. mapflags:({ name:"mapflag_name" maps: { prontera geffen izlude } mapflag (gvg)}) the example above all maps will be activated mapflag gvg.
  14. Beret

    Renewal Attack?

    Ind was ready the update. http://herc.ws/board/topic/928-memory-slasher-may-30-patch/
  15. Can I capture packets and generate the structure using the parser ?
  16. I am having the same problem, 0x000 package error.
  17. Also was in need, if someone has and want to share.
  18. Beret

    Group Search System

    New packages for clients 2012-04+ // packet 0x8e6struct PACKET_ZC_PARTY_RECRUIT_ACK_REGISTER { /* this+0x0 */ short PacketType /* this+0x2 */ short Result}// packet 0x8e7struct PACKET_CZ_PARTY_RECRUIT_REQ_SEARCH { /* this+0x0 */ short PacketType /* this+0x2 */ short Level /* this+0x4 */ unsigned long LastIndex /* this+0x8 */ short ResultCount}// packet 0x8e9struct PACKET_CZ_PARTY_RECRUIT_REQ_DELETE { /* this+0x0 */ short PacketType}// packet 0x8eastruct PACKET_ZC_PARTY_RECRUIT_ACK_DELETE { /* this+0x0 */ short PacketType /* this+0x2 */ short Result}// packet 0x8ebstruct PACKET_CZ_PARTY_RECRUIT_REQ_UPDATE { /* this+0x0 */ short PacketType /* this+0x2 */ char Notice[37]}// packet 0x8ecstruct PACKET_ZC_PARTY_RECRUIT_NOTIFY_INSERT { /* this+0x0 */ short PacketType /* this+0x2 */ struct PARTY_RECRUIT_AD_INFO Info { /* this+0x0 */ unsigned long Index /* this+0x4 */ long ExpireTime /* this+0x8 */ char CharName[24] /* this+0x20 */ struct PARTY_RECRUIT_DETAIL Detail { /* this+0x0 */ short Level /* this+0x2 */ char Notice[37] } }}// packet 0x8edstruct PACKET_ZC_PARTY_RECRUIT_NOTIFY_UPDATE { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long Index /* this+0x6 */ char Notice[37]}// packet 0x8eestruct PACKET_ZC_PARTY_RECRUIT_NOTIFY_DELETE { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long Index}// packet 0x8efstruct PACKET_CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long Index}// packet 0x8f0struct PACKET_CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long GID}// packet 0x8f1struct PACKET_CZ_PARTY_RECRUIT_REQ_VOLUNTEER { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long Index}// packet 0x8f2struct PACKET_ZC_PARTY_RECRUIT_VOLUNTEER_INFO { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long AID /* this+0x6 */ int Job /* this+0xa */ short Level /* this+0xc */ char CharName[24]
  19. Beret

    Group Search System

    Here goes the same way, when I type /recruit does not open the window
  20. Beret

    Group Search System

    Here are the packets. // packet 0x802struct PACKET_CZ_PARTY_BOOKING_REQ_REGISTER { /* this+0x0 */ short PacketType /* this+0x2 */ struct PARTY_BOOKING_DETAIL RegisterInfo { /* this+0x0 */ short Level /* this+0x2 */ short MapID /* this+0x4 */ short Job[6] }}// packet 0x803struct PACKET_ZC_PARTY_BOOKING_ACK_REGISTER { /* this+0x0 */ short PacketType /* this+0x2 */ short Result}// packet 0x804struct PACKET_CZ_PARTY_BOOKING_REQ_SEARCH { /* this+0x0 */ short PacketType /* this+0x2 */ short Level /* this+0x4 */ short MapID /* this+0x6 */ short Job /* this+0x8 */ unsigned long LastIndex /* this+0xc */ short ResultCount}// packet 0x805struct PACKET_ZC_PARTY_BOOKING_ACK_SEARCH { /* this+0x0 */ short PacketType /* this+0x2 */ short PacketLength /* this+0x4 */ bool IsExistMoreResult /* this+0x5 */ struct PARTY_BOOKING_AD_INFO Info[...] { // Size 48 /* this+0x0 */ unsigned long Index /* this+0x4 */ char CharName[24] /* this+0x1c */ long ExpireTime /* this+0x20 */ struct PARTY_BOOKING_DETAIL Detail { /* this+0x0 */ short Level /* this+0x2 */ short MapID /* this+0x4 */ short Job[6] } }}// packet 0x806struct PACKET_CZ_PARTY_BOOKING_REQ_DELETE { /* this+0x0 */ short PacketType}// packet 0x807struct PACKET_ZC_PARTY_BOOKING_ACK_DELETE { /* this+0x0 */ short PacketType /* this+0x2 */ short Result}// packet 0x808struct PACKET_CZ_PARTY_BOOKING_REQ_UPDATE { /* this+0x0 */ short PacketType /* this+0x2 */ short Job[6]}// packet 0x809struct PACKET_ZC_PARTY_BOOKING_NOTIFY_INSERT { /* this+0x0 */ short PacketType /* this+0x2 */ struct PARTY_BOOKING_AD_INFO Info { /* this+0x0 */ unsigned long Index /* this+0x4 */ char CharName[24] /* this+0x1c */ long ExpireTime /* this+0x20 */ struct PARTY_BOOKING_DETAIL Detail { /* this+0x0 */ short Level /* this+0x2 */ short MapID /* this+0x4 */ short Job1 /* this+0x6 */ short Job2 /* this+0x8 */ short Job3 /* this+0xa */ short Job4 /* this+0xc */ short Job5 /* this+0xe */ short Job6 } }}// packet 0x80astruct PACKET_ZC_PARTY_BOOKING_NOTIFY_UPDATE { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long Index /* this+0x6 */ short Job1 /* this+0x8 */ short Job2 /* this+0xa */ short Job3 /* this+0xc */ short Job4 /* this+0xe */ short Job5 /* this+0x10 */ short Job6}// packet 0x80bstruct PACKET_ZC_PARTY_BOOKING_NOTIFY_DELETE { /* this+0x0 */ short PacketType /* this+0x2 */ unsigned long Index}
×
×
  • Create New...

Important Information

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