• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • EverQuest (live servers) were patched yesteday so brainiac has been spending his time updating MacroQuest. Please show him your appreciation.

Question - Housing - easy way to add co-owners to a bunch of plots (1 Viewer)

Joined
Dec 1, 2006
RedCents
494¢
Just really starting with housing in a big way, and have 5-6 houses so far, and it seems adding the list of co-owners one by one is way tedious. Has anyone done a script/Lua for helping this process be faster? I did add the fellowship, but thats a bit limiting still, and guild does not work.
 
You have to do it under "owner's club" not "individual"

While it's nice to have everyone be a co-owner keep in mind that all co-owners get the reminder in game mail if your plot is not paid.

I have over 75 characters and to go thru and delete that email from each one is a pain. Even it I have them paid far in advance one will slip thru now and then.
 
So when I said guild does not work, I meant for my scenario. It does work, but I dont want to give the enire guild co-owner access, I only want to give that access to about 15 toons that belong to me. Was just looking for some easier ways to do it, hopefully in a script with my list of characters so I only have to make that list one time, and have the script add them all on alll houses at one time.
 
So when I said guild does not work, I meant for my scenario. It does work, but I dont want to give the enire guild co-owner access, I only want to give that access to about 15 toons that belong to me. Was just looking for some easier ways to do it, hopefully in a script with my list of characters so I only have to make that list one time, and have the script add them all on alll houses at one time.
@Nightmare327 PMd you a simple script that should do what you want. If you still have the need.
 
A few people asked for this - so sharing here. All it does is take a list of characters and access levels and add them individually to a house, if not already there.

/Lua run house_access
Change the array at the top with whatever characters/accesses.
Lua:
-- 1=Visitor, 2=Acquaintance, 3=Friend, 4=Trustee,5=Co-Owner
local names = {
    Jimmy = 2,
    Billy = 4,
    Johnny = 1,
    Woodchuck = 5,
}
 

Attachments

  • house_access.lua
    3.8 KB · Views: 0
A few people asked for this - so sharing here. All it does is take a list of characters and access levels and add them individually to a house, if not already there.

/Lua run house_access
Change the array at the top with whatever characters/accesses.
Lua:
-- 1=Visitor, 2=Acquaintance, 3=Friend, 4=Trustee,5=Co-Owner
local names = {
    Jimmy = 2,
    Billy = 4,
    Johnny = 1,
    Woodchuck = 5,
}
Apparently GF has no friends. Hang in there, buddy.
 
Question - Housing - easy way to add co-owners to a bunch of plots

Users who are viewing this thread

Back
Top