Idle Online Universe RPG
Data-Exports / Commands - Printable Version

+- Idle Online Universe RPG (https://iourpg.com/forum)
+-- Forum: General (https://iourpg.com/forum/forumdisplay.php?fid=5)
+--- Forum: Suggestions (https://iourpg.com/forum/forumdisplay.php?fid=11)
+--- Thread: Data-Exports / Commands (/showthread.php?tid=2375)

Pages: 1 2


Data-Exports / Commands - Ray - 02-01-2017

We all know IOU derives of a thousand excel sheets...

We have the card export feature, but I'm curious what other functions you might be interested in, and their specs.

We'll be looking at providing some data API at some point, but in the meantime, what would help you with your chores? 

This is not limited to data export commands, if you have some other things you would like to see from the game via commands, feel free to suggest.


RE: Data-Exports / Commands - ExWhiteWolf - 02-01-2017

total PP


RE: Data-Exports / Commands - Tumladar - 02-01-2017

An object containing your map summary
Code:
"Map Summary": {
    "Auto Damage": {
        "base": 46.4,
        "bonus": 10.24,
        "total": 56.64
     }
      "Critical Chance": {
        "base": 0.0,
        "bonus": 0.0,
        "total": 0.0
     }
      "Critical Damage": {
        "base": 3.2,
        "bonus": 0.8,
        "total": 4.0
     }
      "Multi-Strike": {
        "base": 1.8,
        "bonus": 0.42,
        "total": 2.22
     }
      "Attack Speed": {
        "base": 0.0,
        "bonus": 0.0,
        "total": 0.0
     }
      "Strengthening": {
        "base": 120.0,
        "bonus": 27.6,
        "total": 147.6
     }
      "Swiftness": {
        "base": 1.28,
        "bonus": 0.32,
        "total": 1.60
     }
      "Final Blow": {
        "base": 198.4,
        "bonus": 41.6,
        "total": 240.0
     }
      "Convergence": {
        "base": 0.0,
        "bonus": 0.0,
        "total": 0.0
     }
      "Regeneration": {
        "base": 0.0,
        "bonus": 0.0,
        "total": 0.0
     }
      "Reflection": {
        "base": 0.0,
        "bonus": 0.0,
        "total": 0.0
     }
      "Armor": {
        "base": 0.0,
        "bonus": 0.0,
        "total": 0.0
     }
      "Max health": {
        "base": 0.0,
        "bonus": 0.0,
        "total": 0.0
     }
      "Arena Damage": {
        "base": 0.0,
        "bonus": 0.0,
        "total": 0.0
     }
}



RE: Data-Exports / Commands - porkbob - 02-01-2017

(02-01-2017, 07:51 AM)ExWhiteWolf Wrote: total PP

At first thought, I totally agree with this.

Except, shouldn't it just be shown somewhere in the display while you are in the pet map, rather than needing to type in a command for it?


RE: Data-Exports / Commands - AlreadyTaken - 02-01-2017

a complete data dump of the character upgrade/information so we can paste that in a cell in sheet and some magic happen that fill everything

let me deal with the magic

nice to have, a way to load pet map from it
a button next to the ping that does the /cards json
a button next to the /cards json that does /character json
a button next to the /character json that do /loadpetmap json<ìnput text>


RE: Data-Exports / Commands - ExWhiteWolf - 02-01-2017

(02-01-2017, 08:41 AM)porkbob Wrote:
(02-01-2017, 07:51 AM)ExWhiteWolf Wrote: total PP

At first thought, I totally agree with this.

Except, shouldn't it just be shown somewhere in the display while you are in the pet map, rather than needing to type in a command for it?

It should, but it's not so I will settle for a command.


RE: Data-Exports / Commands - jimmi33 - 02-01-2017

We literally need a data dump of everything.
Each individual EXP multiplier.
Each individual Gold mutiplier.
Each individual auto/click/damage multiplier.
We need this for everything. even things like what level your trophies are. How your upgrades are distributed, better to have too much data than too little.


RE: Data-Exports / Commands - Aat0l - 02-01-2017

Challenge Progress export would be helpful as well.


RE: Data-Exports / Commands - erebs - 02-02-2017

dps like old /cmd dps (5min timer isnt accurate) xp/hour


RE: Data-Exports / Commands - Ray - 02-02-2017

(02-01-2017, 08:43 AM)AlreadyTaken Wrote: a complete data dump of the character upgrade/information so we can paste that in a cell in sheet and some magic happen that fill everything

(02-01-2017, 04:16 PM)jimmi33 Wrote: We literally need a data dump of everything.
Each individual EXP multiplier.
Each individual Gold mutiplier.
Each individual auto/click/damage multiplier.
We need this for everything. even things like what level your trophies are. How your upgrades are distributed, better to have too much data than too little.

If this were to be done, we need a more official sheet. Not one among guilds or one hidden among groups of players. A one size fits all, if I'm going to go to that length.

One that is shown on the wiki, perhaps in the social tab, etc.

If someone is up to the task of putting together a really solid sheet for it all, I'm all for this.



(02-01-2017, 08:41 AM)porkbob Wrote:
(02-01-2017, 07:51 AM)ExWhiteWolf Wrote: total PP
Except, shouldn't it just be shown somewhere in the display while you are in the pet map, rather than needing to type in a command for it?

Yes, agreed.