From 4fee6cb386a90f24306e54ea3606fa7fa133b8e3 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 7 Aug 2013 16:27:33 -0300 Subject: For Report #7333 Added official 'this item cannot be used within this area' response http://hercules.ws/board/tracker/issue-7333-map-zone-db/ Special Thanks to kyeme Signed-off-by: shennetsind --- src/map/pc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index f29c590b3..6dea877a0 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4432,6 +4432,7 @@ int pc_useitem(struct map_session_data *sd,int n) { /* on restricted maps the item is consumed but the effect is not used */ for(i = 0; i < map[sd->bl.m].zone->disabled_items_count; i++) { if( map[sd->bl.m].zone->disabled_items[i] == nameid ) { + clif->msg(sd, ITEM_CANT_USE_AREA); // This item cannot be used within this area if( battle_config.item_restricted_consumption_type ) { clif->useitemack(sd,n,sd->status.inventory[n].amount-1,true); pc->delitem(sd,n,1,1,0,LOG_TYPE_CONSUME); -- cgit v1.2.3-60-g2f50