Thread: death stage

Results 1 to 3 of 3
  1. #1 death stage 
    Registered Member Andrew's Avatar
    Join Date
    Nov 2008
    Posts
    2,892
    Thanks given
    613
    Thanks received
    207
    Discord
    View profile
    Rep Power
    551
    okay i got a few problems



    1) okay i want to make it so if your wearing this specific cape that you will tele to a certain location how would i do that because itreid that and it didnt work

    2) I have this fun pk and it shows a skull when you attack someone how would i fix that

    3) how would i make a specific zone multi(for pking)
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2009
    Age
    28
    Posts
    2,662
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    Code:
    if (playerEquipment[1] == ####) {
    	toX = XXXX:
    	toY = YYYY;
    }
    Code:
    private void SendSkull() {
    	if(isInSafePk()) return;
    	skull stuff.
    }
    Code:
    private boolean isInMulti() {
    	return (absX > 2800 && absX < 3000 && absY > 2800 && absY < 3000)
    }
    Reply With Quote  
     

  3. #3  
    Registered Member Andrew's Avatar
    Join Date
    Nov 2008
    Posts
    2,892
    Thanks given
    613
    Thanks received
    207
    Discord
    View profile
    Rep Power
    551
    i cant find the skull thing in my delta.. but 3 worked
    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
  •