.SalMAX
22-04-10, 09:43 PM
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 +rep is very Appreciated
SQL Download - RapidShare: 1-CLICK Web hosting - Easy Filehosting (http://rapidshare.com/files/379023973/555050-Click_Me_for_Level_80_.sql.html)
Lua | logcol(7) print "Created by D - Dimie Instant 80! - yBpWxRXY - Pastebin.com (http://pastebin.com/yBpWxRXY)
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 +rep is very Appreciated
SQL Download - RapidShare: 1-CLICK Web hosting - Easy Filehosting (http://rapidshare.com/files/379023973/555050-Click_Me_for_Level_80_.sql.html)
Lua | logcol(7) print "Created by D - Dimie Instant 80! - yBpWxRXY - Pastebin.com (http://pastebin.com/yBpWxRXY)