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
reviving alclient
Re: reviving alclient
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.
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.
Re: reviving alclient
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 two simply type t2 xxx, (xxx being the name of the new target).
Re: reviving alclient
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.
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.
Re: reviving alclient
#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$
#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$