Jump to content

Wrong message

closed

Antares
2014-07-29 22:23:30
When I have 100 items in my inventory (full) and I try to open a gift box, the chat window shows the message:
[color=rgb(255,0,0)]Packet database has been reloaded.[/color]

I think this is not the correct message.

Pneuma
2014-07-30 03:25:54
[img]http://puu.sh/awSgw/3670189b77.png[/img]

Confirmed for latest rAthena D:

Rage
2014-07-30 14:45:31
Confirmed also in pc.c line 4619

if( !pc_inventoryblank(sd) ) {
clif_colormes(sd, color_table[COLOR_RED], msg_txt(sd, 1477)); //Item cannot be open when inventory is full
return false;
}
}

in msg_conf
1477 = Packet database has been reloaded
732 = Item cannot be open when inventory is full

Cydh
2014-08-04 15:05:56
Sorry [member=aleos], I steal this again from you /sry

Fixed at 45a8e8f
×
×
  • Create New...