Advertisement
MrBobBarker

HellMOO Plugins + Stuff

Sep 25th, 2015
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. *WARNING* HellMOO rules state you must be watching your character while doing this type of thing. An admin might pop in and ask what you're doing. Don't blame me for anything. *WARNING*
  2. I made some MUSHclient plugins to help you grind your craft safely and efficiently.
  3. -Monitors Stress, Health, Hunger and Thirst.
  4. -Pauses grinding for 30 seconds after getting an Earned IP
  5. -Pauses grinding when damaged, or stress is too high. Attempts to correct.
  6.  
  7. Review the send commands to modify actions taken in certain situations. Most of these are just modifications of the basic script without anything fancy, not all of these are 100% safe and I've only iterated on these as much I as needed. GrindPilot has a fancy GPS tracking function for safety.
  8.  
  9. GrindChemistry.xml: http://pastebin.com/nEtiQBrn
  10. GrindLockpicking.xml: http://pastebin.com/999UjLxa
  11. GrindPilot.xml: http://pastebin.com/nEtiQBrn
  12. GrindCookSteak.xml: http://pastebin.com/gJcygLSn
  13. GrindSewBerets.xml: http://pastebin.com/UchRcrK3
  14. GrindEngraveImproviseBerets.xml: http://pastebin.com/QgwNjarf
  15.  
  16. ==Random Useful Regular Expression Triggers==
  17. Highlight getting biled: ^(Ugh\! ( )?(Some|The) bile splash(es|ed) on you\.|A spray of the .* zombie\'s bile hits you\!)$
  18. Highlighting your name in chat: ^(\[( FSR |chatnet|tradenet|party)\]:? [^BobBarker]((?!\-\- BobBarker earned \$).)*|[^\s]+[^BobBarker] (says|asks|exclaims).*)bob.*$
  19.  
  20. ==Chat Redirector==
  21. See: http://pastebin.com/mx63KigB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement