Unknown2010-10-12 14:45:01
While I know there's no guarantee of an answer:
» No healing scroll found. Either check MagicList or disable
auto-scroll.
I definitely did have a fully charged healing scroll in my inventory. Unfortunately, I haven't yet gotten magiclist. What can I do?
» No healing scroll found. Either check MagicList or disable
auto-scroll.
I definitely did have a fully charged healing scroll in my inventory. Unfortunately, I haven't yet gotten magiclist. What can I do?
Mirami2010-10-12 15:20:40
Find the 'treant_magic_healing_scroll' variable (or something like that) and set it to match your scroll ID? No guarantees that will work, but that's the most likely solution off the top of my head.
Unknown2010-10-12 15:26:28
There are two variables: treant_scroll_healing_id and treant_scroll_healing_charges.
Zhov2010-10-13 22:48:18
You can use the setvar alias to set the scroll ID. Just do setvar treant_scroll_healing_id 12345. Then I use this trigger to update the charges when I recharge it:
    enabled="y"
  group="system_scroll"
  ignore_case="y"
  keep_evaluating="y"
  match="^It is enchanted with the healing script spell\\, holding (\\d+) charges\\.$"
  regexp="y"
  send_to="10"
  sequence="100"
  >
 Âsetvar treant_scroll_healing_charges %1
 Â
CODE
 Â
  group="system_scroll"
  ignore_case="y"
  keep_evaluating="y"
  match="^It is enchanted with the healing script spell\\, holding (\\d+) charges\\.$"
  regexp="y"
  send_to="10"
  sequence="100"
  >
 Â
 Â
