Thread: 718 Corp Beast Bug

Results 1 to 3 of 3
  1. #1 718 Corp Beast Bug 
    BoomScape #1
    BoomScape's Avatar
    Join Date
    May 2013
    Posts
    2,422
    Thanks given
    289
    Thanks received
    234
    Rep Power
    48
    Hey guys, I just need help making it so the corp beast doesn't attack familiars how to do this?
    Attached image
    Reply With Quote  
     

  2. #2  
    L O S E Y O U R S E L F
    Format's Avatar
    Join Date
    Aug 2013
    Posts
    2,311
    Thanks given
    1,131
    Thanks received
    1,461
    Rep Power
    5000
    Just go to your combat handler and put something like

    Code:
    if (mob.isNPC() && mob.getId() == corpid && victim.isNPC && victim.getId() == familiarid)
    return;


    Reply With Quote  
     

  3. #3  
    Success is the worst teacher

    Santa Hat's Avatar
    Join Date
    Oct 2012
    Age
    27
    Posts
    3,334
    Thanks given
    807
    Thanks received
    1,185
    Rep Power
    190
    I'm assuming you have a corp beast combat script, in the attack method just add a check for the target,
    if (target instanceof NPC)
    return;

    or

    if (target instanceof Familiar)
    return;


    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. the most boring corp beast recolor
    By Streax in forum Models
    Replies: 30
    Last Post: 11-14-2009, 04:20 AM
  2. Corp Beast Coords
    By SilentZPrO in forum Requests
    Replies: 13
    Last Post: 10-28-2009, 08:37 PM
  3. Replies: 2
    Last Post: 09-24-2009, 12:04 AM
  4. Death Emote For Corp Beast
    By Two Face in forum Requests
    Replies: 6
    Last Post: 05-16-2009, 12:31 AM
  5. Corp beast prob on 317 server.
    By mudvayne5493 in forum Help
    Replies: 0
    Last Post: 02-01-2009, 07:08 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •