Code:
sub EVENT_ITEM
{
if(($itemcount{12268}) && ($itemcount{7100} == 1) && ($gold == 3250))
{
quest::say("The time to trade has come!! I am now rich and you are now fast. Take the Journeyman Boots and run like the wind.");
quest::exp(1250);
quest::summonitem(2300);
}
else {
plugin::return_items(\%itemcount);
quest::say("Trade we shall not!! When I hold in my hands the ring of the ancients. a shadowed rapier and 3250 gold coin. then you shall wear the journeyman boots."); }
}
this is probably how i would have done it