1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Question Basic attacking *1npc*

Discussion in 'Developer Support' started by qverkk, Sep 22, 2015.

  1. qverkk

    Joined:
    Sep 22, 2015
    Messages:
    1,603
    Likes Received:
    381
    How can i make my player to attack only one npc? For now it doesnt even move ;x i have a code like this


    private boolean Attack(){
    Npcs.getActionFilter("Attack", "Corpse Spider");
    return false;
    }
     

Share This Page

Loading...