Jump to content

Recommended Posts

Posted
quest give_basic_weapon begin	state start begin		when login begin			if pc.getqf("basic_weapon") != 0 then -- old version support				return			end			local item_vnum = 19			if pc.job == 3 then         -- shaman				item_vnum = 7009			elseif pc.job == 1 then -- assassin				item_vnum = 1009			end			local item_count = pc.countitem(item_vnum)			local equip_weapon = pc.weapon			if item_count == 0 and equip_weapon != item_vnum then				pc.give_item2(item_vnum)				pc.give_item2(27003, 200)				set_state(__COMPLETE__)			end		end	end		state __COMPLETE__ begin	endend
  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.