Unknown2010-10-17 03:02:54
I've just installed Treant for the first time along with MUSHclient, so forgive me if this is a stupid question. I keep seeing this every time the prompt comes up:
Why am I seeing it, what did I do wrong, and how can I fix it, please, if anyone knows?
QUOTE
Run-time error
World: Treant
Immediate execution
.\\scan.lua:667: attempt to index field 'writhe' (a nil value)
stack traceback:
.\\scan.lua:667: in function 'general'
.\\scan.lua:1110: in function 'check'
.\\prompt.lua:213: in function 'capture'
:1: in main chunk
World: Treant
Immediate execution
.\\scan.lua:667: attempt to index field 'writhe' (a nil value)
stack traceback:
.\\scan.lua:667: in function 'general'
.\\scan.lua:1110: in function 'check'
.\\prompt.lua:213: in function 'capture'
:1: in main chunk
Why am I seeing it, what did I do wrong, and how can I fix it, please, if anyone knows?
Everiine2010-10-17 03:34:46
This may seem like a silly response, but are you absolutely certain that you installed Treant -exactly- like the instructions say, down to the letter? I know it took me 4 or 5 times to install it correctly, even though I thought I had the first time. Try completely uninstalling it and reinstalling it, setting up exactly as it says to see if that helps.
If that doesn't work, we'll see what else can be done.
If that doesn't work, we'll see what else can be done.
Mirami2010-10-17 05:10:11
What Ev said. At a guess, I'd say you forgot a 'require' line (a la " require 'treant' "), or modified one of the files, or didn't load from a premade world...
Basically, what Ev said. If you're really having trouble after that, I'd make a checklist with paper and pencil of what you have to do, then read through the directions online again and double-check you have all the steps and pieces, since it's easy to forget something simple and/or minor.
Basically, what Ev said. If you're really having trouble after that, I'd make a checklist with paper and pencil of what you have to do, then read through the directions online again and double-check you have all the steps and pieces, since it's easy to forget something simple and/or minor.
Lawliet2010-10-21 00:26:56
New problem, only just started encountering it, for some reason the system keeps on making me spam 'rub cleanse' in some situations, the only way to get out of it seems to be either reset or spam succor me until it goes through between getting equilibrium and rubbing again.
Any way to fix or just remove this problem altogether for a novice such as myself? Asking here instead of emailing Zarquan because as I understand it there wont be any more updates...
Edit: Line does seem to be 'The smoke envelops you, leaving behind a thick coat of sticky slime.', if all else fails or I can't get any good responses I'll just end up removing this line altogether...
Any way to fix or just remove this problem altogether for a novice such as myself? Asking here instead of emailing Zarquan because as I understand it there wont be any more updates...
Edit: Line does seem to be 'The smoke envelops you, leaving behind a thick coat of sticky slime.', if all else fails or I can't get any good responses I'll just end up removing this line altogether...
Xenthos2010-10-21 01:09:32
QUOTE (Lawliet @ Oct 20 2010, 08:26 PM) <{POST_SNAPBACK}>
New problem, only just started encountering it, for some reason the system keeps on making me spam 'rub cleanse' in some situations, the only way to get out of it seems to be either reset or spam succor me until it goes through between getting equilibrium and rubbing again.
Any way to fix or just remove this problem altogether for a novice such as myself? Asking here instead of emailing Zarquan because as I understand it there wont be any more updates...
Edit: Line does seem to be 'The smoke envelops you, leaving behind a thick coat of sticky slime.', if all else fails or I can't get any good responses I'll just end up removing this line altogether...
Any way to fix or just remove this problem altogether for a novice such as myself? Asking here instead of emailing Zarquan because as I understand it there wont be any more updates...
Edit: Line does seem to be 'The smoke envelops you, leaving behind a thick coat of sticky slime.', if all else fails or I can't get any good responses I'll just end up removing this line altogether...
That's ectoplasm, would seem to be that Treant doesn't have a failsafe to remove the ghost-affliction if it scrubs and fails to get it? It's a pretty basic trigger though, so maybe it just got itself wiped out from your version somehow.
Lawliet2010-10-21 13:02:44
So... How would I put the failsafe in?
Prav2010-10-21 21:19:37
QUOTE (Lawliet @ Oct 21 2010, 09:02 AM) <{POST_SNAPBACK}>
So... How would I put the failsafe in?
A simple failsafe:
I can't get the exact lines, right now, but "rub cleanse" with no cleanse afflictions. Save that line.
Make a trigger for that line (or find the one that already exists).
Make that line set all cleanse afflictions to 0.
Disable that trigger.
Enable that trigger any time your system runs the "rub cleanse" alias.
Automatically disable that trigger 0.4s after attempting to "rub cleanse" if you have not rubbed cleanse in that time and re-fire the "rub cleanse" alias.
When the trigger you created fires, have it delete the 0.4s timer it set (this is a failsafe for your failsafe, essentially).
Unknown2010-10-24 00:40:52
I see the following AUTO options under miscellaneous:
pipes
tea
What do they do? I'm most interested with Auto tea, since I read you can only have one tea defense at a time. If I have green tea and white tea, how would it work?
pipes
tea
What do they do? I'm most interested with Auto tea, since I read you can only have one tea defense at a time. If I have green tea and white tea, how would it work?
Ilyssa2010-10-24 03:38:12
QUOTE (Valerozo @ Oct 23 2010, 08:40 PM) <{POST_SNAPBACK}>
I see the following AUTO options under miscellaneous:
pipes
tea
What do they do? I'm most interested with Auto tea, since I read you can only have one tea defense at a time. If I have green tea and white tea, how would it work?
pipes
tea
What do they do? I'm most interested with Auto tea, since I read you can only have one tea defense at a time. If I have green tea and white tea, how would it work?
If you do AUTO TEA ON, then when you have Tea Balance, it'll SIP TEA, though you can specify what type with AUTO TEA (green|white|ect.) and it will sip whichever kind you chose. AUTO PIPES ON will light the pipes registered to Treant whenever it sees one go unlit.
Unknown2010-10-24 19:39:57
Thanks for that. I didn't know you could specify a tea.
<---- idiot *thwaps self*
Only thing I noticed is that I resisted paralysis from drinking greentea I think, but I didn't drink tea again...
EDIT: Got autodef to work. I realized my stupid mistake.
<---- idiot *thwaps self*
Only thing I noticed is that I resisted paralysis from drinking greentea I think, but I didn't drink tea again...
EDIT: Got autodef to work. I realized my stupid mistake.
Hintaro2010-10-25 00:31:53
I've been looking back through these posts for any Aetherhunting triggers/alias', didn't see any, but maybe i just missed them.
Anyone able to direct me to any, or have any easy ones that will work with Treant, so that i can stop being so sucky on hunts...?
Anyone able to direct me to any, or have any easy ones that will work with Treant, so that i can stop being so sucky on hunts...?
vorld2010-10-26 18:00:51
QUOTE (Valerozo @ Oct 24 2010, 02:39 PM) <{POST_SNAPBACK}>
Thanks for that. I didn't know you could specify a tea.
<---- idiot *thwaps self*
Only thing I noticed is that I resisted paralysis from drinking greentea I think, but I didn't drink tea again...
EDIT: Got autodef to work. I realized my stupid mistake.
<---- idiot *thwaps self*
Only thing I noticed is that I resisted paralysis from drinking greentea I think, but I didn't drink tea again...
EDIT: Got autodef to work. I realized my stupid mistake.
How did you get autodef to work? I'm confused as to how to do it.
Unknown2010-10-26 23:39:12
Well, I didn't put anything in the script file, but you can if you want. I'll assume you don't want to (since it isn't very useful that way), you simple make a new alias, let's call it
"defup"
now you'll be scripting in it,
First you just copy and paste this into the alias:
You can rename my_defup to whatever you like. Just be consistent.
Now under the lines above you start listing the defenses you want up:
are examples included in the help file. Let's break it down using this is an example:
my_defup = "insomnia"
my_defup can of course, be replaced with the table name of your choice as I said before.
means it doesn't cost balance to use. If it does, use instead. Same with other classifications. If it's herb, use herb, if it's an elixir, use elixir.
This corresponds only to the NAME of the defense. You'll want to keep it consistent to what treant calls it. You can put up a defense and check with "def" to see what treant calls it. Use it exactly as is, case and everything.
= "insomnia" is the actual command that's being send to the world.
Lastly you put this after all the defenses you outlined to kick the process off:
So your alias code box should look like:
of course, with the defenses YOU want.
He let's you put them in aliases so that you can have a different set of defenses to put up at different times, if you wish.
"defup"
now you'll be scripting in it,
First you just copy and paste this into the alias:
CODE
my_defup = {
  = php:Table(),
  = php:Table(),
  = php:Table(),
  = php:Table()
}
  = php:Table(),
  = php:Table(),
  = php:Table(),
  = php:Table()
}
You can rename my_defup to whatever you like. Just be consistent.
Now under the lines above you start listing the defenses you want up:
CODE
my_defup = "insomnia"
my_defup = "nightsight"
my_defup = "rub deathsight"
my_defup = "outr 2 redtint;paint face swiftstripes"
my_defup = "eat kafe"
my_defup = "sip fire"
my_defup = "sip frost"
my_defup = "nightsight"
my_defup = "rub deathsight"
my_defup = "outr 2 redtint;paint face swiftstripes"
my_defup = "eat kafe"
my_defup = "sip fire"
my_defup = "sip frost"
are examples included in the help file. Let's break it down using this is an example:
my_defup = "insomnia"
my_defup can of course, be replaced with the table name of your choice as I said before.
means it doesn't cost balance to use. If it does, use instead. Same with other classifications. If it's herb, use herb, if it's an elixir, use elixir.
This corresponds only to the NAME of the defense. You'll want to keep it consistent to what treant calls it. You can put up a defense and check with "def" to see what treant calls it. Use it exactly as is, case and everything.
= "insomnia" is the actual command that's being send to the world.
Lastly you put this after all the defenses you outlined to kick the process off:
CODE
defs:def_up(my_defup)
So your alias code box should look like:
CODE
my_defup = {
  = php:Table(),
  = php:Table(),
  = php:Table(),
  = php:Table()
}
my_defup = "insomnia"
my_defup = "nightsight"
my_defup = "rub deathsight"
my_defup = "outr 2 redtint;paint face swiftstripes"
my_defup = "eat kafe"
my_defup = "sip fire"
my_defup = "sip frost"
defs:def_up(my_defup)
  = php:Table(),
  = php:Table(),
  = php:Table(),
  = php:Table()
}
my_defup = "insomnia"
my_defup = "nightsight"
my_defup = "rub deathsight"
my_defup = "outr 2 redtint;paint face swiftstripes"
my_defup = "eat kafe"
my_defup = "sip fire"
my_defup = "sip frost"
defs:def_up(my_defup)
of course, with the defenses YOU want.
He let's you put them in aliases so that you can have a different set of defenses to put up at different times, if you wish.
Unknown2010-10-29 15:13:55
is anyone else experiencing a bug where your treant keeps taking out herbs and trying to put them in your pipe even though they're full? Any fix? I've tried PIPEL and it still comes back. I can't talk about how much faeleaf I'm risking losing.
Azira2010-10-29 18:50:21
How do I turn off healing with skills I don't have, like focus mind?
Mirami2010-10-29 19:35:44
QUOTE (Valerozo @ Oct 29 2010, 08:13 AM) <{POST_SNAPBACK}>
is anyone else experiencing a bug where your treant keeps taking out herbs and trying to put them in your pipe even though they're full? Any fix? I've tried PIPEL and it still comes back. I can't talk about how much faeleaf I'm risking losing.
I've come upon it, but PIPEL usually works for me. If it doesn't, a RESET should fix the problem.