Search found 2 matches

by xaknoir
Sat Sep 22, 2018 5:38 pm
Forum: Help Forum
Topic: Practice Automation
Replies: 3
Views: 4779

Re: Practice Automation

So far ive gotten:
Gate Trigger
You know of the following spells:
spells_practice = {}
Capture Trigger
^(.+)\s+Spell Level:\s*(\d+)\s+Level:\s+(\d+)\s*$
table.insert(spells_practice, matches[2] .. matches[3])
Page Advance Trigger to go through spells/skills until I reach skills then stop.
Gate ...
by xaknoir
Fri Sep 21, 2018 10:39 pm
Forum: Help Forum
Topic: Practice Automation
Replies: 3
Views: 4779

Practice Automation

Just got back into a mud I played ages ago and am trying to use triggers to practice spells on one character while doing something less boring on another (our limit is 2 characters). The problem is I have no real code experience and the LUA stuff I've looked up so far makes no sense.

Id like to get ...