Thread: [718+] Quest Tab

Results 1 to 3 of 3
  1. #1 [718+] Quest Tab 
    Registered Member
    Join Date
    Nov 2013
    Posts
    190
    Thanks given
    6
    Thanks received
    7
    Rep Power
    10
    I have fully working quest tab with all quests, every button is working apart of when clicking on the quests (not needed yet), but one thing I do "not" know how to do is get quests color to change.

    I need to change color of these quests (want them to be red):
    Desert Treasure
    The Lost Tribe
    Lunar Diplomacy
    One Piercing Note


    I know i need to look for:
    Code:
    player.getPackets().sendConfig(71, 4); //something like this
    but I have no idea what numbers I need to look for.
    Reply With Quote  
     

  2. #2  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Player class, login method. Some of the configs or configsbyfile are the ones for these quests.
    Reply With Quote  
     

  3. #3  
    Respected Member


    Polar's Avatar
    Join Date
    Sep 2015
    Age
    28
    Posts
    420
    Thanks given
    0
    Thanks received
    418
    Rep Power
    3098
    Desert Treasure:
    Code:
    player.getPackets().sendVarbit(358, 0); // not start
    player.getPackets().sendVarbit(358, x); // 0 < x < 15, started
    player.getPackets().sendVarbit(358, 15); // completed
    The Lost Tribe: (I answered this in your last thread..)
    Code:
    player.getPackets().sendVarbit(532, 0); // not start
    player.getPackets().sendVarbit(532, x); // 0 < x < 11, started
    player.getPackets().sendVarbit(532, 11); // completed
    Lunar Diplomacy:
    Code:
    player.getPackets().sendVarbit(2448, 0); // not start
    player.getPackets().sendVarbit(2448, x); // 0 < x < 190, started
    player.getPackets().sendVarbit(2448, 190); // completed
    One Piercing Note: (I answered this in your last thread..)
    Code:
    player.getPackets().sendVarbit(10138, 0); // not start
    player.getPackets().sendVarbit(10138, x); // 0 < x < 100, started
    player.getPackets().sendVarbit(10138, 100); // completed
    As I said in your previous thread, sendVarbit might be sendConfigByFile in your source.
    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. [718] Quest Tab String ID's.
    By 00o0o0oo0 in forum Help
    Replies: 4
    Last Post: 12-02-2016, 12:36 PM
  2. 718 quest tab configs. [rep++ & thank]
    By Derrezed in forum Help
    Replies: 18
    Last Post: 03-26-2015, 03:48 AM
  3. 718 quest tab
    By lol ftw lol in forum Requests
    Replies: 5
    Last Post: 09-13-2013, 03:28 AM
  4. [718]Quest tab tele's
    By Purpleqthief in forum Help
    Replies: 2
    Last Post: 05-18-2013, 01:43 PM
  5. [718] Quest Tab Text Sending
    By Irownlulz in forum Help
    Replies: 0
    Last Post: 01-12-2013, 10:17 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •