What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Setting officer note with today's date?

Thank you :)
I'm trying to modify the GuildRecruiter plugin to set the officer note to the current date after an invite was successful. The plugin itself doesn't actually detect if the person accepted the invite or not. Is there any safe way to iterate over the online members and if officer note is blank, fill it in?
 
Thank you :)
I'm trying to modify the GuildRecruiter plugin to set the officer note to the current date after an invite was successful. The plugin itself doesn't actually detect if the person accepted the invite or not. Is there any safe way to iterate over the online members and if officer note is blank, fill it in?

I have no idea, but it is possible to get the text from the notes, if its null we could write stuff.

Global functions - Wowpedia - Your wiki guide to the World of Warcraft

Most of the things you need is in that list.
 
Thanks :) Is it safe to do a lot of Lua calls in rapid succession? Or should I put a sleep in or something? I'm worried about doing something like

getMembers
for 0 - count
getMemberDetails
if officer note = null
write
end

because I dont know how safe it is to do so much Lua from HB.
 
Back
Top