Dancer Archive
Thread: In Testing May 20th
Coreena wrote:
Can't see the logic in the amount or the question?
Red-Dwarf wrote:
- Is there a max amount? (like with entry fee where its 50k) OK, I really can't see the logic in this but the max charge I can set is 2,147,483,647cr. above that amount and then it clears the charge to zero.
The amount: It's a standard value range of a 32 bit integer variable
However it's my understanding the max anyone can have is 999,999,999 in cash and the same in bank, hence 1,999,999,998 or a total of 147,483,649cr short! I didn't realise it's one of the (2^x)-1 numbers, don't run them that high in my head
Anyway i'm pretty sure that you can't have that much, but cash is capped somewhere earlier at 400 million or so. dunno really
But either way, even if it was set to 1,999,999,998 cr max... i seriously doubt anyone would pay it for an inspiration buff
Red-Dwarf wrote:Senom is my Master Entertainer/Master Musician (sorry, technically I'm invading your forum)
LyteFoot wrote:
Red-Dwarf wrote:
Senom is my Master Entertainer/Master Musician (sorry, technically I'm invading your forum)
Hehe I do it all the time, they don't bite ...... often
We don't bite unless you want us to ![]()
Well, we don't bite, but we do nibble . . . . .
LyteFoot wrote:
Red-Dwarf wrote:
Senom is my Master Entertainer/Master Musician (sorry, technically I'm invading your forum)
Hehe I do it all the time, they don't bite ...... often
Heads up for testers - we have some stealth fixes Tiggs didn't put in the patch notes.
Most of the text bugs have been fixed. And I noticed as well you can now set a covercharge during a performance.
It's late and I just noticed so I will do more detail testing tomorrow, but feel free to see if you can exploit this in any way and see if you can break it at all.
OK, update following the last patch, we don't have an exploit but we have a potential griefing change.
Two key changes that need to update the questions raised above:
What happens if the performer changes the covercharge during a performance? The spectator pays the amount they originally agreed to and not the revised amount, the performer receives the amount the spectator originally paid. A new spectator will pay the revised charge.
What happens if the performer uses /denyservice after a player has accepted the charge? The spectator will be stopped from receiving any more increase in the buff but will still be charged the full covercharge. The performer will receive the full charge when the spectator stops listening/watching or moves out of range. This leads to potential griefing as a perfomer could set a charge then when they realise a person has begun watching they could /deny (there are still no notifications for the performer, but if they are careful they can watch for a person starting clapping and the boost in eh xp)
Coreena wrote:
its (2^31)-1
Anyway i'm pretty sure that you can't have that much, but cash is capped somewhere earlier at 400 million or so. dunno really
But either way, even if it was set to 1,999,999,998 cr max... i seriously doubt anyone would pay it for an inspiration buff
anyone tried negative numbers? the max listed is the signed 32 bit integer, meaning negative and positive numbers (otherwise the cap would be 4,294,967,295.) The interface prolly won't let you input the negative sign though.