Thread: interface in interface

Results 1 to 6 of 6
  1. #1 interface in interface 
    Member interface in interface Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    hmm im re making all deltas teles, but came across and error of which isnt an error if that makes sense

    ok here goes

    i made a tele open an interface saying

    wc
    fm
    next

    now when i click the next button i set it to open another interface saying mining and smithing, but it just closes the interface

    heres my codes


    Code:
    case 4150: // normal camelot tele
    				c.teleEffect = 4;
    				c.sendQuest("what skill?", 2470);
    				c.sendQuest("fishing & cooking", 2471);
    				c.sendQuest("woodcutting & firemaking & fletching", 2472);
    				c.sendQuest("next", 2473);
    				c.sendFrame164(2469);
    				break;
    Code:
    if(c.teleEffect == 4)
    				c.teleEffect = 5;
    				c.sendQuest("what skill?", 2470);
    				c.sendQuest("mining & smithing", 2471);
    				c.sendQuest("farming & herblore", 2472);
    				c.sendQuest("cancel", 2473);
    				c.sendFrame164(2469);

    yes thats the right response code b4 u say u need certain of somet etc,,, but all it does is close the interface

    any 1 help?
    Reply With Quote  
     

  2. #2  
    Registered Member
    minutes's Avatar
    Join Date
    Apr 2008
    Posts
    1,926
    Thanks given
    2
    Thanks received
    19
    Rep Power
    465
    then just get that next, action button id and add there that next interface .. not hard...



    click banner to join gtracer!
    Reply With Quote  
     

  3. #3  
    Member interface in interface Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    lol, dude do u even no deltas teleports, i think not.

    ---------- Post added at 10:48 PM ---------- Previous post was at 10:41 PM ----------

    lol, dude do u even no deltas teleports, i think not.
    Reply With Quote  
     

  4. #4  
    Previously Hyperion


    Join Date
    Jan 2009
    Posts
    1,254
    Thanks given
    3
    Thanks received
    18
    Rep Power
    138
    Did you actually add the tele in...not just the interface
    Reply With Quote  
     

  5. #5  
    Member interface in interface Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    yh, the tele works but when i click next, which shud reset the interface to next list just closes it
    Reply With Quote  
     

  6. #6  
    Previously Hyperion


    Join Date
    Jan 2009
    Posts
    1,254
    Thanks given
    3
    Thanks received
    18
    Rep Power
    138
    Quote Originally Posted by cory View Post
    yh, the tele works but when i click next, which shud reset the interface to next list just closes it
    Im not sure but i think you have to add it to updateNPCChat() that way it knows to go to the next page
    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
  •