Unknown2010-08-01 14:27:59
Okay. Release 1.35 is up now. No more complaints regarding cloud coils, please!
Unknown2010-08-01 17:05:50
QUOTE (Zarquan @ Aug 1 2010, 05:27 PM) <{POST_SNAPBACK}>
Okay. Release 1.35 is up now. No more complaints regarding cloud coils, please!
Thanks a lot
p.s I think you forgot to update the minor version. It still shows 34.
Unknown2010-08-01 17:24:48
Thanks for catching that. I've fixed it now.
Everiine2010-08-01 19:23:57
Does it matter if we downloaded 1.35 before the version number was fixed? Or is it exactly the same?
Also, what can someone like me, who sucks at coding (and is slowly, painfully, trying to learn), do to help with the system and take some of the load off of you?
Also, what can someone like me, who sucks at coding (and is slowly, painfully, trying to learn), do to help with the system and take some of the load off of you?
Unknown2010-08-01 19:31:45
All that changed was that I made "version = 34" say "version = 35" in treant.lua.
If you don't know much about coding, you could still maybe learn via the copy/paste method, looking at things in the XML files and repeating that to make new triggers, but there isn't really any non-coding stuff that would help with the system other than reporting bugs (in detail, like with debug output on). Thanks for the offer!
If you don't know much about coding, you could still maybe learn via the copy/paste method, looking at things in the XML files and repeating that to make new triggers, but there isn't really any non-coding stuff that would help with the system other than reporting bugs (in detail, like with debug output on). Thanks for the offer!
Thendis2010-08-12 03:23:15
The convenient little box at the bottom that tells me my hp/mana/ego just stopped working. I did score (which updated my new max health) but it didn't change how much it said I had, nor did sipping or any other action I could think of. I did diag so it wouldn't think I had something I didn't, but that didn't work. I DID get it to work by resetting the script, but I was wondering if anyone could tell me maybe why it went wrong.
Also and mostly unrelated, said box blocks whatever is in the bottom right corner. Normally a 'meh' kind of thing, it gets in the way enough I was wondering if someone could tell me how to move it.
Also and mostly unrelated, said box blocks whatever is in the bottom right corner. Normally a 'meh' kind of thing, it gets in the way enough I was wondering if someone could tell me how to move it.
Xenthos2010-08-13 03:00:10
QUOTE (Thendis @ Aug 11 2010, 11:23 PM) <{POST_SNAPBACK}>
The convenient little box at the bottom that tells me my hp/mana/ego just stopped working. I did score (which updated my new max health) but it didn't change how much it said I had, nor did sipping or any other action I could think of. I did diag so it wouldn't think I had something I didn't, but that didn't work. I DID get it to work by resetting the script, but I was wondering if anyone could tell me maybe why it went wrong.
Also and mostly unrelated, said box blocks whatever is in the bottom right corner. Normally a 'meh' kind of thing, it gets in the way enough I was wondering if someone could tell me how to move it.
Also and mostly unrelated, said box blocks whatever is in the bottom right corner. Normally a 'meh' kind of thing, it gets in the way enough I was wondering if someone could tell me how to move it.
It's not recognizing your prompt any more, it sounds like. I'd start there (and did you change anything about how your prompt looks recently?)
Lawliet2010-08-27 22:40:02
Hi, me again. On updating Treant (and by updating I mean deleting everything and starting again, I need to figure out how to update it more easily one day) I no longer seem to be able to get the GUI to work, using either require "gui" or require "nexus". Am I missing something really, really obvious? I don't get any error messages...
Unknown2010-08-27 23:33:46
Are you missing a support contract, maybe?
Lawliet2010-08-27 23:54:17
I'm certainly missing the credits to buy one
Calixa2010-08-28 09:43:02
QUOTE (Lawliet @ Aug 28 2010, 12:40 AM) <{POST_SNAPBACK}>
Hi, me again. On updating Treant (and by updating I mean deleting everything and starting again, I need to figure out how to update it more easily one day) I no longer seem to be able to get the GUI to work, using either require "gui" or require "nexus". Am I missing something really, really obvious? I don't get any error messages...
I just did overwrite on all the files to update, then fired off the install command again, not sure if that is the right way to do it but it seems to work.
If you deleted everything, you should in theory be able to get it working again by just following the installation procedure. Double check you did not miss a step somewhere.
Ilyarin2010-08-28 09:52:30
If all else fails, buy Iasmos's award-winning* support contract.
(Winner of Ilyarin's award of excellence 2009)
(Winner of Ilyarin's award of excellence 2009)
Lawliet2010-08-28 11:30:19
Sell out
Unknown2010-08-28 11:36:52
Cheapskate.
Unknown2010-09-05 00:22:11
has anyone done the paradigmatics or transmology skills? If not how does one go about doing so?
Edit: if someone has just pm those to me please.
typing in the dark is hard.
Edit: if someone has just pm those to me please.
typing in the dark is hard.
Unknown2010-09-05 01:57:56
I've asked for others to submit the XML to me, even offering payment. No one has come forward to claim the reward. It's been an interesting experiment so far.
Unknown2010-09-05 02:01:18
So I how do I go about making it then?
Unknown2010-09-05 02:04:25
Open one of the existing XML files (e.g., treant_affs.xml) in a text editor, find a trigger that seems close enough, copy, paste, edit. They're somewhat sorted by skill, so I'd recommend finding the more recently added skills for the better examples.
Gregori2010-09-05 09:42:15
QUOTE (Zarquan @ Sep 4 2010, 07:57 PM) <{POST_SNAPBACK}>
I've asked for others to submit the XML to me, even offering payment. No one has come forward to claim the reward. It's been an interesting experiment so far.
I' didn't see you ask and didn't think of it to be honest. I will send them to you after I stop last long weekend of summer partying.
Calixa2010-09-17 00:18:40
Fix for the broken date display upon logging in:
It used to say "is that of the" but it doesn't anymore. Not sure if that is unique those this moon phase or if someone decided to make some grammatical change there, but this has it working again.
CODE
^Today is the (\\d+).+? of (\\w+)\\, (\\d+) years after the Coming of Estarra\\. The phase of the moon is the .+?\\.$
It used to say "is that of the" but it doesn't anymore. Not sure if that is unique those this moon phase or if someone decided to make some grammatical change there, but this has it working again.