Agostine!!!!

Talk about anything, including games and servers not affiliated with The Mana World.
gbrish
Newly Registered User
Posts: 4
Joined: 25 Jul 2012, 23:56

Agostine!!!!

Post by gbrish »

This quest has driven me mad. I have gone through about 200 white furs and I still can not get him to make fur boots for me. Last trip I did I brought him 60 furs and he tore all of them (just for the boots). :(

So what was your experience with him? has anyone else had this problem?
User avatar
Chicka-Maria
TMW Adviser
TMW Adviser
Posts: 1562
Joined: 19 Feb 2010, 02:10
Location: Internet

Re: Agostine!!!!

Post by Chicka-Maria »

varies on character, i had a character use 200 furs and another use 2 furs lol
Yubaba
TMWC Member of The Mana World
Leader of The Mana Empire (TME)
[19:41] Ladysugar: he told me to push a setzer up his rear
www.deviantart.com/comfycheeks - Old Deviant Art
William James wrote:Act as If what you do make's a difference, because It does.
KeeKee
Peon
Peon
Posts: 16
Joined: 24 Feb 2008, 07:12

Re: Agostine!!!!

Post by KeeKee »

It's the script writing that's at fault. :roll: Random. It resets every time a fur is rejected.

This comment won't help you here but on Land Of Fire, we fixed it. :wink: Thank you Dingo Duck and Pihro!! :D
Land Of Fire http://landoffire.org

Winter Wonderland is here! Come and enjoy the snow!

Look for us on Mana Plus server list.
Mana Plus is the official client of LoF.
Frost
TMW Adviser
TMW Adviser
Posts: 851
Joined: 09 Sep 2010, 06:20
Location: California, USA

Re: Agostine!!!!

Post by Frost »

I've had similar experiences to what Chicka described: anything from almost immediate success to having to murder another family of muggles for the fur.
KeeKee wrote:This comment won't help you here but on Land Of Fire, we fixed it.
How did you fix it? Did you set a maximum number of furs? Did you make the chance cumulative (e.g. 3% the 1st one, 6% the 2nd...90% the 30th)?
You earn respect by how you live, not by what you demand.
-unknown
User avatar
SudoPlatypus
Novice
Novice
Posts: 220
Joined: 06 Jun 2011, 17:53
Contact:

Re: Agostine!!!!

Post by SudoPlatypus »

.
Last edited by SudoPlatypus on 04 Apr 2013, 01:46, edited 1 time in total.
The Mouboo was. The Mouboo is. The Mouboo ever shall be. Drop candies and rejoice.
Most leveled character: Qwerty Dragon is 99
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: Agostine!!!!

Post by o11c »

I don't mind so much after my first character, since I have hundreds of white furs due to coal grinding.
Former programmer for the TMWA server.
KeeKee
Peon
Peon
Posts: 16
Joined: 24 Feb 2008, 07:12

Re: Agostine!!!!

Post by KeeKee »

Frost wrote:I've had similar experiences to what Chicka described: anything from almost immediate success to having to murder another family of muggles for the fur.
KeeKee wrote:This comment won't help you here but on Land Of Fire, we fixed it.
How did you fix it? Did you set a maximum number of furs? Did you make the chance cumulative (e.g. 3% the 1st one, 6% the 2nd...90% the 30th)?
Frost, hi. Yes max number of furs. The player is told by Agostine approximately how many it will take to have a good one.
Land Of Fire http://landoffire.org

Winter Wonderland is here! Come and enjoy the snow!

Look for us on Mana Plus server list.
Mana Plus is the official client of LoF.
User avatar
Reid
Lead Developer (SoM)
Lead Developer (SoM)
Posts: 1566
Joined: 15 May 2010, 21:39
Location: Artis
Contact:

Re: Agostine!!!!

Post by Reid »

KeeKee wrote:
Frost wrote:I've had similar experiences to what Chicka described: anything from almost immediate success to having to murder another family of muggles for the fur.
KeeKee wrote:This comment won't help you here but on Land Of Fire, we fixed it.
How did you fix it? Did you set a maximum number of furs? Did you make the chance cumulative (e.g. 3% the 1st one, 6% the 2nd...90% the 30th)?
Frost, hi. Yes max number of furs. The player is told by Agostine approximately how many it will take to have a good one.
It doesn't seem so random after that.
"Time is an illusion. Lunchtime doubly so."
-- Ford Prefect
User avatar
Pihro
Peon
Peon
Posts: 9
Joined: 11 Feb 2012, 18:18

Re: Agostine!!!!

Post by Pihro »

The quest still is random, one of my chars got it after three tries, another took 39 tries. It can be fun up to so far imo, as a player i hated forking out 200+ furs, it got old quick. One of my main points in creating this server is to restore some balance to TMW gameplay and gameplay style, and to listen to the players. A game where players resent what the devs make them do imho is not a good way to make a good game.
Dingoduck

Re: Agostine!!!!

Post by Dingoduck »

Unfortunately, many game developers believe that the RAND(30) will produce an average of 39 or so to be successful. However that would probably be the "BEST" probability. Even though, through statistical, cumulative calculations might show the average to be 39, the real time application and tracking igt show the average to be well over 150. With a resetting random number generated, the probability of hitting the ONE number to win can approach "Game Player Infinity". Where so many resources and time is spent on only one objective, the player feels that the quest is now a burden and gives up on the quest. Without quests, the game looses it's attraction...the player leaves. They might come back, but not to attempt the quest more than once or twice more.
There are methods called shuffling which makes the experience "more balanced" or where the number selected previously is eliminated from the next selection...giving a maximum amount.
To avoid adding more complex code to the game, 2 lines were added to count the number of items used and if a limit number had been reached the player would obtain the prize. The number chosen was the probable average. After polling many players, it was felt the limit was very welcome and that they would do the quest again. A quest they did not like before.
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: Agostine!!!!

Post by o11c »

Dingoduck wrote:Unfortunately, many game developers believe that the RAND(30) will produce an average of 39 or so to be successful.
From a mathematical perspective, rand(30) will require an average of 30 calls to be successful. TMW uses a mersenne twister, which is widely acknowledged to be a very good source of random numbers. I have personally observed, after doing this quest with several alts, requirements along the lines of 2 or 20 furs (or raw logs for the forest bow).

There is a theoretical failing that will result in slightly skewed results on the order of 1 in a billion times. But that's in your favor anyway.
Former programmer for the TMWA server.
gbrish
Newly Registered User
Posts: 4
Joined: 25 Jul 2012, 23:56

Re: Agostine!!!!

Post by gbrish »

011c your luck must be very good. :)

