-
Content Count
245 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Beret
-
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.
-
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.
-
+1 to kyeme. interesting discount.
-
I do not know if it is 100% the system plus the /recruit command does not work.
-
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 ?
-
I said that the penalty of aspd is the same. There are several people who play on kro, maybe they can test this.
-
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.
-
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.
-
As said above by map_zone I'll have to be inheriting the other areas and will be very disorganized.
-
2013 Ragexe and Diff (Up to date 2013-08-07)
Beret replied to Shakto's topic in Client-Side Releases
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 -
It's not so much work to add the npcs custons, unless the server administrator to be lazy. More thanks for leaving your opinion
-
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.
-
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.
-
Ind was ready the update. http://herc.ws/board/topic/928-memory-slasher-may-30-patch/
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Beret replied to Shakto's topic in Client-Side Releases
Can I capture packets and generate the structure using the parser ?- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
I am having the same problem, 0x000 package error.
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Beret replied to Shakto's topic in Client-Side Releases
I'm doing it I'll be waiting.- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
xDiffPatcher, xDiffGen2, Packet Parser and Packet Extractor
Beret replied to Shakto's topic in Client-Side Releases
Could do a mini guide yommy ?- 85 replies
-
- diff
- xdiffpatcher
- (and 6 more)
-
R> Item Converter from Iteminfo.lua to old .txt formats
Beret replied to mybitch's question in Client-Side Requests
Also was in need, if someone has and want to share. -
2013 Ragexe and Diff (Up to date 2013-08-07)
Beret replied to Shakto's topic in Client-Side Releases
So any solution to the crash ? -
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]
-
Here goes the same way, when I type /recruit does not open the window
-
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}