PDA

View Full Version : Scripting service



Boxxy
17-08-08, 03:54 AM
Im starting a lua scripting service.

I can script anything from teleporters to bosses!

Each easy(bosses usally) script costs 2$
Each hard(tele npc,buffer,telestones) script costs 4$

You can pm me what you want if its a easy script,and if its a hard script conatact me on msn.


My msn is [email protected]

BadboyStar
17-08-08, 04:27 AM
Nice service, very handy for people who can't script it self. And cheap as well.
This is the script he made me, max skill npc:

local npcid = 5000003


function SKILL_OnGossipTalk(pUnit, event, player, pMisc)
pUnit:GossipCreateMenu(100, player, 0)
pUnit:GossipMenuAddItem(5, "Max my skills.", 1, 0)
pUnit:GossipSendMenu(player)
end


function SKILL_OnGossipSelect(pUnit, event, player, id, intid, code, pMisc)

if (intid == 1) then
player:AdvanceSkill(201,350)
player:AdvanceSkill(202,350)
player:AdvanceSkill(5011,350)
player:AdvanceSkill(1180,350)
player:AdvanceSkill(15590,350)
player:AdvanceSkill(266,350)
player:AdvanceSkill(196,350)
player:AdvanceSkill(198,350)
player:AdvanceSkill(200,350)
player:AdvanceSkill(227,350)
player:AdvanceSkill(197,350)
player:AdvanceSkill(199,350)
player:AdvanceSkill(203,350)
pUnit:GossipComplete(player)
end
end

RegisterUnitGossipEvent(npcid, 1, "SKILL_OnGossipTalk")

RegisterUnitGossipEvent(npcid, 2, "SKILL_OnGossipSelect")

StickyIcky
17-08-08, 04:40 PM
stickied

Synthetic
31-08-08, 08:19 AM
Nice offer, very good for those who doesn't know how to script.