I couldn't find a mushclient script to show stat info when auctioning stuff on aardwolf, so I wrote one. Can I post it here? It's too long to upload as my account stands. Thanks
aardwolf auction plugin
Posted by Brienne on Sun 21 Feb 2010 03:06 PM — 7 posts, 31,217 views.
People have been using pastebin for larger scripts:
http://pastebin.com/
http://pastebin.com/
As a personal preference, I like using mushclient.pastebin.com more, and I've gotten other people on my home MUD to duse it too. (Same site, just separate bin for MUSHclient-related stuffs)
What's the advantage of mushclient.pastebin.com over the normal pastebin? It seems to be the same interface to me...
Twisol said:
(Same site, just separate bin for MUSHclient-related stuffs)
(Same site, just separate bin for MUSHclient-related stuffs)
It has the effect of keeping the MUSHclient-related pastes in their own bin.
Thanks for the quick reply! Pastebin is genius. I've posted the plugin at
http://pastebin.com/m530949c7
Just save the file as an xml in your plugin directory, change the name in the first trigger, BidNumberDetect, from my name to yours, and load as normal.
To use just type l33tsell <object> <minbid> and it'll do the rest; shows bidnum, descrip, stats, glow/hum/invis flags, and ill/res/sol on barter channel.
http://pastebin.com/m530949c7
Just save the file as an xml in your plugin directory, change the name in the first trigger, BidNumberDetect, from my name to yours, and load as normal.
To use just type l33tsell <object> <minbid> and it'll do the rest; shows bidnum, descrip, stats, glow/hum/invis flags, and ill/res/sol on barter channel.
In connection with this forum, I was wondering if there would be an easier way to capture the information. An example of an items id follows.
+-----------------------------------------------------------------+
| Keywords : trench coat gaardian1 |
| Name : a Trench Coat |
| Id : 303199175 |
| Type : Armor Level : 1 |
| Worth : 300 Weight : 1 |
| Wearable : body |
| Material : leather |
| Flags : unique, glow, hum, magic, burn-proof, auctioned, |
| : solidified, illuminated, V3 |
| Clan Item : From The Midgaardian Publishing Group |
+-----------------------------------------------------------------+
| Stat Mods : Strength : +1 Damage roll : +4 |
| Wisdom : +2 |
+-----------------------------------------------------------------+
Current bid on this item is 100 gold (No bid yet).
Could one use the last line as a stopping point to capture all the information above it? From that point, could it be put into a format to state the information like stats, flags, type, and so on?
I have a very basic understanding of how to make a trigger and alias based on help from individuals and the video supplied by Nick Gammon. I am thinking this is a bit above my understanding, but I am willing to give it a try.
Any help on this topic would be appreciated.
+-----------------------------------------------------------------+
| Keywords : trench coat gaardian1 |
| Name : a Trench Coat |
| Id : 303199175 |
| Type : Armor Level : 1 |
| Worth : 300 Weight : 1 |
| Wearable : body |
| Material : leather |
| Flags : unique, glow, hum, magic, burn-proof, auctioned, |
| : solidified, illuminated, V3 |
| Clan Item : From The Midgaardian Publishing Group |
+-----------------------------------------------------------------+
| Stat Mods : Strength : +1 Damage roll : +4 |
| Wisdom : +2 |
+-----------------------------------------------------------------+
Current bid on this item is 100 gold (No bid yet).
Could one use the last line as a stopping point to capture all the information above it? From that point, could it be put into a format to state the information like stats, flags, type, and so on?
I have a very basic understanding of how to make a trigger and alias based on help from individuals and the video supplied by Nick Gammon. I am thinking this is a bit above my understanding, but I am willing to give it a try.
Any help on this topic would be appreciated.