You should use return instead of break :)Quote:
I did it in 5 min it's possible to add new drop, if you open fishing.cpp you can do:
Code:case New_Test_Item_Arczi: // 5 if 5 then this ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT(""Hello world, You find New Item!)); ch->AutoGiveItem(New_Test_Item_Arczi); break;