Thread: team capes

Results 1 to 5 of 5
  1. #1 team capes 
    Registered Member
    Join Date
    Dec 2009
    Age
    27
    Posts
    318
    Thanks given
    1
    Thanks received
    3
    Rep Power
    19
    guys i need help i need to make it so if player has cape id 1007 he can't attack other people that have that cape same with cape 1019
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Jul 2009
    Posts
    1,453
    Thanks given
    27
    Thanks received
    13
    Rep Power
    69
    Make an if statement under the attack boolean.
    something like
    Code:
    if (AttackingOn2.playerEquipment[playerCape] == 1007) {
    return false;
    }
    Where AttackingOn2 is the "opponent"
    Reply With Quote  
     

  3. #3  
    Misthalin OSRS
    Valerian's Avatar
    Join Date
    Jan 2009
    Age
    26
    Posts
    3,951
    Thanks given
    459
    Thanks received
    420
    Rep Power
    3992
    What capes are team-capes?
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2009
    Age
    27
    Posts
    318
    Thanks given
    1
    Thanks received
    3
    Rep Power
    19
    okay u got that done now that u can do that make it so the cape only work at teampk coords are 2748 9314 2790 9284
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Dec 2009
    Age
    27
    Posts
    318
    Thanks given
    1
    Thanks received
    3
    Rep Power
    19
    also make a timer for how long the battle goes for like... 300 sec = 5 mins u keep fighting team with the most points win a ticket and then theres a shop u use ticket on and then u can buy like void and stuff ticket or points
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •