> Hello > I find a bug in cleric.txt, a snippet which you can find on > ftp.circlemud.org > You have to modify the line: > temp1 = GET_HIT(vict) / GET_MAX_HIT(vict); > by > temp1 = (float)GET_HIT(vict) / (float)GET_MAX_HIT(vict); > Now it works. > A+ > Angus51 then if your kind you should post it back to the ftp site calling it cleric-fixed.txt ... but that is my opinion ... -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT