Guest User

Earn Notifications 1.9.5

a guest
Mar 21st, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.82 KB | None | 0 0
  1. ////////////////////////////////////////////////
  2. // Earn Notifications V 1.9.5 //
  3. // Say "Menu" In Any Chat To Open The Menu //
  4. // Made By: Chandoggie Help From: kerbybit //
  5. // Major Help and Contribution From: Zxl //
  6. // //
  7. ////////////////////////////////////////////////
  8.  
  9. trigger:<list=EarnNotifications><contain>You earned {string[SExp]} Smash Heroes EXP
  10. type:chat
  11. event:if {string[TTF2]}.equals(True)
  12. event:notify <time=400>&bSmash EXP: {string<SExp>}
  13. event:do {string[totalSExp]}.save({string<SExp>}.add({string<totalSExp>}))
  14. event:if {string[TTF]}.equals(True)
  15. event:trigger SXP1
  16. event:else
  17. event:trigger SXP2
  18. event:end
  19. event:else
  20. event:do {string[totalSExp]}.save({string<SExp>}.add({string<totalSExp>}))
  21. event:if {string[TTF]}.equals(True)
  22. event:trigger SXP1
  23. event:else
  24. event:trigger SXP2
  25. event:end
  26.  
  27. trigger:<list=EarnNotifications>SXP1
  28. type:other
  29. event:killfeed <time=400>&bTotal Smash EXP: {string<totalSExp>}&r
  30. event:if {string[GoalSmashXP]}.equals(0)
  31. event:else
  32. event:if {string<totalSExp>}.gte({string<GoalSmashXP>})
  33. event:do {string[GoalSmashXP]}.set({string<VariableGoal>})
  34. event:wait 20
  35. event:killfeed &bSmash Heroes EXP Goal Reached!&r
  36. event:trigger SoundPlay
  37. event:end
  38.  
  39.  
  40. trigger:<list=EarnNotifications>SXP2
  41. type:other
  42. event:if {string[GoalSmashXP]}.equals(0)
  43. event:else
  44. event:if {string<totalSExp>}.gte({string<GoalSmashXP>})
  45. event:do {string[GoalSmashXP]}.set({string<VariableGoal>})
  46. event:wait 20
  47. event:killfeed <time=400>&bSmash Heroes EXP Goal Reached!&r
  48. event:trigger SoundPlay
  49. event:end
  50.  
  51.  
  52. trigger:<list=EarnNotifications><contain>You earned a total of {string[GCoins]} Guild Coins
  53. type:chat
  54. event:if {string[TTF2]}.equals(True)
  55. event:notify <time=400>&2Guild Coins: {string<GCoins>}
  56. event:do {string[totalGCoins]}.save({string<GCoins>}.add({string<totalGCoins>}))
  57. event:if {string[TTF]}.equals(True)
  58. event:trigger GC1
  59. event:else
  60. event:trigger GC2
  61. event:end
  62. event:else
  63. event:do {string[totalGCoins]}.save({string<GCoins>}.add({string<totalGCoins>}))
  64. event:if {string[TTF]}.equals(True)
  65. event:trigger GC1
  66. event:else
  67. event:trigger GC2
  68. event:end
  69.  
  70. trigger:<list=EarnNotifications>GC1
  71. type:other
  72. event:killfeed <time=400>&2Total Guild Coins: {string<totalGCoins>}&r
  73. event:if {string[GoalGCoin]}.equals(0)
  74. event:else
  75. event:if {string<totalGCoins>}.gte({string<GoalGCoin>})
  76. event:do {string[GoalGCoin]}.set({string<VariableGoal>})
  77. event:wait 20
  78. event:killfeed <time=400>&2Guild Coin Goal Reached!&r
  79. event:trigger SoundPlay
  80. event:end
  81.  
  82.  
  83. trigger:<list=EarnNotifications>GC2
  84. type:other
  85. event:if {string[GoalGCoin]}.equals(0)
  86. event:else
  87. event:if {string<totalGCoins>}.gte({string<GoalGCoin>})
  88. event:do {string[GoalGCoin]}.set({string<VariableGoal>})
  89. event:wait 20
  90. event:killfeed <time=400>&2Guild Coin Goal Reached!&r
  91. event:trigger SoundPlay
  92. event:end
  93.  
  94.  
  95. trigger:<list=EarnNotifications><contain>&r&aYou received &r&6{string[QuestCoin]}&r&7
  96. type:chat
  97. event:if {string[TTF3]}.equals(True)
  98. event:do {string[totalCoins]}.save({string[totalCoins]}.add({string<QuestCoin>}))
  99. event:else
  100. event:end
  101.  
  102. trigger:<list=EarnNotifications><contain>&r&6You earned a total of {string[Coins]} Coins&r
  103. type:chat
  104. event:if {string[TTF2]}.equals(True)
  105. event:notify <time=400>&6Coins: {string<Coins>}&r
  106. event:do {string[totalCoins]}.save({string<totalCoins>}.add({string<Coins>}))
  107. event:if {string[TTF]}.equals(True)
  108. event:trigger CO1
  109. event:else
  110. event:trigger CO2
  111. event:end
  112. event:else
  113. event:do {string[totalCoins]}.save({string<totalCoins>}.add({string<Coins>}))
  114. event:if {string[TTF]}.equals(True)
  115. event:trigger CO1
  116. event:else
  117. event:trigger CO2
  118. event:end
  119.  
  120.  
  121. trigger:<list=EarnNotifications>CO1
  122. type:other
  123. event:killfeed <time=400>&6Total Coins: {string<totalCoins>}&r
  124. event:if {string[GoalCoin]}.equals(0)
  125. event:else
  126. event:if {string<totalCoins>}.gte({string<GoalCoin>})
  127. event:do {string[GoalCoin]}.set({string<VariableGoal>})
  128. event:wait 20
  129. event:killfeed <time=400>&6Coin Goal Reached!&r
  130. event:trigger SoundPlay
  131. event:else
  132. event:end
  133.  
  134.  
  135. trigger:<list=EarnNotifications>CO2
  136. type:other
  137. event:if {string[GoalCoin]}.equals(0)
  138. event:else
  139. event:if {string<totalCoins>}.gte({string<GoalCoin>})
  140. event:do {string[GoalCoin]}.set({string<VariableGoal>})
  141. event:wait 20
  142. event:killfeed <time=400>&6Coin Goal Reached!&r
  143. event:trigger SoundPlay
  144. event:end
  145.  
  146.  
  147. trigger:<list=EarnNotifications><contain>You received {string[QuestEXP]} experience
  148. type:chat
  149. event:if {string[TTF3]}.equals(True)
  150. event:do {string[totalExp]}.save({string[totalExp]}.add({string<QuestEXP>}))
  151. event:else
  152. event:end
  153.  
  154. trigger:<list=EarnNotifications><contain>You earned a total of {string[Exp]} Experience
  155. type:chat
  156. event:if {string[TTF2]}.equals(True)
  157. event:notify <time=400>&9Experience: {string<Exp>}&r
  158. event:do {string[totalExp]}.save({string<totalExp>}.add({string<Exp>}))
  159. event:if {string[TTF]}.equals(True)
  160. event:trigger EXP1
  161. event:else
  162. event:trigger EXP2
  163. event:end
  164. event:else
  165. event:do {string[totalExp]}.save({string<totalExp>}.add({string<Exp>}))
  166. event:if {string[TTF]}.equals(True)
  167. event:trigger EXP1
  168. event:else
  169. event:trigger EXP2
  170. event:end
  171.  
  172. trigger:<list=EarnNotifications>EXP1
  173. type:other
  174. event:killfeed <time=400>&9Total EXP: {string<totalExp>}&r
  175. event:if {string[GoalXP]}.equals(0)
  176. event:else
  177. event:if {string<totalExp>}.gte({string[GoalXP]})
  178. event:do {string[GoalXP]}.set({string<VariableGoal>})
  179. event:wait 20
  180. event:killfeed <time=400>&9EXP Goal Reached!&r
  181. event:trigger SoundPlay
  182. event:end
  183.  
  184. trigger:<list=EarnNotifications>EXP2
  185. type:other
  186. event:if {string[GoalXP]}.equals(0)
  187. event:else
  188. event:if {string<totalExp>}.gte({string[GoalXP]})
  189. event:do {string[GoalXP]}.set({string<VariableGoal>})
  190. event:wait 20
  191. event:killfeed <time=400>&9EXP Goal Reached!&r
  192. event:trigger SoundPlay
  193. event:end
  194.  
  195. trigger:<list=EarnNotifications>SoundPlay
  196. type:other
  197. event:if {string[TTF4]}.equals(True)
  198. event:sound {string<ChosenSound>}
  199. event:else
  200. event:end
  201.  
  202. trigger:<list=EarnNotifications><end>{me}: Menu
  203. type:chat
  204. event:cancel
  205. event:chat
  206. event:chat clickable({string[Title]}<,run_command,/tr SecretSettings){string[SecondaryColor]}&m-----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  207. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------{string[Title]}> Main Menu <{string[SecondaryColor]}&m--------------{string[Title]}>&r
  208. event:chat
  209. event:chat &7&m---&r clickable(&cClear&b All Totals&r,suggest_command,/trigger run ClearAllTotals,&4Click Here To Reset All Totals&r)
  210. event:chat &7&m---&r clickable(&aTotals&b Configuration&r,run_command,/trigger run STotals,&aClick Here To Configure Your Totals&r)
  211. event:chat &7&m---&r clickable(&6Goal&b Configuration&r,run_command,/trigger run Goals,&6Click Here To Configure Your Goals&r)
  212. event:chat &7&m---&r clickable(&9Add-On&b Menu&r,run_command,/trigger run AddOns,&9Click Here To Show The Add-On Menu)
  213. event:chat &7&m---&r clickable(&2General&b Settings&r,run_command,/trigger run Settings,&2Click Here To Show Settings&r)
  214. event:chat &7&m---&r clickable(&1Toggle&b Tags&r,run_command,/trigger run ToggleTags,&1Click Here To Toggle Custom Tags&r)
  215. event:chat
  216. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  217. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  218. event:chat
  219. event:end
  220.  
  221. trigger:<list=EarnNotifications>Menu
  222. type:other
  223. event:cancel
  224. event:chat
  225. event:chat clickable({string[Title]}<,run_command,/tr SecretSettings){string[SecondaryColor]}&m-----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  226. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------{string[Title]}> Main Menu <{string[SecondaryColor]}&m--------------{string[Title]}>&r
  227. event:chat
  228. event:chat &7&m---&r clickable(&cClear&b All Totals&r,suggest_command,/trigger run ClearAllTotals,&4Click Here To Reset All Totals&r)
  229. event:chat &7&m---&r clickable(&aTotals&b Configuration&r,run_command,/trigger run STotals,&aClick Here To Configure Your Totals&r)
  230. event:chat &7&m---&r clickable(&6Goal&b Configuration&r,run_command,/trigger run Goals,&6Click Here To Configure Your Goals&r)
  231. event:chat &7&m---&r clickable(&9Add-On&b Menu&r,run_command,/trigger run AddOns,&9Click Here To Show The Add-On Menu)
  232. event:chat &7&m---&r clickable(&2General&b Settings&r,run_command,/trigger run Settings,&2Click Here To Show Settings&r)
  233. event:chat &7&m---&r clickable(&1Toggle&b Tags&r,run_command,/trigger run ToggleTags,&1Click Here To Toggle Custom Tags&r)
  234. event:chat
  235. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  236. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  237. event:chat
  238. event:end
  239.  
  240. trigger:<list=EarnNotifications>SecretSettings
  241. type:other
  242. event:chat {string[Title]}<{string[SecondaryColor]}&m-----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  243. event:chat {string[Title]}<{string[SecondaryColor]}&m------------{string[Title]}> Secret Menu <{string[SecondaryColor]}&m--------------{string[Title]}>&r
  244. event:chat &f&nDebug Headquarters&r
  245. event:chat
  246. event:chat clickable(&7<< Back,run_command,/trigger run Menu,&7Why Are You Here Anyways?) --- clickable(&a⬤&8&lRefresh&a⬤&r,run_command,/tr SecretSettings,&aRefresh)
  247. event:chat
  248. event:chat &bTotal Smash EXP: &f{string<totalSExp>}&r &1Total EXP: &f{string<totalExp>}&r
  249. event:chat &6Total Coin: &f{string<totalCoins>} &2Total Guild Coin: &f{string<totalGCoins>}&r
  250. event:chat
  251. event:chat &bGoal Smash EXP: &f{string<GoalSmashXP>}&r &1Goal EXP: &f{string<GoalXP>}&r
  252. event:chat &6Goal Coin: &f{string<GoalCoin>}&r &2Goal Guild Coin: &f{string<GoalGCoin>}&r
  253. event:chat &7Variable Goal: &f{string<VariableGoal>}&r
  254. event:chat
  255. event:chat &5Toggle 1: &f{string<TTF>} &5Toggle 2: &f{string<TTF2>}&r
  256. event:chat &5Toggle 3: &f{string<TTF3>} &5Toggle 4: &f{string<TTF4>} &5Toggle 5: &f{string<TTF5>}&r
  257. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  258. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  259. event:chat
  260.  
  261. trigger:<list=EarnNotifications>STotals
  262. type:other
  263. event:chat
  264. event:chat {string[Title]}<{string[SecondaryColor]}&m-----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  265. event:chat {string[Title]}<{string[SecondaryColor]}&m--------------{string[Title]}> Totals Menu <{string[SecondaryColor]}&m-------------{string[Title]}>&r
  266. event:chat
  267. event:chat clickable(&7<< Back,run_command,/trigger run Menu,&7Click Here To Go Back) &7&m---&r &r clickable(&7Notify Totals&r,run_command,/trigger run ShowTotal,&7Click Here To Notify Totals&r)
  268. event:chat &7&m---&r &6Coin Total: {string<totalCoins>}&r &7&m---&r clickable(&4Reset,suggest_command,/trigger run ResetTCoin,&4Click Here To Reset&r)
  269. event:chat &7&m---&r &2Guild Coin Total: {string<totalGCoins>}&r &7&m---&r clickable(&4Reset,suggest_command,/trigger run ResetTGCoin,&4Click Here To Reset&r)
  270. event:chat &7&m---&r &bSmash EXP Total: {string<totalSExp>}&r &7&m---&r clickable(&4Reset,suggest_command,/trigger run ResetTSExp,&4Click Here To Reset&r)
  271. event:chat &7&m---&r &9Experience Total: {string<totalExp>}&r &7&m---&r clickable(&4Reset,suggest_command,/trigger run ResetTExp,&4Click Here To Reset&r)
  272. event:chat
  273. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  274. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  275. event:chat
  276. event:end
  277.  
  278. trigger:<list=EarnNotifications>AddOns
  279. type:other
  280. event:chat
  281. event:chat {string[Title]}<{string[SecondaryColor]}&m-----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  282. event:chat {string[Title]}<{string[SecondaryColor]}&m--------------{string[Title]}> Add-On Menu <{string[SecondaryColor]}&m------------{string[Title]}>&r
  283. event:chat
  284. event:chat clickable(&7<< Back,run_command,/trigger run Menu,&7Click Here To Go Back)
  285. event:if {string<BetterPartiesInstalled>}.equals(1.1.4)
  286. event:chat clickable(&7&m---&r &2Better Parties&b Menu&r,run_command,/trigger run PKSettings,&7Click Here To Show The Party Menu - &2BetterParties&r)
  287. event:else
  288.  
  289. event:chat clickable(&7&m---&r &2Download Better Parties,open_url,https://cdn.discordapp.com/attachments/152300065543684097/152868876877692929/BetterPartiesEN1.1.4.txt,&2Click to download the latest Better Parties&r)
  290. event:end
  291.  
  292. event:if {string<ColorConfigurationInstalled2>}.equals(1.1.4)
  293.  
  294. event:chat &7&m---&r clickable(&eColor &bConfiguration&r,run_command,/trigger run Color Configuration,&7Click Here To Configure Colors - &eColorConfiguration&b&r)
  295.  
  296. event:else
  297.  
  298. event:chat &7&m---&r clickable(&eDownload Color Configuration,open_url,https://cdn.discordapp.com/attachments/152300065543684097/154038935494852609/ColorConfigurationEN1.1.4.txt,&eClick to download the latest Color Configuration&r)
  299. event:end
  300.  
  301. event:if {string<ChatToggleInstalled>}.equals(1.0.1)
  302.  
  303. event:chat &7&m---&r clickable(&fChat Toggle &bMenu&r,run_command,/trigger run Chat,&7Click Here To Show Chat Toggles Menus - &fChatToggles&b&r)
  304.  
  305. event:else
  306.  
  307. event:chat &7&m---&r clickable(&fDownload Chat Toggles,open_url,https://cdn.discordapp.com/attachments/152300065543684097/152868877854834689/ChatToggleEN1.0.1.txt,&fClick to download the latest Chat Toggles&r)
  308. event:end
  309.  
  310. event:if {string<SoundNotificationsInstalled>}.equals(1.0.1)
  311.  
  312. event:chat &7&m---&r clickable(&6Sound Notifications &bMenu&r,run_command,/trigger run SoundNoti,&7Click Here To Show Sound Notifications Menus - &6Sound Notifications&b&r)
  313.  
  314. event:else
  315.  
  316. event:chat &7&m---&r clickable(&6Download Sound Notifications,open_url,https://cdn.discordapp.com/attachments/152300065543684097/152946158631780353/SoundNotificationsEN1.0.1.txt,&6Click to download the latest Sound Notifications&r)
  317. event:end
  318. event:if {string<PlayTimeInstalled>}.equals(1.1.0)
  319. event:chat &7&m---&r clickable(&5Play Time&b Menu&r,run_command,/tr PlayTimeMenu,&7Click Here To Show Your Playtime - &5PlayTime)
  320. event:else
  321. event:chat &7&m---&r clickable(&5Download Play Time,open_url,https://cdn.discordapp.com/attachments/152300065543684097/156605307680718849/PlayTimeEN1.1.0.txt,&5Click to download the latest Version of Playtime&r)
  322. event:end
  323. event:if {string<PetHelperInstalled>}.equals(1.1.0)
  324.  
  325. event:chat &7&m---&r clickable(&1Pet Helper &bMenu&r,run_command,/trigger run PetHelperMain,&7Click Here To Show Pet Helpers Menus - &1Pet Helpers&b&r)
  326.  
  327. event:else
  328.  
  329. event:chat &7&m---&r clickable(&1Download Pet Helper,open_url,https://cdn.discordapp.com/attachments/152300065543684097/155881552826466305/PetHelperEN1.1.0.txt,&1Click to download the latest Pet Helpers&r)
  330. event:end
  331. event:chat
  332. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  333. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  334. event:chat
  335. event:else
  336. event:end
  337.  
  338.  
  339. trigger:<list=EarnNotifications>Goals
  340. type:other
  341. event:chat {string[Title]}<{string[SecondaryColor]}&m-----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  342. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------{string[Title]}> Goal Menu <{string[SecondaryColor]}&m--------------{string[Title]}>&r
  343. event:chat
  344. event:chat clickable(&7<< Back,run_command,/trigger run Menu,&7Click Here To Go Back)
  345. event:chat clickable(&7&m---&r &aDisplay&b All Goals&r,run_command,/trigger run DisplayGoals,&aClick Here To Display All Goals&r)
  346. event:chat
  347. event:chat clickable(&7&m---&r &cReset&b All Goals&r,suggest_command,/trigger run ResetAllGoals,&cClick Here To Reset All Goals&r)
  348. event:chat
  349. event:chat clickable(&7&m---&r &6Coins &7&m---&r &6Current Goal: {string<GoalCoin>}&r,run_command,/trigger run GoalC,&6Click here for Coin Goals&r)
  350. event:chat clickable(&7&m---&r &2Guild Coins &7&m---&r &2Current Goal: {string<GoalGCoin>}&r,run_command,/trigger run GoalGC,&2Click here for Guild Coin Goals&r)
  351. event:chat clickable(&7&m---&r &9Experience &7&m---&r &9Current Goal: {string<GoalXP>}&r,run_command,/trigger run GoalXP,&9Click here for Experience Goals&r)
  352. event:chat clickable(&7&m---&r &bSmash EXP &7&m---&r &bCurrent Goal: {string<GoalSmashXP>}&r,run_command,/trigger run GoalSmashXP,&bClick here for Smash Heroes EXP Goals&r)
  353. event:chat clickable(&7&m---&r &7Variable Goal &7&m---&r &7Current Goal: {string<VariableGoal>}&r,run_command,/trigger run VariableGoals,&7Click Here for Variable Goals&r)
  354. event:chat
  355. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  356. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  357. event:chat
  358. event:end
  359.  
  360.  
  361.  
  362.  
  363. trigger:<list=EarnNotifications>GoalC
  364. type:other
  365. event:chat {string[Title]}<{string[SecondaryColor]}&m-----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  366. event:chat {string[Title]}<{string[SecondaryColor]}&m-------------{string[Title]}> &6Coin{string[Title]} Goal Menu <{string[SecondaryColor]}&m------------{string[Title]}>&r
  367. event:chat
  368. event:chat clickable(&7<< Back,run_command,/trigger run Goals,&7Click Here To Go Back)
  369. event:chat &7&m---&r &6Current Coin Goal: {string<GoalCoin>}&r &7&m---&r clickable(&4Reset,suggest_command,/trigger run ResetCoin,&4Click Here To Reset&r)
  370. event:chat clickable(&7&m---&r &aAdd 100 Coins&r,run_command,/trigger run GoalC2,&aClick here To Add 100 Coins)
  371. event:chat clickable(&7&m---&r &aAdd 1000 Coins&r,run_command,/trigger run GoalC3,&aClick here To Add 1000 Coins)
  372.  
  373. event:if {string<GoalCoin>}.equals(0)
  374. event:trigger GoalCSafe
  375. event:else
  376.  
  377. event:if {string<GoalCoin>}.equals(100)
  378. event:trigger GoalCSafe2
  379. event:else
  380.  
  381. event:if {string<GoalCoin>}.equals(200)
  382. event:trigger GoalCSafe2
  383. event:else
  384.  
  385. event:if {string<GoalCoin>}.equals(300)
  386. event:trigger GoalCSafe2
  387. event:else
  388.  
  389. event:if {string<GoalCoin>}.equals(400)
  390. event:trigger GoalCSafe2
  391. event:else
  392.  
  393. event:if {string<GoalCoin>}.equals(500)
  394. event:trigger GoalCSafe2
  395. event:else
  396.  
  397. event:if {string<GoalCoin>}.equals(600)
  398. event:trigger GoalCSafe2
  399. event:else
  400.  
  401. event:if {string<GoalCoin>}.equals(700)
  402. event:trigger GoalCSafe2
  403. event:else
  404.  
  405. event:if {string<GoalCoin>}.equals(800)
  406. event:trigger GoalCSafe2
  407. event:else
  408.  
  409. event:if {string<GoalCoin>}.equals(900)
  410. event:trigger GoalCSafe2
  411. event:else
  412.  
  413. event:trigger GoalCEnd
  414. event:end
  415.  
  416.  
  417.  
  418. trigger:<list=EarnNotifications>GoalC2
  419. type:other
  420. event:do {string[GoalCoin]}.save({string<GoalCoin>}.add(100))
  421. event:trigger GoalC
  422.  
  423. trigger:<list=EarnNotifications>GoalC3
  424. type:other
  425. event:do {string[GoalCoin]}.save({string<GoalCoin>}.add(1000))
  426. event:trigger GoalC
  427.  
  428. trigger:<list=EarnNotifications>GoalC4
  429. type:other
  430. event:do {string[GoalCoin]}.save({string<GoalCoin>}.subtract(100))
  431. event:trigger GoalC
  432.  
  433. trigger:<list=EarnNotifications>GoalC5
  434. type:other
  435. event:do {string[GoalCoin]}.save({string<GoalCoin>}.subtract(1000))
  436. event:trigger GoalC
  437.  
  438. trigger:<list=EarnNotifications>GoalCSafe
  439. type:other
  440. event:chat clickable(&7&m---&r &cRemove 100 Coins&r,,,&cCan Not Go Below 0 Coins)
  441. event:chat clickable(&7&m---&r &cRemove 1000 Coins&r,,,&cCan Not Go Below 0 Coins)
  442. event:chat
  443. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  444. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  445. event:chat
  446. event:end
  447.  
  448. trigger:<list=EarnNotifications>GoalCSafe2
  449. type:other
  450. event:chat clickable(&7&m---&r &cRemove 100 Coins&r,run_command,/trigger run GoalC4,&cClick here To Remove 100 Coins)
  451. event:chat clickable(&7&m---&r &cRemove 1000 Coins&r,,,&cCan Not Go Below 0 Coins)
  452. event:chat
  453. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  454. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  455. event:chat
  456. event:end
  457.  
  458. trigger:<list=EarnNotifications>GoalCEnd
  459. type:other
  460. event:chat clickable(&7&m---&r &cRemove 100 Coins&r,run_command,/trigger run GoalC4,&cClick here To Remove 100 Coins)
  461. event:chat clickable(&7&m---&r &cRemove 1000 Coins&r,run_command,/trigger run GoalC5,&cClick here To Remove 1000 Coins)
  462. event:chat
  463. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  464. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  465. event:chat
  466. event:end
  467.  
  468. trigger:<list=EarnNotifications>GoalXP
  469. type:other
  470. event:chat {string[Title]}<{string[SecondaryColor]}&m-----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  471. event:chat {string[Title]}<{string[SecondaryColor]}&m----------{string[Title]}> &9Experience{string[Title]} Goal Menu <{string[SecondaryColor]}&m---------{string[Title]}>&r
  472. event:chat
  473. event:chat clickable(&7<< Back,run_command,/trigger run Goals,&7Click Here To Go Back)
  474. event:chat &7&m---&r &9Current Experience Goal: {string<GoalXP>}&r &7&m---&r clickable(&4Reset,suggest_command,/trigger run ResetEXP,&4Click Here To Reset&r)
  475. event:chat clickable(&7&m---&r &aAdd 100 Experience&r,run_command,/trigger run GoalXP2,&aClick here To Add 100 Experience)
  476. event:chat clickable(&7&m---&r &aAdd 1000 Experience&r,run_command,/trigger run GoalXP3,&aClick here To Add 1000 Experience)
  477.  
  478. event:if {string<GoalXP>}.equals(0)
  479. event:trigger GoalEXPSafe
  480. event:else
  481.  
  482. event:if {string<GoalXP>}.equals(100)
  483. event:trigger GoalEXPSafe2
  484. event:else
  485.  
  486. event:if {string<GoalXP>}.equals(200)
  487. event:trigger GoalEXPSafe2
  488. event:else
  489.  
  490. event:if {string<GoalXP>}.equals(300)
  491. event:trigger GoalEXPSafe2
  492. event:else
  493.  
  494. event:if {string<GoalXP>}.equals(400)
  495. event:trigger GoalEXPSafe2
  496. event:else
  497.  
  498. event:if {string<GoalXP>}.equals(500)
  499. event:trigger GoalEXPSafe2
  500. event:else
  501.  
  502. event:if {string<GoalXP>}.equals(600)
  503. event:trigger GoalEXPSafe2
  504. event:else
  505.  
  506. event:if {string<GoalXP>}.equals(700)
  507. event:trigger GoalEXPSafe2
  508. event:else
  509.  
  510. event:if {string<GoalXP>}.equals(800)
  511. event:trigger GoalEXPSafe2
  512. event:else
  513.  
  514. event:if {string<GoalXP>}.equals(900)
  515. event:trigger GoalEXPSafe2
  516. event:else
  517.  
  518. event:trigger GoalEXPEnd
  519. event:end
  520.  
  521.  
  522. trigger:<list=EarnNotifications>GoalXP2
  523. type:other
  524. event:do {string[GoalXP]}.save({string<GoalXP>}.add(100))
  525. event:trigger GoalXP
  526.  
  527. trigger:<list=EarnNotifications>GoalXP3
  528. type:other
  529. event:do {string[GoalXP]}.save({string<GoalXP>}.add(1000))
  530. event:trigger GoalXP
  531.  
  532. trigger:<list=EarnNotifications>GoalXP4
  533. type:other
  534. event:do {string[GoalXP]}.save({string<GoalXP>}.subtract(100))
  535. event:trigger GoalXP
  536.  
  537. trigger:<list=EarnNotifications>GoalXP5
  538. type:other
  539. event:do {string[GoalXP]}.save({string<GoalXP>}.subtract(1000))
  540. event:trigger GoalXP
  541.  
  542. trigger:<list=EarnNotifications>GoalEXPSafe
  543. type:other
  544. event:chat clickable(&7&m---&r &cRemove 100 Experience&r,,,&cCan Not Go Below 0 Experience)
  545. event:chat clickable(&7&m---&r &cRemove 1000 Experience&r,,,&cCan Not Go Below 0 Experience)
  546. event:chat
  547. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  548. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  549. event:chat
  550. event:end
  551.  
  552. trigger:<list=EarnNotifications>GoalEXPSafe2
  553. type:other
  554. event:chat clickable(&7&m---&r &cRemove 100 Experience&r,run_command,/trigger run GoalXP4,&cClick here To Remove 100 Experience)
  555. event:chat clickable(&7&m---&r &cRemove 1000 Experience&r,,,&cCan Not Go Below 0 Experience)
  556. event:chat
  557. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  558. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  559. event:chat
  560. event:end
  561.  
  562. trigger:<list=EarnNotifications>GoalEXPEnd
  563. type:other
  564. event:chat clickable(&7&m---&r &cRemove 100 Experience&r,run_command,/trigger run GoalXP4,&cClick here To Remove 100 Experience)
  565. event:chat clickable(&7&m---&r &cRemove 1000 Experience&r,run_command,/trigger run GoalXP5,&cClick here To Remove 1000 Experience)
  566. event:chat
  567. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  568. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  569. event:chat
  570. event:end
  571.  
  572. trigger:<list=EarnNotifications>GoalGC
  573. type:other
  574. event:chat {string[Title]}<{string[SecondaryColor]}&m----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  575. event:chat {string[Title]}<{string[SecondaryColor]}&m---------{string[Title]}> &2Guild Coin{string[Title]} Goal Menu <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  576. event:chat
  577. event:chat clickable(&7<< Back,run_command,/trigger run Goals,&7Click Here To Go Back)
  578. event:chat &7&m---&r &2Current Guild Coin Goal: {string<GoalGCoin>}&r &7&m---&r clickable(&4Reset,suggest_command,/trigger run ResetGCoin,&4Click Here To Reset&r)
  579. event:chat clickable(&7&m---&r &aAdd 100 Guild Coins&r,run_command,/trigger run GoalGC2,&aClick here To Add 100 Guild Coins)
  580. event:chat clickable(&7&m---&r &aAdd 1000 Guild Coins&r,run_command,/trigger run GoalGC3,&aClick here To Add 1000 Guild Coins)
  581. event:if {string<GoalGCoin>}.equals(0)
  582. event:trigger GoalGCSafe
  583. event:else
  584.  
  585. event:if {string<GoalGCoin>}.equals(100)
  586. event:trigger GoalGCSafe2
  587. event:else
  588.  
  589. event:if {string<GoalGCoin>}.equals(200)
  590. event:trigger GoalGCSafe2
  591. event:else
  592.  
  593. event:if {string<GoalGCoin>}.equals(300)
  594. event:trigger GoalGCSafe2
  595. event:else
  596.  
  597. event:if {string<GoalGCoin>}.equals(400)
  598. event:trigger GoalGCSafe2
  599. event:else
  600.  
  601. event:if {string<GoalGCoin>}.equals(500)
  602. event:trigger GoalGCSafe2
  603. event:else
  604.  
  605. event:if {string<GoalGCoin>}.equals(600)
  606. event:trigger GoalGCSafe2
  607. event:else
  608.  
  609. event:if {string<GoalGCoin>}.equals(700)
  610. event:trigger GoalGCSafe2
  611. event:else
  612.  
  613. event:if {string<GoalGCoin>}.equals(800)
  614. event:trigger GoalGCSafe2
  615. event:else
  616.  
  617. event:if {string<GoalGCoin>}.equals(900)
  618. event:trigger GoalGCSafe2
  619. event:else
  620.  
  621. event:trigger GoalGCEnd
  622. event:end
  623.  
  624.  
  625. trigger:<list=EarnNotifications>GoalGC2
  626. type:other
  627. event:do {string[GoalGCoin]}.save({string<GoalGCoin>}.add(100))
  628. event:trigger GoalGC
  629.  
  630. trigger:<list=EarnNotifications>GoalGC3
  631. type:other
  632. event:do {string[GoalGCoin]}.save({string<GoalGCoin>}.add(1000))
  633. event:trigger GoalGC
  634.  
  635. trigger:<list=EarnNotifications>GoalGC4
  636. type:other
  637. event:do {string[GoalGCoin]}.save({string<GoalGCoin>}.subtract(100))
  638. event:trigger GoalGC
  639.  
  640. trigger:<list=EarnNotifications>GoalGC5
  641. type:other
  642. event:do {string[GoalGCoin]}.save({string<GoalGCoin>}.subtract(1000))
  643. event:trigger GoalGC
  644.  
  645. trigger:<list=EarnNotifications>GoalGCSafe
  646. type:other
  647. event:chat clickable(&7&m---&r &cRemove 100 Guild Coins&r,,,&cCan Not Go Below 0 Guild Coins)
  648. event:chat clickable(&7&m---&r &cRemove 1000 Guild Coins&r,,,&cCan Not Go Below 0 Guild Coins)
  649. event:chat
  650. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  651. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  652. event:chat
  653. event:end
  654.  
  655. trigger:<list=EarnNotifications>GoalGCSafe2
  656. type:other
  657. event:chat clickable(&7&m---&r &cRemove 100 Guild Coins&r,run_command,/trigger run GoalGC4,&cClick here To Remove 100 Guild Coins)
  658. event:chat clickable(&7&m---&r &cRemove 1000 Guild Coins&r,,,&cCan Not Go Below 0 Guild Coins)
  659. event:chat
  660. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  661. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  662. event:chat
  663. event:end
  664.  
  665. trigger:<list=EarnNotifications>GoalGCEnd
  666. type:other
  667. event:chat clickable(&7&m---&r &cRemove 100 Guild Coins&r,run_command,/trigger run GoalGC4,&cClick here To Remove 100 Guild Coins)
  668. event:chat clickable(&7&m---&r &cRemove 1000 Guild Coins&r,run_command,/trigger run GoalGC5,&cClick here To Remove 1000 Guild Coins)
  669. event:chat
  670. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  671. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  672. event:chat
  673. event:end
  674.  
  675. trigger:<list=EarnNotifications>GoalSmashXP
  676. type:other
  677. event:chat {string[Title]}<{string[SecondaryColor]}&m----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m------------{string[Title]}>&r
  678. event:chat {string[Title]}<{string[SecondaryColor]}&m---------{string[Title]}> &bSmash EXP {string[Title]}Goal Menu <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  679. event:chat
  680. event:chat clickable(&7<< Back,run_command,/trigger run Goals,&7Click Here To Go Back)
  681. event:chat &7&m---&r &bCurrent Smash EXP Goal: {string<GoalSmashXP>}&r &7&m---&r clickable(&4Reset,suggest_command,/trigger run ResetSmashXP,&4Click Here To Reset&r)
  682. event:chat clickable(&7&m---&r &aAdd 100 Smash EXP&r,run_command,/trigger run GoalSmashXP2,&aClick here To Add 100 SmashXP)
  683. event:chat clickable(&7&m---&r &aAdd 1000 Smash EXP&r,run_command,/trigger run GoalSmashXP3,&aClick here To Add 1000 SmashXP)
  684.  
  685. event:if {string<GoalSmashXP>}.equals(0)
  686. event:trigger GoalSXPSafe
  687. event:else
  688.  
  689. event:if {string<GoalSmashXP>}.equals(100)
  690. event:trigger GoalSXPSafe2
  691. event:else
  692.  
  693. event:if {string<GoalSmashXP>}.equals(200)
  694. event:trigger GoalSXPSafe2
  695. event:else
  696.  
  697. event:if {string<GoalSmashXP>}.equals(300)
  698. event:trigger GoalSXPSafe2
  699. event:else
  700.  
  701. event:if {string<GoalSmashXP>}.equals(400)
  702. event:trigger GoalSXPSafe2
  703. event:else
  704.  
  705. event:if {string<GoalSmashXP>}.equals(500)
  706. event:trigger GoalSXPSafe2
  707. event:else
  708.  
  709. event:if {string<GoalSmashXP>}.equals(600)
  710. event:trigger GoalSXPSafe2
  711. event:else
  712.  
  713. event:if {string<GoalSmashXP>}.equals(700)
  714. event:trigger GoalSXPSafe2
  715. event:else
  716.  
  717. event:if {string<GoalSmashXP>}.equals(800)
  718. event:trigger GoalSXPSafe2
  719. event:else
  720.  
  721. event:if {string<GoalSmashXP>}.equals(900)
  722. event:trigger GoalSXPSafe2
  723. event:else
  724.  
  725. event:trigger GoalSXPEnd
  726. event:end
  727.  
  728. trigger:<list=EarnNotifications>GoalSmashXP2
  729. type:other
  730. event:do {string[GoalSmashXP]}.save({string<GoalSmashXP>}.add(100))
  731. event:trigger GoalSmashXP
  732.  
  733. trigger:<list=EarnNotifications>GoalSmashXP3
  734. type:other
  735. event:do {string[GoalSmashXP]}.save({string<GoalSmashXP>}.add(1000))
  736. event:trigger GoalSmashXP
  737.  
  738. trigger:<list=EarnNotifications>GoalSmashXP4
  739. type:other
  740. event:do {string[GoalSmashXP]}.save({string<GoalSmashXP>}.subtract(100))
  741. event:trigger GoalSmashXP
  742.  
  743. trigger:<list=EarnNotifications>GoalSmashXP5
  744. type:other
  745. event:do {string[GoalSmashXP]}.save({string<GoalSmashXP>}.subtract(1000))
  746. event:trigger GoalSmashXP
  747.  
  748.  
  749. trigger:<list=EarnNotifications>GoalSXPSafe
  750. type:other
  751. event:chat clickable(&7&m---&r &cRemove 100 Smash EXP&r,,,&cCan Not Go Below 0 Smash EXP)
  752. event:chat clickable(&7&m---&r &cRemove 1000 Smash EXP&r,,,&cCan Not Go Below 0 Smash EXP)
  753. event:chat
  754. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  755. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  756. event:chat
  757. event:end
  758.  
  759. trigger:<list=EarnNotifications>GoalSXPSafe2
  760. type:other
  761. event:chat clickable(&7&m---&r &cRemove 100 Smash EXP&r,run_command,/trigger run GoalSmashXP4,&cClick here To Remove 100 Smash EXP)
  762. event:chat clickable(&7&m---&r &cRemove 1000 Smash EXP&r,,,&cCan Not Go Below 0 Smash EXP)
  763. event:chat
  764. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  765. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  766. event:chat
  767. event:end
  768.  
  769. trigger:<list=EarnNotifications>GoalSXPEnd
  770. type:other
  771. event:chat clickable(&7&m---&r &cRemove 100 Smash EXP&r,run_command,/trigger run GoalSmashXP4,&cClick here To Remove 100 SmashXP)
  772. event:chat clickable(&7&m---&r &cRemove 1000 Smash EXP&r,run_command,/trigger run GoalSmashXP5,&cClick here To Remove 1000 SmashXP)
  773. event:chat
  774. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  775. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  776. event:chat
  777. event:end
  778.  
  779. trigger:<list=EarnNotifications>VariableGoals
  780. type:other
  781. event:chat {string[Title]}<{string[SecondaryColor]}&m----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m------------{string[Title]}>&r
  782. event:chat {string[Title]}<{string[SecondaryColor]}&m----------{string[Title]}> &7Variable{string[Title]} Goal Menu <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  783. event:chat
  784. event:chat clickable(&7<< Back,run_command,/trigger run Goals,&7Click Here To Go Back)
  785. event:chat &7&m---&r &7Current Variable Goal: {string<VariableGoal>}&r &7&m---&r clickable(&4Reset,suggest_command,/trigger run ResetVariableGoal,&4Click Here To Reset&r)
  786. event:chat clickable(&7&m---&r &aAdd 100 V&r,run_command,/trigger run VariableGoals2,&aClick here To Add 100 V)
  787. event:chat clickable(&7&m---&r &aAdd 1000 V&r,run_command,/trigger run VariableGoals3,&aClick here To Add 1000 V)
  788. event:if {string<VariableGoal>}.equals(0)
  789. event:trigger GoalVSafe
  790. event:else
  791.  
  792. event:if {string<VariableGoal>}.equals(100)
  793. event:trigger GoalVSafe2
  794. event:else
  795.  
  796. event:if {string<VariableGoal>}.equals(200)
  797. event:trigger GoalVSafe2
  798. event:else
  799.  
  800. event:if {string<VariableGoal>}.equals(300)
  801. event:trigger GoalVSafe2
  802. event:else
  803.  
  804. event:if {string<VariableGoal>}.equals(400)
  805. event:trigger GoalVSafe2
  806. event:else
  807.  
  808. event:if {string<VariableGoal>}.equals(500)
  809. event:trigger GoalVSafe2
  810. event:else
  811.  
  812. event:if {string<VariableGoal>}.equals(600)
  813. event:trigger GoalVSafe2
  814. event:else
  815.  
  816. event:if {string<VariableGoal>}.equals(700)
  817. event:trigger GoalVSafe2
  818. event:else
  819.  
  820. event:if {string<VariableGoal>}.equals(800)
  821. event:trigger GoalVSafe2
  822. event:else
  823.  
  824. event:if {string<VariableGoal>}.equals(900)
  825. event:trigger GoalVSafe2
  826. event:else
  827.  
  828. event:trigger GoalVSEnd
  829. event:end
  830.  
  831. trigger:<list=EarnNotifications>GoalVSafe
  832. type:other
  833. event:chat clickable(&7&m---&r &cRemove 100 V&r,,,&cCan Not Go Below 0 V)
  834. event:chat clickable(&7&m---&r &cRemove 1000 V&r,,,&cCan Not Go Below 0 V)
  835. event:chat
  836. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  837. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  838. event:chat
  839. event:end
  840.  
  841. trigger:<list=EarnNotifications>GoalVSafe2
  842. type:other
  843. event:chat clickable(&7&m---&r &cRemove 100 V&r,run_command,/trigger run VariableGoals4,&cClick here To Remove 100 V)
  844. event:chat clickable(&7&m---&r &cRemove 1000 V&r,,,&cCan Not Go Below 0 V)
  845. event:chat
  846. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  847. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  848. event:chat
  849. event:end
  850.  
  851. trigger:<list=EarnNotifications>GoalVSafe2
  852. type:other
  853. event:chat clickable(&7&m---&r &cRemove 100 V&r,run_command,/trigger run VariableGoals4,&cClick here To Remove 100 V)
  854. event:chat clickable(&7&m---&r &cRemove 1000 V&r,,,&cCan Not Go Below 0 V)
  855. event:chat
  856. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  857. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  858. event:chat
  859. event:end
  860.  
  861. trigger:<list=EarnNotifications>GoalVSEnd
  862. type:other
  863. event:chat clickable(&7&m---&r &cRemove 100 V&r,run_command,/trigger run VariableGoals4,&cClick here To Remove 100 V)
  864. event:chat clickable(&7&m---&r &cRemove 1000 V&r,run_command,/trigger run VariableGoals5,&cClick here To Remove 1000 V)
  865. event:chat
  866. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  867. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  868. event:chat
  869. event:end
  870.  
  871. trigger:<list=EarnNotifications>VariableGoals2
  872. type:other
  873. event:do {string[VariableGoal]}.save({string<VariableGoal>}.add(100))
  874. event:trigger VariableGoals
  875.  
  876. trigger:<list=EarnNotifications>VariableGoals3
  877. type:other
  878. event:do {string[VariableGoal]}.save({string<VariableGoal>}.add(1000))
  879. event:trigger VariableGoals
  880.  
  881. trigger:<list=EarnNotifications>VariableGoals4
  882. type:other
  883. event:do {string[VariableGoal]}.save({string<VariableGoal>}.subtract(100))
  884. event:trigger VariableGoals
  885.  
  886. trigger:<list=EarnNotifications>VariableGoals5
  887. type:other
  888. event:do {string[VariableGoal]}.save({string<VariableGoal>}.subtract(1000))
  889. event:trigger VariableGoals
  890.  
  891. trigger:<list=EarnNotifications>Settings
  892. type:other
  893. event:chat
  894. event:chat {string[Title]}<{string[SecondaryColor]}&m----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  895. event:chat {string[Title]}<{string[SecondaryColor]}&m------------{string[Title]}> {string[Title]}Settings Menu <{string[SecondaryColor]}&m-------------{string[Title]}>&r
  896. event:chat
  897. event:chat clickable(&7<< Back,run_command,/trigger run Menu,&7Click Here To Go Back)
  898. event:chat &7&m---&r &dDisplay&b Total In Killfeed&r
  899. event:if {string[TTF]}.equals(True)
  900. event:chat &7&m---&r &rclickable(&aTrue&r,,,&aAlready Selected&r) &7&m---&r &rclickable(&cFalse&r,run_command,/trigger run TTFf,&cClick Here To Toggle Off&r)
  901. event:trigger Settings2
  902. event:else
  903. event:chat &7&m---&r &rclickable(&cTrue&r,run_command,/trigger run TTFt,&cClick Here To Toggle On&r) &7&m---&r &rclickable(&aFalse&r,,,&aAlready Selected&r)
  904. event:trigger Settings2
  905. event:end
  906.  
  907. trigger:<list=EarnNotifications>Settings2
  908. type:other
  909. event:chat &7&m---&r &dDisplay&b Round Stats In Notifications&r
  910. event:if {string[TTF2]}.equals(True)
  911. event:chat &7&m---&r &rclickable(&aTrue&r,,,&aAlready Selected&r) &7&m---&r &rclickable(&cFalse&r,run_command,/trigger run TTFf2,&cClick Here To Toggle Off&r)
  912. event:trigger Settings3
  913. event:else
  914. event:chat &7&m---&r &rclickable(&cTrue&r,run_command,/trigger run TTFt2,&cClick Here To Toggle On&r) &7&m---&r &rclickable(&aFalse&r,,,&aAlready Selected&r)
  915. event:trigger Settings3
  916. event:end
  917.  
  918. trigger:<list=EarnNotifications>Settings3
  919. type:other
  920. event:chat &7&m---&r &dQuests&b Add To Totals&r
  921. event:if {string[TTF3]}.equals(True)
  922. event:chat &7&m---&r &rclickable(&aTrue&r,,,&aAlready Selected&r) &7&m---&r &rclickable(&cFalse&r,run_command,/trigger run TTFf3,&cClick Here To Toggle Off&r)
  923. event:trigger Settings4
  924. event:else
  925. event:chat &7&m---&r &rclickable(&cTrue&r,run_command,/trigger run TTFt3,&cClick Here To Toggle On&r) &7&m---&r &rclickable(&aFalse&r,,,&aAlready Selected&r)
  926. event:trigger Settings4
  927. event:end
  928.  
  929. trigger:<list=EarnNotifications>Settings4
  930. type:other
  931. event:chat &7&m---&r &dSound&b Notifications&r
  932. event:if {string[TTF4]}.equals(True)
  933. event:chat &7&m---&r &rclickable(&aTrue&r,,,&aAlready Selected&r) &7&m---&r &rclickable(&cFalse&r,run_command,/trigger run TTFf4,&cClick Here To Toggle Off&r)
  934. event:trigger Settings5
  935. event:else
  936. event:chat &7&m---&r &rclickable(&cTrue&r,run_command,/trigger run TTFt4,&cClick Here To Toggle On&r) &7&m---&r &rclickable(&aFalse&r,,,&aAlready Selected&r)
  937. event:trigger Settings5
  938. event:end
  939.  
  940. trigger:<list=EarnNotifications>Settings5
  941. type:other
  942. event:chat &7&m---&r &dTotals&b Reset On New Day&r
  943. event:if {string[TTF5]}.equals(True)
  944. event:chat &7&m---&r &rclickable(&aTrue&r,,,&aAlready Selected&r) &7&m---&r &rclickable(&cFalse&r,run_command,/trigger run TTFf5,&cClick Here To Toggle Off&r)
  945. event:chat
  946. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  947. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  948. event:else
  949. event:chat &7&m---&r &rclickable(&cTrue&r,run_command,/trigger run TTFt5,&cClick Here To Toggle On&r) &7&m---&r &rclickable(&aFalse&r,,,&aAlready Selected&r)
  950. event:chat
  951. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  952. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  953. event:end
  954.  
  955. trigger:<list=EarnNotifications>ResetAllGoals
  956. type:other
  957. event:chat &cReseting Your Goals...&r
  958. event:do {string[GoalCoin]}.save({string[GoalCoin]}.set({string<VariableGoal>}))
  959. event:do {string[GoalGCoin]}.save({string[GoalGCoin]}.set({string<VariableGoal>}))
  960. event:do {string[GoalXP]}.save({string[GoalXP]}.set({string<VariableGoal>}))
  961. event:do {string[GoalSmashXP]}.save({string[GoalSmashXP]}.set({string<VariableGoal>}))
  962. event:chat &cSuccessfully Reset Your Goals...&r
  963. event:chat &cBringing You Back To The Goals Menu...
  964. event:wait 30
  965. event:trigger Goals
  966. event:end
  967.  
  968.  
  969. trigger:<list=EarnNotifications>ResetTCoin
  970. type:other
  971. event:chat &cReseting Total Coins...&r
  972. event:do {string[totalCoins]}.save({string[totalCoins]}.set(0))
  973. event:chat &cFinished Reseting Total Coins...&r
  974. event:chat &cReturning You To The Total Menu...&r
  975. event:wait 20
  976. event:trigger STotals
  977. event:end
  978.  
  979. trigger:<list=EarnNotifications>ResetTGCoin
  980. type:other
  981. event:chat &cReseting Total Guild Coins...&r
  982. event:do {string[totalGCoins]}.save({string[totalGCoins]}.set(0))
  983. event:chat &cFinished Reseting Total Guild Coins...&r
  984. event:chat &cReturning You To The Total Menu...&r
  985. event:wait 20
  986. event:trigger STotals
  987. event:end
  988.  
  989. trigger:<list=EarnNotifications>ResetTSExp
  990. type:other
  991. event:chat &cReseting Total Smash EXP...&r
  992. event:do {string[totalSExp]}.save({string[totalSExp]}.set(0))
  993. event:chat &cFinished Reseting Total Smash EXP...&r
  994. event:chat &cReturning You To The Total Menu...&r
  995. event:wait 20
  996. event:trigger STotals
  997. event:end
  998.  
  999. trigger:<list=EarnNotifications>ResetTExp
  1000. type:other
  1001. event:chat &cReseting Total EXP...&r
  1002. event:do {string[totalExp]}.save({string[totalExp]}.set(0))
  1003. event:chat &cFinished Reseting Total EXP...&r
  1004. event:chat &cReturning You To The Total Menu...&r
  1005. event:wait 20
  1006. event:trigger STotals
  1007. event:end
  1008.  
  1009. trigger:<list=EarnNotifications>TTFf5
  1010. type:other
  1011. event:do {string[TTF5]}.save(False)
  1012. event:trigger Settings
  1013. event:end
  1014.  
  1015. trigger:<list=EarnNotifications>TTFt5
  1016. type:other
  1017. event:do {string[TTF5]}.save(True)
  1018. event:trigger Settings
  1019. event:end
  1020.  
  1021. trigger:<list=EarnNotifications>TTFf4
  1022. type:other
  1023. event:do {string[TTF4]}.save(False)
  1024. event:trigger Settings
  1025. event:end
  1026.  
  1027. trigger:<list=EarnNotifications>TTFt4
  1028. type:other
  1029. event:do {string[TTF4]}.save(True)
  1030. event:trigger Settings
  1031. event:end
  1032.  
  1033. trigger:<list=EarnNotifications>TTFf3
  1034. type:other
  1035. event:do {string[TTF3]}.save(False)
  1036. event:trigger Settings
  1037. event:end
  1038.  
  1039. trigger:<list=EarnNotifications>TTFt3
  1040. type:other
  1041. event:do {string[TTF3]}.save(True)
  1042. event:trigger Settings
  1043. event:end
  1044.  
  1045. trigger:<list=EarnNotifications>TTFf2
  1046. type:other
  1047. event:do {string[TTF2]}.save(False)
  1048. event:trigger Settings
  1049. event:end
  1050.  
  1051. trigger:<list=EarnNotifications>TTFt2
  1052. type:other
  1053. event:do {string[TTF2]}.save(True)
  1054. event:trigger Settings
  1055. event:end
  1056.  
  1057. trigger:<list=EarnNotifications>TTFf
  1058. type:other
  1059. event:do {string[TTF]}.save(False)
  1060. event:trigger Settings
  1061. event:end
  1062.  
  1063. trigger:<list=EarnNotifications>TTFt
  1064. type:other
  1065. event:do {string[TTF]}.save(True)
  1066. event:trigger Settings
  1067. event:end
  1068.  
  1069. trigger:<list=EarnNotifications>DisplayGoals
  1070. type:other
  1071. event:chat &6Coin Goal: {string[totalCoins]}/{string<GoalCoin>}&r
  1072. event:chat &2Guild Coin Goal: {string[totalGCoins]}/{string<GoalGCoin>}&r
  1073. event:chat &bSmash Heroes Goal: {string[totalSExp]}/{string<GoalSmashXP>}&r
  1074. event:chat &9Experience Goal: {string[totalExp]}/{string<GoalXP>}&r
  1075. event:end
  1076.  
  1077. trigger:<list=EarnNotifications>ResetGCoin
  1078. type:other
  1079. event:do {string[GoalGCoin]}.save({string<VariableGoal>})
  1080. event:chat &cSuccessfully Reset Your Guild Coin Goal...&r
  1081. event:chat &cBringing You Back To The Goals Menu...
  1082. event:wait 30
  1083. event:trigger Goals
  1084. event:end
  1085.  
  1086. trigger:<list=EarnNotifications>ResetEXP
  1087. type:other
  1088. event:do {string[GoalXP]}.save({string<VariableGoal>})
  1089. event:chat &cSuccessfully Reset Your Experience Goal...&r
  1090. event:chat &cBringing You Back To The Goals Menu...
  1091. event:wait 30
  1092. event:trigger Goals
  1093. event:end
  1094.  
  1095. trigger:<list=EarnNotifications>ResetSmashXP
  1096. type:other
  1097. event:do {string[GoalSmashXP]}.save({string<VariableGoal>})
  1098. event:chat &cSuccessfully Reset Your Smash Heroes EXP Goal...&r
  1099. event:chat &cBringing You Back To The Goals Menu...
  1100. event:wait 30
  1101. event:trigger Goals
  1102. event:end
  1103.  
  1104. trigger:<list=EarnNotifications>ResetCoin
  1105. type:other
  1106. event:do {string[GoalCoin]}.save({string<VariableGoal>})
  1107. event:chat &cSuccessfully Reset Your Coin Goal...&r
  1108. event:chat &cBringing You Back To The Goals Menu...
  1109. event:wait 30
  1110. event:trigger Goals
  1111. event:end
  1112.  
  1113. trigger:<list=EarnNotifications>ResetVariableGoal
  1114. type:other
  1115. event:do {string[VariableGoal]}.save(100)
  1116. event:chat &cSuccessfully Reset Your Variable Goal...&r
  1117. event:chat &cBringing You Back To The Goals Menu...
  1118. event:wait 30
  1119. event:trigger Goals
  1120. event:end
  1121.  
  1122. trigger:<list=EarnNotifications>DayClear
  1123. type:onNewDay
  1124. event:if {string[TTF5]}.equals(True)
  1125. event:trigger ClearAllTotals2
  1126. event:else
  1127. event:end
  1128.  
  1129. trigger:<list=EarnNotifications>ClearAllTotals2
  1130. type:other
  1131. event:chat &bClearing all Totals Because of New Day...&r
  1132. event:wait 15
  1133. event:do {string<totalGCoins>}.save(0)
  1134. event:do {string<totalCoins>}.save(0)
  1135. event:do {string<totalExp>}.save(0)
  1136. event:do {string<totalSExp>}.save(0)
  1137. event:chat &bFinished Clearing all Totals...&r
  1138. event:else
  1139. event:end
  1140.  
  1141. trigger:<list=EarnNotifications>ClearAllTotals
  1142. type:other
  1143. event:chat &bClearing all Totals...&r
  1144. event:wait 15
  1145. event:do {string<totalGCoins>}.save(0)
  1146. event:do {string<totalCoins>}.save(0)
  1147. event:do {string<totalExp>}.save(0)
  1148. event:do {string<totalSExp>}.save(0)
  1149. event:chat &bFinished Clearing all Totals...&r
  1150. event:chat &bBringing You Back To The Main Menu...
  1151. event:trigger Menu
  1152. event:else
  1153. event:end
  1154.  
  1155. trigger:<list=EarnNotifications>ShowTotal
  1156. type:other
  1157. event:notify <time=400>&6Total Coins: {string<totalCoins>}&r
  1158. event:notify <time=400>&bTotal Smash EXP: {string<totalSExp>}&r
  1159. event:notify <time=400>&2Total Guild Coins: {string<totalGCoins>}&r
  1160. event:notify <time=400>&9Total EXP: {string<totalExp>}&r
  1161.  
  1162. trigger:<list=Tags>loadTags
  1163. type:onWorldFirstLoad
  1164. event:async
  1165. event:chat {string[SecondaryColor]}[ExtraRanks] {string[Title]}Loading tags!
  1166. event:do {array[EN-tags]}.clear()
  1167. event:do {array[EN-tags]}.importJsonURL(http://bfgteam.com/EN/tags.json,name)
  1168. event:chat {string[SecondaryColor]}[ExtraRanks] {string[Title]}Got &a{array[EN-tags]}.size() {string[Title]}tags!
  1169. event:end
  1170.  
  1171. trigger:<list=Tags>&r{string[EN-name]}&r&f: {string[EN-msg]}&r
  1172. type:chat
  1173. event:if not {array[EN-tags]}.size().equals(0)
  1174. event:for $value : EN-tags
  1175. event:do {array[EN-temp]}.clear()
  1176. event:do {array[EN-temp]}.setSplit($value,->)
  1177. event:if {string[EN-name]}.equals({array[EN-temp]}.get(1))
  1178. event:if {array[EN-temp]}.size().equals(4)
  1179. event:cancel
  1180. event:chat hover({array[EN-temp]}.get(2),{array[EN-temp]}.get(3)) {array[EN-temp]}.get(4)&f: {string[EN-msg]}
  1181. event:end
  1182. event:if {array[EN-temp]}.size().equals(3)
  1183. event:cancel
  1184. event:chat {array[EN-temp]}.get(2) {array[EN-temp]}.get(3)&f: {string[EN-msg]}
  1185. event:end
  1186. event:end
  1187. event:end
  1188. event:end
  1189.  
  1190. trigger:<list=Tags>&r&7{string[EN-name]1}&r&7: {string[EN-msg]}&r
  1191. type:chat
  1192. event:cancel
  1193. event:trigger defaultTag({string[EN-name]},{string[EN-msg]},false)
  1194.  
  1195. trigger:<list=Tags>defaultTag($name,$msg,$isChanged)
  1196. type:other
  1197. event:if not {array[EN-tags]}.size().equals(0)
  1198. event:for $value : EN-tags
  1199. event:do {array[EN-temp]}.clear()
  1200. event:do {array[EN-temp]}.setSplit($value,->)
  1201. event:if $name.equals({array[EN-temp]}.get(1))
  1202. event:do $isChanged.set(true)
  1203. event:if {array[EN-temp]}.size().equals(4)
  1204. event:chat hover({array[EN-temp]}.get(2),{array[EN-temp]}.get(3)) &7{array[EN-temp]}.get(4)&f: $msg.replace(&7,&f)
  1205. event:end
  1206. event:if {array[EN-temp]}.size().equals(3)
  1207. event:chat {array[EN-temp]}.get(2) &f{array[EN-temp]}.get(3)&f: $msg.replace(&7,&f)
  1208. event:end
  1209. event:end
  1210. event:end
  1211. event:end
  1212. event:if not $isChanged
  1213. event:chat &7$name&f: $msg.replace(&7,&f)
  1214. event:end
  1215.  
  1216. trigger:<list=Tags>ToggleTags
  1217. type:other
  1218. event:chat
  1219. event:chat {string[Title]}<{string[SecondaryColor]}&m-----------{string[Title]}> Earn Notifications <{string[SecondaryColor]}&m-----------{string[Title]}>&r
  1220. event:chat {string[Title]}<{string[SecondaryColor]}&m-------------{string[Title]}> Tags Menu <{string[SecondaryColor]}&m---------------{string[Title]}>&r
  1221. event:chat
  1222. event:chat clickable(&7<< Back,run_command,/trigger run Menu,&7Click Here To Go Back)
  1223. event:chat
  1224. event:if {string[TagsOnOff]}.equals(On)
  1225. event:chat &6Tags are &a{string<TagsOnOff>}&7,&6 Tags Loaded: &a{array[EN-tags]}.size()&6!&r
  1226. event:chat
  1227. event:chat hover(&a[Tags On],&aYour Custom Tags Are On!) &7&m---&r clickable(&c[Tags Off],run_command,/tr ToggleTagsOff,&cClick Here To Turn Tags Off.)
  1228. event:chat
  1229. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  1230. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  1231. event:chat
  1232. event:else
  1233. event:chat &6Tags are &c{string<TagsOnOff>}&7,&6 Tags Loaded: &a{array[EN-tags]}.size()&6!&r
  1234. event:chat
  1235. event:chat clickable(&c[Tags On],run_command,/tr ToggleTagsOn,&cClick Here To Turn Tags On.) &7&m---&r hover(&a[Tags Off],&aYour Custom Tags Are Off!)
  1236. event:chat
  1237. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  1238. event:chat {string[Title]}<{string[SecondaryColor]}&m---------------------------------------{string[Title]}>&r
  1239. event:chat
  1240. event:end
  1241.  
  1242. trigger:<list=Tags>ToggleTagsOn
  1243. type:other
  1244. event:trigger loadTags
  1245. event:do {string[TagsOnOff]}.save({string[TagsOnOff]}.set(On))
  1246. event:wait 100
  1247. event:trigger ToggleTags
  1248. event:end
  1249.  
  1250. trigger:<list=Tags>ToggleTagsOff
  1251. type:other
  1252. event:chat {string[SecondaryColor]}[ExtraRanks] {string[Title]}Unloading tags...
  1253. event:chat {string[SecondaryColor]}[ExtraRanks] {string[Title]}Unloaded &a{array[EN-tags]}.size() {string[Title]}Tags!
  1254. event:do {array[EN-tags]}.clear()
  1255. event:do {string[TagsOnOff]}.save({string[TagsOnOff]}.set(Off))
  1256. event:trigger ToggleTags
  1257. event:end
  1258.  
  1259. ////////////Ignore For Now//////////////
  1260. //event:chat &bSaving all Totals...&r//
  1261. //event:wait 15//
  1262. //event:do {string[totalGCoins]}.save({string<totalGCoins>})//
  1263. //event:do {string[totalSExp]}.save({string<totalSExp>})//
  1264. //event:do {string[totalExp]}.save({string<totalEXP>})//
  1265. //event:do {string[totalCoins]}.save({string<totalCoins>})//
  1266. //event:wait 15//
  1267. //event:chat &bFinished Saving all Totals...&r//
  1268. ////////////////////////////////////////
  1269.  
  1270.  
  1271. //Strings//
  1272. !CREATE STRING ChosenSound ONCE WITH random.pop
  1273. !CREATE STRING totalSExp ONCE WITH 0
  1274. !CREATE STRING totalGCoins ONCE WITH 0
  1275. !CREATE STRING totalCoins ONCE WITH 0
  1276. !CREATE STRING totalExp ONCE WITH 0
  1277. !CREATE STRING GoalGCoin ONCE WITH 0
  1278. !CREATE STRING GoalCoin ONCE WITH 0
  1279. !CREATE STRING GoalXP ONCE WITH 0
  1280. !CREATE STRING GoalSmashXP ONCE WITH 0
  1281. !CREATE STRING VariableGoal ONCE WITH 0
  1282. !CREATE STRING TTF ONCE WITH True
  1283. !CREATE STRING TTF2 ONCE WITH True
  1284. !CREATE STRING TTF3 ONCE WITH True
  1285. !CREATE STRING TTF4 ONCE WITH True
  1286. !CREATE STRING TTF5 ONCE WITH True
  1287. !CREATE STRING SecondaryColor ONCE WITH &8
  1288. !CREATE STRING Title ONCE WITH &b
  1289. !CREATE STRING TagsOnOff ONCE WITH On
Add Comment
Please, Sign In to add comment