Thread: heightlevel problem. REP

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1 heightlevel problem. REP 
    Donator


    Join Date
    Feb 2009
    Age
    27
    Posts
    2,128
    Thanks given
    261
    Thanks received
    280
    Rep Power
    563
    well this is my code.. im making kalphite atm as a boss monster. its working fine but

    when you click on the final hole.. u need a rope.. etc
    i get a blank screen. and i need to login and logout to see it.

    is there anyway i can fix this?

    heres my code REP to anyone that fixed it

    Code:
    if(ObjectID == 3828){
    toX = 3508;
    toY = 9493;
    heightLevel = 0;
    sendMessage("You enter the kalphite queen lair.");
    }
    }
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jul 2009
    Posts
    597
    Thanks given
    158
    Thanks received
    95
    Rep Power
    632
    Isn't the kalphite lair on the bottom height?
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Feb 2009
    Age
    27
    Posts
    2,128
    Thanks given
    261
    Thanks received
    280
    Rep Power
    563
    is it idk? someone told me it was heightlevel 2
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Dec 2007
    Posts
    848
    Thanks given
    27
    Thanks received
    61
    Rep Power
    848
    its not height 2 change it to 0
    Code:
    if(UsedOnObjectID == 3828){
    if(ItemID == 954){
    toX = 3484;
    toY = 9509;
    heightLevel = 0;
    sendMessage("You enter the kalphite queen lair.");
    }
    }
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Feb 2009
    Age
    27
    Posts
    2,128
    Thanks given
    261
    Thanks received
    280
    Rep Power
    563
    you sure ? im talking about the final hole before the kalphite.
    ill go try it anyways
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Dec 2007
    Posts
    848
    Thanks given
    27
    Thanks received
    61
    Rep Power
    848
    3483 9510 - Kalphite Queen Entrance
    3508 9493 - Kalphite Queen zone
    Reply With Quote  
     

  7. #7  
    Ash
    Guest
    Heres mine

    if(UsedOnObjectID == 3828){
    if(ItemID == 954){
    toX = 3484;
    toY = 9509;
    heightLevel = 0;
    sendMessage("");
    }
    }
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Jul 2009
    Posts
    597
    Thanks given
    158
    Thanks received
    95
    Rep Power
    632
    So just the same as his but you put BECAREFUL at the end =\
    Reply With Quote  
     

  9. #9  
    Ash
    Guest
    Not really.

    I didnt no he made that :L

    Ive made my own 1 then
    Reply With Quote  
     

  10. #10  
    Donator


    Join Date
    Feb 2009
    Age
    27
    Posts
    2,128
    Thanks given
    261
    Thanks received
    280
    Rep Power
    563
    nope still blank lol
    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

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