ShamanDot

Help section from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

ShamanDot

Post by YKW-28983 » Fri Dec 27, 2002 1:43 pm

MOVED TO DEPOT
Last edited by YKW-28983 on Mon Dec 30, 2002 2:23 am, edited 6 times in total.

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Fri Dec 27, 2002 3:21 pm

Can I get some help on my events? I can't seem to get them to work.

UPDATE:
Realized I fubared my script a little in the events, it was really checking for "Your Instill has worn off." when it should be checking for "Your Instill spell has worn off."

Updated up top.

Still Messed Up. How can I make it checking for these events at all times?

UPDATE 2:

Fixed the Events, moving on to doing DOTS now.

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

Problems with #event

Post by SingleServing » Fri Dec 27, 2002 9:12 pm

To reduce the chance of problems with events only put in part of the event instead of everything word for word

and remember events are case sensitive

#event Attacked "hits you" is wrong
#event Attacked "hits YOU" is correct


Off topic how do you like Instill? I tried it once and it broke over and over on me almost instantly and resisted every other time. I finally got it to hold after 7 tries, memmed Root and didn't have any further problems =)
[color=DarkBlue]Everything,[/color] [color=DarkBlue][b]is[/b][/color] [color=black]black[/color] [color=DarkBlue]and[/color] [color=white]white[/color][color=DarkBlue], when you zoom out it looks[/color] [color=gray]grey[/color][color=DarkBlue].[/color]

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Sat Dec 28, 2002 3:52 pm

Lands fine for me.

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

Post by SingleServing » Sun Dec 29, 2002 12:18 am

Code: Select all

[quote]/if n $char(mana,pct)>95 /if n $char(hp,pct)<75 /call HealMe 
/if n $char(hp,pct)>50 /if n $char(mana,pct)<95 /call Canni [/quote]
didn't we go over this already?

Greater heal costs 150 and heals 300

Canni 1 takes 50 hp and gives you 25 mana

So if you cast canni 6 times you get 6*25 = 150 mana and loose 300 hp then you heal yourself and your mana goes down 150 and your hp goes up 300 a net change of 0 hp and 0 mana

The only reason you see any change in this at all is due to natural regen and Specialize or focus items (if you have any), but then again you might fizzle... So don't canni to 50% hp then heal yourself to 95%

I'm not going to give you my code anymore b/c I have cloro and KEI up at all times along with a fungi tunic (along with different wis and hp i'm sure). Your most efficient means is not the same as mine, but just find the point where you can canni to with cloro then sit and med until they go 100% at the same time.
[color=DarkBlue]Everything,[/color] [color=DarkBlue][b]is[/b][/color] [color=black]black[/color] [color=DarkBlue]and[/color] [color=white]white[/color][color=DarkBlue], when you zoom out it looks[/color] [color=gray]grey[/color][color=DarkBlue].[/color]

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Sun Dec 29, 2002 12:40 am

my method works just fine, those who want to use this script can change it to their likeings. this is my personal script that I decided to release. TY for the support but as you said your needs do not fit my needs.

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

Post by SingleServing » Mon Dec 30, 2002 12:38 am

YKW-28983 wrote:my method works just fine, those who want to use this script can change it to their likeings. this is my personal script that I decided to release. TY for the support but as you said your needs do not fit my needs.
You asked for suggestions I gave them. Its not like I am giving you a boat load of opinions.. these are cold hard facts. (can anyone back me up on this that canni 50 hp for 25 mana and healing 300 hp for 150 mana is not effective?) Gotta love the irony, when I'm finished milking my hunting scripts for what they are worth I'll release them...too bad you'll miss out because your pride will get in the way.
[color=DarkBlue]Everything,[/color] [color=DarkBlue][b]is[/b][/color] [color=black]black[/color] [color=DarkBlue]and[/color] [color=white]white[/color][color=DarkBlue], when you zoom out it looks[/color] [color=gray]grey[/color][color=DarkBlue].[/color]

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Mon Dec 30, 2002 2:23 am

it's more then 25 mana... it's more like 40ish, cani and check mana.

User avatar
SingleServing
a hill giant
a hill giant
Posts: 195
Joined: Tue Dec 17, 2002 11:00 pm

Post by SingleServing » Mon Dec 30, 2002 4:40 am

YKW-28983 wrote:it's more then 25 mana... it's more like 40ish, cani and check mana.
I know you havn't checked because I just did starting mana 1451 ending mana 1475 so actually its 24 if the value gets rounded down somehow

Also check eq.castersrealm.com they back me up do your research

pff 50 hp for 40 mana right...
[color=DarkBlue]Everything,[/color] [color=DarkBlue][b]is[/b][/color] [color=black]black[/color] [color=DarkBlue]and[/color] [color=white]white[/color][color=DarkBlue], when you zoom out it looks[/color] [color=gray]grey[/color][color=DarkBlue].[/color]

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Mon Dec 30, 2002 11:54 am

Your right, i'm sorry. I get 40 mana with KEI on. Either way you have your on ways I have mine. I'm not asking for your opinon anymore so please stop giving it.