[Home] [Downloads] [Search] [Help/forum]

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  VBscript
. . -> [Subject]  Healthbar for Achaea!

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?
(New message)
Subject: Healthbar for Achaea!
Name:
Your forum user name.
Register forum user name
Password:
Your forum password.
Forgotten password?
Message:
Message to be posted (in English, please).
Forum codes:
Check this if your message uses 'forum codes' or templates (auto-detected for new posts).
Forum codes Templates

Save this message ...


Subject review (reverse sequence)

Pages: 1 2  

Posted by Twisol   USA  (2,230 posts)  [Biography] bio
Date Mon 19 Oct 2009 10:23 PM (UTC)  quote  ]

Amended on Mon 19 Oct 2009 10:26 PM (UTC) by Twisol

Message
Or you could try (since this is Achaea) Trevize's compass and gauges, both available from his website at moonflair.com. They're styled similarly to Nexus's compass and gauges, and they use a separate ATCP plugin to communicate with the server for the extra information.

Plugins are self-contained, by the way; they won't "screw anything up" if they use a different language than the one you have set for your world file. You just have to make sure you have that plugin's language installed, and VBscript should be pre-installed anyways. (I still recommend Trevize's plugins since they're specific to Achaea, though.)

P.S. Did you seriously c/p that from CLHELP RYNNGUIDE? *rofl*

'Soludra' on Achaea

Blog: http://jonathan.com/
GitHub: http://github.com/Twisol
[Go to top] top

Posted by Blainer   (191 posts)  [Biography] bio
Date Mon 19 Oct 2009 10:17 PM (UTC)  quote  ]
Message
I've not used this yet but I'm pretty sure you could make it do just about anything you want and it's in Lua.
Template:post=9097 Please see the forum thread: http://gammon.com.au/forum/?id=9097.
[Go to top] top

Posted by Drohgnor   (1 post)  [Biography] bio
Date Mon 19 Oct 2009 10:06 PM (UTC)  quote  ]
Message
I am very interested in a healthbar for achaea. I think I can use this, but I am using .LUA for my script. all my other triggers and everything is in .lua can anyone help me? perhaps make this super cool healthbar thing turn into a uh, .lua one instead of vb? or is it the same? I hesitate to download it in case it screws something up and I can't delete it. if anyone is actually in achaea and uses mush client with .lua, I could use an ATCP that works with vadi system, (I purchased vadi system have not received it yet) that could give me a compass, healthbar, and gauges for willpower and endurance and mana as well. so uh, If any information about .lua script is needed, you know I can get that info easy I will go get it and put it in here. so that you wizards can be able to modify stuff. if you play achaea I will give you gold or forge you a weapon to pay for your time, unless ya'll are so nerdy you actually enjoy this and want to do it for free. hee hee. I love nerds. gimme a sec to get the info:

NEXUS FUNCTIONS AND THEIR MUSH COUNTERPARTS
#set -> Send to: Variable, or SetVariable("variable", "content")
$target -> @target or GetVariable("variable")
{w} and {*} -> *
$1 -> %1
#echo -> Send to: Output, or Note("what to echo")
#groupon/groupoff -> EnableTrigger("label/group", true/false)
#wait -> DoAfter(timeinseconds, "action")
#if -> if something == somethingelse then dothis else dothat end

okay. so ignore the nexus part, it is the part after the arrows that matters. -> then this is what I'm dealing with. I can get more info easily if you need more info, I know nothing about vb script. so if anyone can help get me healthbars and mana, endurance willpower, and a compass, those two things will be a great start. preferably something that won't mess up my expensive vadi system. thanks!

-Drohgnor

p.s. feel free to e-mail me.
[Go to top] top

Posted by Nickpick   (24 posts)  [Biography] bio
Date Thu 23 Feb 2006 09:01 AM (UTC)  quote  ]
Message
Ok, I'll fix the first post ASAP. Use it for the reference.
Thank you.
[Go to top] top

Posted by Bro_c   (3 posts)  [Biography] bio
Date Sun 15 Jan 2006 01:27 PM (UTC)  quote  ]
Message
Ok. I got it to work. For future reference, to anybody that might ask, you have to type this after you install the plugin:


config prompt hmew


Thanks.
[Go to top] top

Posted by Nick Gammon   Australia  (18,800 posts)  [Biography] bio   Forum Administrator
Date Sun 15 Jan 2006 04:24 AM (UTC)  quote  ]
Message
This is nothing to do with programming. It is saying you need to change your Achaea prompt (in the game) to look like the one you just showed. I don't play that MUD so I don't know how to do it.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Bro_c   (3 posts)  [Biography] bio
Date Sun 15 Jan 2006 03:15 AM (UTC)  quote  ]
Message
The prompt line that you were talking about when you said this:

"
If you look at the trigger at the top of the page it is this:


^(\d+)h, (\d+)m, (\d+)e, (\d+)w c?e?x?k?d?b?-(.*)$


Now an example of what that would match is:


1040h, 1100m, 300e, 88w ex-


So, you need to change your prompt to look like that. Add endurance and willpower."

I've added the plugin that you modified to MUSHclient plugins, and it doesn't show up, so I'm assuming that whatever I'm doing wrong has to do with the prompt line that you mentioned in that quote.
[Go to top] top

Posted by Nick Gammon   Australia  (18,800 posts)  [Biography] bio   Forum Administrator
Date Sun 15 Jan 2006 02:50 AM (UTC)  quote  ]
Message
Which prompt line? Can you clarify?

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Bro_c   (3 posts)  [Biography] bio
Date Sun 15 Jan 2006 01:15 AM (UTC)  quote  ]
Message
I do not understand how to change this prompt line. I am entirely new to this programming, and unfortunately I need to be spoon-fed.

Any help would be appreciated.
[Go to top] top

Posted by Nick Gammon   Australia  (18,800 posts)  [Biography] bio   Forum Administrator
Date Tue 06 Dec 2005 07:45 PM (UTC)  quote  ]
Message
Go ahead.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Gore   (207 posts)  [Biography] bio
Date Tue 06 Dec 2005 10:53 AM (UTC)  quote  ]
Message
I mean would you mind if I dissected for some parts I required and incorporated it into my plugin? I'd give you credit of course =p
[Go to top] top

Posted by Nick Gammon   Australia  (18,800 posts)  [Biography] bio   Forum Administrator
Date Mon 05 Dec 2005 09:42 PM (UTC)  quote  ]
Message
What system? If you mean the plugin I wrote, that is publicly available for use.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Gore   (207 posts)  [Biography] bio
Date Mon 05 Dec 2005 09:04 PM (UTC)  quote  ]
Message
That's a pretty neat plugin. Any chance I could incorpoate parts of it into my system?
[Go to top] top

Posted by Gadget424   (5 posts)  [Biography] bio
Date Mon 05 Dec 2005 02:39 AM (UTC)  quote  ]
Message
Dude, that's totally weird. I didn't even change it to add all the stats. All I added was endurance and BLAMMO! There it is. I even changed it back to just display health and mana and it's still up. Never would have thought to try that. Thanks Nick, MUSHclient rules, ergo, you rule.
[Go to top] top

Posted by Nick Gammon   Australia  (18,800 posts)  [Biography] bio   Forum Administrator
Date Mon 05 Dec 2005 02:35 AM (UTC)  quote  ]
Message
If you look at the trigger at the top of the page it is this:


^(\d+)h, (\d+)m, (\d+)e, (\d+)w c?e?x?k?d?b?-(.*)$


Now an example of what that would match is:


1040h, 1100m, 300e, 88w ex-


So, you need to change your prompt to look like that. Add endurance and willpower.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


12,570 views.

This is page 1, subject is 2 pages long: 1 2  [Next page]

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]