hi,

publish 54, latest client,

I want to remove "gargish only property" from items so that anyone can use it.
as an example the earrings :)

What do i have to do? Couldnt find it in scripts. Maybe i have to install eclipse on my pc :p
 
Could you please provide us an example? (i don't have SA)
It is probably the same thing as the ElvesOnly thing.

Also Eclipse is for Java, not for C# :p
You would have more luck with either:
Visual studio c# 2010, Visual studio 2012 express, or visual studio 2015. (those are free versions)
 
oh okay.. eclipse dont work for C#?

i think its the same like elves only. If u know how to remove "elves only" and tell me, maybe iam able to remove gargish only the same way :D
 
Well, could you provide the file for a piece of armor?
Otherwise i can't point out what needs to be changed.
 
You would need to remove this from each item script (armor, weapons, clothing, jewelry etc) that it appears in..
Code:
        public override Race RequiredRace{ get { return Race.Gargoyle; } }
        public override bool CanBeWornByGargoyles{ get{ return true; } }
However, a lot of the garg items, especially the armor wont show properly on a human or elven character. Designed for a different body shape & size.
 
oh cool =) thank u so much.... i only want this for earrings, because it seems as an unused slot for humans. First i wanted this slot for a second ring to place or bracelet but didnt found a script and i thought that using gargish earrings sounds not so complicated :p
 
Back