Page 4 of 20
Posted: Fri Apr 30, 2004 3:15 pm
by LordGiddion
ok Likwid, I'll take another look
Anyone know an easy way for a low-level tank to hurt himself enough to fire the heal routine? Not looking to do it in combat.
Some fixes - Grab the new botcore and botspell
Posted: Fri Apr 30, 2004 3:18 pm
by SimpleMynd_01
Drowning or falling damage seems pretty easy.
Hey
Posted: Fri Apr 30, 2004 3:20 pm
by Likwid
You could always use the lava in lavastorm. It's 41 damage a tick

Posted: Fri Apr 30, 2004 3:26 pm
by Dulapore
Yaulp command drops out with the following.
WriteChatColor(Calculate encountered unparsable text 'True')
WriteChatColor(shortcuts.inc@254 (SetToggle(int ToggleNum,bool newValue)): /if (!${Defined[Param1]} && ${Toggles[5,${ToggleNum}]}) {)
WriteChatColor(botcore.inc@338 (ExecCommand(string CommandText)): /call SetToggle ${counter} ${CommandParam})
WriteChatColor(botcore.inc@309 (Event_Chat(string ChatType,string ChatSender,string ChatText)): /call ExecCommand "${ChatText}")
WriteChatColor(bothealer.inc@226 (CheckGrpHealth): })
WriteChatColor(bothealer.inc@185 (HealerMain): /call CheckGrpHealth)
WriteChatColor(genbot.mac@54 (Main): /call HealerMain)
WriteChatColor(The current macro has ended.)
WriteChatColor(Failed to parse /if condition '(!FALSE && True)', non-numeric encountered)
Posted: Fri Apr 30, 2004 3:34 pm
by LordGiddion
Dulapore: what was the Param you set when you did yaulp? Looks like it was True - Unfortunatly Case sensitive and needs to be TRUE - all caps - I'll see about improving the parsing but right now just use all Caps.
self buff working... mostly
Posted: Fri Apr 30, 2004 3:52 pm
by Fuergrissa
i passed the command /t (bot) buff resolution on me, i was out of range so it failed when i got back in range i passed it again and got a page of errors the one at the top read
/varset failed, variable 'Bufflist(1.000000,1)' not found
Posted: Fri Apr 30, 2004 3:52 pm
by Dulapore
I just sent
This code fixes that problem mentioned above. It was a caps issue in shortcuts.inc.
Code: Select all
/varset Toggles[1,26] yaulp
/varset Toggles[2,26] I won't Yaulp for mana.
/varset Toggles[3,26] I will Yaulp for mana.
/varset Toggles[4,26] DoYaulp
/varset Toggles[5,26] [color=red]TRUE [/color]
Now though, I've tried each of the commands below. They each get the response back "I won't Yaulp for mana." and echoing ${DoYaulp} comes back with FALSE.
Posted: Fri Apr 30, 2004 4:14 pm
by ap50
[Fri Apr 30 20:53:03 2004] FUCKING CHRIST FUCKING RTFM FUCKTARD
[Fri Apr 30 20:53:03 2004] /varset 'HealTargets[-1]' failed, out of bounds on array
[Fri Apr 30 20:53:03 2004] bothealer.inc@205 (CheckGrpHealth): /varset HealTargets[0] ${Me.ID}
[Fri Apr 30 20:53:03 2004] bothealer.inc@185 (HealerMain): /call CheckGrpHealth
[Fri Apr 30 20:53:03 2004] genbot.mac@53 (Main): /call HealerMain
Posted: Fri Apr 30, 2004 4:22 pm
by LordGiddion
AP50: your behind an update or 2
Likwid: Did some tests never found that the autohealer didn't cast, but I did find it still did the chain casting. I'll have to see if I can find another way to control that. I think I saw something by lax about calling a sub differently if you wanted to wait till it returned before continuing - I'll take a look for that.
Dulapore: your right that toggles aren't working right, I'll try to fix it and update.
Posted: Fri Apr 30, 2004 4:30 pm
by Mortedamour
Hrmm. Running latest zip, No spell casting seems to work at all. No error output either.
Is it just me?
Autoheal
Posted: Fri Apr 30, 2004 4:37 pm
by Likwid
LG: Im not getting chain casting at all. At first that was the problem but your latest autoheal fixed that problem for me. Now when it heals it just repeats what it did before making it heal twice in a row. As for not healing...well I did quite a bit of testing and what I noticed was I would have to target a group member before it knew it was below the selected health set in the ini file. It would then begin try to heal him/her.
This was happening quite a bit....I hope you can fix this soon as I am looking forward to exping with my cleric =)
Posted: Fri Apr 30, 2004 4:43 pm
by ap50
AP50: your behind an update or 2
ROFL, I literally cut and paste the whole macro about 4 hours ago after losing my macro directory to a bad sector on my HDD
Posted: Fri Apr 30, 2004 4:45 pm
by LordGiddion
Likwid: ok healing twice in a row is what I was reffering to as chain casting. Like I said I had heals working without needing to change target. But I'll test some more. Looking for how to fix the recast problem.
Fixed the Toggle problem I'll post that update in a minute
Posted: Fri Apr 30, 2004 4:46 pm
by LordGiddion
Ap50: Posted that fix about 3 hrs ago, and yes that a couple of updates ago.
Heals
Posted: Fri Apr 30, 2004 4:55 pm
by Likwid
LG:
Make sure you don't have a target. See if it will get the target itself. It doesn't do it for me....it will sit there and look stupid. Though at one time I think it did i'm not sure.
I was only getting no heals if the person that needed a heal wasn't targeted. Not sure what you meant by your post but I am trying to help clarify this as much as I can in order to help you.
Thanks..