Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-31-2014, 01:52 PM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default Shroud tag - items.races -

I'm looking to remove the shroud tag from items. The only time shroud is tagged is any time there is a race restriction or the bitmask is not 65535 set in items.races in the database.

How would I go about removing this switch or disabling it?

Thanks

EDIT:

Since I'm on the topic of what is shown to the client...

I'm interested in knowing how 'items.lastnames' and weapon damage bonus on the in-game item descriptions can be hidden.

I may have overlooked something or don't understand the function something but found out it's very easy to remove and add the tradeskill tag and aug slot tag. These items seem slightly different.
Reply With Quote
  #2  
Old 03-31-2014, 09:45 PM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Quote:
Originally Posted by AdrianD View Post
I'm looking to remove the shroud tag from items. The only time shroud is tagged is any time there is a race restriction or the bitmask is not 65535 set in items.races in the database.

How would I go about removing this switch or disabling it?

Thanks
I figured it out. I think it has to do with my client version because I am using a titanium client. Either way, the Drakkin race is not identified as such and 'shroud' is in it's place.

The solution for me was to subtract 32768 from the value in items.races if those values were between 32768 and 65535 and also between 98304 and 131071.

Shown here:

Quote:
update items set `races` = (`races` - 3276 where items.races > 98304 and items.races < 131071;
update items set `races` = (`races` - 3276 where items.races > 32768 and items.races < 65535;
/* Affected rows: 10,356 Found rows: 0 Warnings: 0 Duration for 2 queries: 2.745 sec. */
Adding Drakkin back into itemization is just as easy.

Again, I am not sure if it's my client version that determines what races are shown on items but, I also learned that it doesn't really matter so long as I know the point in which the 'race' system starts over. It appears that any multiple of 65536 will work.

My previous questions still stand.

Quote:
I'm interested in knowing how 'npc_types.lastnames' and weapon damage bonus on the in-game item descriptions can be hidden.
Thank you

EDIT: not items, npc_types, my mind was on the item issue obviously
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:10 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3