Helps

by Unknown

Back to Mechanic's Corner.

Unknown2005-08-02 01:30:50
ok decided to give mush a try i mean hey why not well every time i try to cnnect to lusternia it says error
i use the ip 208.185.247.29
and use lusternia
so i mean is there somethign i am doign wrong or?
Unknown2005-08-02 01:37:08
lusternia.com, port 23. What error are you getting exactly?
Unknown2005-08-02 01:44:06
Mushclient
Unable to connect to "lusternia", code = 10061(connection refused)

error occoured during phase: Connecting to world: 208.185.247.29, port 4000
Unknown2005-08-02 01:48:49
nevermind i am stupid thanks
Unknown2005-08-02 18:12:07
bah ok one more thign is there away to get me to auto sip health while bashing but not sip when i am full? on mush?
Unknown2005-08-03 01:04:44
Yes, there is. Try searching the MUSHclient forums or even looking at the help files regarding script functions. Start small and build your script piece-by-piece until you get what you want.

(You'd probably be amazed at some of the things you can do with MUSHclient, including GUIs, databases, and socket communications. If you can think it up, it can probably be done in MUSHclient somehow.)
Unknown2005-08-03 01:22:08
now if only i knew what any of that meant lol. I got eths system right now i am using hell of a lot better then java
Unknown2005-08-03 01:26:58
QUOTE(SuperFrog @ Aug 3 2005, 04:12 AM)
bah ok one more thign is there away to get me to auto sip health while bashing but not sip when i am full? on mush?
160216



Yeah there is; use Ethelon's system tongue.gif.

Unknown2005-08-03 01:37:30
i am but i still get lost in it. It's sad how bad i suck at this sorta thing. I been on java a loooonnnggg ass time and switching like threw me off i thought everything was like that lol maybe i need to pay eth a few credits and get a manual
Unknown2005-08-03 01:41:32
Ah his system is pretty much automatic in everything. There are a couple of things to watch out for, and you will need to DIAG to have a few things cured, but as long as you set the correct variables for your health, mana, eg, etc (these might be automatically collected now I think actually) you should be fine.

Oh but I think there is something wrong with the stupidity cure...it makes me eat 3 pennyroyal when I only want one damnit!
Heh.
Sobran2005-08-06 09:18:30
How do you make a custom system? Do you have to run it off of someone else's ideas or can you just brain storm and Hocus pocus, wala?
Unknown2005-08-07 14:26:05
It's not easy to make your own system completely from scratch, but it's certainly not impossible to learn how and put together new ideas into a complete script.
Hajamin2005-08-07 17:47:41
I always used the hocus pocus, wala method myself.
Xinael2005-08-07 19:07:29
It's not hard to write a script, provided you can read the help files of the scripting language or know someone smart to ask about functions. What's hard is writing all the scripts that a system needs, have them all running at once, and have them all interact in a way that 1) doesn't break one or more of them and 2) doesn't lag you to hell.
Alger2005-08-08 10:38:29
Its not hard just need to have the idea of what you want to do, and visualize how you want to do it. Then you start coding piece by piece. Then you debug it. Then when you've basically got it running its just maintenance/keeping it updated based on changes. Basically yeah, pretty much hocus pocus.