Trying to find a stand alone chat window script to import. I have attempted to pull the script from Zulah's gui but can't get it to work, and all the forum searches seem to bring up out of date links.
Trying to find a stand alone chat window script to import. I have attempted to pull the script from Zulah's gui but can't get it to work, and all the forum searches seem to bring up out of date links.
Do we have one somewhere?
This should work fine on import. Will just have to reload mudlet. Shouldn't be difficult to edit. Don't usually rip things straight from my gui, but I have all the different pieces split anyway.
Trying to find a stand alone chat window script to import. I have attempted to pull the script from Zulah's gui but can't get it to work, and all the forum searches seem to bring up out of date links.
Do we have one somewhere?
This should work fine on import. Will just have to reload mudlet. Shouldn't be difficult to edit. Don't usually rip things straight from my gui, but I have all the different pieces split anyway.
Trying to find a stand alone chat window script to import. I have attempted to pull the script from Zulah's gui but can't get it to work, and all the forum searches seem to bring up out of date links.
Do we have one somewhere?
This should work fine on import. Will just have to reload mudlet. Shouldn't be difficult to edit. Don't usually rip things straight from my gui, but I have all the different pieces split anyway.
Can't seem to get this to work
Oh. Right. I forgot the other trigger... Should be good after fixing that... Save/reload mudlet after.
Find whatever trigger you have that has 'Password correct. Welcome to Achaea.' in it, or 'Last login was from domain:' --just your login trigger basically-- then add in:
Quick question for the mapper, everytime I load up my profile to get it to work I have to click the Map Icon, it looks like there is some sort of trigger for the mapper on the login but it doesn't seem to do anything.
After I've clicked the map icon and it says downloaded map etc, it works fine. Anyone know how to fix?
Edit: @Ryzeth also interested in the chat window, made the change to the login trigger like you said and still can't get it to work.
you need to make a window for the map to open in an open in in a script:
GuAcci = GuAcci or {}
GuAcci.Map = Geyser.Mapper:new({name = "GuAcci.Map", x="50%", y="50%", width="50%", height="50%"}, GuAcci.RightContainer)
So not sure if this is a quick question or not, but I have started to try do a bit of sparring.
The first thing I noted is that the window in the main display whirls way too fast for me to keep up, so I have created some separate windows to split things up a bit and gag a few lines here and there to make things a bit more manageable adding echoes etc.
I am using Svof on Mudlet 3.0.
One of my questions is if through my own added triggers I use the deleteLine() function, to remove what I deem as unnecessary, either because I don't think it's worthwhile or I have shifted it to another window.
I then get left in some instances with double prompts.
e.g.
100%h, 84%m, 95%e, 100%w cexkdb- [none]
100%h, 84%m, 95%e, 100%w cexkdb- [none]
100%h, 84%m, 95%e, 100%w cexkdb- [none]
Is there a quick and easy way to write something that will make it so I only ever get one prompt in a row? Ideally the last prompt that's come through.
Is there an aftermarket way of then saying to Mudlet ok now delete the top line so I only see (ideally the most up-to-date of the prompts), bearing in mind it could be 2, 3 or even 4 in a row.
100%h, 84%m, 95%e, 100%w cexkdb- [none]
Just keen to cut down on the spam, very new to Svof so not sure if there's anything in built in for this?
Would really appreciate some help
EDIT: Oops I missed the very Clear function in the documentation svo.deleteLineP()
deleteFull() does the same thing and is built into Muldet for non svof
With SVO the prompt still shows with deleteFull() - If you're using a custom prompt, anyway. The one Klendathu posted stops svo from displaying that prompt as well. Not sure why he (Vadi) didn't just make his own deleteFull() function like Nemutaur did with wsys.
Comments
^\[FW message\] ([^\(]+)$
for everything up to the first (
or
^\[FW message\] (.+) \($
for everything up to the last (
How can I do something like.
If var1 == true and either two of var2, var3 and var4 true, then do x?
end
assuming you're okay with it also running if var2 var3 and var4 are all true.
Results of disembowel testing | Knight limb counter | GMCP AB files
How to fix
Trying to do for k, v in ipairs(table1)
If table.contains (table2, v) then
End
Do we have one somewhere?
It is something I made though so there are a lot of better options out there
Find whatever trigger you have that has 'Password correct. Welcome to Achaea.' in it, or 'Last login was from domain:' --just your login trigger basically-- then add in:
After I've clicked the map icon and it says downloaded map etc, it works fine. Anyone know how to fix?
Edit: @Ryzeth also interested in the chat window, made the change to the login trigger like you said and still can't get it to work.
The first thing I noted is that the window in the main display whirls way too fast for me to keep up, so I have created some separate windows to split things up a bit and gag a few lines here and there to make things a bit more manageable adding echoes etc.
I am using Svof on Mudlet 3.0.
One of my questions is if through my own added triggers I use the deleteLine() function, to remove what I deem as unnecessary, either because I don't think it's worthwhile or I have shifted it to another window.
I then get left in some instances with double prompts.
e.g.
Is there a quick and easy way to write something that will make it so I only ever get one prompt in a row? Ideally the last prompt that's come through.
So let's say before I had
Tintin eats a gypsum crystal.
then I delete "Tintin eats a gypsum crystal."
so now I have
100%h, 85%m, 95%e, 100%w cexkdb- [none]
Is there an aftermarket way of then saying to Mudlet ok now delete the top line so I only see (ideally the most up-to-date of the prompts), bearing in mind it could be 2, 3 or even 4 in a row.
100%h, 84%m, 95%e, 100%w cexkdb- [none]
Just keen to cut down on the spam, very new to Svof so not sure if there's anything in built in for this?
Would really appreciate some help
EDIT: Oops I missed the very Clear function in the documentation svo.deleteLineP()
For example, if I do farsee, and I want to report the location of where someone is, which is on the line after the farsee line.
@Vallie, this might be helpful. You tick multi-line / AND Trigger, then set the appropriate line delta.
My regex stuff is terrible but you probably get the idea from this