i`m sorry here is my script:
Code:
local npcid = 112112
function On_Gossip(pUnit, event, player)
pUnit:GossipCreateMenu(100, player, 0)
pUnit:GossipMenuAddItem(0, "noJIy4uTe CBOu nPu3!", 7, 0)
pUnit:GossipSendMenu(player)
end
function Gossip_Submenus(pUnit, event, player, id, intid, code)
if(intid == 7) then
pUnit:GossipCreateMenu(100, player, 0)
pUnit:GossipMenuAddItem(0, "Night Watch Coins", 5, 0)
pUnit:GossipSendMenu(player)
pUnit:SendChatMessage(13, 0, "HawJIu CblHa XyJIuraHa!!")
end
if(intid == 5) then
player:AddItem(34822, 10)
pUnit:NoRespawn(1)
pUnit:GossipComplete(player)
end
end
RegisterUnitGossipEvent(112112,1,"On_Gossip")
RegisterUnitGossipEvent(112112,2,"Gossip_Submenus")
Plz help me so i need 2 thing
1) that the message "HaWJIu CblHa..." have been announced to ALL if it possible can you make it like a widescreenmessage?
2) i need that NPC will randomly change his position
Hope you can help me