Hello there everyone. Once again today I have made and released this little but very very useful script of mine to MmoPro.net. So before I bore you all to Zombie death lets see that script shall we. But first let me give you a little of Information.

Easy to use
When player is Spawned, click on NPC Instantly Level's to 80
Includes 71 Talents (Fixed for DK's too)
Easy to Install and No Submenus


Credits :
Dimie (Dimarx) - Scripting and Creating NPC
Syke - Helping Script


logcol(7)
print " Created by Dimie of AMP-WoW"
logcol(13)

local NPCID = 555050 --Set this to your NPC's entry ID

function On_Gossip_Talk(unit, event, player)
unit:GossipCreateMenu(100, player, 0)
unit:GossipMenuAddItem(4, "Level me to 80", 1, 0)
unit:GossipSendMenu(player)
end

function On_Gossip_Select(unit, event, player, id, intid, code, pmisc)
if(intid == 1) then
player:SetPlayerLevel(80)
player:GossipComplete()
end
end

RegisterUnitGossipEvent(555050, 1, "On_Gossip_Talk")
RegisterUnitGossipEvent(555050, 2, "On_Gossip_Select")
Enjoy and Please is very Appreciated



SQL Download - RapidShare: 1-CLICK Web hosting - Easy Filehosting

Lua | logcol(7) print "Created by D - Dimie Instant 80! - yBpWxRXY - Pastebin.com


› See More: [LUA] Level Me Instant 80! Script + NPC