item rank .php I want to hide all the tablets, but how?
the basic code
PHP Code:
$query = mssql_query("select top 100 it.OptLevel, ch.CharName16, obj.AssocFileIcon128, obj.Country
from _Items as it
LEFT JOIN [dbo].[_Inventory] as inv ON it.ID64 = inv.ItemID
LEFT JOIN [dbo].[_Char] as ch ON inv.CharID = ch.CharID
LEFT JOIN [dbo].[_RefObjCommon] as obj ON it.RefItemID = obj.ID
where ch.CharName16 is not NULL
ORDER BY it.OptLevel DESC");
$query = mssql_query("select top 100 it.OptLevel, ch.CharName16, obj.AssocFileIcon128, obj.Country
from _Items as it
LEFT JOIN [dbo].[_Inventory] as inv ON it.ID64 = inv.ItemID
LEFT JOIN [dbo].[_Char] as ch ON inv.CharID = ch.CharID
LEFT JOIN [dbo].[_RefObjCommon] as obj ON it.RefItemID = obj.ID
where ch.CharName16 is not NULL
ORDER BY it.OptLevel DESC");
well, just add a role which makes an exception for stones :
where ch.CharName16 is not NULL AND CODENAME128 NOT LIKE '%STONE%'
select top 100 it.OptLevel, ch.CharName16, obj.AssocFileIcon128, obj.Country
from _Items as it
INNER JOIN [dbo].[_Inventory] as inv ON it.ID64 = inv.ItemID
INNER JOIN [dbo].[_Char] as ch ON inv.CharID = ch.CharID
INNER JOIN [dbo].[_RefObjCommon] as obj ON it.RefItemID = obj.ID
where ch.CharName16 is not NULL AND obj.TypeID1 = 3 AND ch.charname16 not in (select charname from _guildmember where guildid = (select guildid from _char where charname='ONE CHARNAME FROM YOUR GM GUILD'))
ORDER BY it.OptLevel DESC
[Selling] Guild Wars Account Rank 8, Zaishen Rank 4, 4x Obsidian Rüstung, Qual-Waffen etc. 07/06/2013 - Guild Wars Trading - 1 Replies Hey verkaufe meinen GW Account, welches schon seit 8 Jahre existiert. HIGH END Rank 8 AdH! Besitzt alle Spielteile, sowie 4x Obsidian Rüstung jeweils für Mönch, Walid, Nekro und Assa
Guild Wars Account Rank 8 High End
Möchtet Ihr außerhalb eBay kaufen, dann durch einen Middleman.
Preis verhandelbar.
Increasing Item Drop with Negative Rank Points 11/27/2012 - Metin2 Private Server - 0 Replies Hi
Is it possible with DIFF (game_2089) or Quest to make all items drop from you when you die? I dont mind if items are going to drop from player even when his rank is not negative. If anyone would take their time to help me with that I would be very grateful.
Thanks