Login
User Name:

Password:



Register

Forgot your password?
Hi - Clean SmaugFuss map/description issue..
Dec 15, 2024 7:29 pm
By Samson
AFKMud 2.2.4
Dec 10, 2024 4:09 pm
By Samson
I3 and IMC
Dec 8, 2024 6:35 pm
By Remcon
Ubuntu 22.04.5 LTS
Dec 5, 2024 5:10 pm
By Remcon
SmaugFUSS 1.8/1.9
Nov 29, 2024 11:46 am
By Remcon
SWFOTEFUSS 1.5.1
Author: Various
Submitted by: Samson
SWRFUSS 1.4.1
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.5
Author: Various
Submitted by: Samson
AFKMud 2.2.4
Author: AFKMud Team
Submitted by: Samson
LOP 1.5
Author: Remcon
Submitted by: Remcon
Users Online
Bing, AhrefsBot

Members: 0
Guests: 29
Stats
Files
Topics
Posts
Members
Newest Member
494
3,808
19,707
588
Mortrex

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

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

GroupMembers
Posts423
JoinedMar 7, 2005

 
Nice catch. Thanks for sharing this! :cool:

Pages:<< prev 1 next >>