What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

SpellData Potency

Status
Not open for further replies.

Wheredidigo

Community Developer
Joined
Dec 15, 2013
Messages
417
Mastahg,

Is there anyway we can get a spell's Potency added to SpellData? With the addition of player stats, the only thing I'm missing for a good formula that predicts heal amounts is the Potency of the spell that's being casted.

Thanks
 
What your asking for doesn't exist. Parse the spell description yourself if you want it so badly.
 
What your asking for doesn't exist. Parse the spell description yourself if you want it so badly.

Parse the description in every language? Yeah that will work....you don't have to be an ass about it. I would like to have a Spells potency, but since I'm not the one doing the RE'ing of FF14 I thought I'd ask the one who supposedly is. Do I just need to go ask Apoc if he can implement it?
 
You have a ton of options that don't involve asking me for to do your work for you.
It's very annoying when people ask for things that they could easily do themselves, this goes double for repeat offenders (you).


1)Take 5 minutes, and look at the tooltips for the less than 15 total healing spells in the game and make a dictionary for it.
2)Its called a regular expression. Something like (?:.+?)([0-9]+) would probably be sufficient to pull the potency from a spells description regardless of what language the game is in.


There is no simple number to read for each spell that contains what potency its going to have when cast, at least not that I could find.
The only data in the client for it that I could find is embedded in the description string.
 
Status
Not open for further replies.
Back
Top