Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Vanilla

Reply
 
Thread Tools Display Modes
Old August 30, 2008, 18:21   #1
Irashtar
Scout
 
Join Date: Oct 2007
Location: Estonia
Posts: 37
Irashtar is on a distinguished road
[Dev] I've located the cause of this major bug with fear.

From http://angband.rogueforge.net/trac/changeset/899

Code:
trunk/src/xtra3.c
r898 	r899 	 
651	651	        { TMD_CONFUSED,  S("Confused"),   TERM_ORANGE }, 
652	652	        { TMD_AFRAID,    S("Afraid"),     TERM_ORANGE }, 
 	653	        { TMD_AFRAID,    S("Terror"),     TERM_ORANGE }, 
653	654	        { TMD_IMAGE,     S("Halluc"),     TERM_ORANGE }, 
654	655	        { TMD_POISONED,  S("Poisoned"),   TERM_ORANGE }, 
…	…	 
658	659	        { TMD_HERO,      S("Hero"),       TERM_L_GREEN }, 
659	660	        { TMD_SHERO,     S("Berserk"),    TERM_L_GREEN }, 
 	661	        { TMD_STONESKIN, S("Stone"),      TERM_L_GREEN }, 
660	662	        { TMD_SHIELD,    S("Shield"),     TERM_L_GREEN }, 
661	663	        { TMD_BLESSED,   S("Blssd"),      TERM_L_GREEN },
Check out line 653. Changing that to TMD_TERROR might fix some problems. I don't know if that'd the only error, so I'll leave it to those who know, but don't take too long. ^_^

Last edited by Irashtar; August 31, 2008 at 09:21.
Irashtar is offline   Reply With Quote
Old August 31, 2008, 03:03   #2
Colbey
Apprentice
 
Join Date: Feb 2008
Posts: 51
Colbey is on a distinguished road
Also, sometimes you can melee even when Afraid/Terror. The spell Remove Fear also doesn't seem to do anything.
Colbey is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fear!!!! slashme Vanilla 22 January 8, 2009 08:14
[FA] Not dead but big fear chris28 AAR 9 June 29, 2008 17:09
compiled sangband source for dev-cpp hugh Vanilla 0 March 18, 2008 08:57
[Feature Request] # of spells, fear and HP MKula Vanilla 9 March 1, 2008 02:11
Ironband dev question Antoine Variants 1 January 11, 2008 05:10


All times are GMT +1. The time now is 01:51.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.