Sad to say I have massacred quiet a lot of the poor fluffies but I have attained my fur boots... I think the chances are better when you have a lot of furs with you before going to Agostine. (whether or not that is supported by any form of mathmatics)

The first time I did the quest it was only 20 or so furs i needed. The second part for the boots was where I was making trips with 30 and 60 furs and getting no results. I guess it is bad luck.. but not enough to make me leave the game. lol
User avatar
Nard
Knight
Knight
Posts: 1113
Joined: 27 Jun 2010, 12:45
Location: France, near Paris

Re: Agostine!!!!

Post by Nard »

The big scatter of this kind of achievement is caused by the probability model which is employed. There is no simple way to have a better one except by programming it with eA script, and eA script is not designed to perform complex math operations :?

if p is the probability of a fur to be a good one, 1-p is the probability to be a bad one.
The probability that the number of furs you have to give is larger than a given number n is the same as the probability to have no good one in n trials, thus (1-p)^n
If p is a small number, you will find that a quite high number of furs is still likely. A very high number of furs is not impossible.
The same applies to logheads and forest bow, The jack'O souls in love triangle, and in a less important way, to Book Pages in Blue sage quest.
gbrish wrote:I think the chances are better when you have a lot of furs with you before going to Agostine. (whether or not that is supported by any form of mathematics)
The chances are exactly the same if you submit the furs one by one or if you come with a lot, you just spend less time in the second case.

Nard
"The language of everyday life is clogged with sentiment, and the science of human nature has not advanced so far that we can describe individual sentiment in a clear way." Lancelot Hogben, Mathematics for the Million.
“There are two motives for reading a book; one, that you enjoy it; the other, that you can boast about it.” Bertrand Russell, Conquest of Happiness.
"If you optimize everything, you will always be unhappy." Donald Knuth.
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: Agostine!!!!

Post by o11c »

gbrish wrote:011c your luck must be very good. :)
No, I've just done it more times that you have so statistics has evened it out.
Former programmer for the TMWA server.
Doofus
Peon
Peon
Posts: 28
Joined: 06 Sep 2012, 03:57

Re: Agostine!!!!

Post by Doofus »

o11c wrote:From a mathematical perspective, rand(30) will require an average of 30 calls to be successful
This really is misleading as for the agostine/loghead quests it is a geometric distribution as Nard indicates rather than a normal one so the usual notions of average and standard deviation are quite different. Although the expectation value is 30 the distribution is highly skewed. On the up side 50% of the time one finds that <20 tests are needed (i.e. -1-log2 30/(30-1)). The trouble is when one isn't in this happy regime - the skew of the median being that much lower than the mean is balanced at the cost of the way the distribution tails off to infinity much slower than a normal distribution and there are a lot of people that end up stuck in this unhappy "why am I still playing this" regime.

I'm definitely for these potentially infinite values to be capped or better yet for the probability to slowly increase to help it tail off faster (after all the trees should be getting stronger via the process of natural selection if I find I'm only weeding out the weak ones).

I liked the blue slime quest much better as the probability being around the 0.5 mark made for a more symmetric distribution (also the fact you get experience for each dud was a nice concession).
Nard wrote:The chances are exactly the same if you submit the furs one by one or if you come with a lot
In theory one would expect this but then how is the random number generator reseeded? Hopefully purveyors of Douglas Adams events are aware of the need for external sources of entropy - A bistromatic drive is really not that hard to code.
Post Reply