Thread: How to Put An Npc Hit 4 Times?

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1 How to Put An Npc Hit 4 Times? 
    Registered Member Nuno555's Avatar
    Join Date
    Sep 2011
    Posts
    330
    Thanks given
    40
    Thanks received
    14
    Rep Power
    0
    Hello How do I Put An Npc Hitting 4 Times?
    Reply With Quote  
     

  2. #2  
    Ligma male grindset


    Join Date
    Nov 2011
    Age
    27
    Posts
    4,331
    Thanks given
    1,032
    Thanks received
    1,941
    Rep Power
    5000
    What do you mean?

    Spoiler for Signature:
    Attached image
    Attached image

    Attached image

    Attached image

    Reply With Quote  
     

  3. #3  
    Registered Member Nuno555's Avatar
    Join Date
    Sep 2011
    Posts
    330
    Thanks given
    40
    Thanks received
    14
    Rep Power
    0
    Im Realising Real Steel Titan Spec But I dont Remember how to put it to hit 4 times
    Reply With Quote  
     

  4. #4  
    Ligma male grindset


    Join Date
    Nov 2011
    Age
    27
    Posts
    4,331
    Thanks given
    1,032
    Thanks received
    1,941
    Rep Power
    5000
    You mean hit four times, then stops and does nothing?

    Spoiler for Signature:
    Attached image
    Attached image

    Attached image

    Attached image

    Reply With Quote  
     

  5. #5  
    Registered Member Nuno555's Avatar
    Join Date
    Sep 2011
    Posts
    330
    Thanks given
    40
    Thanks received
    14
    Rep Power
    0
    no like hit 4 times in spec : ill Send You My Spec Im Coding
    code:
    if (c.lastsummon == 7344) {
    final int damage = Misc.random(30) + 10;
    int damage2 = damage *10;
    int damage4 = damage *15;
    if(c.npcIndex > 0) {
    Server.npcHandler.npcs[c.npcIndex].hitUpdateRequired2 = true;
    Server.npcHandler.npcs[c.npcIndex].updateRequired = true;
    Server.npcHandler.npcs[c.npcIndex].hitDiff2 = damage;
    Server.npcHandler.npcs[c.npcIndex].HP -= damage;
    Server.npcHandler.npcs[c.npcIndex].gfx0(1449);
    } else if(c.oldPlayerIndex > 0 || c.playerIndex > 0) {
    Server.playerHandler.players[c.playerIndex].playerLevel[3] -= damage;
    Server.playerHandler.players[c.playerIndex].hitDiff4 = damage;
    Server.playerHandler.players[c.playerIndex].hitUpdateRequired4 = true;
    Server.playerHandler.players[c.playerIndex].updateRequired = true;
    Server.npcHandler.npcs[c.playerIndex].gfx0(1449);
    }
    Reply With Quote  
     

  6. #6  
    † Skyotic 639 †
    64Bit's Avatar
    Join Date
    Dec 2011
    Age
    34
    Posts
    624
    Thanks given
    93
    Thanks received
    37
    Rep Power
    4
    do u mean the speeds of the attack ? hits 4 times faster then urself/
    IGNORANCE WILL BE IGNORED


    Reply With Quote  
     

  7. #7  
    Ligma male grindset


    Join Date
    Nov 2011
    Age
    27
    Posts
    4,331
    Thanks given
    1,032
    Thanks received
    1,941
    Rep Power
    5000
    I have no clue, sorry

    Spoiler for Signature:
    Attached image
    Attached image

    Attached image

    Attached image

    Reply With Quote  
     

  8. #8  
    Registered Member Nuno555's Avatar
    Join Date
    Sep 2011
    Posts
    330
    Thanks given
    40
    Thanks received
    14
    Rep Power
    0
    yeah
    Reply With Quote  
     

  9. #9  
    † Skyotic 639 †
    64Bit's Avatar
    Join Date
    Dec 2011
    Age
    34
    Posts
    624
    Thanks given
    93
    Thanks received
    37
    Rep Power
    4
    just gotta up the spec speed.
    IGNORANCE WILL BE IGNORED


    Reply With Quote  
     

  10. #10  
    Registered Member Nuno555's Avatar
    Join Date
    Sep 2011
    Posts
    330
    Thanks given
    40
    Thanks received
    14
    Rep Power
    0
    ooh where?
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. How do I make d claws hit 4 times?
    By pk3r john in forum Help
    Replies: 1
    Last Post: 06-14-2010, 09:58 PM
  2. All specs hit 4 times?
    By Bloodygore43 in forum Help
    Replies: 1
    Last Post: 09-12-2009, 02:51 AM
  3. how to make a spec hit 4 times
    By Gluon in forum Help
    Replies: 2
    Last Post: 01-25-2009, 04:15 AM
  4. How can I make a spec hit 4 Times?
    By Anthony' in forum Help
    Replies: 13
    Last Post: 01-11-2009, 01:57 AM
  5. Replies: 11
    Last Post: 12-18-2008, 07:27 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
  •