View Single Post
  #48  
Unread 02-07-2005, 12:20 AM
Quib Quib is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Posts: 720
Default

I'm pretty sure the spaces are a flaw in the [CODE} tag, every X number of characters on one line, it adds a space.

I haven't found EQ2 to use parenthesis in any rational or logical way. Half the time I can leave them out and they won't matter, and using them doesn't seem to change the order math calculations occur; an example:
value=((2+3)*4)
results in value being 14 (3 times 4 plus 2) instead of 20 (5 times 4).

At least this is what I encountered when I was making my Relative DPS Calculator.

Quib
Reply With Quote