Login
User Name:

Password:



Register

Forgot your password?
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
SWRFUSS 1.4
Author: Various
Submitted by: Samson
Users Online
AhrefsBot, DotBot

Members: 0
Guests: 27
Stats
Files
Topics
Posts
Members
Newest Member
488
3,788
19,631
595
Khonsu

Today's Birthdays
There are no member birthdays today.
» SmaugMuds » Codebases » SmaugFUSS » ifchecks "morph" - ...
Forum Rules | Mark all | Recent Posts

ifchecks "morph" - "nuisance"
< Newer Topic :: Older Topic > trivial fix

Pages:<< prev 1 next >>
Post is unread #1 Mar 29, 2021 12:07 pm   Last edited Mar 29, 2021 12:08 pm by Matteo2303
Go to the top of the page
Go to the bottom of the page

Matteo2303
Apprentice
GroupMembers
Posts86
JoinedAug 25, 2003

 
Hi,

"morph" and "nuisance" ifcheck in mud_prog.c use rhsvl that is always 0.

Example: return mprog_veval( chkchar->morph->morph->vnum, opr, rhsvl, mob );
Fix: return mprog_veval( chkchar->morph->morph->vnum, opr, atoi(rval), mob );

bye

Post is unread #2 Apr 17, 2021 3:02 pm   
Go to the top of the page
Go to the bottom of the page

GatewaySysop
Conjurer
GroupMembers
Posts413
JoinedMar 7, 2005

 
Nice catch. Thanks for sharing this! :cool:

Pages:<< prev 1 next >>