![]() |
MUSHclient
I was wondering if anyone else besides me used MUSHclient. Right now I'm developing a Bot Engine using LUA script to load custom scripts, and run them. I've also added some status boxes and whatnot to help me keep track of important stats. In the process of writing a spell tracker, to display what spells I have active, and the time active. It will tick down, and show me dynamically how long I have left on spells without having to check "affects". Everything is in its Alpha stages thus far, but was wondering if anyone else has had any success using MUSHclient as well.
|
I do
I, for one, use MUSHclient and have since I first discovered it. I think it's
tops as far as clients go, but I haven't used it since starting at Nodeka because of nembot. However, I think that you making a script loader for it is absolutely fantastic and would be crazily appreciated by many if you were to share it. Keep up the good work! Khelben, the Last Frost Giant |
Right now it's still in Pre-Alpha stages. I use it, along with a huge assortment of triggers, and it works quite well. The way it works is I have a Folder with .area files in it. To start one you type: script set (filename). This will set the script. To begin running the script (incase you need to do any last minute spellups) just type: script start. Script files are made manually, for now. I've the routine setup to save them, but I just write them manually. I use an Alias on my keypad to record movement to MUSH's notepad, then just copy the movements to my scipt file. An example, here's part of my Bayeshi file.
Code:
Name: Bayeshi |
I wrote an auto-rescue for MUSHclient incase anyone was looking for one, or whatever. Also posting it just to show off the capibilities of MUSH. There's a trigger, an alias, and a script file. The script is in LUA. To use you'll need 2 functions that I wrote to split strings apart. If you're intersted in using, just reply here or whatnot and I'll post those functions too.
Code:
<aliases> Code:
<triggers> Code:
function aRescue_Command(command) |
Quote:
Code:
|
Show off hehe. Didn't think about that. Shows how often I use forums 0.o.. Was just pleased it came out as beautiful as it did. =D
|
All times are GMT. The time now is 05:15 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.