View Single Post
05-26-22, 02:14 AM   #4
Walkerbo
A Cobalt Mageweaver
 
Walkerbo's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 233
Hi Kanegasi and Fizzlemizz

Thanks for your answers.

Fizzlemizz, I can see the wait makes a lot of sense, it is something I should have picked up myself

I do have a couple of questions about your solutions.

You both used;
Lua Code:
  1. PutItemInBag(bag+19)
I dont understand where the 19 comes into it?

And Kanegasi you set up a table to record all placed items;
Lua Code:
  1. local ignore={[0]={},[1]={},[2]={},[3]={},[4]={},}
Is it necassary to record where items were placed, or is this just good practise?
__________________
"As someone once told me, frames are just special types of tables, and tables are special types of pointers."
Fizzlemizz
  Reply With Quote