Roll Calculator

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXI » Jobs » Corsair » Roll Calculator
Roll Calculator
 Bismarck.Ruizutatakau
Offline
Server: Bismarck
Game: FFXI
Posts: 1375
By Bismarck.Ruizutatakau 2011-07-12 20:57:01
Link | Quote | Reply
 
Can anyone help me out, I don't want to run a Roll script and i'd settle for just the calculator.
 Ramuh.Austar
Offline
Server: Ramuh
Game: FFXI
user: Austar
Posts: 10457
By Ramuh.Austar 2011-07-12 20:59:09
Link | Quote | Reply
 
What do you mean?
 Bismarck.Ruizutatakau
Offline
Server: Bismarck
Game: FFXI
Posts: 1375
By Bismarck.Ruizutatakau 2011-07-12 21:00:49
Link | Quote | Reply
 
Corsair Phantom Roll calculator for the value of the roll.
 Ramuh.Austar
Offline
Server: Ramuh
Game: FFXI
user: Austar
Posts: 10457
By Ramuh.Austar 2011-07-12 21:01:44
Link | Quote | Reply
 
There was a spreadsheet awhile back on alla somewhere, it was way back at 75 cap though, dunno how updated it is. I'll try to find a link to it, dunno if it's exactly what you're looking for though.
 Leviathan.Niniann
Offline
Server: Leviathan
Game: FFXI
user: Ninian
Posts: 2596
By Leviathan.Niniann 2011-07-12 21:02:01
Link | Quote | Reply
 
You're not making any sense.
[+]
 Bismarck.Ruizutatakau
Offline
Server: Bismarck
Game: FFXI
Posts: 1375
By Bismarck.Ruizutatakau 2011-07-12 21:07:42
Link | Quote | Reply
 
There is this, but thats not what im looking for. http://www.ffxiah.com/forum/topic/11977/are-you-rolling-blind-d/ I'm open to anything else that is available if anyone has something different to show me.
 Leviathan.Niniann
Offline
Server: Leviathan
Game: FFXI
user: Ninian
Posts: 2596
By Leviathan.Niniann 2011-07-12 21:15:04
Link | Quote | Reply
 
Describe in detail what exactly it is you're looking for, I still have no idea what you want. Do you want something that tells you the number of the roll you rolled?
 Fenrir.Krazyrs
Offline
Server: Fenrir
Game: FFXI
user: krazyrs
Posts: 716
By Fenrir.Krazyrs 2011-07-12 21:16:29
Link | Quote | Reply
 
COR Helper
 Bismarck.Ruizutatakau
Offline
Server: Bismarck
Game: FFXI
Posts: 1375
By Bismarck.Ruizutatakau 2011-07-12 21:21:37
Link | Quote | Reply
 
Thank you Krazyrs, very interesting app!
 Siren.Skywarp
Offline
Server: Siren
Game: FFXI
Posts: 303
By Siren.Skywarp 2011-07-14 10:22:33
Link | Quote | Reply
 
/echo {rolls name} Lucky =# Unlucky =#

just copy and past it in the last like of each macro. abd it simply shows on your screen no app needed
[+]
necroskull Necro Bump Detected! [126 days between previous and next post]
 Phoenix.Esvedium
Offline
Server: Phoenix
Game: FFXI
user: Esvedium
Posts: 73
By Phoenix.Esvedium 2011-11-17 13:46:28
Link | Quote | Reply
 
Code
			<elseif spell="*Roll|Double-Up">
				<equip when="precast" set="Rolls" />
				<if spell="Corsair's Roll|Evoker's Roll|Rogue's Roll|Fighter's Roll|Wizard's Roll|">
					<addtochat>~~ %Spell: Lucky 5 -- Unlucky 9 ~~</addtochat>
				</if>
					<elseif spell="Ninja Roll|Hunter's Roll|Chaos Roll|Puppet Roll|Beast Roll|Warlock's Roll">
						<addtochat>~~ %Spell: Lucky 4 -- Unlucky 8 ~~</addtochat>
					</elseif>
					<elseif spell="Magus's Roll|Choral Roll|Samurai Roll|Scholar's Roll">
						<addtochat>~~ %Spell: Lucky 2 -- Unlucky 6 ~~</addtochat>
					</elseif>
					<elseif spell="Healer's Roll|Monk's Roll|Drachen Roll|Gallant's Roll|Dancer's Roll">
						<addtochat>~~ %Spell: Lucky 3 -- Unlucky 7 ~~</addtochat>
					</elseif>
					<elseif spell="Bolter's Roll|Courser's Roll">
						<addtochat>~~ %Spell: Lucky 3 -- Unlucky 9 ~~</addtochat>
						<if spell="Courser's Roll">
							<equip when="precast"><feet lock="yes">Navarch's Bottes +2</feet></equip>
						</if>
					</elseif>
					<elseif spell="Caster's Roll">
						<addtochat>~~ %Spell: Lucky 2 -- Unlucky 7 ~~</addtochat>
						<equip when="precast"><legs lock="yes">Navarch's Culottes +2</legs></equip>
					</elseif>
					<elseif spell="Blitzer's Roll">
						<addtochat>~~ %Spell: Lucky 4 -- Unlucky 9 ~~</addtochat>
						<equip when="precast"><head lock="yes">Navarch's Tricorne +2</head></equip>
					</elseif>
					<elseif spell="Tactician's Roll">
						<addtochat>~~ %Spell: Lucky 5 -- Unlucky 8 ~~</addtochat>
						<equip when="precast"><body lock="yes">Navarch's Frac +2</body></equip>
					</elseif>
					<elseif spell="Allie's Roll">
						<addtochat>~~ %Spell: Lucky 3 -- Unlucky 10 ~~</addtochat>
						<equip when="precast"><hands lock="yes">Navarch's Gants +2</hands></equip>
					</elseif>
					<elseif spell="Miser's Roll">
						<addtochat>~~ %Spell: Lucky 5 -- Unlucky 7 ~~</addtochat>
					</elseif>
					<elseif spell="Companion's Roll">
						<addtochat>~~ %Spell: Lucky 2 -- Unlucky 10 ~~</addtochat>
					</elseif>
			</elseif>
 Siren.Thoraeon
Offline
Server: Siren
Game: FFXI
user: Thoraeon
Posts: 2215
By Siren.Thoraeon 2011-11-17 13:53:48
Link | Quote | Reply
 
Phoenix.Esvedium said: »
why do corsairs feel the need to tell everyone what the lucky/unlucky rolls are?
[+]
 Phoenix.Sehachan
Guide Maker
Offline
Server: Phoenix
Game: FFXI
user: Seha
Posts: 13352
By Phoenix.Sehachan 2011-11-17 13:55:09
Link | Quote | Reply
 
Siren.Thoraeon said: »
Phoenix.Esvedium said: »
why do corsairs feel the need to tell everyone what the lucky/unlucky rolls are?
There's none and the cor doesn't need it either. Doesn't take more than 2 days of playing to learn them.
 Fenrir.Nightfyre
Offline
Server: Fenrir
Game: FFXI
user: Nightfyre
Posts: 11680
By Fenrir.Nightfyre 2011-11-17 14:09:10
Link | Quote | Reply
 
Siren.Thoraeon said: »
why do corsairs feel the need to tell everyone what the lucky/unlucky rolls are?
ITT: other people can see <addtochat>
Log in to post.