Search found 3 matches

by portilicious
Tue Aug 01, 2006 12:56 pm
Forum: MQ2::Macros::Snippets
Topic: Quick Buff Status Check
Replies: 3
Views: 3668

Quick Buff Status Check

Thanks for the snippet. I think you might have a one off error and the maximum number of buffs may be off. More like...

Code: Select all

	/declare i int local 1
	/for i 1 to 21
by portilicious
Wed Mar 03, 2004 2:41 am
Forum: MQ2::Bug Reports
Topic: Problem with $item(bank,pack#,slot#) when pack# > 7
Replies: 5
Views: 2846

Furiousness wrote:The first line I believe is causing the issues, as after I changed it to 19 it happily spat out the results correctly instead of NULL's for the the slots after 7.
Thanks. I believe the value should be 18 instead of 8 or 19. I tried it and things seem to work better.
by portilicious
Tue Mar 02, 2004 6:31 pm
Forum: MQ2::Bug Reports
Topic: Problem with $item(bank,pack#,slot#) when pack# > 7
Replies: 5
Views: 2846

Problem with $item(bank,pack#,slot#) when pack# > 7

When trying to use $item(bank,pack#,slot#) with containers or backpacks in bank slots greater than seven (pack#'s 8-17), returns NULL, even though cotainers or backpacks exist in those bank slots and contain items in the specified slot #. For example, /echo $item(bank,8,0) /echo $item(bank,8,0,name)...