Angel Spirit Stats

07/23/2019 15:49 khaledmajdoub#1
Hello , how can i change or edit the Angel Spirit stats , like Max HP from 15% to 20 or 30%

and the Damage .
thansk
07/23/2019 20:32 #HB#2
_RefMagicOptByItemOptLevel

This query should help you understanding how they're connected with devil's item object:
Code:
USE [SRO_VT_SHARD]
Select roc.CodeName128, mgopt.*, mg.MOptName128 from _RefMagicOptByItemOptLevel mgopt join _RefMagicOpt mg on mgopt.RefMagicOptID = mg.ID join _RefAbilityByItemOptLevel ab on mgopt.Link = ab.ID join _RefObjCommon roc on ab.RefItemID = roc.ID and roc.TypeID1 = 3
07/24/2019 01:49 khaledmajdoub#3
Thanks a lot bro , its really confusing :D
07/24/2019 21:53 ntabkpro#4
Quote:
Originally Posted by #HB View Post
_RefMagicOptByItemOptLevel

This query should help you understanding how they're connected with devil's item object:
Code:
USE [SRO_VT_SHARD]
Select roc.CodeName128, mgopt.*, mg.MOptName128 from _RefMagicOptByItemOptLevel mgopt join _RefMagicOpt mg on mgopt.RefMagicOptID = mg.ID join _RefAbilityByItemOptLevel ab on mgopt.Link = ab.ID join _RefObjCommon roc on ab.RefItemID = roc.ID and roc.TypeID1 = 3
Hello @[Only registered and activated users can see links. Click Here To Register...]. Thank you the last time for helping me. This time I look for you and ask for your help. I have problems with green books. It has disappeared. Can you teach me how to get it back? I checked in media.pk2. DDJ files are still good. I think it's called in sro_client. Please help me. Thank you very much

[Only registered and activated users can see links. Click Here To Register...]