Thread: [Help]look inside it, don't know what to call the tread

Results 1 to 2 of 2
  1. #1 [Help]look inside it, don't know what to call the tread 
    The Emperor of the Sands

    Azir's Avatar
    Join Date
    Nov 2008
    Posts
    2,466
    Thanks given
    8
    Thanks received
    487
    Rep Power
    117
    trying to get so, if you have no thing on or in inventory you go in dung. if not it sends a message... ect..

    Spoiler for Dung:
    Code:
    				if (c.getPA().dialogueAction(26)) 
    					for (int j = 0; j < c.playerEquipment.length; j++) {
    						for (int i = 0; i < c.playerItems.length; i++) {
    						if (c.playerEquipment[j] > 0) {
    							if (c.playerItems[i] > 28) {
    							c.sendMessage("@red@You cannot be wearing any items while Trying to Start Dungeoneering");
    							c.sendMessage("@red@You cannot have any items on you while Trying to Start Dungeoneering");
    							c.dialogueAction = 0;
    							c.getPA().removeAllWindows();
    							return;
    							}
    					c.sendMessage("@blu@Remember This is still beta! Have Fun!");
    					c.getPA().startTeleport(3087, 3501, 0, "ancient");
    					return;
    					}
    					}
    					}


    Reply With Quote  
     

  2. #2  
    The Emperor of the Sands

    Azir's Avatar
    Join Date
    Nov 2008
    Posts
    2,466
    Thanks given
    8
    Thanks received
    487
    Rep Power
    117
    bump?


    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

Similar Threads

  1. Don't Call it a Comeback~
    By +Anime in forum Showcase
    Replies: 7
    Last Post: 09-05-2011, 03:35 PM
  2. Replies: 8
    Last Post: 08-03-2011, 10:55 PM
  3. Offical Msn+Yahoo Tread
    By Mr Bubble in forum Chat
    Replies: 4
    Last Post: 02-24-2008, 02:57 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •