Just wondering

Posted by Leonhardt on Tue 23 Nov 2010 11:04 PM — 7 posts, 32,387 views.

#0
I was just curious is it possible to make a script that can do IN-GAME commands immediatly like kick or flee?
USA Global Moderator #1
Of course.

world.Send("kick")
USA #2
Fiendish said:

Of course.

world.Send("kick")


Though if you're using Lua (and, indeed, probably some of the others), you can leave off the "world.".
Australia Forum Administrator #3
And since you posted in the Miniwindows part of the forum:

Template:post=9280
Please see the forum thread: http://gammon.com.au/forum/?id=9280.


That shows how you can make buttons that, when clicked, send stuff.
#4
Ok that plugin is cool as hell but what im looking for is a way to get rid of the insane time it takes between kicks.Like is there a way I can make a script to bypass the wait. Some of the skills on this mud take AGES to refresh so you can use it again like trip for example.
USA #5
A script that lets you kick more quickly than the server normally allows you to? No, that's not possible. Remember that MUSHclient scripting only affects things on your computer, and the only way to talk to the MUD is to send things via the network. Whenever something is sent to the server, the MUD has the final say on what you can and cannot do.
#6
Dang ok thanks all much appreciated and atleast I found a cool new plugin to play with :)