Thread: Quest Configs

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 Quest Configs 
    Registered Member Taylor Moon's Avatar
    Join Date
    Aug 2012
    Posts
    2,568
    Thanks given
    625
    Thanks received
    1,301
    Rep Power
    66
    Does anyone know the config key and value for started/finished quests?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Sirloin's Avatar
    Join Date
    Feb 2012
    Age
    24
    Posts
    784
    Thanks given
    186
    Thanks received
    175
    Rep Power
    105
    Do you mean the lists of quests in the quest tab? Like changing their color and crap?
    Reply With Quote  
     

  3. #3  
    Developer

    Holy Symbol's Avatar
    Join Date
    Dec 2011
    Age
    23
    Posts
    1,762
    Thanks given
    1,047
    Thanks received
    232
    Rep Power
    232
    Need the same stuff.
    Spoiler for big sig:


    Reply With Quote  
     

  4. #4  
    Registered Member Taylor Moon's Avatar
    Join Date
    Aug 2012
    Posts
    2,568
    Thanks given
    625
    Thanks received
    1,301
    Rep Power
    66
    Quest configs change color + change map (a reward for some quests e.g unlocked a location, unlocked a trapdoor etc) and more.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Sirloin's Avatar
    Join Date
    Feb 2012
    Age
    24
    Posts
    784
    Thanks given
    186
    Thanks received
    175
    Rep Power
    105
    Here's a few I found.
    Code:
    Quest                     Config        Value for progress (least amount for starting, least amount for completing)
    
    Cook's Assistant              29        (1 = started, 2 = complete)
    Doric's Quest                 31        (1 = started, 100 = complete)
    Dwarf Cannon                   0        (1 = started, 11 = complete)
    Ernest the Chicken            32        (1 = started, 3 = complete)
    Clock Tower                   10        (1 = started, 8 = complete)
    Fight Arena                   17        (1 = started, 14 = complete)
    Fishing Contest               11        (1 = started, 5 = complete)
    Holy Grail                     5        (1 = started, 10 = complete)
    Merlins Crystal               14        (1 = started, 7 = complete)
    Monk's Friend                 30        (1 = started, 80 = complete)
    Temple of Ikov                26        (1 = started, 80 = complete)
    Reply With Quote  
     

  6. Thankful users:


  7. #6  
    Super Donator
    Kova+'s Avatar
    Join Date
    Jan 2012
    Posts
    938
    Thanks given
    124
    Thanks received
    249
    Rep Power
    13
    On the topic of quests does anyone have the latest quest interface's scroll bar config?

    Also on a note of that interface;

    Code:
    for (int i = 1; i < cmd.length; i++) {
    					player.getInterfaceManager().sendInterface(1245);
    					player.getPackets().sendConfig(1385, i);
    				}
    Will help you if you're wanting to use the proper quest interface. (config 1385, cant remember the number) sends a blue button in the bottom left.
    Reply With Quote  
     

  8. #7  
    Registered Member
    King Aj's Avatar
    Join Date
    Jul 2011
    Posts
    809
    Thanks given
    45
    Thanks received
    149
    Rep Power
    269
    Quote Originally Posted by partyhatz View Post
    On the topic of quests does anyone have the latest quest interface's scroll bar config?

    Also on a note of that interface;

    Code:
    for (int i = 1; i < cmd.length; i++) {
    					player.getInterfaceManager().sendInterface(1245);
    					player.getPackets().sendConfig(1385, i);
    				}
    Will help you if you're wanting to use the proper quest interface. (config 1385, cant remember the number) sends a blue button in the bottom left.
    That number is 1.
    Sincerely,

    Lee Sin

    Spoiler for Lee Sin using Dragon's Rage (ult):

    Reply With Quote  
     

  9. #8  
    Registered Member

    Join Date
    Jul 2011
    Posts
    808
    Thanks given
    448
    Thanks received
    250
    Rep Power
    126
    need this also.
    Need help? Feel free to send me a PM!
    Reply With Quote  
     

  10. #9  
    Developer

    Holy Symbol's Avatar
    Join Date
    Dec 2011
    Age
    23
    Posts
    1,762
    Thanks given
    1,047
    Thanks received
    232
    Rep Power
    232
    Quote Originally Posted by partyhatz View Post
    On the topic of quests does anyone have the latest quest interface's scroll bar config?

    Also on a note of that interface;

    Code:
    for (int i = 1; i < cmd.length; i++) {
    					player.getInterfaceManager().sendInterface(1245);
    					player.getPackets().sendConfig(1385, i);
    				}
    Will help you if you're wanting to use the proper quest interface. (config 1385, cant remember the number) sends a blue button in the bottom left.
    The scroll bar is not a config. It is a run script.
    Spoiler for big sig:


    Reply With Quote  
     

  11. #10  
    Super Donator
    Kova+'s Avatar
    Join Date
    Jan 2012
    Posts
    938
    Thanks given
    124
    Thanks received
    249
    Rep Power
    13
    Quote Originally Posted by Holy Symbol View Post
    The scroll bar is not a config. It is a run script.
    Care to share? (that's if you know it)
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Replies: 15
    Last Post: 07-30-2011, 09:43 AM
  2. Replies: 96
    Last Post: 07-30-2010, 08:46 PM
  3. Replies: 7
    Last Post: 08-09-2009, 09:06 AM
  4. Quest Tab Configs
    By Songoty in forum Requests
    Replies: 1
    Last Post: 06-07-2009, 10:43 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
  •