i want to use the teaching certificate in a function, but i think my ID's not the right one

Code: Select all
if not player:hasBuff(506687) then
if inventory:findItem(207204) then
inventory:useItem(207204)
end
end
Code: Select all
if not player:hasBuff(506687) then
if inventory:findItem(207204) then
inventory:useItem(207204)
end
end
Code: Select all
if not player:hasBuff("May Establish Honor Party") then
inventory:useItem(202879);
Users browsing this forum: No registered users and 1 guest