
eg, code and where to put the code?
any help will be very greatfull
thank you in advanced
Code: Select all
<!-- going to sold out -->
<!-- # 210 --><waypoint x="-15147" z="11542" y="136" tag="rerun">
if not player:hasBuff("May Establish Honor Party") then
inventory:useItem(202879);
end
SlashCommand("ILG inv")
yrest(1000)
player:mount();
if ToPancer == 1 then
__WPL:setWaypointIndex(__WPL:findWaypointTag("Pancer1"));
end
if ToPancer == 2 then
__WPL:setWaypointIndex(__WPL:findWaypointTag("Pancer2"));
end
SlashCommand("/script OpenMail()")
yrest(3000)
UMM_SendAdvanced("LolNotMyName", nil, nil, nil, nil, "Cards")
</waypoint>
thank you so muchlisa wrote:I use thisCode: Select all
<!-- going to sold out --> <!-- # 210 --><waypoint x="-15147" z="11542" y="136" tag="rerun"> if not player:hasBuff("May Establish Honor Party") then inventory:useItem(202879); end SlashCommand("ILG inv") yrest(1000) player:mount(); if ToPancer == 1 then __WPL:setWaypointIndex(__WPL:findWaypointTag("Pancer1")); end if ToPancer == 2 then __WPL:setWaypointIndex(__WPL:findWaypointTag("Pancer2")); end SlashCommand("/script OpenMail()") yrest(3000) UMM_SendAdvanced("LolNotMyName", nil, nil, nil, nil, "Cards") </waypoint>
Users browsing this forum: Ahrefs [Bot] and 36 guests