Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. <events>
  2. <step id="1" next_step="2">
  3. <event id="1" impl="NpcKill" type="NPC_KILL">
  4. <implVariable name="type" value="Monster"/>
  5. <implVariable name="maxCount" value="{link:{event_1_max_count}}"/>
  6. <implVariable name="chance" value="90"/>
  7. <implVariable name="monsterIds" value="{link:{monsterId}}"/>
  8. <implVariable name="whomTake" value="SELF"/>
  9. <return name="correctCount" value="getCorrectCount"/>
  10. <SUCC>
  11. <class impl="ShowScreenMessage">
  12. <implVariable name="bigFont" value="false"/>
  13. <implVariable name="screenMessageAlign" value="TOP_CENTER"/>
  14. <implVariable name="time" value="6000"/>
  15. <implVariable name="message" value="Оо да... Продолжайте убивать, я хочу больше крови! Уже убито {event_action:{1:correctCount}} из {link:{event_1_max_count}}!"/>
  16. </class>
  17. </SUCC>
  18. </event>
  19. </step>
  20. <step id="2">
  21. <event id="1" impl="NpcKill" type="NPC_KILL">
  22. <implVariable name="type" value="Monster"/>
  23. <implVariable name="maxCount" value="{link:{event_1_max_count}}"/>
  24. <implVariable name="chance" value="90"/>
  25. <implVariable name="monsterIds" value="{link:{monsterId}}"/>
  26. <implVariable name="whomTake" value="SELF"/>
  27. <return name="correctCount" value="getCorrectCount"/>
  28. <SUCC>
  29. <class impl="ShowScreenMessage">
  30. <implVariable name="bigFont" value="false"/>
  31. <implVariable name="screenMessageAlign" value="TOP_CENTER"/>
  32. <implVariable name="time" value="6000"/>
  33. <implVariable name="message" value="Оо да... Продолжайте убивать, я хочу больше крови! Уже убито {event_action:{1:correctCount}} из {link:{event_1_max_count}}!"/>
  34. </class>
  35. </SUCC>
  36. </event>
  37. </step>
  38. </events>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement