• 1 page(s)
Reset normal instance macro

Hi!

i'm trying to type a macro to reset an normal instance, but what is the command?

i try /reset didn't work :p

Report this thread post

/run ResetInstances()

Report this thread post

  Quote:
Originally Posted by efindel Go to post by >efindel

/run ResetInstances()

Thanks alot mate! Is there any page where i can find more useful commands?

Report this thread post

Well, /run lets you run a bit of Lua script -- the scripting language that WoW addons are built in.  To find out the call to reset an instance, I went to Google and typed in "instance reset api wow".  That took me to wowwiki.com's page on the WoW API, and there I searched the page for "instance".

There's literally hundreds of API calls in WoW, and a ton of things you can do with them.

Report this thread post

So it's an API function..

Report this thread post

Yes, ResetInstances() is an API function.

Report this thread post
  • 1 page(s)
Subscribe to this thread: (you will receive emails when new posts are made)