• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Poll

 

Project Updated:
Files Updated: Mon, Aug 10 2009
Supports Game Version: 3.2.0
Category: Chat & Communication, Minigames, and Roleplay
Tags:

[Edit Tags]

Project Manager: Lenwe-Saralonde
Additional Authors: No additional authors
Current Version: v1.0.3
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 5
Downloads Total: 1,131
Favorites: 3
Comments: 13
  • About Poll
  •  

Poll is a command line addon that allows you to make quick polls in a channel. The other players vote by whispering "vote number" so they don't need any addon to vote.

For example, if you want to ask to your guild what raid they want to do tonight, type :

/poll new What do you want to do Tonight ?
/poll item Satharion
/poll item Malygos
/poll item Ulduar
/poll item Naxx
/poll channel guild
/poll start 300 25

This will start a poll in the guild channel with 4 options (1. Satharion, 2. Malygos...). The vote ends after 25 persons have voted or after 300 seconds or if you type /poll stop then the results will be sent in the guild channel. To vote for Malygos, a player should /whisper you vote 2 or vote malygos.

Here is the list of the commands :

/poll <command> [<parameters>]

  • channel [<channel>] : Sets game channel (say, raid, party, guild, 1-10).
  • new [<title>] : Creates a new poll.
  • title <title> : Sets poll title.
  • item [<index>] <itemName> : Sets or replaces a vote option.
  • remove <index> : Removes a vote option.
  • start [<duration> [<maxVotes>]] : Starts the poll. The duration and number of votes can be limited (0 = unlimited).
  • send : Sends the options list and the voting instructions in the channel.
  • stop : Ends the poll and announces the results.
  • list : Shows the vote options.
  • results [<announce>] : Displays vote results. If \"announce\" is set, the results will be announced in the channel.
  • help : Shows this help message.

Version Française

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Poll v1.0.3 Release 3.2.0 425 8/10/2009
  Poll v1.0.2 Release 3.2.0 27 8/10/2009
  Poll v1.0.2 Release 3.1.0 498 5/3/2009
  Poll v1.0.1 Release 3.1.0 109 4/28/2009
  Poll v1 Release 3.1.0 72 4/27/2009
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • I am still having the same trouble as before with the black options.

    Reply Report Permalink
  • ghunor, Uila, ImpatigoBlackrock, thank you for your feedback :)

    I'll check the code, especially the Poll_Trim function. Unfortunately, I don't have an EN client (only fr-FR). I'll try to force the english version.

    Reply Report Permalink
  • ghunor said 

    I found the issue, in the Poll_Trim you check if s is null instead of str.

    Reply Report Permalink
  • Troyrich said 

    Does this addon work in officer channel? and if it doesnt are you planning on adding that?

    Reply Report Permalink
  • No, but this can be easily added :)

    Reply Report Permalink
  • Uila said 

    I'm having the same problems that ImpatigoBlackrock is having. I tried disabling all addons and am still not getting the names of the items to appear in the poll. Furthermore, whispering "vote 1" to the person initiating the poll does not affect the outcome of the poll.

    The results are coming up as "The vote is over! The vote results are: 1. : 0 (0 %), 2. : 0 (0 %), 3. : 0 (0 %)"

    I am using the American English version of the game.

    Reply Report Permalink
  • Some people seem to be experiencing a bug with this addon (see sorcofdraconus and ImpatigoBlackrock's comments) : they're unable to add options, resulting one single blank option...

    I'm unable to reproduce this so if you experience this problem please :
    - Disable all your addons but Poll and try again. If it works, it means that there is a side effect with another addon. Reactivate your addons one by one and try to find out which addon causes the bug then send me a message to tell me about it.
    - Tell me what version of the game you are using (UK English...)

    Thanks :)

    Reply Report Permalink
  • Game Version: 3.2.0 10192 Release US
    I noticed via curse this addon received an update. It still does not operate. I disabled all addons and attempted again with the same result. Here is a screen that I received when the following commands are placed in:

    /poll new Do you like patch 3.2
    /poll Item 1 No
    /Poll Item 2 Yes
    /Poll Item 3 Who cares
    /poll Start

    I tried several variation of /poll item and I still receive 1. , 2. , 3. , I am getting the name of the poll fine, but the questions are just the numbers with no text.

    Here is the screenshot:
    http://img3.imageshack.us/img3/7886/14367009.jpg

    I do hope it can be fixed as this will some in handy during raids.

    Reply Report Permalink
  • Adding more to the previous adding /poll item without the numbers will maintain the 1. option. Copying the exact example:
    /poll new What do you want to do Tonight ?
    /poll item Satharion
    /poll item Malygos
    /poll item Ulduar
    /poll item Naxx
    /poll channel guild
    /poll start 300 25


    Gives the error that there needs to be more than 1 poll option.

    Reply Report Permalink
  • I won't use it as it is, too much writing or too much macros for the bars.
    Make a GUI please^^

    Reply Report Permalink
  • Making a GUI to enter params and vote options would only make you save a few seconds. I want to keep this addon simple so I won't create one right now but your advice is good to take :)

    Reply Report Permalink
  • I can't get this mod to work at all. I even tried typing /poll item 1 MyItemHere and got nothing. It just shows: 1. (blank here).

    Reply Report Permalink
  • Hey i am having trouble puting in just a simple poll in, i tried your example and it didnt work....

    Reply Report Permalink
  • This addon would be cool if it worked. I just copied the example and it states "must have more than 2 options. Entering /poll item 2 then starting the poll announces that i started a poll, does not give the title and gives only 1., 2., for options. Please help

    Reply Report Permalink
  • Hi

    The command to add vote items is /poll item [number] "Caption"

    If the second argument is a number you MUST provide a label.

    For example :
    /poll item 1 1
    /poll item 2 2
    You will have 1.1, 2.2 for options

    Another example :
    /poll item 1 One
    /poll item 2 Two
    You will have 1.One, 2.Two for options

    Hope this will help :)

    Reply Report Permalink
  • Not working for me either. Tried every variation yo listed on this site.

    Reply Report Permalink
  • Well, the sample doesn't show that the number prefix is required, but either way, mine stopped working after the last patch.

    /poll item MyItem

    Just returns
    1. [nothing here]

    /poll item 1 MyItem

    Returns
    1. [nothing here]

    Reply Report Permalink
  • derzou said 

    Hi!

    I am experiencing the same problem,

    Just returns
    1. [nothing here]

    when I type /poll Item MyItem

    Reply Report Permalink
  • I will not made GUI for this addon since it's not necessary. The commands invoked by the /poll commands are aliases of global functions and the vote options and results are stored in global variables too so it should be quite simple to make a GUI as an optional module :)

    Reply Report Permalink
  • WaxPaper said 

    Ditto. A simple little GUI would be awesome.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 11,505 Prat 3.0 Chat & Communication
  2. 4,340 WIM (WoW Instant Messenger) v3 Chat & Communication
  3. 1,869 Outfitter Bags & Inventory, PvP, and...
  4. 1,811 BadBoy: Anti Spam Automatic Reporter Chat & Communication
  5. 1,397 EPGPLootmaster Chat & Communication, Bags...