reviving alclient

For technical issues & scripting. Dump it all here!
Post Reply
Eowyn
Posts: 18
Joined: Mon Mar 28, 2011 9:09 am

reviving alclient

Post by Eowyn »

My dear old computer is nearly dead. I may save more of my files from it but that's quite all.

Fortunately, I have a new one and have already installed my alclient back but I've got two troubles.

I can't connect. Not only to kinslayer but I believe to no mud at all (I've tried two). What can be to blame? Firewall settings? What can I try to get my access to the game back?

When I am connected, I'll need to recreate my aliases but I can't remember how to make my targetting script. Could you, please help me?

It worked like this:

km=kill targetone
fm=channel 'flame strike' targetone

kn=kill targettwo
fn= channel 'flame strike' targettwo

etc.

Thanks
Obould
Posts: 353
Joined: Tue Mar 15, 2005 4:33 pm

Re: reviving alclient

Post by Obould »

Have no fear, the al client hero is here!

lemme look, I could hook you up with something more advanced but it sounds like you just want what was familiar.

try disabling your firewall and connecting, try pinging the mud just to see if your comp can even connect to the game.
Obould
Posts: 353
Joined: Tue Mar 15, 2005 4:33 pm

Re: reviving alclient

Post by Obould »

Code: Select all

#alias {t1}{#set targetone %1;#echo %1 is now set as targetone!};
#alias {t2}{#set targettwo %1;#echo %1 is now set as targettwo!};
#alias {km}{kill targetone}
#alias {fm}{channel 'flame strike' targetone}
#alias {kn}{kill targettwo}
#alias {fn}{channel 'flame strike' targettwo}
to change target one simply type t1 xxx, (xxx being the name of the new target).
to change target two simply type t2 xxx, (xxx being the name of the new target).
Eowyn
Posts: 18
Joined: Mon Mar 28, 2011 9:09 am

Re: reviving alclient

Post by Eowyn »

Obould, my hero!

Yes, I might even try different things, if I knew some (the new topic about clients is a good one) but I don't feel like learning to play with new and more complicated client. I'll try to get it working.

And the script is exactly what I meant. I just forgot how to create it and it would take me long to learn again (I prefer to put that free time in learning zones so I can join the pk soon). Thanks a lot.

P.S. My old computer seems to be back after some first aid but I am unsure for how long.
Crunch
Posts: 374
Joined: Thu Dec 02, 2004 7:32 am

Re: reviving alclient

Post by Crunch »

#ALIAS ta #set target %1
#ALIAS a kill $target$
#ALIAS ii channel 'ice spikes' $target$
#ALIAS cc channel 'chill' $target$
#ALIAS bb channel 'blind' $target$
#ALIAS kk channel 'call lightning' $target$
#ALIAS ff channel 'fear' $target$
#ALIAS sl channel 'slow' $target$
#ALIAS fs channel 'flame strike' $target$
#ALIAS ta2 #set target2 %1
#ALIAS a2 kill $target2$
#ALIAS ii2 channel 'ice spikes' $target2$
#ALIAS cc2 channel 'chill' $target2$
#ALIAS bb2 channel 'blind' $target2$
#ALIAS kk2 channel 'call lightning' $target2$
#ALIAS ff2 channel 'fear' $target2$
Post Reply