Guest User

Bear Nation Menu Script - Toxie's Edit

a guest
May 28th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.99 KB | None | 0 0
  1. ; Anything after a ; is a comment. It will not affect the script.
  2.  
  3. ; Put your IRC password here. When you log onto IRC
  4. ; you can simply hit Alt + I for the login command.
  5.  
  6. ircpass = yourpasshere
  7.  
  8. ; ---
  9. ; If you prefer to generate your own link
  10. ; Talk to me about what you can do with this
  11. ; Generally you'll just want to leave it alone.
  12.  
  13. ; You can also replace 'YourName' in the link below with your IRC name.
  14. ; Open IRC with Ctrl + I
  15.  
  16. irclink = https://kiwiirc.com/client/irc.rizon.net/?nick=YourName|?#Bear-Nation
  17.  
  18. ; ---
  19. ; Make your personal "Welcome to the server" message.
  20. ; Use {} around any special characters such as ! : " ' ? -
  21.  
  22. welcome = Welcome to Bear Nation{!}
  23.  
  24. ; ---
  25. ; Since the website may change in the future,
  26. ; I added this. Usually it will remain the same.
  27.  
  28. website = bear-nation.enjin.com
  29.  
  30. ; ---
  31. ; Map link. Same as above.
  32.  
  33. map =
  34.  
  35. ; All done!
  36.  
  37. Menu, Global/Trade, Add, Apply for Staff, apply
  38. Menu, Global/Trade, Add, /cmodify, cmodify
  39. Menu, Global/Trade, Add, Trust/Elite, trustelite
  40. Menu, Global/Trade, Add, Livemap, livemap
  41. Menu, Global/Trade, Add, Make Money, money
  42. Menu, Global/Trade, Add, /phome, phome
  43. Menu, Global/Trade, Add, PlugDj, plugdj
  44. Menu, Global/Trade, Add, /ps allow, psallow
  45. Menu, Global/Trade, Add, PStone Info, ps
  46. Menu, Global/Trade, Add, Relink Character, relink
  47. Menu, Global/Trade, Add, Signup Guide, signup
  48. Menu, Global/Trade, Add, Suggestions, suggestions
  49.  
  50.  
  51. Menu, Global/Trade, Add, Tickets, tickets
  52. Menu, Global/Trade, Add, Trade Channel, trade
  53. Menu, Global/Trade, Add, Website, website
  54. Menu, Global/Trade, Add, Welcome, welcome
  55. Menu, Local, Add, Apply for Staff, applyl
  56. Menu, Local, Add, /cmodify, cmodifyl
  57. Menu, Local, Add, Honored, trustelitel
  58. Menu, Local, Add, Livemap, livemapl
  59. Menu, Local, Add, Make Money, moneyl
  60. Menu, Local, Add, /phome, phomel
  61. Menu, Local, Add, PlugDj, plugdjl
  62. Menu, Local, Add, /ps allow, psallowl
  63. Menu, Local, Add, PStone Info, psl
  64. Menu, Local, Add, Relink Character, relinkl
  65. Menu, Local, Add, Signup Guide, signupl
  66. Menu, Local, Add, Suggestions, suggestionsl
  67. Menu, Local, Add, Tickets, ticketsl
  68. Menu, Local, Add, Trade Channel, tradel
  69. Menu, Local, Add, Website, websitel
  70. Menu, Local, Add, Welcome, welcomel
  71. Menu, Mod, Add, Mod Channel, modchannel
  72. Menu, Mod, Add,
  73. Menu, Mod, Add, Spam., spam
  74. Menu, Mod, Add, Caps., caps
  75. Menu, Mod, Add, Spam/Caps., spamcaps
  76. Menu, Mod, Add, Clean chat., clean
  77. Menu, Mod, Add,
  78. Menu, Mod, Add, Global Channel, globalchannel
  79. Menu, Mod, Add,
  80. Menu, Mod, Add, Spam, spamg
  81. Menu, Mod, Add, Caps, capsg
  82. Menu, Mod, Add, Spam/Caps, spamcapsg
  83. Menu, Mod, Add, Clean chat, cleang
  84. Menu, WithoutSend, Add, /cmodify, cmodifyw
  85. Menu, WithoutSend, Add, Livemap, livemapw
  86. Menu, WithoutSend, Add, /phome, phomew
  87. Menu, WithoutSend, Add, PlugDj, plugdjw
  88. Menu, WithoutSend, Add, /ps allow, psalloww
  89. Menu, WithoutSend, Add, Website, websitew
  90.  
  91. Menu, BearNation, Add, Global/Trade, :Global/Trade
  92. Menu, BearNation, Add, Local, :Local
  93. Menu, BearNation, Add, Mod, :Mod
  94. Menu, BearNation, Add, Without Send, :WithoutSend
  95. Menu, BearNation, Add,
  96. Menu, BearNation, Add, IRC, irclink
  97. Menu, BearNation, Add, IRC Login, irclogin
  98. Menu, BearNation, Add,
  99. Menu, BearNation, Add, Edit, edit
  100. Menu, BearNation, Add, Reload, reload
  101. Menu, BearNation, Add, Suspend, suspend
  102.  
  103. !space::
  104. Send, /
  105. Sleep, 100
  106. Send, {Backspace}
  107. Sleep, 200
  108. Menu, BearNation, Show
  109. return
  110.  
  111. apply:
  112. Sleep, 100
  113. Send, /
  114. Sleep, 100
  115. Send, ch qm g Your rank doesn't qualify for staff. You need to be Elite to apply for staff.{Enter}
  116. Sleep, 100
  117. Send, /
  118. Sleep, 100
  119. Send, ch qm g Play for a while to earn it.{Enter}
  120. return
  121.  
  122. applyl:
  123. Sleep, 100
  124. Send, /
  125. Sleep, 100
  126. Send, ch qm l Guest rank doesn't qualify for staff. You need to be Elite to apply for staff.{Enter}
  127. Sleep, 100
  128. Send, /
  129. Sleep, 100
  130. Send, ch qm l Play for a while to earn it.{Enter}
  131. return
  132.  
  133. cmodify:
  134. Sleep, 100
  135. Send, /
  136. Sleep, 100
  137. Send, ch qm g &f/cmodify <playername> then click{Enter}
  138. return
  139.  
  140. cmodifyl:
  141. Sleep, 100
  142. Send, /
  143. Sleep, 100
  144. Send, ch qm l &f/cmodify <playername> then click{Enter}
  145. return
  146.  
  147. trustelite:
  148. Sleep, 100
  149. Send, /
  150. Sleep, 100
  151. Send, ch qm g Please read /trusted and /elite to learn about those ranks and how to get them.{Enter}
  152. return
  153.  
  154. trustelitel:
  155. Sleep, 100
  156. Send, /
  157. Sleep, 100
  158. Send, ch qm l Please read /trusted and /elite to learn about those ranks and how to get them.{Enter}
  159. return
  160.  
  161. livemap:
  162. Sleep, 100
  163. Send, /
  164. Sleep, 100
  165. Send, ch qm g %map%{Enter}
  166. return
  167.  
  168. livemapl:
  169. Sleep, 100
  170. Send, /
  171. Sleep, 100
  172. Send, ch qm l %map%{Enter}
  173. return
  174.  
  175. money:
  176. Sleep, 100
  177. Send, /
  178. Sleep, 100
  179. Send, ch qm g You can make money by selling stuff at the /market or to other players, either with{Enter}
  180. Sleep, 100
  181. Send, /
  182. Sleep, 100
  183. Send, ch qm g chest shops or by trading in the Trade channel </ch t>, or by working for players.{Enter}
  184. return
  185.  
  186. moneyl:
  187. Sleep, 100
  188. Send, /
  189. Sleep, 100
  190. Send, ch qm l You can make money by selling stuff at the /market or to other players, either with{Enter}
  191. Sleep, 100
  192. Send, /
  193. Sleep, 100
  194. Send, ch qm l chest shops or by trading in the Trade channel </ch t>, or by working for players.{Enter}
  195. return
  196.  
  197. phome:
  198. Sleep, 100
  199. Send, /
  200. Sleep, 100
  201. Send, ch qm g &f/phome <playername> <homename>{Enter}
  202. return
  203.  
  204. phomel:
  205. Sleep, 100
  206. Send, /
  207. Sleep, 100
  208. Send, ch qm l &f/phome <playername> <homename>{Enter}
  209. return
  210.  
  211. plugdj:
  212. Sleep, 100
  213. Send, /
  214. Sleep, 100
  215. Send, ch qm g http://plug.dj/bear-nation{Enter}
  216. return
  217.  
  218. plugdjl:
  219. Sleep, 100
  220. Send, /
  221. Sleep, 100
  222. Send, ch qm l http://plug.dj/bear-nation{Enter}
  223. return
  224.  
  225. psallow:
  226. Sleep, 100
  227. Send, /
  228. Sleep, 100
  229. Send, ch qm g &f/ps allow <playername> while standing in the feild.{Enter}
  230. return
  231.  
  232. psallowl:
  233. Sleep, 100
  234. Send, /
  235. Sleep, 100
  236. Send, ch qm l &f/ps allow <playername> while standing in the feild.{Enter}
  237. return
  238.  
  239. ps:
  240. Sleep, 100
  241. Send, /
  242. Sleep, 100
  243. Send, ch qm g Please read /pstoneinfo to learn about our land protection system.{Enter}
  244. return
  245.  
  246. psl:
  247. Sleep, 100
  248. Send, /
  249. Sleep, 100
  250. Send, ch qm l Please read /pstoneinfo to learn about our land protection system.{Enter}
  251. return
  252.  
  253. relink:
  254. Sleep, 100
  255. Send, /
  256. Sleep, 100
  257. Send, ch qm g Follow this guide to relink your character - http://tinyurl.com/BNRelinkCharacter{Enter}
  258. return
  259.  
  260. relinkl:
  261. Sleep, 100
  262. Send, /
  263. Sleep, 100
  264. Send, ch qm l Follow this guide to relink your character - http://tinyurl.com/BNRelinkCharacter{Enter}
  265. return
  266.  
  267. signup:
  268. Sleep, 100
  269. Send, /
  270. Sleep, 100
  271. Send, ch qm g Follow this guide to sign up for the free member rank. Read carefully- tinyurl.com/BNSignUp{Enter}
  272. return
  273.  
  274. signupl:
  275. Sleep, 100
  276. Send, /
  277. Sleep, 100
  278. Send, ch qm l Follow this guide to sign up for the free member rank. Read carefully- tinyurl.com/BNSignUp{Enter}
  279. return
  280.  
  281. suggestions:
  282. Sleep, 100
  283. Send, /
  284. Sleep, 100
  285. Send, ch qm g You can make a suggestion here http://tinyurl.com/BNSuggestions{Enter}
  286. Sleep, 100
  287. Send, /
  288. Sleep, 100
  289. Send, ch qm g Please make sure to read the suggestion guidelines http://tinyurl.com/BNSuggestionRules{Enter}
  290. return
  291.  
  292. suggestionsl:
  293. Sleep, 100
  294. Send, /
  295. Sleep, 100
  296. Send, ch qm l You can make a suggestion here http://tinyurl.com/BNSuggestions{Enter}
  297. Sleep, 100
  298. Send, /
  299. Sleep, 100
  300. Send, ch qm l Please make sure to read the suggestion guidelines http://tinyurl.com/BNSuggestionRules{Enter}
  301. return
  302.  
  303. tickets:
  304. Sleep, 100
  305. Send, /
  306. Sleep, 100
  307. Send, ch qm g Please make a /ticket if you require staff assistance.{Enter}
  308. return
  309.  
  310. ticketsl:
  311. Sleep, 100
  312. Send, /
  313. Sleep, 100
  314. Send, ch qm l Please make a /ticket if you require staff assistance.{Enter}
  315. return
  316.  
  317. trade:
  318. Sleep, 100
  319. Send, /
  320. Sleep, 100
  321. Send, ch qm t Please use the Trade Channel </ch t> when trading with other players.{Enter}
  322. return
  323.  
  324. tradel:
  325. Sleep, 100
  326. Send, /
  327. Sleep, 100
  328. Send, ch qm l Please use the Trade Channel </ch t> when trading with other players.{Enter}
  329. return
  330.  
  331. website:
  332. Sleep, 100
  333. Send, /
  334. Sleep, 100
  335. Send, ch qm g %website%{Enter}
  336. return
  337.  
  338. websitel:
  339. Sleep, 100
  340. Send, /
  341. Sleep, 100
  342. Send, ch qm l %website%{Enter}
  343. return
  344.  
  345. welcome:
  346. Sleep, 100
  347. Send, /
  348. Sleep, 100
  349. Send, ch qm g %welcome%{Enter}
  350. return
  351.  
  352. welcomel:
  353. Sleep, 100
  354. Send, /
  355. Sleep, 100
  356. Send, ch qm l %welcome%{Enter}
  357. return
  358.  
  359. spam:
  360. Sleep, 100
  361. Send, /
  362. Sleep, 100
  363. Send, ch qm m Please don't spam.{Enter}
  364. return
  365.  
  366. spamg:
  367. Sleep, 100
  368. Send, /
  369. Sleep, 100
  370. Send, ch qm g Please don't spam.{Enter}
  371. return
  372.  
  373. caps:
  374. Sleep, 100
  375. Send, /
  376. Sleep, 100
  377. Send, ch qm m Please don't overuse caps.{Enter}
  378. return
  379.  
  380. capsg:
  381. Sleep, 100
  382. Send, /
  383. Sleep, 100
  384. Send, ch qm g Please don't overuse caps.{Enter}
  385. return
  386.  
  387. spamcaps:
  388. Sleep, 100
  389. Send, /
  390. Sleep, 100
  391. Send, ch qm m Please watch the spam / caps.{Enter}
  392. return
  393.  
  394. spamcapsg:
  395. Sleep, 100
  396. Send, /
  397. Sleep, 100
  398. Send, ch qm g Please watch the spam / caps.{Enter}
  399. return
  400.  
  401. clean:
  402. Sleep, 100
  403. Send, /
  404. Sleep, 100
  405. Send, ch qm m Please keep chat clean and appropriate.{Enter}
  406. return
  407.  
  408. cleang:
  409. Sleep, 100
  410. Send, /
  411. Sleep, 100
  412. Send, ch qm m Please keep chat clean and appropriate.{Enter}
  413. return
  414.  
  415. cmodifyw:
  416. Sleep, 100
  417. Send, &f/cmodify <playername>
  418. return
  419.  
  420. livemapw:
  421. Sleep, 100
  422. Send, %map%
  423. return
  424.  
  425. phomew:
  426. Sleep, 100
  427. Send, /
  428.  
  429. plugdjw:
  430. Sleep, 100
  431. Send, plug.dj/bear-nation
  432. return
  433.  
  434. psalloww:
  435. Sleep, 100
  436. Send, &f/ps allow <playername>
  437. return
  438.  
  439. websitew:
  440. Sleep, 100
  441. Send, %website%
  442. return
  443.  
  444. modchannel:
  445. Sleep, 100
  446. Send, /
  447. Sleep, 100
  448. Send, ch m{Enter}
  449. return
  450.  
  451. globalchannel:
  452. Sleep, 100
  453. Send, /
  454. Sleep, 100
  455. Send, ch g{Enter}
  456. return
  457.  
  458. irclink:
  459. Run, %irclink%
  460. return
  461.  
  462. irclogin:
  463. Sleep, 100
  464. Send, /msg NickServ IDENTIFY %ircpass%
  465. return
  466.  
  467. suspend:
  468. suspend
  469. return
  470.  
  471. reload:
  472. reload
  473. return
  474.  
  475. edit:
  476. edit
  477. return
  478.  
  479. :*:np::no problem ;
  480. :*:yw::you{'}re welcome ;
  481. :*:thx::thanks ;
  482. :*:nvm::nevermind ;
  483. :*:tnp::No problem ; These hotstrings will replace as soon as you enter the last character of the abbreviation.
  484. :*:yw::You{'}re welcome ;
  485. :*:tthx::Thanks ;
  486. :*:tnvm::Nevermind ;
  487.  
  488. :?0:ty::thank you ;
  489. :?0:tty::Thank you ; Since 'ty' and 'tty' appear in some words, I had to change them slightly. These two will require a space after.
Add Comment
Please, Sign In to add comment