GM Uniform?

10/25/2012 22:19 HolyMain#1
Sup Boys & Girls,

I only want to now if there is a way to get the GM Uniform?
I have the Command and can drop it, but i can't pick up because it's a Basic Item.
Is there a other way to get it or put the (Basic) away?
10/25/2012 22:41 PortalDark#2
you can assign it via SMC
or edit the db and client to make it pickable
10/25/2012 22:56 cy.ages'rO#3
PHP Code:
exec [dbo].[_ADD_ITEM_EXTERN'CharName16','ITEM_ETC_AVATAR_M_GM_UNIFORM',1,
(CharName16, CodeName128, Data, OptLevel) & teleport after the execution


OR

PHP Code:
UPDATE [dbo].[_RefObjCommon]
SET CanPick 1
WHERE CodeName128 like 
'ITEM_ETC_AVATAR_[M,W]_GM_UNIFORM' 
& restart your server
10/25/2012 23:01 PortalDark#4
Quote:
Originally Posted by cy.ages'rO View Post
PHP Code:
exec [dbo].[_ADD_ITEM_EXTERN'CharName16','ITEM_ETC_AVATAR_M_GM_UNIFORM',1,
(CharName16, CodeName128, Data, OptLevel)
thats the GM avatar
he means the GM armor(Super Set)
10/25/2012 23:06 cy.ages'rO#5
Oh my bad, to call it Uniform lead to misunderstandings on my part.

Anyway, the sole difference will be the codename, or rather codenames :)
06/06/2013 00:05 DavidValk#6
Quote:
Originally Posted by PortalDark View Post
thats the GM avatar
he means the GM armor(Super Set)
Do you know what is the code for it?
06/06/2013 01:49 magicanoo#7
Quote:
Originally Posted by PortalDark View Post
thats the GM avatar
he means the GM armor(Super Set)
Well,he said "GM Uniform" then he must be referring to the "GM uniform" which is the avatar,both avatar and superset are non-pickable by default.

So,I assume that the guy's query is serving the purpose of this thread.
06/06/2013 03:25 ◄:●:►SanToS◄:●:►#8
Easy ,
PHP Code:
UPDATE [dbo].[_RefObjCommon]
SET CanPick 1
WHERE CodeName128 like 
'ITEM_CH_%_HEAVY_07_%_C_SUPER' 
Execute this query and restart your server and done
06/06/2013 08:27 zikor1337#9
exec [dbo].[_ADD_ITEM_EXTERN] 'CharName16','ITEM_CH_M_HEAVY_07_HA_C_SUPER',255,0
exec [dbo].[_ADD_ITEM_EXTERN] 'CharName16','ITEM_CH_M_HEAVY_07_AA_C_SUPER',255,0
exec [dbo].[_ADD_ITEM_EXTERN] 'CharName16','ITEM_CH_M_HEAVY_07_SA_C_SUPER',255,0
exec [dbo].[_ADD_ITEM_EXTERN] 'CharName16','ITEM_CH_M_HEAVY_07_LA_C_SUPER',255,0
exec [dbo].[_ADD_ITEM_EXTERN] 'CharName16','ITEM_CH_M_HEAVY_07_FA_C_SUPER',255,0
exec [dbo].[_ADD_ITEM_EXTERN] 'CharName16','ITEM_CH_M_HEAVY_07_BA_C_SUPER',255,0

Those should be all parts .