Search found 5 matches

by zoklor
Wed Jul 07, 2004 6:23 pm
Forum: MQ2::Custom UI
Topic: Fix: Divide by Zero Errors, and Casting Range notifier
Replies: 14
Views: 7003

Ok, update, I changed all those lines in my castspellwind.xml and set the bracketed numbers according to spell gem. Seem to be working just fine with no divided by number spam. Thanks for the info...BIG HELP!
by zoklor
Wed Jul 07, 2004 6:00 pm
Forum: MQ2::Custom UI
Topic: Fix: Divide by Zero Errors, and Casting Range notifier
Replies: 14
Views: 7003

Great!...thanks for helping with that. The only other question is, do i replace every line of --
${Math.Calc[(${Me.CurrentMana})/(${Me.Gem[3].Mana})].Int}

with your fixed one?

and should there be more associated .xml files that need fixing? or just the spellcastwind.xml?
by zoklor
Wed Jul 07, 2004 1:59 pm
Forum: MQ2::Custom UI
Topic: Fix: Divide by Zero Errors, and Casting Range notifier
Replies: 14
Views: 7003

actually ok, I found something . This is from my EQUI_CastSpellWind.xml - <Label item="CS_Times2"> <ScreenID>CS_Times2</ScreenID> <EQType>9999</EQType> <TooltipReference>${Math.Calc[(${Me.CurrentMana})/(${Me.Gem[3].Mana})].Int}</TooltipReference> <Font>1</Font> <RelativePosition>true</Rela...
by zoklor
Wed Jul 07, 2004 1:52 pm
Forum: MQ2::Custom UI
Topic: Fix: Divide by Zero Errors, and Casting Range notifier
Replies: 14
Views: 7003

Sure, I know I will need them since people cant respond to a genuine question. I may not have posted much, but im no stranger to this site. So a little help would be beneficial pls.
by zoklor
Wed Jul 07, 2004 1:25 pm
Forum: MQ2::Custom UI
Topic: Fix: Divide by Zero Errors, and Casting Range notifier
Replies: 14
Views: 7003

divide by zero thing

I know alot of you may understand this stuff, but unfortunately I am not a programmer/coder. I currently run SARS UI and have MQ2 running well. I still get the divide by zero. I sorta understand what your saying in that little snippet Lax posted, but it does me no good cause i dont know where to fix...