[C++] VoteSystem menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 39
  1. #1
    Lynie's Avatar Contributor
    Reputation
    87
    Join Date
    Mar 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [C++] VoteSystem

    First of all, sorry for my long inactivity.
    Notes

    To start a vote, you need to be a GM. The command to initiate a vote is !startvote <question> <options>. A gossip menu will be send to all players online. The vote automatically ends after (default) 2 minutes (however you can easily change this in configs\votesystem.conf) or when all players online have voted. You can also end the vote manually by typing !endvote.
    Each option should be seperated by a space. If you want to use spaces in your options, quote the option.
    For example:
    I want to ask if everyone likes this server. Here's the command:
    Code:
    !startvote "Do you like the new server?" Yes No "I think it rocks :)" "I don't like it"
    Screenshots





    Installation
    [COLOR="White"]
    1. VoteSystem+Source 1.1.zip somewhere.
    2. Apply patch VoteSystem_public_eventRemoveByPointer and VoteSystem_patch to <ArcEmu folder>/trunk/src (if you don't know how to apply patches look here.)
    3. Compile ArcEmu.
    4. Compile VoteSystem.
    7. Your VoteSystem.dll should be in ..\..\..\..\bin\$(ConfigurationName)\script_bin.
    8. Put the VoteSystem.dll in the script_bin folder of your compiled ArcEmu.

    Downloads
    VoteSystem 1.2


    Additional Information
    Tested on ArcEmu rev 3087.
    Feel free to report bugs.

    Changelog

    Code:
    1.2:
    
    • Both Debug and Release configuration are now set correctly
    1.1:
    • Started from scratch.
    • Better chat mechanic.
    • You can choose the options to pick from yourself.
    • GossipMenu now pops up without an item.
    • Vote stops when all online members voted.
    • Results are now printed more clearly.
    1.0.1:
    • Fixed a bug where the script keeps repeating which option won the vote
    Last edited by Lynie; 04-07-2010 at 10:50 AM.

    [C++] VoteSystem
  2. #2
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit nvm saw the soucre nice
    If you need me you have my skype, if you don't have my skype then you don't need me.

  3. #3
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks pretty cool, +rep


  4. #4
    AfterMidnight's Avatar Banned
    Reputation
    162
    Join Date
    Jan 2008
    Posts
    689
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking good, +Rep!
    Perhaps add a yes/no/blank count?
    Last edited by AfterMidnight; 08-04-2009 at 07:04 AM.

  5. #5
    Allstar .ιllιlı.'s Avatar Banned
    Reputation
    284
    Join Date
    Jan 2009
    Posts
    481
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks cool. Might try it

  6. #6
    Dombo's Avatar Banned
    Reputation
    622
    Join Date
    Nov 2008
    Posts
    1,421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gaan gaan met die banaan!

  7. #7
    Lynie's Avatar Contributor
    Reputation
    87
    Join Date
    Mar 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    edit nvm saw the soucre nice
    ^^. Thanks.

    Originally Posted by Performer View Post
    Looks pretty cool, +rep
    Thank you.

    Originally Posted by AfterMidnight View Post
    Looking good, +Rep!
    Perhaps add a yes/no/blank count?
    Yes, I could do that.

    Originally Posted by Allstar .ιllιlı. View Post
    Looks cool. Might try it
    Tyvm.

    Originally Posted by Dombo View Post
    Gaan gaan met die banaan!
    Haha, inderdaad ^^

  8. #8
    Vragoth's Avatar Established Member
    Reputation
    55
    Join Date
    Nov 2008
    Posts
    422
    Thanks G/R
    5/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice Release! +REP

  9. #9
    Jotox's Avatar Contributor
    Reputation
    250
    Join Date
    Mar 2008
    Posts
    282
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mm good job, but not as inventive as your last release

    Btw... why add an item to players? Why not have it simply be through chat commands?
    Or... you could have at least made the item display the vote question :P

  10. #10
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    It doesn't live up to expectations compared to your last release as Jotox1 said, still a good release though I suppose. I would have tried to have done it via a pop up box not a item.

  11. #11
    Lynie's Avatar Contributor
    Reputation
    87
    Join Date
    Mar 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by :Nightmare: View Post
    Nice Release! +REP
    Thanks

    Originally Posted by Jotox1 View Post
    Mm good job, but not as inventive as your last release

    Btw... why add an item to players? Why not have it simply be through chat commands?
    Or... you could have at least made the item display the vote question :P
    Originally Posted by stoneharry View Post
    It doesn't live up to expectations compared to your last release as Jotox1 said, still a good release though I suppose. I would have tried to have done it via a pop up box not a item.
    Sorry mates :s. I'll work on it.

  12. #12
    Tuulas's Avatar Member
    Reputation
    4
    Join Date
    May 2009
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha nice! love this

  13. #13
    Lynie's Avatar Contributor
    Reputation
    87
    Join Date
    Mar 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tuulas View Post
    haha nice! love this
    Thank you very much

  14. #14
    Claiver's Avatar Member
    Reputation
    138
    Join Date
    Mar 2009
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dombo View Post
    Gaan gaan met die banaan!
    Juist ;D. Hoppa!

  15. #15
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really nice idea and looks like it was executed great! +Rep x3 (if I can)

    Suggestion: Have a option in the config on whether you wish to handle it via chat commands or with the item.


Page 1 of 3 123 LastLast
All times are GMT -5. The time now is 11:06 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search