Advertisement
DevWilliams

Mensagens

Apr 13th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. #=============================================================
  2. # Messages
  3. #=============================================================
  4.  
  5. # Announce Recipe success. Use the variables %name% for Name players and %item% for items
  6. AnnounceCrafts = Hey! "%name%" has won "%item%" +%enchant% in Crafting he be in the zone
  7.  
  8. # Announce Hero Login only you stay in Base Class
  9. # Variables: %player%, %clan%, %classe%
  10. AnnounceHeroLoginByClanMemberMsg = The Hero %player% from %classe% clan member %clan% is online.
  11. # Choose the message for the ad hero without the clan member name
  12. # Variables: %player%, %classe%
  13. AnnounceHeroLoginByPlayerMsg = The Hero %player% from %classe% is online.
  14.  
  15. # Announce Top PvP / PK
  16. # Variables: %player%, %clan%, %pvpkills%
  17. AnnounceTopPvPLoginByClanMemberMsg = The Glorious Top PvP %player% clan member %clan% is online. Currently with %pvpkills% PvPs.
  18. # Choose the message for the ad top pvp without the clan member name
  19. # Variables: %player%, %pvpkills%
  20. AnnounceTopPvPLoginByPlayerMsg = The Glorious Top PvP %player% is online. Currently with %pvpkills% PvPs.
  21.  
  22. # Variables: %player%, %clan%, %pkkills%
  23. AnnounceTopPkLoginByClanMemberMsg = The Glorious Top Pk %player% clan member %clan% is online. Currently with %pkkills% Pks.
  24. # Choose the message for the ad top pk without the clan member name
  25. # Variables: %player%, %pkkills%
  26. AnnounceTopPkLoginByPlayerMsg = The Glorious Top Pk %player% is online. Currently with %pkkills% Pks.
  27.  
  28. # Announce PvP Kill / Pk KIll
  29. AnnouncePvpMsg = $killer murdered $target in
  30. AnnouncePkMsg = $killer humbled $target in
  31.  
  32. # Announce Leader Clan on enter.
  33. # Variables: %player%, %clan%
  34. AnnounceLeadersClanLoginMsg = %player% owner, leader of the %clan% clan, went online.
  35.  
  36. # Announce castle lord on enter.
  37. # Choose the message for the ad castle lords with clan member name
  38. # Variables: %lord%, %clan%, %castle%
  39. AnnounceLordsLoginByClanMemberMsg = The Lord %lord%, owner of %castle% Castle and leader of the %clan% clan will be online.
  40.  
  41. #Announce to all players when Raidboss and GrandBoss is spawning
  42. # Variables: %boss%
  43. BossSpawned = Boss %boss% has spawned. In
  44.  
  45. # Raid boss/ Grand boss defeated message
  46. # Choose message for raid boss defeated by clan member
  47. # Variables: %raidboss%, %player%, %clan%
  48. BossDefeatedByClanMemberMsg = Boss %raidboss% was defeated by %player% of the clan %clan%.
  49. # Choose message for raid boss defeated by player
  50. # Variables: %raidboss%, %player%
  51. BossDefeatedByPlayerMsg = Boss %raidboss% was defeated by %player%.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement