i play dr
06-19-2011, 04:19 AM
Here's hoping this makes sense!
Veni on Lnet was really awesome in helping me set this up; however, now that I have the hook in, and am running the script, I notice that there doesn't seem to be a wait time for my Roundtime to put in.
Basically it normally works like this:
You reach out with your senses and hear glowing streams of harmonious Elemental mana coursing through the area.
Concentrating harder on the sounds you hear, you can sense luminous mana to the west, and radiant mana to the southeast.
You sense the Merelew's Legacy enchante upon you, which should last until the song ends or transitions to a new part.
Roundtime: 3 sec.
Then after the roundtime is up, my script keeps chugging along (stormfront scripts, not a lich script)
When I add the lich script to change the current room mana output to numbers like this:
Your Room Mana: 7/21
Concentrating harder on the sounds you hear, you can sense luminous mana to the west, and radiant mana to the southeast.
You sense the Merelew's Legacy enchante upon you, which should last until the song ends or transitions to a new part.
Roundtime: 3 sec.
it ends up not being able to wait, and I see:
Your Room Mana: 7/21
Concentrating harder on the sounds you hear, you can sense luminous mana to the west, and radiant mana to the southeast.
You sense the Merelew's Legacy enchante upon you, which should last until the song ends or transitions to a new part.
Roundtime: 3 sec.
R>climb prac wall
...wait 3 seconds.
R>climb prac wall
...wait 2 seconds.
R>climb prac wall
...wait 2 seconds.
R>climb prac wall
...wait 2 seconds.
R>climb prac wall
...wait 1 seconds.
R>climb prac wall
...wait 1 seconds.
R>climb prac wall
You begin to practice your climbing skills.
The lich script looks similar to this:
if server_string =~ /(.*?) faint streams (.*?)\./
server_string = "Your Room Mana: 1/21 \r \n"
with 21 different settings. Is there a different command I need to add to respect the roundtime?
Veni on Lnet was really awesome in helping me set this up; however, now that I have the hook in, and am running the script, I notice that there doesn't seem to be a wait time for my Roundtime to put in.
Basically it normally works like this:
You reach out with your senses and hear glowing streams of harmonious Elemental mana coursing through the area.
Concentrating harder on the sounds you hear, you can sense luminous mana to the west, and radiant mana to the southeast.
You sense the Merelew's Legacy enchante upon you, which should last until the song ends or transitions to a new part.
Roundtime: 3 sec.
Then after the roundtime is up, my script keeps chugging along (stormfront scripts, not a lich script)
When I add the lich script to change the current room mana output to numbers like this:
Your Room Mana: 7/21
Concentrating harder on the sounds you hear, you can sense luminous mana to the west, and radiant mana to the southeast.
You sense the Merelew's Legacy enchante upon you, which should last until the song ends or transitions to a new part.
Roundtime: 3 sec.
it ends up not being able to wait, and I see:
Your Room Mana: 7/21
Concentrating harder on the sounds you hear, you can sense luminous mana to the west, and radiant mana to the southeast.
You sense the Merelew's Legacy enchante upon you, which should last until the song ends or transitions to a new part.
Roundtime: 3 sec.
R>climb prac wall
...wait 3 seconds.
R>climb prac wall
...wait 2 seconds.
R>climb prac wall
...wait 2 seconds.
R>climb prac wall
...wait 2 seconds.
R>climb prac wall
...wait 1 seconds.
R>climb prac wall
...wait 1 seconds.
R>climb prac wall
You begin to practice your climbing skills.
The lich script looks similar to this:
if server_string =~ /(.*?) faint streams (.*?)\./
server_string = "Your Room Mana: 1/21 \r \n"
with 21 different settings. Is there a different command I need to add to respect the roundtime?