Search found 21 matches

by Aritos
11 May 2014, 15:08
Forum: Player talk
Topic: Lost Hitchhiker Quest
Replies: 11
Views: 2341

Re: Lost Hitchhiker Quest

wushin answered me here:
viewtopic.php?f=3&t=18245
by Aritos
10 May 2014, 14:23
Forum: Support & Bug reports
Topic: Bugs in Towel system ?
Replies: 21
Views: 14715

Re: Bugs in Towel system ?

The random is only triggered if more than one towel is on you. In the next patch that won't happen. In the next patch it just deletes excess towels. But: L_DyeTowel: delitem @towelReq$[@towelCheckCount], 1; callfunc "MultiWarpTowel"; delitem "BottleOfWater", 1; getitem @warpTowe...
by Aritos
10 May 2014, 14:07
Forum: Support & Bug reports
Topic: Stranger not offering to die towel
Replies: 4
Views: 1652

Re: Stranger not offering to die towel

Thanks a lot :)
by Aritos
10 May 2014, 03:13
Forum: Support & Bug reports
Topic: Bugs in Towel system ?
Replies: 21
Views: 14715

Re: Bugs in Towel system

set @warpTowelName$, $@warpTowels$[rand(getarraysize($@warpTowels$))]; Then why this list: 1 White Hitchhiker's Towel = 2 Diamond Powders 1 Red Hitchhiker's Towel = 2 Ruby Powders 1 Yellow Hitchhiker's Towel = 2 Topaz Powders 1 Orange Hitchhiker's Towel = 1 Ruby Powder + 1 Topaz Powder 1 Pink Hitch...
by Aritos
10 May 2014, 02:20
Forum: Support & Bug reports
Topic: Stranger not offering to die towel
Replies: 4
Views: 1652

Re: Stranger not offering to die towel

I'm at 47. Name is Aritos.
by Aritos
10 May 2014, 00:58
Forum: Support & Bug reports
Topic: Stranger not offering to die towel
Replies: 4
Views: 1652

Stranger not offering to die towel

When I talk to the Stranger, he says: Hello. Isn't this a beautiful place? And it really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have. You can read more about that in my favourite book, 'The Hitchhiker's Guide to the Ga...
by Aritos
09 May 2014, 21:40
Forum: Player talk
Topic: How do I find Bluepars?
Replies: 4
Views: 1001

Re: How do I find Bluepars?

Thanks a lot :)
by Aritos
09 May 2014, 21:12
Forum: Player talk
Topic: How do I find Bluepars?
Replies: 4
Views: 1001

Re: How do I find Bluepars?

Thanks a lot :) I'm able to kill white slimes in one hit (all dex archer) but why they and Mogguns are better choice? Is it that only limited number of Bluepars are summoned in the quest and summoning them is not repeatable? Bluepar is also mentioned in: https://wiki.themanaworld.org/index.php/Chris...
by Aritos
09 May 2014, 20:12
Forum: Player talk
Topic: How do I find Bluepars?
Replies: 4
Views: 1001

How do I find Bluepars?

I want to hunt them for diamond.
by Aritos
09 May 2014, 13:32
Forum: Player talk
Topic: Lost Hitchhiker Quest
Replies: 11
Views: 2341

Re: Lost Hitchhiker Quest

=>

Code: Select all

if (FLAGS & FLAG_TOWEL_COMPLETED)
is coming false.
by Aritos
09 May 2014, 13:21
Forum: Player talk
Topic: Lost Hitchhiker Quest
Replies: 11
Views: 2341

Re: Lost Hitchhiker Quest

But for me he isn't offering to die. When I talk to him he says: Hello. Isn't this a beautiful place? And it really comes in handy that I have my towel with me. A towel is about the most massively useful thing an inte- ahm, a person can have. You can read more about that in my favourite book, 'The H...
by Aritos
09 May 2014, 01:29
Forum: Player talk
Topic: Lost Hitchhiker Quest
Replies: 11
Views: 2341

Re: Lost Hitchhiker Quest

wushin wrote:It used to be able to dye the towels to have the warp towels take you to anywhere else other than a soul menhir.
We can't dye towels now?
by Aritos
06 May 2014, 12:07
Forum: Player talk
Topic: Probabiltiy of fur getting accepted in 'n' trials
Replies: 6
Views: 1211

Re: Probabiltiy of fur getting accepted in 'n' trials

The rate on Souls is altered by the rate at which someone can kill a Jack'O. being a rarer spawn and harder to kill it makes the drop more rare based on difficulty. So the other factor is at what level can someone obtain X and at what rate. As if I can only kill a Jack'O every X minutes vs. Loghead...
by Aritos
06 May 2014, 09:49
Forum: Player talk
Topic: Probabiltiy of fur getting accepted in 'n' trials
Replies: 6
Views: 1211

Re: Probabiltiy of fur getting accepted in 'n' trials

I'm writing the following for future readers, you both may already be knowing the following. If chance of success (like an item getting accepted or monster dropping the item) is 1/x or p%, then number of trials needed to make odds same as tossing a coin is: log base (x-1)/x of 0.5 In terms of p perc...