Thread: 317 Interface

Results 1 to 2 of 2
  1. #1 317 Interface 
    Registered Member
    Join Date
    Dec 2009
    Posts
    102
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Hey I'm trying to add the interface for fight pits
    Here's what I got so far
    Code:
    public void FightPits() {
    	if (inPitsGame) {
    		setInterfaceWalkable(2804);
    		sendQuest("Current Champion:" +Winner+"", 2805);
    		sendQuest("Foes Remaining:" +PlayerHandler.playersInPit+"", 2806);
    	} else if (isInPitRoom()) {
    		setInterfaceWalkable(2804);
    		sendQuest("Current Champion:" +Winner+"", 2805);
    		sendQuest("Time Remaining:" +PlayerHandler.pitsWaitTimer+"", 2806);
    	}
    }
    But it doesn't work
    I don't think 2805, 2806 are the correct ID's, could someone help me out?
    This is what it looks like on my server:


    Any help would be appreciated
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Mar 2009
    Posts
    372
    Thanks given
    12
    Thanks received
    9
    Rep Power
    0
    Maybe try to find where "You're the current winner" is coming from. That void could be overwriting what you have.
    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
  •