Hello
I've been looking around for a duel script that will work as I want it. I already have in place a point system.
*user1 types !duel <user2>
*user2 can - deny using a command like !no or, to condense scripts, !duel denied, which ends the duel with a message to the channel eg. <user2> was not brave enough to accept <user1>'s challenge!
- accept using something like !no or !duel accepted (again, to shorten the script). On this branch, both users are given a certain hp (leg. 100) and there will be a turn-based duel, with <user1> being first to hit for a random number (damage) which is substracted from <user2>'s hp, then <user2> hits and so on. When one of them has hp bellow 0, the duel ends and
1. winner is awarded a number of points that are added to his total points
2. loser has taken away the number of points the winner was given
There's already a point system in place, so the point file is created and filled with names+points.
The !duel could use a certain flood control, but not that important.
This will seem relatively simple to the more experienced users here, but my mIRC coding knowledge is limited, my time is even more limited (work and stream can really take huge chunks of time), and the scripts I found around are not that good, or applicable to my needs. I will credit whoever can code this, or help me code this (I'll credit you and your twitch/irc/whatever else links you desire).
Thank you for your time!