Login
User Name:

Password:



Register

Forgot your password?
Object Reader for SmaugFUSS Created for 1.9.9
Aug 6, 2026 6:33 am
By Angst
do_advance
Jun 27, 2026 10:32 am
By Remcon
Time spamming LOP1.6
Jun 17, 2026 4:03 pm
By Remcon
A Bash Startup Script
Feb 7, 2026 3:49 pm
By eldhamud
Force Skills
Jan 1, 2026 3:58 pm
By Elwood
SWFotEFUSS 1.5.4
Author: Various
Submitted by: Samson
SWRFUSS 1.4.4
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.9
Author: Various
Submitted by: Samson
AFKMud 3.0.0
Author: AFKMud Team
Submitted by: Samson
SillyMUD 1.2a
Author: J. Brothers, J. Sievert, et al
Submitted by: Samson
Users Online
Anthropic, DotBot, Amazonbot, Bing

Members: 0
Guests: 49
Stats
Files
Topics
Posts
Members
Newest Member
518
3,814
19,728
591
ClarissaGa

» SmaugMuds » Bugfix Lists » SWFOTE FUSS Bugfix List » [Bug] MobProgs fails to assig...
Forum Rules | Mark all | Recent Posts

[Bug] MobProgs fails to assign to mobs/objs correctly.
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Apr 21, 2010 5:23 am   
Go to the top of the page
Go to the bottom of the page

InfiniteAxis
Off the Edge of the Map
GroupAdministrators
Posts1,199
JoinedMar 21, 2006

 
Bug: MobProgs fail to assign to mobs/objs correctly
Danger: Low - Progs just won't work.
Found by: Dekar
Fixed by: Remcon

---

db.c

In fread_fuss_mobprog, Find:
               SET_BIT( prog_target->progtypes, 1 << mprg->type );


Change to:
               SET_BIT( prog_target->progtypes, mprg->type );


In fread_fuss_objprog, Find:
               SET_BIT( prog_target->progtypes, 1 << mprg->type );


Change to:
               SET_BIT( prog_target->progtypes, mprg->type );

Pages:<< prev 1 next >>