Hello, I'm just looking for someone who could possibly do a script which makes an npc teach the spell Hold Rifle - Spell - World of Warcraft + rep to anyone who does this for me, thanks in advance.
Hello, I'm just looking for someone who could possibly do a script which makes an npc teach the spell Hold Rifle - Spell - World of Warcraft + rep to anyone who does this for me, thanks in advance.
Last edited by Ground Zero; 07-07-2010 at 11:56 AM.
Here you go:
Just say in game Teach me Hold Rifle! and you will learn spell...Code:function Holdme_OnChat if message == "Teach me Hold Rifle!" then player:CastSpell(16723) end end RegisterServerHook(16, Holdme_OnChat)
Credits to Solar-Panda team ( Me and Confucius )
Last edited by Trle94; 07-07-2010 at 01:12 PM.
1 question.. where do u put the lua script?