Results 1 to 7 of 7

Thread: Hmm? No matter what

  1. #1
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Hmm? No matter what

    No matter what I try to withdraw an air rune from the bank it totaly misses it tried with DTMs and alot other methods including SRLs internal method it just total misses the air rune out and wont withdraw? is there any reasons behind this i have tried all ways now :/

    Confussed!

    Anyone else had this problem?

    Example NPC Contact repair

    I have the DTMs all set for the required runes (air, astral, cosmic)

    Find the astrals and cosmics no problem withdraws them but wont find the air rune even tho its inbetween those 2 :/ stumped.

  2. #2
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Maybe something is wrong with the pic of the air rune in the bank? Other than that, i can't think of anything.

  3. #3
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well iv tried refreshing the image while selecting the client, screenshot etc im just stumped

    thanks

  4. #4
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Moved to scripting help.

    Providing code is helpful. I'm guessing you just have a bad DTM, or you haven't used SRL's Withdraw function correctly.

  5. #5
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    This DTM works for me.
    Simba Code:
    DTM := DTMFromString('mbQAAAHicY2VgYNgFxMeBeCcQHwDijUDMzcjAwAPE0kAsDMRcQPzo5g2gDBMYV5aUgPkiQB4jFGsAMTIfGYMBAPSaCuc=');

    At least you can withraw items from predefined bank slot.

  6. #6
    Join Date
    Dec 2011
    Location
    P2P :)
    Posts
    561
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Until you work it out you can use
    Simba Code:
    SearchBank('Air Rune');
    Withdraw(0, 0, #);


    Very ghetto but it can be a temp thing while you try to fix the main method. :3


    Edit:


    Simba Code:
    DTM := DTMFromString('mggAAAHicY2NgYOAAYl4gZoKy+RgQgA2KOaF8RiC+f+0qGMdHR8HZIMwPlMOGGXFgCAAAyGYOcA==');

    Moved all around the main bankscreen and it found it fine.
    I wear my scars like the rings on a pimp
    I live life like the captain of a sinking ship
    Always sell your product for ATLEAST mid to ensure that the market doesn't drop.

  7. #7
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Scaper View Post
    Well iv tried refreshing the image while selecting the client, screenshot etc im just stumped

    thanks
    What I meant to say was that actual picture of the air rune in the bank is messed up(not by much), like we used to have a few weeks ago where inv items were cut off and such.

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
  •