Thread: Combat Style Icons

Results 1 to 4 of 4
  1. #1 Combat Style Icons 
    Donator

    Tringan's Avatar
    Join Date
    Feb 2011
    Age
    27
    Posts
    2,101
    Thanks given
    381
    Thanks received
    334
    Rep Power
    297
    Hey guys i have combat style icons for my client and i have them working, i can't just set them to work with the npcvsnpc can anyone help me plz?
    Reply With Quote  
     

  2. #2  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    Post your npc code and the icons?
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

  3. #3  
    Donator

    Tringan's Avatar
    Join Date
    Feb 2011
    Age
    27
    Posts
    2,101
    Thanks given
    381
    Thanks received
    334
    Rep Power
    297
    Code:
    public static void MeleeAttack(NPC p, NPC n) {
    		try {
    if(n.attackTimer == 0) {
    n.animNumber = Server.npcHandler.getAttackEmote(n.npcId); // need attack
    //n.hitDiff = Misc.random(Server.npcHandler.getMaxHit(n.npcId));// same with«
    n.attackTimer = Server.npcHandler.getNpcDelay(n.npcId);			
    }
    		} catch(Exception e) {
    		}
    }

    npcvsnpc code there, the icons are from formationx i just ripped them all to my client.
    Reply With Quote  
     

  4. #4  
    Donator

    Tringan's Avatar
    Join Date
    Feb 2011
    Age
    27
    Posts
    2,101
    Thanks given
    381
    Thanks received
    334
    Rep Power
    297
    If anyone knows how to fix feel free to post i will rep+++ + thank
    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. Replies: 330
    Last Post: 08-17-2012, 02:51 PM
  2. Replies: 10
    Last Post: 07-17-2011, 08:17 AM
  3. [2m RSGP] Combat Style Icons - PI
    By Kaiser Btw in forum Requests
    Replies: 6
    Last Post: 06-13-2011, 09:02 PM
  4. Azure combat style issue
    By kopjekoffiee in forum Help
    Replies: 2
    Last Post: 05-30-2011, 08:15 PM
  5. Replies: 1
    Last Post: 05-26-2011, 10:10 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •