Portable bank function?

Talk about anything in Runes of Magic. This does not need to pertain to botting.
Post Reply
Message
Author
wilifox
Posts: 86
Joined: Tue Jul 26, 2011 6:00 pm

Portable bank function?

#1 Post by wilifox »

Is there a function to take an item in the portable bank and drop in the bag or take one item in my bag and put in the bank portable? Is possible?

thx you!!
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Portable bank function?

#2 Post by rock5 »

The portable bank should be the same as the bank you access at an npc, right? So all you would have to do is open the portable bank and then use the usual commands. How do you usually open the portable bank?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
wilifox
Posts: 86
Joined: Tue Jul 26, 2011 6:00 pm

Re: Portable bank function?

#3 Post by wilifox »

ok rock thx i work now ;)
kuripot
Posts: 493
Joined: Mon Nov 07, 2011 9:14 pm

Re: Portable bank function?

#4 Post by kuripot »

rock5 wrote:The portable bank should be the same as the bank you access at an npc, right? So all you would have to do is open the portable bank and then use the usual commands. How do you usually open the portable bank?

how?? i cannot understand this how can make a function to call bank and put the item

Code: Select all

for i = 1,30 do bank.BagSlot[i]:moveTo("bags") end
Post Reply