[Release]Quarry to stop trading silk items :)

02/05/2012 13:05 ahmed4ever2u#31
i'm sorry for sharing my idea's :(
05/14/2012 15:19 IceAmStiel#32
Why didn't you simply use the Item Mall itself as an indicator for those items?

PHP Code:
UPDATE _RefObjCommon
SET CanTrade 
0
--,CanBorrow --If you want them not to be able to store the items
FROM _RefObjCommon 
as ref
LEFT JOIN _RefShopGoods 
as goods on 'PACKAGE_'+ref.CodeName128 goods.RefPackageItemCodeName
WHERE RefTabCodeName like 
'%MALL%' AND RefTabCodeName NOT like '%MALL_TEST%' 
-> Every item which is located in the Mall will be changed
05/14/2012 18:37 ahmed4ever2u#33
Quote:
Originally Posted by IceAmStiel View Post
Why didn't you simply use the Item Mall itself as an indicator for those items?

PHP Code:
UPDATE _RefObjCommon
SET CanTrade 
0
--,CanBorrow --If you want them not to be able to store the items
FROM _RefObjCommon 
as ref
LEFT JOIN _RefShopGoods 
as goods on 'PACKAGE_'+ref.CodeName128 goods.RefPackageItemCodeName
WHERE RefTabCodeName like 
'%MALL%' AND RefTabCodeName NOT like '%MALL_TEST%' 
-> Every item which is located in the Mall will be changed
you are the best i'm just a student tring to learn :D
05/15/2012 03:40 ღ"Star"ღ#34
useful query
05/16/2012 04:10 ahmed4ever2u#35
1st post updated
07/21/2012 03:37 TheShinichi#36
Need change something in media.pk2 ?
07/21/2012 09:14 ahmed4ever2u#37
no you don't need to change anything :)
07/21/2012 22:25 Keyeight#38
good work Ahmed and btw happy ramadan :)
07/22/2012 20:43 •ᵔKralᵔ•#39
Nice Post Bro Thx ;)
04/30/2013 23:47 thetomp2009#40
Quote:
Originally Posted by ahmed4ever2u View Post
well as we know ,,, every one have a server with free silks ! might face a small problem

That the players make lot of different account and start trading the silk items to one account !


this one is the greatest !
by [Only registered and activated users can see links. Click Here To Register...]
PHP Code:
UPDATE _RefObjCommon
SET CanTrade 
0
--,CanBorrow --If you want them not to be able to store the items
FROM _RefObjCommon 
as ref
LEFT JOIN _RefShopGoods 
as goods on 'PACKAGE_'+ref.CodeName128 goods.RefPackageItemCodeName
WHERE RefTabCodeName like 
'%MALL%' AND RefTabCodeName NOT like '%MALL_TEST%' 
================================
the old Quarry


ops