nice job lol , u are contributing nice , but u need to put script in "Code" ""
Likes: 0
Code:---Made by noobcraft---- local npcid = 400009 function NPC_main_menu(pUnit, player) pUnit:GossipCreateMenu(3543, player, 0) pUnit:GossipMenuAddItem(0, "What do i do in this server?", 4, 0) pUnit:GossipSendMenu(player) end function NPC_on_gossip_talk(pUnit, event, player) NPC_main_menu(pUnit, player) end function NPC_on_gossip_select(pUnit, event, player, id, intid, code) if(intid == 4) then pUnit:SendChatMessage(12, 0, "Messege") player:GossipComplete() end end RegisterUnitGossipEvent(npcid, 1, "NPC_on_gossip_talk") RegisterUnitGossipEvent(npcid, 2, "NPC_on_gossip_select")
› See More: Guide Npc
Last edited by Boxxy; 03-08-08 at 11:30 PM.
your mother
nice job lol , u are contributing nice , but u need to put script in "Code" ""
I don't know about this, I guess it can be ok, but basiclly they could just go right away to the servers website and see :P Or you could just do a WrapNPC XD
But good job I guess... SO +Rep

lol i never knew b4 that we can do GossipScript in LUA too :O
x2
Yep you do :P Wig, you didn't phail totally :P
Are you sure? Cause those are defnitly from Lua++... :S
hmmm ill cheack
your mother
Bookmarks