Fomelo

Could you add something that would show how much ATK you're getting from worn ATK? (ferocity etc) similar to how it shows how many HP's you get from gear, players can add it up themselves but it would be convenient
 
How about... A Ferocity/Valiance counter to go with FT/Regen :D? A box that takes and makes an average of their saves?
 
There is an XML character sheet link at the bottom now, it still needs alot of work but you can parse out some basic information for rosters, etc now...

Let me know if you find any bugs w/ it.
 
Dynak said:
There is an XML character sheet link at the bottom now, it still needs alot of work but you can parse out some basic information for rosters, etc now...

Let me know if you find any bugs w/ it.
Wow, nice.
 
Thanks for taking the time to implement updates Dynak. Perhaps you could add in a feature that will open your outdated Fomelo links in your sig ;)
 
Malleus said:
Thanks for taking the time to implement updates Dynak. Perhaps you could add in a feature that will open your outdated Fomelo links in your sig ;)

O hell no, Those stay4ever


Wanelo4Life!!!!
 
So, what about the toons alignment? Or alignment bonus in religion?

I would love to see if my toon is (Completely Chaotic) or is just another wanna be.
 
Danku said:
So, what about the toons alignment? Or alignment bonus in religion?

I would love to see if my toon is (Completely Chaotic) or is just another wanna be.

We'll I can tell you right now that you're always going to be a wanna be. Once I figure out where the data is stored and how to read it, I'm sure I can implement it.
 
Dynak, please add an optional xsl parameter to the php script that is generating the xml version.

By way of example, if I went to the url http://www.shardsofdalaya.com/fomelo/xml.php?charname=Wesell&xsl=http://www.freehost.net/wesello.xsl the output should start like this:
Code:
<?xml version="1.0" encoding="UTF-8" ?> 
<?xml-stylesheet type="text/xsl" href="[url]http://www.freehost.net/wesello.xsl"?>[/url]

You could add new features a lot easier by just using xslt to generate the html, the only php you'd have to write would be what's required to generate the xml document. Also you could dump the old php script entirely and only provide the xml, just let the browser do the transform when the xml is viewed in a browser and let the authors of any xml consuming apps ignore the stylesheet.

PS - I know I kind of went off on a rant there... If you could just stuff that xsl reference in the doc that would be great. :haw:
 
Wesell said:
Dynak, please add an optional xsl parameter to the php script that is generating the xml version.

By way of example, if I went to the url http://www.shardsofdalaya.com/fomelo/xml.php?charname=Wesell&xsl=http://www.freehost.net/wesello.xsl the output should start like this:
Code:
<?xml version="1.0" encoding="UTF-8" ?> 
<?xml-stylesheet type="text/xsl" href="[url]http://www.freehost.net/wesello.xsl"?>[/url]

You could add new features a lot easier by just using xslt to generate the html, the only php you'd have to write would be what's required to generate the xml document. Also you could dump the old php script entirely and only provide the xml, just let the browser do the transform when the xml is viewed in a browser and let the authors of any xml consuming apps ignore the stylesheet.

PS - I know I kind of went off on a rant there... If you could just stuff that xsl reference in the doc that would be great. :haw:

Character information isnt stored as XML so all I'm doing is writing PHP code to retrieve and decode information from the DB and push out as a valid XML document. I'm not concerned with stylesheets or anything yet. It's simply meant to be a document that you can parse information out of and use for your own custom applications.
 
Dynak, thank you! *HUGS*

Wesell, leave the guy alone. He's done in a couple days what folks have been asking for for months. :hmph:

I'm sure as he keeps going, he will implement what he can. ;)
 
Dynak, some icons use GoD icons, and end up not visible on fomelo (Evolution) can you update the icon database or is that something we can't do?
 
volvov2 said:
Dynak, some icons use GoD icons, and end up not visible on fomelo (Evolution) can you update the icon database or is that something we can't do?

Yea, we aren't supposed to use certain icons because of that. Someone must have forgot. The Item Designer can actually fix that buy just changing the icon and sending a replace file to Allie.
 
JayelleNephilim said:
Yea, we aren't supposed to use certain icons because of that. Someone must have forgot. The Item Designer can actually fix that buy just changing the icon and sending a replace file to Allie.

Correct.

(but I can pull them out of the image files in the EQ dir and upload the proper image)

I've had to do this for the coral tipped wand icon.
 
I know you have a lot on your plate already, but would be possible to add instrument modifiers to the effects page? I know it is kind of narrow (only affects one class), but it would still be nice for a quick reference.
 
Back
Top Bottom