Unknown2009-07-22 10:55:07
Your assignment is to start reading the Lua Reference Manual and not stop until you're finished.
But, to save you time, here's the entry you wanted.
But, to save you time, here's the entry you wanted.
Unknown2009-07-22 21:22:12
As several other questions have been preempted, "Probably a stupid question, but....."
I've been toying with this plugin in LUA, and I was wondering if there was a way to make "Live" changes. That is, I keep having to cut the connection, close the world, and reconnect in order to test what I've done, which is usually one slight little change, resulting in me entering and exiting the world several times in the space of 2-3 minutes.
Basically, is there an easier way to make the Plugin changes stick, or do I have to do this every single time?
I've been toying with this plugin in LUA, and I was wondering if there was a way to make "Live" changes. That is, I keep having to cut the connection, close the world, and reconnect in order to test what I've done, which is usually one slight little change, resulting in me entering and exiting the world several times in the space of 2-3 minutes.
Basically, is there an easier way to make the Plugin changes stick, or do I have to do this every single time?
Unknown2009-07-22 21:40:10
Edit the plugin and then reload it. Nick posted an example alias that can be used to easily reload a plugin somewhere on his forums.
Dysolis2009-07-27 18:01:28
Okay.
I just recently switched over to mush client hurray for me, anyway. I was wondering if there was any telepathy plugins or codes out there that was able to use the formula mindburst does. When targets max ego is at 1/2 mindburst. So I don't have to do the work
I just recently switched over to mush client hurray for me, anyway. I was wondering if there was any telepathy plugins or codes out there that was able to use the formula mindburst does. When targets max ego is at 1/2 mindburst. So I don't have to do the work
Unknown2009-07-28 05:35:16
Ethelon's system has that I believe, if you use the discernment skill it will note that they are below half. Or you could just make one yourself, not that hard with MUSH
Unknown2009-08-03 00:54:31
For anyone who's still pretty much a MUSHclient newbie, you might be interested to know that Nick Gammon made a video about how to make a trigger (involving showing text in a miniwindow).
Lawliet2009-08-05 12:33:39
Really newbie question, when I came back to MUSH today I found that all my personal aliases had been deleted (and treant had to be reinstalled but that's fine), how do I make them permenant?
Unknown2009-08-05 12:52:02
Create a world and save it somewhere that you won't lose it! All of your settings (including Treant) are stored in your world (with a .mcl extension on the filename), so that's where you look for them.
Lawliet2009-08-05 13:00:41
QUOTE (Zarquan @ Aug 5 2009, 01:52 PM) <{POST_SNAPBACK}>
Create a world and save it somewhere that you won't lose it! All of your settings (including Treant) are stored in your world (with a .mcl extension on the filename), so that's where you look for them.
Aaah... Ok
Edit: New question, can I make stuff brighter? It's too dark and I have too many aethers that have to share the same colour cuz that's all I can see. Highlights look rubbish
Everiine2009-08-05 16:15:13
In the game configuration menu, there's an ANSII color configuration. You don't even have to do much work, there's a snazzy "lighter" and "darker" button that will apply those effects to all of your colors.
Unknown2009-08-05 21:18:10
Does anyone have a Channel Capture script that uses miniwindows, and not another world?
Lawliet2009-08-06 00:31:30
How do I make a god damned targetted alias? I want to be able to set off three psionic attacks at a time against the same person... In nexus I was just making the alias target a specific person and then changing the alias each time I fought a new person, clumbersome in a raid.
Unknown2009-08-06 01:26:07
In the send field, you would put
or whatever your target variable is, and then you have to select the tick box labelled "Expand variables"
CODE
psi bleh blah @target
or whatever your target variable is, and then you have to select the tick box labelled "Expand variables"
Shaddus2009-08-06 01:30:32
QUOTE (Enigma @ Aug 5 2009, 04:18 PM) <{POST_SNAPBACK}>
Does anyone have a Channel Capture script that uses miniwindows, and not another world?
Ethelon has one for his system, and it even comes with a map and bars for your stats(health/mana and so on)
Lawliet2009-08-06 01:31:54
QUOTE (Enigma @ Aug 6 2009, 02:26 AM) <{POST_SNAPBACK}>
In the send field, you would put
or whatever your target variable is, and then you have to select the tick box labelled "Expand variables"
CODE
psi bleh blah @target
or whatever your target variable is, and then you have to select the tick box labelled "Expand variables"
...That doesn't help!
Shaddus2009-08-06 01:32:49
QUOTE (Lawliet @ Aug 5 2009, 07:31 PM) <{POST_SNAPBACK}>
How do I make a god damned targetted alias? I want to be able to set off three psionic attacks at a time against the same person... In nexus I was just making the alias target a specific person and then changing the alias each time I fought a new person, clumbersome in a raid.
QUOTE
psi super choke @script_target
psi sub burst @script_target
psi id trip @script_target
psi sub burst @script_target
psi id trip @script_target
For instance, this is what an alias might do for TK users. Or, try this.
QUOTE
TK *
sends
QUOTE
psi super choke %1
psi sub burst %1
psi id trip %1
psi sub burst %1
psi id trip %1
Lawliet2009-08-06 01:39:09
QUOTE (Shaddus Mes'ard @ Aug 6 2009, 02:32 AM) <{POST_SNAPBACK}>
For instance, this is what an alias might do for TK users. Or, try this.
sends
sends
Still a little hazy, what do I put in the alias, send and then what do i use for a command, for example I tried what you said with my very limited understanding, made
test= poke @script_target
test snaithy = no dice
Shaddus2009-08-06 01:39:58
QUOTE (Lawliet @ Aug 5 2009, 08:39 PM) <{POST_SNAPBACK}>
Still a little hazy, what do I put in the alias, send and then what do i use for a command, for example I tried what you said with my very limited understanding, made
test= poke @script_target
test snaithy = no dice
test= poke @script_target
test snaithy = no dice
make an alias called TEST *
Make that alias do POKE %1
Lawliet2009-08-06 01:41:54
QUOTE (Shaddus Mes'ard @ Aug 6 2009, 02:39 AM) <{POST_SNAPBACK}>
make an alias called TEST *
Make that alias do POKE %1
Make that alias do POKE %1
Thanks! <3
Shaddus2009-08-06 01:45:33
QUOTE (Lawliet @ Aug 5 2009, 08:41 PM) <{POST_SNAPBACK}>
Thanks! <3
Another mages can do is this one I have for hunting.
QUOTE
PSIUP * *
sends
QUOTE
PSI ID PSIARMOUR
PSI SUB BIOFEEDBACK %1
PSI SUPER BIOFEEDBACK %2
PSI SUB BIOFEEDBACK %1
PSI SUPER BIOFEEDBACK %2
so if I try
QUOTE
PSIUP FIRE MAGIC
it sends
QUOTE
PSI ID PSIARMOUR
PSI SUB BIOFEEDBACK FIRE
PSI SUPER BIOFEEDBACK MAGIC
PSI SUB BIOFEEDBACK FIRE
PSI SUPER BIOFEEDBACK MAGIC
got the idea?