Thread: combat level requirement ?

Results 1 to 5 of 5
  1. #1 combat level requirement ? 
    Registered Member
    _slam's Avatar
    Join Date
    Oct 2009
    Posts
    309
    Thanks given
    5
    Thanks received
    1
    Rep Power
    441
    combat level requirement ?

    does anyone have an example on how to use please, would appreciate it allot.

    Thank you
    Reply With Quote  
     

  2. #2  
    Номер 1


    Leanbow's Avatar
    Join Date
    Feb 2008
    Posts
    5,895
    Thanks given
    1,564
    Thanks received
    2,624
    Rep Power
    5000
    if (p.combatLevel >= 120) {
    return;
    }
    Reply With Quote  
     

  3. #3  
    Registered Member Stapler's Avatar
    Join Date
    Jul 2009
    Posts
    250
    Thanks given
    4
    Thanks received
    1
    Rep Power
    18
    how would you put that into a portal so only someone with 80+ combat can go through it?
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    May 2009
    Age
    31
    Posts
    1,555
    Thanks given
    11
    Thanks received
    66
    Rep Power
    0
    same as what the guy above said, except the 120 wud be 80
    Reply With Quote  
     

  5. #5  
    Member combat level requirement ? Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    The same way you'd use any other variable..

    if (player.getcombatLevel() > #)..

    Attached imageAttached image
    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
  •