View Single Post
  #4  
Old 05-12-2014, 07:45 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

The mechanics won't allow anything into augments. Augment code checks for item == common and IsAugmentable().

IsAugmentable() basically checks all of the augtypes allowed in the augslots[] and returns true if any are != 0.

I haven't experimented with client behavior..but, that could lead to issues if the client doesn't allow it.

I read somewhere (in notes or online) that wearable containers were nixed..I'd like to know if live supports them..and if the client would actually support them if
we changed the code.

Server code is changeable..client is not..(legally...)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote