Author Topic: Information on questtab  (Read 121 times)

Offline AdotSells

  • Firecape Member
  • *
  • Posts: 300
  • Rep 4
    • View Profile
Information on questtab
« on: April 05, 2011, 09:30:22 pm »
Base:DeltaCleaned
Files:TextHandler.java

I was looking at the quest tab on delta cleaned and figured It looks **** because the quests dont work. so i made this Information pannel. Its really easy to do but ill post beens i made it.

Okay In text handler.java
Go to the very last c.sendQuest code.
And under it add this
Quote
      c.sendQuest("@or1@Name: @gre@"+c.playerName+" ", 7332);
      c.sendQuest("12: Possible duped items", 5982);
      c.sendQuest("@or1@Players online: @gre@"+PlayerHandler.getPlayerCount()+" ", 7333);
      c.sendQuest("@or1@Level: @gre@"+c.combatLevel+"", 7334);
      if(c.playerRights == 1){
         c.sendQuest("@or1@Rank: @gre@Moderator", 7336);
         }
         if(c.playerRights == 2){
         c.sendQuest("@or1@Rank: @gre@Administrator", 7336);
         }
         if(c.playerRights == 3){
         c.sendQuest("@or1@Rank: @gre@Owner", 7336);
         }
         if(c.playerRights == 4){
         c.sendQuest("@or1@Rank: @gre@Hidden Owner", 7336);
         }
         if(c.playerRights == 0){
         c.sendQuest("@or1@Rank: @gre@Normal Player", 7336);
         }
         if(c.playerName.equalsIgnoreCase("AdotSells")){
         c.sendQuest("@or1@Rank: @gre@Owner", 7336);
         }
      c.sendQuest("    RuneTech", 640);
      c.sendQuest("Information", 663);
      c.sendQuest("", 7339);
      c.sendQuest("", 7338);
      c.sendQuest("", 7340);
      c.sendQuest("", 7346);
      c.sendQuest("", 7341);
      c.sendQuest("", 15239);
      c.sendQuest("", 15241);
      c.sendQuest("", 15240);
      c.sendQuest("", 15242);
      c.sendQuest("", 15243);
      c.sendQuest("", 7342);
      c.sendQuest("", 7337);
      c.sendQuest("", 7343);
      c.sendQuest("", 7335);
      c.sendQuest("", 7344);
      c.sendQuest("", 7345);
      c.sendQuest("", 7347);
      c.sendQuest("", 7348);
                c.sendQuest("", 7383);


Then you'r Quest tab should look like this

Oviously change theese 2 lines to you're Liking..
Quote
c.sendQuest("    RuneTech", 640);
if(c.playerName.equalsIgnoreCase("AdotSells")){
If you can think of anything else to go on the questtab but you cant do it please leave a message saying what you want and ill work on it.
« Last Edit: April 06, 2011, 09:56:04 am by AdotSells »

Share on Bluesky Share on Facebook


Offline The Unholy

  • Steel Member
  • *
  • Posts: 36
  • Rep 4
    • View Profile
Re: Information on questtab
« Reply #1 on: April 05, 2011, 09:32:33 pm »
Looks good.

Offline Sam

  • Bandos Member
  • *
  • Posts: 372
  • Rep 1
    • View Profile
Re: Information on questtab
« Reply #2 on: April 05, 2011, 09:36:13 pm »
Another good post man.
Keep it up!

Offline AdotSells

  • Firecape Member
  • *
  • Posts: 300
  • Rep 4
    • View Profile
Re: Information on questtab
« Reply #3 on: April 05, 2011, 09:42:32 pm »
Thanks, Not really Much effort but its pretty cool

Offline Moe505

  • Veteran
  • Firecape Member
  • *
  • Posts: 293
  • Rep 187
  • Location: Australia
    • View Profile
Re: Information on questtab
« Reply #4 on: April 06, 2011, 12:48:10 pm »
Good job!
Use cases :P.

Offline AdotSells

  • Firecape Member
  • *
  • Posts: 300
  • Rep 4
    • View Profile
Re: Information on questtab
« Reply #5 on: April 06, 2011, 01:03:44 pm »
Thankyou (;

Offline robgob

  • Adamant Member
  • *
  • Posts: 120
  • Rep 5
  • I swarm like locust
  • Location: Michigan
    • View Profile
Re: Information on questtab
« Reply #6 on: April 13, 2011, 03:27:38 am »
looks like it will come in handy thx ;]