Fomelo

Danku

Dalayan Beginner
There used to be a thread for fomelo suggestions, but I was unable to find it.

I would like to suggest that Fomelo have the toons alignment and alignment bonus to religion shown if possible too.
 
I made a thread a month or so ago, here:

http://forum.shardsofdalaya.com/index.php?topic=14823.msg133151#msg133151

The problem with Fomelo at the moment is that the people who made it/kept it up are no longer active in doing so. There are a lot of things that could be added, but I am not sure we have the permission/access to change the code for it. I would LOVE to see it changed (alignment, deity bonus, second augs, tomes, etc.) and include a little more detail for each toon. I also would like to see guild tags added, but apparently that would be bad due to guild competition or something.
 
I personally dont see an issue with adding guild tags since you can simply /guildstat a character in game and see what guild they are in.

I've looked at implementing 2nd augs but the original fomelo code just wasnt written to handle 2 augs very well, the rewrite might be a bit tough.

Tome XP would be cool as well...

Edit: Fomelo now shows Guild Tags.
 
Before I add anything complicated like augs or tomes, I'd like to get some of the odd bugs straightened out... Working on recovery now.
 
Recovery is fixed, issue was caused by some bugged items and I made a change across the board.
 
The OP had a good idea about alignment though, what about that? He sounds pretty dang smart!

*and thanks for touching it up :dance: *
 
Dynak said:
I personally dont see an issue with adding guild tags since you can simply /guildstat a character in game and see what guild they are in.

I've looked at implementing 2nd augs but the original fomelo code just wasnt written to handle 2 augs very well, the rewrite might be a bit tough.

Tome XP would be cool as well...

Edit: Fomelo now shows Guild Tags.

Appreciate the work mang...just curious..I know it would be tough but it is possible no?
 
ryutakin said:
Appreciate the work mang...just curious..I know it would be tough but it is possible no?

It is possible but the functions that fomelo uses to build the items/augs really only allows for 1 augment. I have to modify a whole bunch of stuff...
 
I have a suggestion which is more related to the way the data is presented in a browser. There are several guildwebsites/irc bots/whatever out there capable of reading a person's fomelo page and extracting some information from it. But atm it is extremely difficult to read in items/stats because of the (no offence) sloppy nature of the HTML output :D

Is it possible that you add like... ID's to the various fields that make up the tables with stats/itemstats?

sample:
Code:
<td id='wisdom'>355</td>
Would actually yield a readable field rather then
Code:
<td>355</td>
which is near impossible to extract in its current form :(

edit for fun, here is my original post regarding it
http://forum.shardsofdalaya.com/index.php?topic=9483.msg64446#msg64446
and here we even find Dynak with a /auction wtb post regarding it :p
http://forum.shardsofdalaya.com/index.php?topic=9483.msg64578#msg64578

Of course, an RSS feed of the fomelo profile would make me even happier :D
 
What about character stats in XML output? I was thinking of providing this for automated bots,rosters,etc...
 
omg yes pleasee oohh pleeeasee tidy up the code and I can get around to updating my item database!
 
Dynak said:
What about character stats in XML output? I was thinking of providing this for automated bots,rosters,etc...
See the link to my post where i originally asked for this :p but yes, that would be awsome-O
 
Back
Top Bottom