Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Status : pieterkii is offline
    Join Date : Jul 2009
    Posts : 18
    Thanks: 0
    Thanked 7 Times in 3 Posts
    Rep Power : 3
    Reputation:52pieterkii will become famous soon enough

    [LUA Release + the npc] Sangoma multi healing npc (or talent reset npc)

    ......A Pieterkii presentation........................
    ............................/´¯/)............................
    ....(\_(\................,/¯../..........................
    ....(=' :')............../..../................................
    ...(,(")(").. ...../´¯/'...'/´¯¯·¸.................... .....
    ................/'/..../..../..../¨¨/¯\.....................
    ...............('(....´....´.... ¯;/'...')...................
    .................\.................'...../..................
    ..................'\'...\..........._.·´ ......................
    ....................\..............(.............. .............
    A Sangoma npc (Lua + sql) that:
    -Fixes all your gear
    -Removes ressurection sickness
    -Heals you to maximum health
    -Buffs you abit
    all if you are not in combat(being attacked)


    Installation:-Download the npc [Only registered and activated users can see links. ]
    -Extract it and insert/import it into your world database
    -Make a new textfile in your scripts folder and save file as sangoma.lua
    -paste the code below into that file, and save.
    -Restart your emulator
    -.npc spawn 40009 ingame, or whatever command u use.


    Code:
    function Sangoma_OnTalk(Unit, event, player)
    Unit:GossipCreateMenu(50, player, 0)
    Unit:GossipMenuAddItem(0, "Spiritual blessings", 1, 0)
    Unit:GossipSendMenu(player)
    end
    
    function Sangoma_OnSelect(unit, event, player, id, intid, code)
    if (intid == 1)
    then
    
    if (player:IsInCombat() == false)
    then
    
    unit:SendChatMessage(12, 0, "Removing you of your weaknesses.")
    player:RemoveAura(15007)
    player:SetHealthPct(100)
    player:RepairAllPlayerItems()
    unit:FullCastSpellOnTarget(33077, player)
    unit:FullCastSpellOnTarget(33078, player)
    unit:FullCastSpellOnTarget(33079, player)
    unit:FullCastSpellOnTarget(33080, player)
    unit:FullCastSpellOnTarget(33081, player)
    unit:FullCastSpellOnTarget(33082, player)
    Unit:GossipComplete(player)
    
    else
    unit:SendChatMessage(12, 0, "You are in combat. ")
    
    end
    end
    end
    
    RegisterUnitGossipEvent(40009, 1, "Sangoma_OnTalk")
    RegisterUnitGossipEvent(40009, 2, "Sangoma_OnSelect")

    Hope you enjoy it :)


    A talent reset npc that:
    -resets your talents for free:
    ]

    Installation:
    Same as the above installation guide, just use this script instead


    Code:
    function Talent_OnTalk(Unit, event, player)
    Unit:GossipCreateMenu(50, player, 0)
    Unit:GossipMenuAddItem(0, "Reset Talents", 1, 0)
    Unit:GossipSendMenu(player)
    end
    
    function Talent_OnSelect(unit, event, player, id, intid, code)
    if (intid == 1) then
    player:ResetAllTalents(1) 
    Unit:GossipComplete(player)
    end
    end
    
    RegisterUnitGossipEvent(40009, 1, "Talent_OnTalk")
    RegisterUnitGossipEvent(40009, 2, "Talent_OnSelect")
    Last edited by pieterkii; 06-03-2010 at 11:56 AM. Reason: added talent reset script

  2. #2
    Truster's Avatar
    Status : Truster is offline
    Join Date : Apr 2010
    Location : Norway
    Posts : 3,341
    Thanks: 46
    Thanked 87 Times in 83 Posts
    Rep Power : 10
    Reputation:2014Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute

    Default

    nice :)


 

Visitors found this page by searching for:

arcemu buff npc

sql trinity buff npc

mangos buff npc download

script a npc to heal players

cool buffs for players wow emu

trinity healer npc wow

sangoma npc lua

arcemu buff npc lua

trinity npc heals player

npc healer lua

Buff npc sql

download script npc healer

trinity npc buff talent health

npc of buff wow sql

heal npc sql

trinity scripte buff npc

lua buff npc arcemu

buff npc arcemu SQL

trinity sql heal npc

c npc script ress sickness

trinity heal npc

lua buff npc

sickness lua

wow how to make buff npc lua

WoW Buff Lua script

SEO Blog

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts