Page 1 of 1

Summon random mount macro

PostPosted: Thu Nov 19, 2015 2:57 pm
by Anmercey
help

Re: Summon random mount macro

PostPosted: Thu Nov 19, 2015 4:11 pm
by Mimma
Next expansion - Vanilla does not support /castrandom.

Re: Summon random mount macro

PostPosted: Thu Nov 19, 2015 5:46 pm
by Geigerkind
If youve got your 4 mounts in the first 4 slots of your first bag it would look like this:
Code: Select all
/script UseContainerItem(0,math.random(1,4));


Dont know if vanilla supports this random function.

Re: Summon random mount macro

PostPosted: Thu Dec 03, 2015 7:54 pm
by Anmercey
Geigerkind wrote:If youve got your 4 mounts in the first 4 slots of your first bag it would look like this:
Code: Select all
/script UseContainerItem(0,math.random(1,4));


Dont know if vanilla supports this random function.


thanks bro! /script UseContainerItem(0,math.random(1,4)); (number bag, 4-0)