add thisWhen using the Four Spirit Analysis skill get crash due to lack of customer packages 2013.
So is there a mapflag we're missing이지역은 카트이용이 금지 되어 있습니다
This region are prohibited from using the cart.
/// Set the map type (ZC_NOTIFY_MAPPROPERTY2)./// 01d6 <type>.Wvoid clif_map_type(struct map_session_data* sd, enum map_type type){ int fd; nullpo_retv(sd); fd=sd->fd; WFIFOHEAD(fd,packet_len(0x1D6)); WFIFOW(fd,0)=0x1D6; WFIFOW(fd,2)=type; WFIFOSET(fd,packet_len(0x1D6));}
enum map_type { // clif_map_type MAPTYPE_VILLAGE = 0, MAPTYPE_VILLAGE_IN = 1, MAPTYPE_FIELD = 2, MAPTYPE_DUNGEON = 3, MAPTYPE_ARENA = 4, MAPTYPE_PENALTY_FREEPKZONE = 5, MAPTYPE_NOPENALTY_FREEPKZONE = 6, MAPTYPE_EVENT_GUILDWAR = 7, MAPTYPE_AGIT = 8, MAPTYPE_DUNGEON2 = 9, MAPTYPE_DUNGEON3 = 10, MAPTYPE_PKSERVER = 11, MAPTYPE_PVPSERVER = 12, MAPTYPE_DENYSKILL = 13, MAPTYPE_TURBOTRACK = 14, MAPTYPE_JAIL = 15, MAPTYPE_MONSTERTRACK = 16, MAPTYPE_PORINGBATTLE = 17, MAPTYPE_AGIT_SIEGEV15 = 18, MAPTYPE_BATTLEFIELD = 19, MAPTYPE_PVP_TOURNAMENT = 20, //Map types 21 - 24 not used. MAPTYPE_SIEGE_LOWLEVEL = 25, //Map types 26 - 28 remains opens for future types. MAPTYPE_UNUSED = 29,};
So you think the client no longer recognises these stuff as "hi you have a cart and this is its data"?I don't think it's a mapflag for "vending" -> there is alrdy a celltype for that
I think it's a mapflag or a celltype to have a cart like having a peco ect...
if(pc_iscarton(sd)) { clif_cartlist(sd); clif_updatestatus(sd,SP_CARTINFO); }
We use essential cookies to make this site work, and optional cookies to enhance your experience.