The Dink Network

New File: Percentage Based Potions

February 20th 2010, 12:33 PM
bonca.gif
Christiaan
Bard They/Them Netherlands
Lazy bum 
Mouldy Bread has released a modification to DinkDude95's Potion Bag System. This modification, called Percentage Based Potions, utilizes a potion system that works on percentages for health restoration rather than fixed values.

Since Mouldy Bread called me lazy, be sure not to download this file out of spite.

Thank you.

February 20th 2010, 11:00 PM
peasantmb.gif
yeoldetoast
Peasant They/Them Australia
LOOK UPON MY DEFORMED FACE! 
Ha ha ha oh wow. Also, as an added bonus, there is a Celsius to Fahrenheit converter included.
February 21st 2010, 12:03 AM
anon.gif
Random
Ghost They/Them
 
I would like to report a bug. Every time I use any of the potions, I am healed completely. That is because of the missing "&" before "lifemax" (this is present in item-he1.c, item-he2.c, item-he3.c):
			if (&life > lifemax)
			{
			&life = &lifemax;
			}

while the correct code would be:
			if (&life > &lifemax)
			{
			&life = &lifemax;
			}

If you apply this change, potions will work as they should.
February 21st 2010, 05:45 AM
peasantmb.gif
yeoldetoast
Peasant They/Them Australia
LOOK UPON MY DEFORMED FACE! 
Thank you kind sir. I knew someone would find a bug. I will fix it right away. I put those lines in right before uploading it. >_<
March 23rd 2010, 06:15 AM
duckdie.gif
zerok
Peasant They/Them
 

i have posted your blog on my site