Results 1 to 11 of 11

Thread: ClickPouch?

  1. #1
    Join Date
    Jun 2007
    Location
    Belgium
    Posts
    333
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ClickPouch?

    Can anyone tell me if i'm using it wrongly or if it's broken and i better write one myself?
    SCAR Code:
    Procedure FillPouches;
    Begin
      if(not(LoggedIn))then
        Exit;
      ClickPouch('Giant', 'Fill', 20);
      if(not(invfull))then
      begin
        case RuneRoute of
          0: begin
               BankOpenZanaris;
               WithdrawEssence;
             end;
          1: UnNoting;
        end;
      end;
      ClickPouch('Small', 'Fill', 20);
      ClickPouch('Medium', 'Fill', 20);
      ClickPouch('Large', 'Fill', 20);
      if(not(invfull))then
      begin
        case RuneRoute of
          0: begin
               BankOpenZanaris;
               WithdrawEssence;
             end;
          1: UnNoting;
        end;
      end;
    end;

  2. #2
    Join Date
    Jan 2008
    Location
    Mianus [Ye thats right xD]
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It should work, but is this for summoning?

  3. #3
    Join Date
    Jun 2007
    Location
    Belgium
    Posts
    333
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no, it's in runecrafting.scar
    procedure ClickPouch(Pouch, Option: String; Tol: Integer);
    By: Wizzup?
    Description: Click Pouch

  4. #4
    Join Date
    Jan 2008
    Location
    Mianus [Ye thats right xD]
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ye.. so whats the problem?

    Edit:

    Can anyone tell me if i'm using it wrongly or if it's broken and i better write one myself?
    How do u meen by using it wrongly?

  5. #5
    Join Date
    Jun 2007
    Location
    Belgium
    Posts
    333
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    using it wrongly as in it doesn't work, so or it's broken, maybe the bitmaps are off, or i'm using the clickpouch wrong

  6. #6
    Join Date
    Jan 2008
    Location
    Mianus [Ye thats right xD]
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im memb, I dont know how to get pouches tho.. sry but I think ull have to ask Wizzup? to make new Dtms.. that might be the wrong thing

    Edit: It should work.. just the dtms are off like u said

  7. #7
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    I'm not sure if it still works. Probably not. I'll see if I can update it.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  8. #8
    Join Date
    Jun 2007
    Location
    Belgium
    Posts
    333
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I just modified the SRL version to use DTM, except for the giant pouch as i don't have that one yet. Want me to sent it to you and save you the trouble?

  9. #9
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Psychor View Post
    I just modified the SRL version to use DTM, except for the giant pouch as i don't have that one yet. Want me to sent it to you and save you the trouble?
    Yes please.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  10. #10
    Join Date
    Jan 2008
    Location
    Mianus [Ye thats right xD]
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So, does it work now?

  11. #11
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Has there been an update in the Subversion?



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •