Search found 154 matches

by noblestone
Sat Nov 18, 2017 3:40 am
Forum: Help Forum
Topic: Remind me about this trigger...
Replies: 2
Views: 2589

Re: Remind me about this trigger...

That worked, thanks!
by noblestone
Fri Nov 17, 2017 5:56 pm
Forum: Help Forum
Topic: Remind me about this trigger...
Replies: 2
Views: 2589

Remind me about this trigger...

*Bob* tells the group 'jump' I use ^(.*) tells the group 'jump' but if someone else in group says the same thing it triggers off, i want to include * between names due to being leaders, groupies doesnt have * in between. I am not sure about using this knowing it wont work like ^/*/(.*)/*/ tells the ...
by noblestone
Tue Oct 03, 2017 11:58 pm
Forum: Help Forum
Topic: Anyone can try this?
Replies: 7
Views: 4904

Re: Anyone can try this?

Strange, followed your instruction, using BBEdit, grep clicked, and find / replace prior ur suggestion, hit replace all, kept popping up saying Not Found.
by noblestone
Tue Oct 03, 2017 5:31 am
Forum: Help Forum
Topic: Anyone can try this?
Replies: 7
Views: 4904

Re: Anyone can try this?

To be sure I am understanding click triggers, create new one, name is conventer paste is #1 box Pattern: <trigger [^>]+>\n<pattern>([^<]+)</pattern>\n<value>([^<]+)</value>\n</trigger> then paste in box below: permSubstringTrigger("\1","From CMud",{"\1"},[[send("\2...
by noblestone
Mon Oct 02, 2017 7:41 pm
Forum: Help Forum
Topic: Anyone can try this?
Replies: 7
Views: 4904

Re: Anyone can try this?

Still doesnt make sense to me, I am talking about in text writer, the export from triggers looks like below, how to convert above to below? <name>Giths</name> <script>send(&quot;k gi&quot;)</script> <triggerType>0</triggerType> <conditonLineDelta>0</conditonLineDelta> <mStayOpen>0</mStayOpen...
by noblestone
Sat Sep 30, 2017 1:00 am
Forum: Help Forum
Topic: Anyone can try this?
Replies: 7
Views: 4904

Anyone can try this?

I have thousands of mobs handed over to me in xml file from someone using cmud. Code is: <trigger priority="26300"> <pattern>This large Earth Elemental looks enraged</pattern> <value>kill elemental!</value> </trigger> What is the easiest way to convert them into mudlet code in xml and impo...
by noblestone
Thu May 19, 2016 1:03 am
Forum: Help Forum
Topic: Interesting concept but... need help.
Replies: 6
Views: 5966

Re: Interesting concept but... need help.

------------------------------------------------------------------------------- ##| Level Name Pos HitPoints ManaPoints MovePoints TNL Align ------------------------------------------------------------------------------- 1|999 Lord Xuyr Stand 51104/51104 7283/7283 24474/25084 519 1000 2|588 Lord Ann...
by noblestone
Wed May 18, 2016 4:14 am
Forum: Help Forum
Topic: Interesting concept but... need help.
Replies: 6
Views: 5966

Re: Interesting concept but... need help.

That I know but where to put the matches in box below like :

selectCurrentLine()
copy()
appendBuffer("GroupConsole")
deleteLine()

That is my question. Thanks
by noblestone
Tue May 17, 2016 1:49 pm
Forum: Help Forum
Topic: Interesting concept but... need help.
Replies: 6
Views: 5966

Interesting concept but... need help.

^ ?\d+\| {0,2}\d+ \w+ {1,2}(\w+) +(?:Stand|Sleep|Rest|Fight|STUN!|DROWN) -?\d+/-?\d+ +-?\d+/-?\d+ +-?\d+/-?\d+ +\d+ +(?:-?\d+|\?\?\?\?\?)$ Set as perl regex and below is: selectCurrentLine() copy() appendBuffer("GroupConsole") deleteLine() Outcome is: 1|737 Lord Wolthu Sleep 40009/40009 6...