Issue information

Issue ID
#1785
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 2, 2008 3:50
Last Post
Hercules Elf Bot
Jul 2, 2008 3:50
Confirmation
N/A

Hercules Elf Bot - Jul 2, 2008 3:50

Originally posted by [b]Valaris[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=1785

Missing 2 easy bits of information to get this command working. I didn't check if this was in stable or not.

First of all edit packet_db.txt

20f should be:
0x020f,10,pvpinfo,0

Then edit clif.c

Add the following line inside clif_parse_func[] in function packetdb_readdb:
{clif_parse_PVPInfo,"pvpinfo"},

And there you go.

Haven't figured out what the missing bits of information in the return packet is though, I thought it might be character IDs, but nothing so far.