Thread: Few things i need help with on DELTA

Results 1 to 9 of 9
  1. #1 Few things i need help with on DELTA 
    Registered Member
    Join Date
    Apr 2010
    Posts
    98
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    when ever i click the quest tab, nothing opens...i need to fix this!!!it says i have something there, but it doesnt open up to show wuts there
    please help!!
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Sep 2009
    Posts
    3,245
    Thanks given
    195
    Thanks received
    255
    Rep Power
    0
    First use tags to help anyone who's gunna help you with your ::jail command I can't as I haven't used delta in years and don't care to much to check my files.

    for your quest tab go to client.java, search
    Code:
    public void initialize {
    and paste that entire method here I'll try and fix for you.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    May 2008
    Posts
    2,327
    Thanks given
    55
    Thanks received
    67
    Rep Power
    0
    change
    toX = 3122;
    toY = 3242;
    action = 1;

    to
    p.toX = 3122;
    p.toY = 3242;
    p.action = 1;


    and
    toX = 2725;
    toY = 3490;
    action = 0;

    into
    p.toX = 2725;
    p.toY = 3490;
    p.action = 0;
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2010
    Posts
    98
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    public void initialize() {
    // first packet sent
    server.setConfig.initializeClientConfiguration(pla yerId);
    if(splitChat == 1){
    setClientConfig(287, 1);
    }
    if(autoRetaliate == 0){
    setClientConfig(172, 1);
    }
    setClientConfig(43, FightType-1);
    setClientConfig(166, 4);
    outStream.createFrame(249);
    outStream.writeByteA(playerIsMember); // 1 for members, zero for free
    outStream.writeWordBigEndianA(playerId);
    // here is the place for seting up the UI, stats, etc...
    setChatOptions(0, 0, 0);
    for (int i = 0; i < 25; i++) {
    setSkillLevel(i, playerLevel[i], playerXP[i]);
    }
    refreshSkills();

    outStream.createFrame(107); // resets something in the client

    setSidebarInterface(0, 2423); // attack tab
    setSidebarInterface(1, 3917); // skills tab
    setSidebarInterface(2, -1); // quest tab
    setSidebarInterface(3, 3213); // backpack tab
    setSidebarInterface(4, 1644); // items wearing tab
    setSidebarInterface(5, 5608); // pray tab
    if (playerAncientMagics == 0) {
    setSidebarInterface(6, 1151);
    }
    if (playerAncientMagics == 1) {
    setSidebarInterface(6, 12855);
    }
    if (playerAncientMagics == 2) {
    setSidebarInterface(6, 18787);
    }
    setSidebarInterface(7, -1); // clan chat
    setSidebarInterface(8, 5065); // friend
    setSidebarInterface(9, 5715); // ignore
    setSidebarInterface(10, 2449); // logout tab
    setSidebarInterface(11, 4445); // wrench tab
    setSidebarInterface(12, 147); // run tab
    setSidebarInterface(13, -1); // harp tab
    // add player commands...
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2010
    Posts
    98
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    help
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Apr 2010
    Posts
    98
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    any1??
    Reply With Quote  
     

  7. #7  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    setSidebarInterface(2, -1); // quest tab
    I wonder.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Apr 2010
    Posts
    98
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by i r maggot View Post
    I wonder.
    ok now i see taht but wut would i change the -1 to?
    Reply With Quote  
     

  9. #9  
    Registered Member M2PWNS's Avatar
    Join Date
    Dec 2007
    Posts
    159
    Thanks given
    4
    Thanks received
    1
    Rep Power
    7
    i believe you make it 638
    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
  •