Thread: [pi]armadyl godwars boss invisble

Results 1 to 5 of 5
  1. #1 [pi]armadyl boss invisble [godwars] 
    Banned
    Join Date
    Jun 2013
    Posts
    433
    Thanks given
    36
    Thanks received
    30
    Rep Power
    0
    Hello, i haven't been able to solve this problem. All of my god wars bosses are working fine. Except Kree'Arra. When Kree goes to spawn, it turns invisible for a second or two, then goes back to normal. It continues to flash invisible throughout the fight. Anyone know a solution?

    It looks like this


    Normal




    Invisible
     

  2. #2  
    Banned
    Join Date
    Jun 2013
    Posts
    433
    Thanks given
    36
    Thanks received
    30
    Rep Power
    0
    bump
     

  3. #3  
    Donator
    Gladius.'s Avatar
    Join Date
    May 2010
    Posts
    1,160
    Thanks given
    112
    Thanks received
    58
    Rep Power
    11
    maybe worng animation?
     

  4. #4  
    Typical Swede


    Join Date
    Jul 2008
    Posts
    1,162
    Thanks given
    204
    Thanks received
    154
    Rep Power
    217
    Add this into your EntityDef (replace if you have a similar one)

    Code:
            if (i == 6222) {
                entityDef.name = "Kree'arra";
                entityDef.aByte68 = 5;
                entityDef.standAnim = 6972;
                entityDef.walkAnim = 6973;
                entityDef.actions = new String[] {null, "Attack", null, null, null};
                entityDef.anInt86 = 110; //Resize
                entityDef.anInt91 = 110; //Resize
            }

    'Strange things did happen here no stranger would it be'
    ______________________________________________
     

  5. Thankful user:


  6. #5  
    Banned
    Join Date
    Jun 2013
    Posts
    433
    Thanks given
    36
    Thanks received
    30
    Rep Power
    0
    Quote Originally Posted by Matt' View Post
    Add this into your EntityDef (replace if you have a similar one)

    Code:
            if (i == 6222) {
                entityDef.name = "Kree'arra";
                entityDef.aByte68 = 5;
                entityDef.standAnim = 6972;
                entityDef.walkAnim = 6973;
                entityDef.actions = new String[] {null, "Attack", null, null, null};
                entityDef.anInt86 = 110; //Resize
                entityDef.anInt91 = 110; //Resize
            }
    thanks you very much
     


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. [PI] Armadyl Godwars Boss Invisible
    By bl00d w0lf in forum Help
    Replies: 4
    Last Post: 05-16-2014, 05:50 PM
  2. PI godwars boss
    By Pals in forum Help
    Replies: 3
    Last Post: 10-22-2013, 06:29 AM
  3. [PI] Godwars Bosses
    By B E N in forum Help
    Replies: 2
    Last Post: 03-29-2013, 11:33 PM
  4. [PI] Weird godwar bosses problem [EXION]
    By MrClassic in forum Help
    Replies: 12
    Last Post: 01-12-2013, 06:11 AM
  5. [PI] Can't attack Godwars Bosses
    By ProximityPlus in forum Help
    Replies: 6
    Last Post: 11-01-2011, 02:22 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
  •