• 0
Sign in to follow this  
Capu

Gutting not working

Question

Gutting on my updated server is not working. Animals can be killed, but not gutted with equiped knife. There´s no mouse-menu entry.

Can anyone help to get this feature running?

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0

Thx for your reply, just wanna answer to myself.

Indeed, gutting was missing in my config.cpp.

class Animal 
   { 
	 targetType = 2;
     target = "Exile_Animal_Abstract";
     class Actions 
	   {
         class Gut: ExileAbstractAction 
			{ 
               title = "Gut Animal";
               condition = "!(alive ExileClientInteractionObject) && (ExileClientInteractionObject getVariable ['CanBeGutted', false])"; 
               action = "['GutAnimal', ExileClientInteractionObject] call ExileClient_action_execute"; 
			}; 
		}; 
	};

Thx @4mbu5h for the hint and the lines via discord...

 

 

Edited by Capu

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.