Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Results 1 to 1 of 1
  1. #1
    Contributor
    Boxxy's Avatar
    Join Date
    Aug 2008
    Location
    Florida
    Posts
    351
    Post Thanks / Like
    Rep Power
    17
    Reputation
    136

    Instant 70 npc lua


    Register to remove this ad
    Code:
     
    local npcid = 123456---change to the npcs ids
     
    function NPC_main_menu(pUnit, player)
       pUnit:GossipCreateMenu(3543, player, 0)
       pUnit:GossipMenuAddItem(0, "Make me level 70", 1, 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, pMisc)
    if(intid == 1) then 
    pUnit:SendChatMessage(12, 0, "Happy raiding")
    player:SetPlayerLevel(70) ----can change to whatever level 
    player:GossipComplete()
    end
    end
    RegisterUnitGossipEvent(npcid, 1, "NPC_on_gossip_talk") 
    RegisterUnitGossipEvent(npcid, 2, "NPC_on_gossip_select")
    Feel free to edit it no credits needed.




    › See More: Instant 70 npc lua
    Last edited by Boxxy; 16-08-08 at 01:04 AM.
    your mother



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!
SEO Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 01:26 AM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org