Skip to content

Instantly share code, notes, and snippets.

@ineersa
ineersa / Druid-Feral-PvP.lua
Created May 12, 2017 11:36 — forked from StinkyTwitch/Druid-Feral-PvP.lua
OLD FH Feral PvP Script
--Druid Feral Rotation (PvP)--
--Created By Mhswarior--
-- Constants--
UPDATE_INTERVAL = math.random(.2,.4) -- in seconds
LAST_UPDATE = GetTime()
EmpoweredRip = false
EmpoweredRake = false
InitFrame = CreateFrame("Frame")
:: UPDATE YUM ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
sudo yum update -y
:: INSTALL WEBSERVER :::::::::::::::::::::::::::::::::::::::::::::::::::::::::
sudo yum install httpd24
sudo service httpd start
sudo chkconfig httpd on
chkconfig --list httpd