1
Questing / Re: Gen's Library Donations
« on: September 10, 2011, 09:45:29 AM »
Ok there were 2 instances where it needed to be changed,
1st
if #FINDREP <> 255
{
ignoreitem #findid 3
goto findvendor
}
set %vendorid #findid
event Property #findID
if %vendorname notin #property || quest in #property || banker in #property || minter in #property
{
ignoreitem #findid 3
goto findvendor
}
and 2nd
if #findrep <> 255
{
ignoreitem #findid player
goto donate
}
event property #findid
if #property = $
goto donate
if %donate notin #property
Working great now...thanks for the information!
1st
if #FINDREP <> 255
{
ignoreitem #findid 3
goto findvendor
}
set %vendorid #findid
event Property #findID
if %vendorname notin #property || quest in #property || banker in #property || minter in #property
{
ignoreitem #findid 3
goto findvendor
}
and 2nd
if #findrep <> 255
{
ignoreitem #findid player
goto donate
}
event property #findid
if #property = $
goto donate
if %donate notin #property
Working great now...thanks for the information!