93 -                 case 0:
93 +                 case ATTACK_NOONE:

104 -                 case 1:
104 +                 case ATTACK_SINGLE:

139 -                         if ("1".equals(event))
139 +                         if (QUEST_START_EVT.equals(event))

170 -                 if (qs == null || qs.getState() != State.STARTED || qs.getInt(CONDITION) == 0
170 +                 if (qs == null || !qs.isStarted() || qs.getInt(CONDITION) == 0

202 -                         if (qs.dropQuestItems(SPATOIS_BONES, 1, SPATOI_BONE_COUNT, chance, true))
202 +                         if (qs.dropQuestItems(SPATOIS_BONES, 1, SPATOI_BONE_COUNT, chance, true, false))