Hello guy's ,,
as u know temple uniques (Anubis & Neith etc...)
drops a random numbers of token coins (Gold - Silver - Iron - Copper)
how can i disable that ,, i tried to use the Query to delete drop but nothing happened !
USE SRO_VT_SHARD
GO
Declare @ItemCode VarChar(Max) = '%TOKEN%'
DELETE _RefDropItemAssign
FROM _RefDropItemAssign Drops
LEFT JOIN _RefObjCommon Objects
ON (Drops.RefitemID = Objects.ID)
WHERE codename128 like @ItemCode
this will delete gold - silver- iron - copper coins drop from all uniques.
USE SRO_VT_SHARD
GO
Declare @ItemCode varchar(max) = '%TOKEN%'
DELETE _RefMonster_AssignedItemDrop
FROM _RefMonster_AssignedItemDrop Drops
LEFT JOIN _RefObjCommon Objects
ON (Drops.RefItemID = Objects.ID)
WHERE CodeName128 like @ItemCode
use sro_vt_shard
go
Delete from _RefMonster_AssignedItemDrop
where MonsterID in (select ID from _refobjcommon where codename128 like '%MOB%SD%'
delete from _RefDropItemAssign where RefItemID in (select id from _refobjcommon where codename128 like '%TOKEN%')
This should delete all of their drops except stones/tablets/normal items.
//
That's the query i used !
I restarted the server but it doesn't work !
I Edit it to make Tiger Girl drop 2 Iron Coin
but nothing happened
to make the normal uniques drop items,
you have to make the normal uniques level = 110 or 140 (in db only not in media)
I didn't try this but that's what i think ppl do to get it working.
use this query to change level
Quote:
use sro_vt_Shard
go
declare @MCode varchar(max) = 'Unique_CODE'
declare @MID int = (select link from _Refobjcommon where codename128 like @MCode)
Declare @MLevel int = 'UNIQUE LEVEL' /* example : 110*/
update _RefObjItem
Set Lvl = @MLevel
where id like @MID
delete from _RefDropItemAssign where RefItemID in (select id from _refobjcommon where codename128 like '%TOKEN%')
This should delete all of their drops except stones/tablets/normal items.
//
oh, thanks
hello don`t work this query ...i want to delete token drop from unique
However:
Coins are located within dropgroups linked in _RefMonster_AssignedItemRndDrop.
Thus your "removing" queries will fail.
To get rid of any coin drop please delete every row related to "ITEM_SD_TOKEN1_DROPGROUP" etc., there are 4 types of them.
Delete or make unique not spawn 10/26/2012 - SRO Private Server - 3 Replies Hello all,
Not alot time ago i added new unique according the query which i got from this site.
This unique became make alot problems with spawning alot uniques from it.
Please help me with one of problem:
1. To delete this unique.
Syndicate Online - 110 CAP/ PVE/ ROC / 5k SILKS / Job TEMPLE/ NEW Unique/ JAIL 09/05/2012 - SRO PServer Advertising - 167 Replies http://img266.imageshack.us/img266/9802/logozvi.pn g
This Server is 100% Fully protected, EVERYONE IS WELCOMED HERE .
Vsro Files 1.211
http://img690.imageshack.us/img690/6201/72909500. jpg
Website: SyndicateSRO - The best of the best!