Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

Reply
 
Thread Tools Display Modes
  #1  
Old 07-14-2013, 05:56 PM
Drajor's Avatar
Drajor
Developer
 
Join Date: Nov 2012
Location: Halas
Posts: 355
Default BagType Information

Hiyas, I have been doing some work with tradeskills and have collected some notes about 'bagtype'. I tested the range 0-73 and stopped there. Below are my notes which may be helpful to someone. Client used = UF (Built Jun 8 2010 16:44:32)

Code:
0 = NULL | NO_COMBINE
1 = Regular | NO_COMBINE
2 = NULL | NO_COMBINE
3 = Regular | NO_COMBINE
4 = NULL | NO_COMBINE
5 = Regular | NO_COMBINE
6 = Regular | NO_COMBINE
7 = Regular | NO_COMBINE
8 = NULL | NO_COMBINE
9 = Medicine | Alchemy (With Recipes)
10 = Tinkering | Tinkering (No Recipes)
11 = Research?? | COMBINE_UNAVIL
12 = Make Poison | COMBINE_UNAVIL
13 = Quest | COMBINE_AVIL
14 = Mixing | Baking (With Recipes)
15 = Baking | Baking (With Recipes)
16 = Tailoring | Tailoring (With Recipes)
17 = Blacksmithing | Blacksmithing (With Recipes)
18 = Fletching | Fletching (With Recipes)
19 = Brewing | Brewing (With Recipes)
20 = Jewlery Making | Jewlery Making (With Recipes)
21 = Pottery | Pottery (With Recipes)
22 = Firing | Pottery (With Recipes)
23 = NULL | COMBINE_UNAVIL
24 = Research WIZ | COMBINE_UNAVIL | OPENMSG 'Only wizards may use this container.'
25 = Research MAG | COMBINE_UNAVIL | OPENMSG 'Only magicians may use this container.'
26 = Research NEC | COMBINE_UNAVIL | OPENMSG 'Only necromancers may use this container.'
27 = Research ENC | COMBINE_UNAVIL | OPENMSG 'Only enchanters may use this container.'
28 = NULL | COMBINE_UNAVIL
29 = Research Practice | COMBINE_UNAVIL
30 = Alchemy | COMBINE_AVIL
31 = NULL | COMBINE_UNAVIL | OPENMSG 'Only High Elves may use this forge.'
32 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Dark Elves may use this forge.'
33 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Ogres may use this forge.'
34 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Dwarves may use this forge.'
35 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Gnomes may use this forge.'
36 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Barbarians may use this forge.'
37 = NULL | COMBINE_UNAVIL
38 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Iksars may use this forge.'
39 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Humans may use this forge.'
40 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Humans may use this forge.'
41 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Halflings may use this tailoring kit.'
42 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Erudites may use this forge.'
43 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Wood Elves may use this tailoring kit.'
44 = Fletching WoodElf | COMBINE_UNAVIL | OPENMSG 'Only Wood Elves may use this fletching kit.'
45 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Iksars may use this pottery wheel.'
46 = Fishing | Fishing (With Recipes)
47 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Trolls may use this forge.'
48 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Wood Elves may use this forge.'
49 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Halflings may use this forge.'
50 = NULL | COMBINE_UNAVIL | OPENMSG 'Only Erudites may use this forge.'
51 = Merchant | NO_COMBINE
52 = NULL | Blacksmithing (With Recipes)
53 = (UNKNOWN) | Augmentation Sealer | Crash on right click to inspect.
54 = 1H Slashing | Baking (With Recipes)
55 = 2H Slashing | COMBINE_AVAIL
56 = Piercing | COMBINE AVAIL
57 = 1H Blunt | COMBINE_UNAVIL
58 = 2H Blunt | COMBINE_UNAVIL
59 = Archery | COMBINE_UNAVIL
60 = NULL | COMBINE_UNAVIL
61 = Throwingv1 | COMBINE_UNAVIL
62 = Shield | COMBINE_UNAVIL
63 = NULL | COMBINE_UNAVIL
64 = Armor | COMBINE_UNAVIL
65 = Misc | COMBINE_UNAVIL
66 = Lockpicks | COMBINE_UNAVIL
67 = NULL | COMBINE_UNAVIL
68 = Food | COMBINE_UNAVIL
69 = Drink | COMBINE_UNAVIL
70 = Light | COMBINE_UNAVIL
71 = Combinable | COMBINE_UNAVIL
__________________
Drajor regards you indifferently -- what would you like your tombstone to say?
Reply With Quote
  #2  
Old 07-14-2013, 06:04 PM
Drajor's Avatar
Drajor
Developer
 
Join Date: Nov 2012
Location: Halas
Posts: 355
Default

Even using a modified skill_caps.txt file I was not able to get the tinkering container type (10) to work (recipes searchable) for non-gnomes. Looks like a client constraint!
__________________
Drajor regards you indifferently -- what would you like your tombstone to say?
Reply With Quote
  #3  
Old 07-17-2013, 03:06 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Information like that is much better stored on the Wiki than in a thread on the forums. You should be able to register on the wiki and update one of the pages there or create a new one for it. Some bagtype info can be found on this page:

http://www.eqemulator.net/wiki/wikka...uDBSchemaitems
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #4  
Old 09-08-2013, 09:31 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

<bump>

I've got all but 2-3 identified correctly and I'll update the wiki in the near future..if I can log in (haven't tried it yet...)


(the Augmentation Sealer was dropped in RoF and direct placement is now allowed.)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #5  
Old 09-08-2013, 10:40 PM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default

Quote:
Originally Posted by Uleat View Post
<bump>

I've got all but 2-3 identified correctly and I'll update the wiki in the near future..if I can log in (haven't tried it yet...)


(the Augmentation Sealer was dropped in RoF and direct placement is now allowed.)
If you can't log in to it then shoot me a message with the info and I'll put it there.
If the wiki isn't fixed we need to harvest the info and get a new one working.
__________________

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 08:07 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3