wowdevtests
Member
LEVEL 6
270 XP
wowdevtests submitted a new resource:
First Login with Rep Based on Faction lua - lua script to add rep on first login based on faction
Read more about this resource...
First Login with Rep Based on Faction lua - lua script to add rep on first login based on faction
Greetings!
I’ve decided to do some tinkering with WotLK and Lua, and thought it’d be nice to have some reputation after creating a character.
I’ve taken pieces of FirstLogin.lua, and made something that will give reputation based on which faction you’re on.
Code:local Team = { [0] = "Alliance", [1] = "Horde" }; function FirstLogin (event, player) player:AddItem(41599, 4) -- 4 Frostweave bags --player:SetReputation(369, 20000) -- Gadgetzan player:AddItem(50255, 1)...
Read more about this resource...
Liked By 1 member :