Isn't the kalphite lair on the bottom height?
|
|

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."); } }

Isn't the kalphite lair on the bottom height?

is it idk? someone told me it was heightlevel 2

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."); } }

you sure ? im talking about the final hole before the kalphite.
ill go try it anyways

3483 9510 - Kalphite Queen Entrance
3508 9493 - Kalphite Queen zone
Heres mine
if(UsedOnObjectID == 3828){
if(ItemID == 954){
toX = 3484;
toY = 9509;
heightLevel = 0;
sendMessage("");
}
}

So just the same as his but you put BECAREFUL at the end =\

nopestill blank lol
| « Client Crash FIX[REP++(i rep 150 :D) | devo 2.7 skull » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |