--[[
Gear on Startup! --World/Server Hook
Currentley has T7 implemented
Made by Eldrak/Darkwiz787.
Do not steal or rerelease without credit.
How to edit:
Just change the ID's in the classes table! Add a new line break, paste your ID, and put a comma afterwards. The way it's designed, any ID you paste in there will work. For example:
Warrior = {
1000,
}
would work as well as
Warrior = {
2000,
3606,
50101,
1000,
}
]]
Warrior = {
39605,
39606,
39607,
39608,
39609,
39610,
39611,
39612,
39613,
39622,
}
Warlock = {
39496,
39497,
39498,
39499,
39500,
}
Shaman = {
39597,
39601,
39602,
39603,
39604,
39592,
39593,
39594,
39595,
39596,
39583,
39588,
39589,
39590,
39591,
}
Priest = {
39521,
39523,
39528,
39529,
39530,
39514,
39515,
39517,
39518,
39519,
}
Rogue = {
39558,
39560,
39561,
39564,
39565,
}
Paladin = {
39633,
39634,
39635,
39636,
39637,
39638,
39639,
39640,
39641,
39642,
39628,
39632,
39629,
39630,
39631,
}
Mage = {
39491,
39492,
39493,
39494,
39495,
}
Hunter = {
39578,
39579,
39580,
39581,
39582,
}
Druid = {
39553,
39554,
39555,
39556,
39557,
39544,
39545,
39546,
39547,
39548,
39531,
39538,
39539,
39539,
39542,
39543,
}
Deathknight = {
39617,
39618,
39619,
39620,
39621,
39623,
39624,
39625,
39626,
39627,
}
--Unless you know what your doing, donot edit below this point!--
function AddItems_OnEnterWorld(Event, Player)
for k,v in pairs(getfenv(1)[tostring(Player:GetPlayerClass())]) do
Player:AddItem(v, 1)
end
end
RegisterServerHook(3, "AddItems_OnEnterWorld")Found a bug? Report it here!
Yea, it's not too amazing. All I'm willing to release right now though.



















