Open Sesame! | Automatic Container Opener

Open Sesame! | Automatic Container Opener

2.8k Downloads

maybe flaw with listing for clams?

MyTechnoHunter opened this issue ยท 1 comments

commented

unless i am reading the logic wrong you probably dont want
` -- Clams! (Clams don't work with the Wrath API, but they are still included in case we can find a fix.)

[15874]   =  true,  -- Soft-shelled Clam
[5523]    =  true,  -- Small Barnacled Clam
[5524]    =  true,  -- Thick-shelled Clam
[7973]    =  true,  -- Big-mouth Clam
[24476]   =  true,  -- Jaggal Clam
[44700]   =  true,  -- Brooding Darkwater Clam
[36781]   =  true,  -- Darkwater Clam`

you instead want ` -- Clams! (Clams don't work with the Wrath API, but they are still included in case we can find a fix.)

[15874]   =  false,  -- Soft-shelled Clam
[5523]    =  false,  -- Small Barnacled Clam
[5524]    =  false,  -- Thick-shelled Clam
[7973]    =  false,  -- Big-mouth Clam
[24476]   =  false,  -- Jaggal Clam
[44700]   =  false,  -- Brooding Darkwater Clam
[36781]   =  false,  -- Darkwater Clam`

that should allow the loop to say yeh, its an id in the table but nah, its false and go past it

commented

Yes, using "false" would work too!

I like commenting out lines though. Less keystrokes to edit when testing.