Monitor this thread via RSS [?]
 
Author Thread Statistics | Show CCP posts - 0 post(s)
Fredou
Fredou

Take me to the EVE-Online forum thread View author posting habits View only posts by author
Posted - 2005.05.23 19:10:00 - [1]

'put that in a file called "mod calc.vbs"
'not bug free ;-)
'
'-----------------
dim total_mod, i, attr(), total_attrib

total_mod = inputbox("how many mod?")
redim attr(total_mod)

for i = 0 to total_mod - 1
attr(i) = inputbox("attrib mod? (for 9.1% type 1.091)")
next

total_attrib = 1
for i= 0 to total_mod -1
total_attrib = total_attrib * attr(i)
next

msgbox "total mod: " & total_attrib ^ ((1/total_mod) ^ 0.25)
'------------------
Fredou
Fredou
Gallente
Hidden Agenda
Deep Space Engineering

Take me to the EVE-Online forum thread View author posting habits View only posts by author
Posted - 2005.05.23 19:10:00 - [2]

'put that in a file called "mod calc.vbs"
'not bug free ;-)
'
'-----------------
dim total_mod, i, attr(), total_attrib

total_mod = inputbox("how many mod?")
redim attr(total_mod)

for i = 0 to total_mod - 1
attr(i) = inputbox("attrib mod? (for 9.1% type 1.091)")
next

total_attrib = 1
for i= 0 to total_mod -1
total_attrib = total_attrib * attr(i)
next

msgbox "total mod: " & total_attrib ^ ((1/total_mod) ^ 0.25)
'------------------
   
 
Copyright © 2006-2025, Chribba - OMG Labs. All Rights Reserved. - perf 0,03s, ref 20250912/1543
EVE-Online™ and Eve imagery © CCP.

COPYRIGHT NOTICE
EVE Online, the EVE logo, EVE and all associated logos and designs are the intellectual property of CCP hf. All artwork, screenshots, characters, vehicles, storylines, world facts or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of CCP hf. EVE Online and the EVE logo are the registered trademarks of CCP hf. All rights are reserved worldwide. All other trademarks are the property of their respective owners. CCP hf. has granted permission to EVE-Search.com to use EVE Online and all associated logos and designs for promotional and information purposes on its website but does not endorse, and is not in any way affiliated with, EVE-Search.com. CCP is in no way responsible for the content on or functioning of this website, nor can it be liable for any damage arising from the use of this website.