SystemShock
New Member
- Joined
- Aug 18, 2012
- Messages
- 87
- Reaction score
- 4
I'll look into getting it working
I might be doing something wrong but when I try to change it I get this error
'ArcheBuddy.Bot.Classes.PartyMember' is a 'type' but is used like a 'variable'
if(obj.type == BotTypes.Npc && isAttackable(obj) && (obj.firstHitter == null || obj.firstHitter == me || obj.firstHitter.isPartyMember()) && isAlive(obj) && me.dist(obj) < dist && zone.ObjInZone(obj)
I think it's a limitation of the current GPS, however I'll have a look into it.
Archebud\Plugins\SystemGutted\GuttedGrinder.cs(16,18) : error CS0246: The type or namespace name 'Main' could not be found (are you missing a using directive or an assembly reference?)
I'm having problems trying to compile this.
Code:Archebud\Plugins\SystemGutted\GuttedGrinder.cs(16,18) : error CS0246: The type or namespace name 'Main' could not be found (are you missing a using directive or an assembly reference?)
should be possible, the questing plugin dose it too...Systemshock could you maybe add a cancel mount function when it's attacked? and get it back out later? is this possible?