QUOTE(MirandaKerr @ Dec 2 2012, 08:57)

i want to begin using monster stat function, so i have a few question
1. whats the difference between scan result and skill data?
2. where does the scan result stored? (cached web content or offline web content, firefox)
3. i guess i can edit the TSV version?
3. i only want to show monster with piercing attack, i guess it will only cause an unnoticeable delay in loading speed?
1. When you scan a monster you get a list of info about it. It looks like
QUOTE
Scanning Need0213...
HP: 14524/14524 MP: 296/799 SP: 5/387
Monster Class: Giant, Power Level 866
Monster Trainer: need0213
Melee Attack: Crushing
Weak against: Piercing
Resistant to: Crushing, Fire, Cold
Impervious to: Nothing
Notice nowhere does it say what the monster's skill/spell/spirit attack are. You find those out when they actually use one of them on you. At which point it records that info to present to you more complete info about said monster.
2. Where-ever your browser stores [
en.wikipedia.org]
https://en.wikipedia.org/wiki/Indexed_Database_API data.
You can use the export/import functions though to get it to a file
3. Is that a question? What is TSV? This is an open source project so you may edit whatever you want.
4. There is no such option currently. Adding one will just make things slower though because the process would be:
step 1: Retrieve monster attack
step 2: Determine if piercing
Step 3: Display if piercing
(well, not exactly I was simplifying, it would be an if-else function for the display instead of just displaying).
This is more work then just retrieving it and displaying it so it will actually be slower.
This post has been edited by mrttao: Dec 2 2012, 23:57