Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local NPC_ID = 112112
- function On_GossipMenu(event, plr, unit)
- plr:GossipMenuAddItem(1, "Morph", 0, 1, 0)
- plr:GossipMenuAddItem(2, "Full Heal", 0, 2, 0)
- plr:GossipMenuAddItem(2, "Remove Resurrection Sickness", 0, 3, 0)
- plr:GossipMenuAddItem(3, "Learn weapon skills", 0, 4, 0)
- plr:GossipMenuAddItem(3, "Advance weapon skills", 0, 5, 0)
- plr:GossipMenuAddItem(3, "Artisan Riding", 0, 6, 0)
- plr:GossipSendMenu(1, unit)
- end
- function On_GossipSelect(plr, event, id, intid, code)
- if (intid == 1) then
- plr:GossipMenuAddItem(1, "Taunka", 0, 10, 0)
- end
- end
- RegisterCreatureGossipEvent(112112, 1, On_GossipMenu)
- RegisterCreatureGossipEvent(112112, 2, On_GossipSelect)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement