Guest User

Bear Nation Key Combo Script

a guest
May 28th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 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. >^space::
  38. Sleep, 100
  39. Send, /
  40. Sleep, 100
  41. Send, ch qm g %welcome%{Enter}
  42. return
  43.  
  44. >^>+space::
  45. Sleep, 100
  46. Send, /
  47. Sleep, 100
  48. Send, ch qm l %welcome%{Enter}
  49. return
  50.  
  51. >^w::
  52. Sleep, 100
  53. Send, /
  54. Sleep, 100
  55. Send, ch qm g %website%{Enter}
  56. return
  57.  
  58. >^>+w::
  59. Sleep, 100
  60. Send, /
  61. Sleep, 100
  62. Send, ch qm l %website%{Enter}
  63. return
  64.  
  65. >^i::
  66. Sleep, 100
  67. Send, /msg NickServ IDENTIFY %ircpass%
  68. return
  69.  
  70. >^s::
  71. Sleep, 100
  72. Send, /
  73. Sleep, 100
  74. Send, ch qm g You can make a suggestion for our server here tinyurl.com/BNSuggestions{Enter}
  75. Sleep, 100
  76. Send, /
  77. Sleep, 100
  78. Send, ch qm g Please make sure to read the suggestion guidelines tinyurl.com/BNSuggestionRules{Enter}
  79. return
  80.  
  81. >^>+s::
  82. Sleep, 100
  83. Send, /
  84. Sleep, 100
  85. Send, ch qm l You can make a suggestion for our server here tinyurl.com/BNSuggestions{Enter}
  86. Sleep, 100
  87. Send, /
  88. Sleep, 100
  89. Send, ch qm l Please make sure to read the suggestion guidelines tinyurl.com/BNSuggestionRules{Enter}
  90. return
  91.  
  92. >^p::
  93. Sleep, 100
  94. Send, /
  95. Sleep, 100
  96. Send, ch qm g Please read /pstoneinfo to learn about our land protection system.{Enter}
  97. return
  98.  
  99. >^>+p::
  100. Sleep, 100
  101. Send, /
  102. Sleep, 100
  103. Send, ch qm l Please read /pstoneinfo to learn about our land protection system.{Enter}
  104. return
  105.  
  106. >^l::
  107. Sleep, 100
  108. Send, /
  109. Sleep, 100
  110. Send, ch qm g %map%{Enter}
  111. return
  112.  
  113. >^>+l::
  114. Sleep, 100
  115. Send, /
  116. Sleep, 100
  117. Send, ch qm l %map%{Enter}
  118. return
  119.  
  120. >^d::
  121. Sleep, 100
  122. Send, /
  123. Sleep, 100
  124. Send, ch qm g plug.dj/bear-nation{Enter}
  125. return
  126.  
  127. >^>+d::
  128. Sleep, 100
  129. Send, /
  130. Sleep, 100
  131. Send, ch qm l plug.dj/bear-nation{Enter}
  132. return
  133.  
  134. >^h::
  135. Sleep, 100
  136. Send, /
  137. Sleep, 100
  138. Send, ch qm g Please read /trusted and /elite to learn about those ranks and how to get them.{Enter}
  139. return
  140.  
  141. >^>+h::
  142. Sleep, 100
  143. Send, /
  144. Sleep, 100
  145. Send, ch qm l Please read /trusted and /elite to learn about those ranks and how to get them.{Enter}
  146. return
  147.  
  148. >^1::
  149. Sleep, 100
  150. Send, /
  151. Sleep, 100
  152. Send, ch qm g Follow this guide to sign up for the free member rank. Read carefully- tinyurl.com/BNSignUp{Enter}
  153. return
  154.  
  155. >^>+1::
  156. Sleep, 100
  157. Send, /
  158. Sleep, 100
  159. Send, ch qm l Follow this guide to sign up for the free member rank. Read carefully- tinyurl.com/BNSignUp{Enter}
  160. return
  161.  
  162. >^r::
  163. Sleep, 100
  164. Send, /
  165. Sleep, 100
  166. Send, ch qm g Follow this guide to relink your character - tinyurl.com/BNRelinkCharacter{Enter}
  167. return
  168.  
  169. >^>+r::
  170. Sleep, 100
  171. Send, /
  172. Sleep, 100
  173. Send, ch qm l Follow this guide to relink your character - tinyurl.com/BNRelinkCharacter{Enter}
  174. return
  175.  
  176. >^m::
  177. Sleep, 100
  178. Send, /
  179. Sleep, 100
  180. Send, ch qm g You can make money by selling stuff at the /market or to other players, either with{Enter}
  181. Sleep, 100
  182. Send, /
  183. Sleep, 100
  184. Send, ch qm g chest shops or by trading in the Trade channel </ch t>, or by working for players.{Enter}
  185. return
  186.  
  187. >^>+m::
  188. Sleep, 100
  189. Send, /
  190. Sleep, 100
  191. Send, ch qm l You can make money by selling stuff at the /market or to other players, either with{Enter}
  192. Sleep, 100
  193. Send, /
  194. Sleep, 100
  195. Send, ch qm l chest shops or by trading in the Trade channel </ch t>, or by working for players.{Enter}
  196. return
  197.  
  198. >^g::
  199. Sleep, 100
  200. Send, /
  201. Sleep, 100
  202. Send, ch qm g Your rank doesn't qualify for staff, You need to be Elite to apply for staff.{Enter}
  203. Sleep, 100
  204. Send, /
  205. Sleep, 100
  206. Send, ch qm g Play for a while to earn it. {^}_{^}{Enter}
  207. return
  208.  
  209. >^>+g::
  210. Sleep, 100
  211. Send, /
  212. Sleep, 100
  213. Send, ch qm l Your rank doesn't qualify for staff, You need to be Elite to apply for staff.{Enter}
  214. Sleep, 100
  215. Send, /
  216. Sleep, 100
  217. Send, ch qm l Play for a while to earn it. {^}_{^}{Enter}
  218. return
  219.  
  220. >^e::
  221. Sleep, 100
  222. Send, /
  223. Sleep, 100
  224. Send, ch qm g &f/phome <playername> <homename>{Enter}
  225. return
  226.  
  227. >^>+e::
  228. Sleep, 100
  229. Send, /
  230. Sleep, 100
  231. Send, ch qm l &f/phome <playername> <homename>{Enter}
  232. return
  233.  
  234. >^2::
  235. Sleep, 100
  236. Send, /
  237. Sleep, 100
  238. Send, ch qm g Please make a /ticket if you require staff assistance {^}_{^}{Enter}
  239. return
  240.  
  241. >^>+2::
  242. Sleep, 100
  243. Send, /
  244. Sleep, 100
  245. Send, ch qm l Please make a /ticket if you require staff assistance {^}_{^}{Enter}
  246. return
  247.  
  248. >^c::
  249. Sleep, 100
  250. Send, /
  251. Sleep, 100
  252. Send, ch qm g &f/cmodify <playername> then click{Enter}
  253. return
  254.  
  255. >^>+c::
  256. Sleep, 100
  257. Send, /
  258. Sleep, 100
  259. Send, ch qm l &f/cmodify <playername> then click{Enter}
  260. return
  261.  
  262. >^a::
  263. Sleep, 100
  264. Send, /
  265. Sleep, 100
  266. Send, ch qm g &f/ps allow <playername> while standing in the field.{Enter}
  267. return
  268.  
  269. >^>+a::
  270. Sleep, 100
  271. Send, /
  272. Sleep, 100
  273. Send, ch qm l &f/ps allow <playername> while standing in the field.{Enter}
  274. return
  275.  
  276. >^t::
  277. Sleep, 100
  278. Send, /
  279. Sleep, 100
  280. Send, ch qm t Please chat in the Trade Channel </ch t> when trading with other players. {^}_{^}{Enter}
  281. return
  282.  
  283. >^>+t::
  284. Sleep, 100
  285. Send, /
  286. Sleep, 100
  287. Send, ch qm l Please chat in the Trade Channel </ch t> when trading with other players. {^}_{^}{Enter}
  288.  
  289. return
  290.  
  291. >^8::
  292. Sleep, 100
  293. Send, /
  294. Sleep, 100
  295. Send, ch qm m Please don't spam.{Enter}
  296. return
  297.  
  298. >^>+8::
  299. Sleep, 100
  300. Send, /
  301. Sleep, 100
  302. Send, ch qm g Please don't spam.{Enter}
  303. return
  304.  
  305. >^9::
  306. Sleep, 100
  307. Send, /
  308. Sleep, 100
  309. Send, ch qm m Please don't overuse caps.{Enter}
  310. return
  311.  
  312. >^>+9::
  313. Sleep, 100
  314. Send, /
  315. Sleep, 100
  316. Send, ch qm g Please don't overuse caps.{Enter}
  317. return
  318.  
  319. >^0::
  320. Sleep, 100
  321. Send, /
  322. Sleep, 100
  323. Send, ch qm m Please watch the spam / caps.{Enter}
  324. return
  325.  
  326. >^>+0::
  327. Sleep, 100
  328. Send, /
  329. Sleep, 100
  330. Send, ch qm g Please watch the spam / caps.{Enter}
  331. return
Add Comment
Please, Sign In to add comment