These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Datadump NPC resistances

Author
Matshushima
No God No Master
#1 - 2012-11-24 14:42:04 UTC
Hi all,

I am looking for the querry that would give me the damage resistes for NPC.

So far i crossed invType with dmgTypeAttribute but this give no results :(

If anyone can help this would be greatly appresiate
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2012-11-24 20:58:16 UTC
This information is no longer available in the datadump. (afair)

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Artem Valiant
NecroRise Squadron
Galaxy Spiritus
#3 - 2012-11-26 05:15:45 UTC
You can extract this information from game client with reverence
https://github.com/ntt/reverence
Risingson
#4 - 2012-12-11 13:43:45 UTC
anyone knows which export was the last one that held info about npc attirbutes?
Vessper
Dark Mason Society
#5 - 2012-12-11 14:06:13 UTC
I believe the last one was Quantum Rise. That was before the Apocrypha patch which contained sleepers, and that data was never made available to us.
Risingson
#6 - 2012-12-11 15:02:52 UTC  |  Edited by: Risingson
oh i thought sleeper stuff was there somewhere since this chruker stuff shows the info (it says Database: Inferno 1.1.5 (392804) couldnt find that one though)

i guess i got to dig into reverence...
Risingson
#7 - 2012-12-11 21:06:15 UTC
Artem Valiant wrote:
You can extract this information from game client with reverence
https://github.com/ntt/reverence


does the version 1.5 work with retribution? or am i just to lame to get it to work... the datadump.py example loads without any message so it finds the cache but outputs nothing...
Artem Valiant
NecroRise Squadron
Galaxy Spiritus
#8 - 2012-12-12 06:06:05 UTC
Risingson wrote:
Artem Valiant wrote:
You can extract this information from game client with reverence
https://github.com/ntt/reverence


does the version 1.5 work with retribution? or am i just to lame to get it to work... the datadump.py example loads without any message so it finds the cache but outputs nothing...


Try this datadump.py
https://github.com/mrdepth/EVEUniverse/blob/master/dbTools/dbinit/dump/datadump.py
Risingson
#9 - 2012-12-12 10:51:33 UTC
Artem Valiant wrote:
Risingson wrote:
Artem Valiant wrote:
You can extract this information from game client with reverence
https://github.com/ntt/reverence


does the version 1.5 work with retribution? or am i just to lame to get it to work... the datadump.py example loads without any message so it finds the cache but outputs nothing...


Try this datadump.py
https://github.com/mrdepth/EVEUniverse/blob/master/dbTools/dbinit/dump/datadump.py

\o/ Thank you very much Sir !