Thread: Error adding claw special

Results 1 to 2 of 2
  1. #1 Error adding claw special 
    Registered Member
    Join Date
    May 2012
    Posts
    518
    Thanks given
    43
    Thanks received
    13
    Rep Power
    14
    i've been trying to add the claw special that hits 4 times on players and npcs. I am missing a method! a very important one .. can someone post?

    I need void applyPlayerClawDamage and its located in combat assistant.
    OFFERING GOOD SERVICES!
    http://www.rune-server.org/market/vi...aces-more.html
    Spoiler for My Vouches:
    Quote Originally Posted by Collin2234 View Post
    Vouch! He did my webclient, great work and a nice guy! Thanks.
    Quote Originally Posted by Clevv View Post
    Vouch for this guy. He went first. Well trusted and a nice guy.
    Quote Originally Posted by x25xquinton View Post
    VOUCH- He basically made my summoning interface for me, summoning tab witchever. Payed and went smooth.
     

  2. #2  
    Middle Finger is Here


    Join Date
    Feb 2012
    Age
    31
    Posts
    2,546
    Thanks given
    377
    Thanks received
    502
    Rep Power
    162
    Code:
    public void applyPlayerClawDamage(int i, int damageMask, int damage){
    		Client o = (Client) Server.playerHandler.players[i];
    		if(o == null) {
    			return;
    		}
    Hi
     

  3. Thankful user:



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. Dragon Claw Special 1 Error! :(
    By 99_Mager in forum Help
    Replies: 4
    Last Post: 04-08-2010, 06:23 PM
  2. Dragon Claws Special Error ? Help please.
    By sun 0f sun in forum Help
    Replies: 12
    Last Post: 01-14-2010, 08:44 PM
  3. [BattleScape] Adding d claws special ?
    By pkproject in forum Help
    Replies: 1
    Last Post: 12-11-2009, 02:51 AM
  4. Dragon claw special error
    By Wicksyere in forum Help
    Replies: 8
    Last Post: 06-01-2009, 09:14 PM
  5. Dragon claws special error
    By Xot Tzox in forum Help
    Replies: 6
    Last Post: 01-17-2009, 09:22 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
  •