Thread: [508]: Summoning pouch creation interface

Results 1 to 5 of 5
  1. #1 [508]: Summoning pouch creation interface 
    Registered Member
    ncarug02's Avatar
    Join Date
    May 2008
    Age
    30
    Posts
    893
    Thanks given
    6
    Thanks received
    4
    Rep Power
    92
    How do you make the pouch creation interface appear cause when i use the pouch creation and scroll creation all i see is just a blank interface
    please help



    ~Nick
    Reply With Quote  
     

  2. #2  
    Registered Member
    The Lizard King's Avatar
    Join Date
    Jun 2008
    Posts
    837
    Thanks given
    13
    Thanks received
    12
    Rep Power
    169
    You need the right runscript and accesmasks all can be dumped from rs
    Quote Originally Posted by Jim Morrison
    These days, I think you have to be a politician or an assassin to really be a superstar
    Quote Originally Posted by Jim Morrison
    This is the strangest life I've ever known.
    From los angeles california The Doors.
    Reply With Quote  
     

  3. #3  
    Registered Member
    ncarug02's Avatar
    Join Date
    May 2008
    Age
    30
    Posts
    893
    Thanks given
    6
    Thanks received
    4
    Rep Power
    92
    Quote Originally Posted by Wouter1992 View Post
    You need the right runscript and accesmasks all can be dumped from rs
    you cant dump it off rs i just tried it and they wont work



    ~Nick
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2011
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    i have the interfaces but how do i make it work? When i click on the obelisk it goes to the interface that shows the pouches but when i click on one it does nothing....
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2009
    Posts
    638
    Thanks given
    11
    Thanks received
    8
    Rep Power
    36
    Quote Originally Posted by ncarug02 View Post
    How do you make the pouch creation interface appear cause when i use the pouch creation and scroll creation all i see is just a blank interface
    please help

    Scroll:

    Code:
    p.frames.showInterface(p, 673);
    Object[] tparams1 = new Object[]{"Transform-X<col=ff9040>", "Transform-All<col=ff9040>", "Transform-10<col=ff9040>", "Transform-5<col=ff9040>", "Transform<col=ff9040>", 20, 4, 44105743};
    p.frames.runScript(p, 763, tparams1, "Iiisssss");
    p.frames.setAccessMask(p, 126, 15, 673, 0, 78);

    Pouch:

    Code:
    p.frames.showInterface(p, 669);
    Object[] options= new Object[]{"List<col=FF9040>", "Infuse-X<col=FF9040>", "Infuse-All<col=FF9040>", "Infuse-10<col=FF9040>", "Infuse-5<col=FF9040>", "Infuse<col=FF9040>", 20, 4, 43843599};
    p.frames.runScript(p, 757, options, "Iiissssss");
    p.frames.setAccessMask(p, 190, 15, 669, 0, 78);
    Enjoy
    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
  •