Search Results
Searched for posts by capristo in all forums

Showing results 1231 - 1240 out of 1648 total
Modify your search
Posted by capristo, May 4, 2009 at 12:09 pm
That's not true Izzy, it's just if you are only wearing one +1, then the average is .5, which they round down to 0. I have one that is +5 right now on only one arm, and it increases the AStr by 2. So I guess it is the average then
Posted by capristo, May 3, 2009 at 10:40 pm
It's the sum.

I had both legs, LStr was 100. I detached my left limb and healed it with a potion, and it went up to 82. Then I detached my right leg, and the left leg by itself had only 32 (so the right must have had 50). If it were the average then the left would have had 64 by itself. If Izzy's LStr went up to 99 instead of 82, apparently the strength of the new leg is random?
So it is definitely the sum, and a healing potion definitely does not give it its full strength back.

btw Izzy you can press '0' (zero) to detach a limb in wizard mode
Posted by capristo, May 3, 2009 at 11:51 am
I don't understand your 2nd post there at all.... but anyway


Well you're kind of out of luck with science talking since you only started with 9. You do understand that you have to talk to them repeatedly, not just once right? Same with books, read them over and over until they disappear, not just once. And don't sell them / drop them, and don't be too concerned about your alignment for the time being.

See here:
http://www.attnam.com/wiki/index.php?title=Science_Talki...
Most require at least 10 intelligence in order to science talk. Banana growers are useless, since they constantly move, it's hard to talk to them, and don't give you much of a raise anyway. Scrolls won't help you right now either.

I would suggest buying every single book from the library and reading them until they disappear. You're bound to get at least 1 raise. Now that you're at 10 int, you can harden materials I believe. Reading powerful scrolls like harden/change material and create golem are more likely to raise your int than weaker ones. Also you can go talk to the 1-legged village elder, and he will give you another.

It might seem like science talking takes some time but I always use it, and it really does help. Once you get to around 20, you can talk to the librarian and mystic light frogs in Attnam. Also, whenever you kill a giant / mystic dark frog, resurrect it and talk to it, and it's guaranteed to give you 1-2 int points.
Posted by capristo, May 1, 2009 at 7:47 am
Ok done. what tag do you want to use? right now it is [ strike ] but I can change it to something simpler. the HTML tag is <del> for example

I will be adding a button as well button added
Posted by capristo, Apr 26, 2009 at 3:52 am
Ahh, thanks for pointing that out Eagle, I fixed it. And I made the editing & normal now
Posted by capristo, Apr 25, 2009 at 4:45 pm
after somebody figures why I'm laughing about this, I can fix it, don't worry
Posted by capristo, Apr 25, 2009 at 4:44 pm
bahahahahaha. This will make more sense to people with programming experience

ok so what quickedit does is send the text information through javascript like so:
stufftosend = 'text='+(text)+'&p='+(postnumber)+'&stuff='+(morestuff)...

so the reason the + signs were disappearing is, javascript uses + for string concatenation, and if it appears in quotes, it is just replaced by a blank space. The reason half of the posts were disappearing sometimes is that they contained an ampersand (or, an escaped character such as a " which is replaced by &quot; ). It interpreted that as a new value (so for example if you typed "this & that", it would think " that" is a new variable (in addition to text, p, and stuff). So that's why the text was disappearing.

The first thing I did was figure out how to replace + with the HTML equivalent &#43;
Of course the problem now was the + was causing the same problem as other ampersands, it deleted the remainder of the post. Since &'s html ascii is just &amp;, it's a recursive problem. So there was no way to possibly escape the &. So instead, I replace & with "sometext" and then when displaying the text in the topic, use php to revert "sometext" to &
Anyways, the point is, + and & no longer destroy posts or disappear. Try posting a post with them and quickediting it twice to find out exactly what "sometext" is
Posted by capristo, Apr 23, 2009 at 2:25 pm
Okay I'll work on that. In the mean time, if you didn't know, there is a link in the top right of the forum to "mark all forums read".. you can read all the topics you're interested in, then click that link.
Posted by capristo, Apr 22, 2009 at 5:37 am
I fixed that. It was a bug not a feature
Posted by capristo, Apr 21, 2009 at 5:07 pm
Congrats and welcome. That's an impressive score! I haven't beaten Izzy yet. Actually I haven't even encountered him outside of wizard mode I don't think