I am sorry man, I have kept at it but I just am struggling with the whole lua scripting and such I really could use the help and am struggling to understand the other files and everything i have even gone to the net to learn more of how ta work with lua and well, its not helping. I really can use your help. can you please show me how the coding would look?
Well, I tried to do it but, for some reason i basically some how managed to make it so my trigger breaks the prog, not litterally but it is an infinite loop of runtime errors. So, um, sadly I will need to look to the brains and ask if you would be willing to write the script for me. I have zero scripting and or programing skills lolz.
Hmm ok, sounds good. I have another question I am wanting to make an alias/trigger thing so that if I type retie in my command line it would retie any spells on everyone in my group normally i have ta type retie *person* and do that per person but I was hoping you know a way to alias or trigger it? the group displays as the following:
>Enguerrand's group:
Edmon hp:100% endur: 99% xp to level: 1040
Raal hp:100% endur: 99% xp to level: 1957
Pauly hp: 96% endur: 99% xp to level: 180
Arcanum hp:100% endur: 99% xp to level: 809
Enguerrand hp:100% endur: 99% xp to level: 1564
thast what I get every time I type group, and I am wanting it so that an alias will make a trigger do the retie work for the whole group, so it might have ta type group, then copy each name and then put it into the retie command but i just cammot make it work. Please help.
I should point out that for two triggers with the same trigger sequence number the evaluation order is not defined.
Thus you should set them both to "keep evaluating" or, one day, adding a totally different trigger might change the evaluation order.
Or, give one a lower sequence number (eg. the logging one) and only mark that as "keep evaluating" so this problem doesn't bite you again in the future.
If I understand the problem right, checking Keep Evaluating in either both or the first(working) trigger should fix this. This option allows other triggers to parse the same line of text after it's been matched once already.
I have a capture trigger that captures the chat done in groups. the trigger line is "* tells the group '*'."
then it is %0 and send to notepad append. This works great, though I also am trying to make a trigger where "(Anyone) tells the group 'enter'." then it is ent sent to world.(Anyone) would be the name of person in group, though when I try to do this it will not work. I am wanting to basically run two triggers, one that is already working, the trigger to capture chat which appends to a notepad, am happy with that, but I also want one that will respond to tells the group 'enter'. want it to ent and I am not sure if I am explaining this properly or not, please help.
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.