Kenpachi2k13
Kenpachi2k13
There's something in progress: https://github.com/HerculesWS/Hercules/pull/2473 I'm not quite sure if this one really is suitable, maybe we need another command like `temp_npc()`.
Indeed. I think this should be done together with fixing #2692.
@Emistry If you agree I'd take over this task...
Confirmed. - Items of type `IT_AMMO` don't support autobonus. - Item combos don't support autobonus. - Pets don't support autobonus. - If a piece of equipment and a card compounded...
I did some testing with `2016-01-13cRagexeRE` and the issue isn't related to the invitation itself. The actual problem is opening the party window. As of yet I wasn't able to...
In my opinion the Xcode upgrade should not be part of this PR since it's not required.
Confirmed! It seems that `clif_maptypeproperty2()` is buggy. I implemented rAthena's code in `clif_map_property_mapall()` for testing: ```c #if PACKETVER >= 20121010 struct map_data *mapdata = &map->list[bl.m]; WBUFL(buf,4) = ((mapdata->flag.pvp?1:0 || (bl.type...
Okay... I tracked down the culprit. We're **always** sending the the _old_ `0x199` (`ZC_NOTIFY_MAPPROPERTY`) prior to sending the new `0x99b` (`ZC_MAPPROPERTY_R2`). (There is one exception in `clif_parse_LoadEndAck()` where `0x199` isn't...
> Currently in the mob_db, we have used mob ids from 2500-3999. That's not right. The first monster ID is 1001 (`SCORPION`). Furthermore you can use IDs up to 21000...
Ah, now I get it. I'll work on that, but be aware that it won't have top priority. :wink: