How to fix imm stone

12/30/2017 19:46 Bocc1337#1
How can i fix the imm stones to not disapier when fail past plus 5 so easily..
Any ideas ? thx
12/31/2017 03:31 R3D*#2
I don't think so but there is a way that you can make the weapon with infinity stones, Basically he will get 6/6 immortal & Once he teleports again, His weapon will be 6/6 again etc..
12/31/2017 04:12 Play-Sro#3
reload your database from old database

Table

_RefObjCommon
_Refobjitem
_RefMagicOpt

Select to _RefObjCommon

Code:
select * from SRO_VT_SHARD.._RefObjCommon where CodeName128 like 'ITEM_ETC_ARCHEMY_MAGICSTONE_ATHANASIA_%'
Select to _Refobjitem

Code:
select * from SRO_VT_SHARD.._RefObjItem where id in (select Link from SRO_VT_SHARD.._RefObjCommon where CodeName128 like 'ITEM_ETC_ARCHEMY_MAGICSTONE_ATHANASIA_%')
select to _RefMagicOpt

Code:
select * from _RefMagicOpt where MOptName128 = 'MATTR_ATHANASIA'
12/31/2017 19:13 Bocc1337#4
Quote:
Originally Posted by Play-Sro View Post
reload your database from old database

Table

_RefObjCommon
_Refobjitem
_RefMagicOpt

Select to _RefObjCommon

Code:
select * from SRO_VT_SHARD.._RefObjCommon where CodeName128 like 'ITEM_ETC_ARCHEMY_MAGICSTONE_ATHANASIA_%'
Select to _Refobjitem

Code:
select * from SRO_VT_SHARD.._RefObjItem where id in (select Link from SRO_VT_SHARD.._RefObjCommon where CodeName128 like 'ITEM_ETC_ARCHEMY_MAGICSTONE_ATHANASIA_%')
select to _RefMagicOpt

Code:
select * from _RefMagicOpt where MOptName128 = 'MATTR_ATHANASIA'
Code:
1	61653	ITEM_ETC_ARCHEMY_MAGICSTONE_ATHANASIA_13	??? ???	xxx	SN_ITEM_ETC_ARCHEMY_MAGICSTONE_ATHANASIA_13	SN_ITEM_ETC_ARCHEMY_MAGICSTONE_ATHANASIA_TT_DESC	1	0	3	3	11	7	180000	3	0	1	1	1	255	1	1	0	0	0	0	0	0	0	0	0	0	-1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_archemy.bsr	item\etc\archemy_magicstone_athanasia.ddj	xxx	xxx	21461
Code:
21461	20	2	0	0	13	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	13	MATTR_ATHANASIA	0	? 0, 0, 0, 0                                                                                                                     	0	? 0, 0, 0, 0	100	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	0	0	0
Code:
1	439	MATTR_ATHANASIA	+	13	0.3	0	1635018849	65538	196612	327686	1949133172	0	0	0	0	1	0	0	0	0	0	0	1635018849	0	0	0	0	0	weapon	1	armor	1	shield	1	accessory	1	xxx	0	xxx	0	xxx	0	xxx	0	xxx	0	xxx	0
01/01/2018 20:08 R3D*#5
Quote:
Originally Posted by Bocc1337 View Post
Code:
1	61653	ITEM_ETC_ARCHEMY_MAGICSTONE_ATHANASIA_13	??? ???	xxx	SN_ITEM_ETC_ARCHEMY_MAGICSTONE_ATHANASIA_13	SN_ITEM_ETC_ARCHEMY_MAGICSTONE_ATHANASIA_TT_DESC	1	0	3	3	11	7	180000	3	0	1	1	1	255	1	1	0	0	0	0	0	0	0	0	0	0	-1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_archemy.bsr	item\etc\archemy_magicstone_athanasia.ddj	xxx	xxx	21461
Code:
21461	20	2	0	0	13	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	13	MATTR_ATHANASIA	0	? 0, 0, 0, 0                                                                                                                     	0	? 0, 0, 0, 0	100	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	0	0	0
Code:
1	439	MATTR_ATHANASIA	+	13	0.3	0	1635018849	65538	196612	327686	1949133172	0	0	0	0	1	0	0	0	0	0	0	1635018849	0	0	0	0	0	weapon	1	armor	1	shield	1	accessory	1	xxx	0	xxx	0	xxx	0	xxx	0	xxx	0	xxx	0
He means to take the lines from any db, and paste it into your db