Thread: Avoidence %
View Single Post
  #9  
Unread 02-26-2007, 03:19 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

I don't think you can add it, because of the % it puts on the end.

but to add the numbers if you can u just add the LocalText of the text object. Like;
Quote:
Originally Posted by Kaisoku
Base %
+
Block or Deflection % x (1 - Base %)
+
Parry % x (1 - Base% - (Block or Deflection % x (1 - Base %)))
(base.localtext + (block.localtext * (1 - base.localtext))) + (parry.localtext * (1 - base.localtext - (block.localtext * (1 - base.localtezt))))

/boggle my head hurts bye!
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote