Signup Now
Results 1 to 7 of 7
  1. #1
    Free User
    Join Date
    Nov 2014
    Posts
    97
    Reputation
    10
    Rep Power
    0

    Action withdraw problem

    I dont know whats wrong.... the char stays on bank keeping withdrawing cash till he withdraw all cash..

    the action is:

    --Bank
    if islocation(1) then
    depositerbank('a')
    else gotolabel('Bank','Depo')
    end



    idk whats going on...

  2. #2
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26
    @Sedizito check your Supplies List and make sure bot have the backpacks opened before talking to the npc

    Level Latest Scripts by Dehan
    250+
    [EK & ED & MS & RP] [Navigation] Prison -1
    200+
    [EK & ED & MS] [Navigation] Asura Palace
    200+
    [EK & ED] [Navigation] Lower Roshamuul Softcore

  3. #3
    Free User
    Join Date
    Nov 2014
    Posts
    97
    Reputation
    10
    Rep Power
    0
    I got this action before the BANK action:

    --BPs
    closewindows(main, '0') wait(700,1000)
    closewindows(supply, '1') wait(700,1000)
    closewindows(lootbp, '2') wait(700,1000)
    closewindows(gold, '3') wait(700,1000)


    local main = getlootingdestination('main')
    local supply = getlootingdestination('supply')

    closewindows()
    while windowcount() < 2 do
    closewindows()
    wait(1000,2000)
    openitem(main, "back", true)
    wait(1000,2000)
    resizewindows()
    wait(1000,2000)
    openitem(supply,main,'opennew')
    wait(1000,2000)
    resizewindows()
    end
    @Dehan


    it open the main bp and the supplies but keep saying withdraw X, withdraw X, seems like he dont reconize the gps on the main backpack!
    Last edited by Sedizito; 12-18-2015 at 06:51 PM.

  4. #4
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Are you playing on a OT?

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  5. #5
    Free User
    Join Date
    Nov 2014
    Posts
    97
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by ozzix View Post
    Are you playing on a OT?



    Yes, im!

  6. #6
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by Sedizito View Post
    Yes, im!
    depositerbank() doesnt work on Ots that have changed the npc lines. I've showed how to edit it in some post under lua scripts > requests, should be a post about depositer or something

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  7. #7
    Free User
    Join Date
    Nov 2014
    Posts
    97
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by ozzix View Post
    depositerbank() doesnt work on Ots that have changed the npc lines. I've showed how to edit it in some post under lua scripts > requests, should be a post about depositer or something

    really? ill try to check... do you know the link? thank you for the support

 

 

Posting Permissions

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