Editing
Sep 15 2010, 6:21 am
By: payne  

Sep 15 2010, 6:21 am payne Post #1

:payne:

As you might know since this has already been reported many times, editing costs users minerals.
The problem was supposed to have been fixed, but I just realized those two facts (that might help solving this issue):
- Editing the title costs 1 mineral
- Editing the post costs 2 minerals
(Both talking of minor edits... we're talking of +/- 10 characters)

Sorry for redundancy, but I find this kind of important... and sad! I, as an organized member who likes to keep its OPs updated, is penalized for having such virtues. :(



None.

Sep 15 2010, 6:54 pm NudeRaider Post #2

We can't explain the universe, just describe it; and we don't know whether our theories are true, we just know they're not wrong. >Harald Lesch

Question is, do you get that amount subtracted even if you didn't change anything? Test that.




Sep 15 2010, 7:00 pm Aristocrat Post #3



Could you please test how much the editing will cost you for longer posts (since, well, you're the only one who can afford to lose the amount)? Again, I'm leaning towards the likelihood that my assumption in this thread is correct:

Quote from Aristocrat
Hmm, strange. Things inside [encase] are indeed giving minerals. The only thing I can think of is that devourer used this implementation:
  1. On edit, the mineral value of the pre-edit post is evaluated.
  2. That amount of X minerals is subtracted from your mineral count.
  3. The mineral value of the post-edit post is evaluated.
  4. That amount of Y minerals is added to your mineral count.
If my theory is correct, the italicized step is broken and not actually giving minerals, resulting in a net loss whenever you edit.




None.

Sep 15 2010, 7:09 pm DevliN Post #4

OVERWATCH STATUS GO

Just throwing my 2 cents out there, I don't think you should retroactively be getting minerals for editing an OP and adding more to it. Edits costing members minerals is an issue, but you also shouldn't be getting more for adding more. Devourer wont be coming back to the site anytime soon it seems, so hopefully this can get relayed to him somehow and he can help with a solution. Otherwise, this will just be another thread with a handful of pages of complaints and no resolution due to the lack of a coder.



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Sep 15 2010, 7:24 pm Apos Post #5

I order you to forgive yourself!

I'll try to see if Devourer has a little bit of time.




Sep 15 2010, 8:14 pm poison_us Post #6

Back* from the grave

Couldn't we sic TZ or Cecil on it?




Sep 19 2010, 8:31 am DT_Battlekruser Post #7



I overhauled the mineral-giving code completely, so no comment on what was wrong before, but in theory it should work now. I'm too sleepy to test super-extensively, but let me know if you find anything wrong. As is now:

-You will be gaining on average about twice as many minerals as before. Seeing a damn signature enabler being 380, this seems only fair. (standard mineral gain range is now 2-16, up from 2-7)
-Any post that is edited will modify your minerals to reflect the new total (as if you made the edited post originally). Deliberate abuse of this to edit old posts with spam for minerals will be punished accordingly.
-Not sure if deleting posts actually removes minerals yet, will check into this.




None.

Sep 19 2010, 7:45 pm payne Post #8

:payne:

It works perfectly. ;D

I tried to edit one of my huge ass post to see if the new mineral system would give me more minerals, and it didn't.
The system is great and works perfectly. Didn't lose any mineral (nor win any) for changing 1 character in the long-ass post.



None.

Sep 19 2010, 7:51 pm DevliN Post #9

OVERWATCH STATUS GO

If deleted posts could remove minerals, that would be great. If not, we'll just have to be more on top of looking for spam posts and removing manually.



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Sep 19 2010, 7:53 pm CecilSunkure Post #10



Quote from DevliN
If deleted posts could remove minerals, that would be great. If not, we'll just have to be more on top of looking for spam posts and removing manually.
Oh this would be brilliant, and should be very easy to code. It would also lift a bit of the burden off of staff moderators so that they don't have to manually subtract minerals.



None.

Sep 19 2010, 7:54 pm Aristocrat Post #11



Thanks for the long-needed overhaul! I'm sure many people will appreciate this change.

One slight bug: Deleting a post will subtract a maximum of only 5 minerals right now (legacy code?). This results in a net gain if someone makes a very long post and then immediately deletes it. I hope that the administration has a log of this kind of activity, because it could potentially be exploited for large gains.

(The old range was 2-7? O_o. I haven't gained more than 5 minerals from one post before, regardless of how long it was.)

Quote from DevliN
If deleted posts could remove minerals, that would be great. If not, we'll just have to be more on top of looking for spam posts and removing manually.
There was this glitch with moderators losing minerals for editing other people's posts... Want to test this? I'll make a long post below and you can delete it. Check who loses minerals I guess.

EDIT> Yes, the mineral removal on post deletion is working for posts removed via moderation; I lost minerals for the deleted post as expected. Thanks :D

Post has been edited 1 time(s), last time on Sep 19 2010, 8:03 pm by Aristocrat.



None.

Sep 19 2010, 7:58 pm DT_Battlekruser Post #12



Quote
One slight bug: Deleting a post will subtract a maximum of only 5 minerals right now (legacy code?). This results in a net gain if someone makes a very long post and then immediately deletes it. I hope that the administration has a log of this kind of activity, because it could potentially be exploited for large gains.

(The old range was 2-7? O_o. I haven't gained more than 5 minerals from one post before, regardless of how long it was.)

The old range might have been 2-5, now that I come to think of it. All I know is it was a lot lower than I was expecting. ('No wonder nobody is getting any minerals')

Deleting posts absolutely should subtract minerals, it's just due to the structure of the code that I need to go look for the call for mineral change during deletion (most sense actually would just be to call the existing function as an edit to nothing), so I need to go hunt for that. It will be taken care of soon.

EDIT: Oh, hell, half the moderation on this site is done in AJAX. No wonder I couldn't find it at first....

EDIT2: Deleting posts (by self-delete or by a moderator) now removes any minerals that were gained from the post. Still on todo list: moderator edits, topic deletion, (topic moving to a non-mineral forum?) As an aside, the way in which the subtraction code was implemented makes me want to smash something... there were two exact copies of ~80 lines of code in the AJAX script...


Post has been edited 3 time(s), last time on Sep 19 2010, 9:02 pm by DT_Battlekruser.



None.

Sep 19 2010, 10:21 pm NudeRaider Post #13

We can't explain the universe, just describe it; and we don't know whether our theories are true, we just know they're not wrong. >Harald Lesch

Quote from DT_Battlekruser
Quote
(The old range was 2-7? O_o. I haven't gained more than 5 minerals from one post before, regardless of how long it was.)

[color=#b5b5ff]The old range might have been 2-5, now that I come to think of it. All I know is it was a lot lower than I was expecting. ('No wonder nobody is getting any minerals')
Funny. Afaik we agreed on 2-12 or something close to that because IP veto-ed 2-16 for being too much on the high end.




Sep 19 2010, 10:36 pm Aristocrat Post #14



16 minerals for a long post is not a bad thing; it would necessarily be constructive if it is long. 2-12 would be reasonable if the store prices weren't messed up and more than twice of what they are supposed to be.



None.

Sep 19 2010, 11:20 pm Neki Post #15



Quote from NudeRaider
Quote from DT_Battlekruser
Quote
(The old range was 2-7? O_o. I haven't gained more than 5 minerals from one post before, regardless of how long it was.)

The old range might have been 2-5, now that I come to think of it. All I know is it was a lot lower than I was expecting. ('No wonder nobody is getting any minerals')
Funny. Afaik we agreed on 2-12 or something close to that because IP veto-ed 2-16 for being too much on the high end.
Store prices are much too high on the price end also, so one can either fix store prices or give more minerals. And seeing how the first is never going to get done...:awesome:



None.

Sep 20 2010, 1:39 am DT_Battlekruser Post #16



Quote
Funny. Afaik we agreed on 2-12 or something close to that because IP veto-ed 2-16 for being too much on the high end.

I was about as surprised when I opened up the code and found how the formula actually worked. I too thought we agreed on 2-12 or 2-16.

Anyway, the bigger idea is that I want to set sane, reasonable rates of mineral income first, and then we can worry about how much stuff in the store should cost.

Also, if anyone notices any significant, recurring bugs with the mineral system, please let me know. The theoretical maximum for a post, including all multipliers, is 32 minerals (this is only for topics in certain places). The fixes and tweaks are by no means final. Also, as Devlin said in the shoutbox, please leave any direct tests of the system to the Staff. If you encounter a bug during normal operation, report it, but "I was testing things" is not a general excuse for breaking SEN rules.




None.

Sep 20 2010, 5:32 am DT_Battlekruser Post #17



Just an update for this thread: a bug with edits and minerals was fixed.



None.

Sep 20 2010, 10:38 am NudeRaider Post #18

We can't explain the universe, just describe it; and we don't know whether our theories are true, we just know they're not wrong. >Harald Lesch

Quote from name:Taylor Swift
Store prices are much too high on the price end also, so one can either fix store prices or give more minerals. And seeing how the first is never going to get done...:awesome:[/color]
If we're talking actual store prices then yes. If we're talking about the average then no.
And seeing as the store prices are bugged (stated average is incorrect, the actual average is much higher) the store prices should be fixed.
Also don't expect to be able to buy expensive items every few weeks. There's no sense in everyone having most items after a year.

Oh and DTBK while you're at it could you please code the starting capital we discussed and then remove all items in stock and used? That'd be a huge step towards a fair mineral system.




Sep 20 2010, 10:41 am DevliN Post #19

OVERWATCH STATUS GO

Quote from NudeRaider
Also don't expect to be able to buy expensive items every few weeks.
Unless you're payne.



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Sep 20 2010, 11:20 am Aristocrat Post #20



Quote from DevliN
Quote from NudeRaider
Also don't expect to be able to buy expensive items every few weeks.
Unless you're payne.

This.

The modus operandi of payne seems to be the production of a large number of threads, followed by subsequent follow-ups in his own thread. For discussions this is good, but for threads in Mapping Assistance this gets a bit out of hand. Below is an example of how it's exploited:
  • Ask question.
  • Someone else answers.
  • OP asks another question in his own thread, ignoring all the responses for the earlier question.
  • More answers follow due to assumption of good faith.
  • Repeat about 10-20 times.

While the thread poster contributes relatively little, he gains a vast quantity of minerals just for asking questions. If the code architecture is flexible/extensible enough that exceptions can be added easily, it would be nice if we could remove mineral rewards for topics made in BW UMS Assistance/SC2 help forums, as well as the mineral rewards for people posting in their own assistance threads. It makes no sense that the person asking questions receives more than people who provide actual help.

EDIT> This is not to say asking questions is bad. By all means, ask away; it's the deliberate spamming of help threads that goes a bit too far.



None.

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[2024-5-10. : 8:46 pm]
NudeRaider -- Brusilov
Brusilov shouted: Hey, what happened to EUDDB? Is there a mirror for it somewhere? Need to do a little research.
https://armoha.github.io/eud-book/
[2024-5-10. : 8:36 am]
Brusilov -- Hey, what happened to EUDDB? Is there a mirror for it somewhere? Need to do a little research.
[2024-5-09. : 11:31 pm]
Vrael -- :wob:
[2024-5-09. : 8:42 pm]
Ultraviolet -- :wob:
[2024-5-08. : 10:09 pm]
Ultraviolet -- let's fucking go on a madmen rage bruh
[2024-5-08. : 10:01 pm]
Vrael -- Alright fucks its time for cake and violence
[2024-5-07. : 7:47 pm]
Ultraviolet -- Yeah, I suppose there's something to that
[2024-5-06. : 5:02 am]
Oh_Man -- whereas just "press X to get 50 health back" is pretty mindless
[2024-5-06. : 5:02 am]
Oh_Man -- because it adds anotherr level of player decision-making where u dont wanna walk too far away from the medic or u lose healing value
[2024-5-06. : 5:01 am]
Oh_Man -- initially I thought it was weird why is he still using the basic pre-EUD medic healing system, but it's actually genius
Please log in to shout.


Members Online: Dem0n, genevaexpression