Here is a little query i've made to change the times for fgw delay..
Idk if its usefull but here it is -->
Code:SELECT * FROM dbo._RefObjCommon where CodeName128 like 'ITEM_ETC_TELEPORT_HOLE_WRECK_100_110_LEVEL_2' SELECT * FROM dbo._RefObjCommon where CodeName128 like 'ITEM_ETC_TELEPORT_HOLE_WRECK_100_110_LEVEL_2' SELECT * FROM dbo._RefObjCommon where CodeName128 like 'ITEM_ETC_TELEPORT_HOLE_WRECK_100_110_LEVEL_3' SELECT * FROM dbo._RefObjCommon where CodeName128 like 'ITEM_ETC_TELEPORT_HOLE_WRECK_100_110_LEVEL_4' UPDATE[dbo].[_RefObjCommon]set DecayTime='10800' where ID='35901' UPDATE[dbo].[_RefObjCommon]set DecayTime='10800' where ID='35902' UPDATE[dbo].[_RefObjCommon]set DecayTime='10800' where ID='35903' UPDATE[dbo].[_RefObjCommon]set DecayTime='10800' where ID='35904'
10800 = time in SECS.
Enjoy xD?



Reply With Quote


