Login
User Name:

Password:



Register

Forgot your password?
void nanny_get_new_race -- comm.c
Mar 13, 2025 7:08 am
By Elwood
IPv6
Jan 25, 2025 10:45 pm
By Samson
mudstrlcpy and mudstrlcat
Jan 18, 2025 5:23 pm
By Samson
I3 and IMC
Jan 17, 2025 9:35 pm
By Samson
AFKMud 2.5.1
Jan 17, 2025 2:22 pm
By Samson
SWFotEFUSS 1.5.3
Author: Various
Submitted by: Samson
SWRFUSS 1.4.3
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.8
Author: Various
Submitted by: Samson
AFKMud 2.5.2
Author: AFKMud Team
Submitted by: Samson
SmaugFUSS 1.9.7
Author: Various
Submitted by: Samson
Users Online
Anthropic, AhrefsBot, Bytespider, Bing, Amazonbot

Members: 0
Guests: 9
Stats
Files
Topics
Posts
Members
Newest Member
507
3,812
19,722
592
ShariFrazi

» SmaugMuds » Codebases » LoP Codebase » Follow Bug
Forum Rules | Mark all | Recent Posts

Follow Bug
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Jul 6, 2009 9:33 am   
Go to the top of the page
Go to the bottom of the page

Sanus Compleo
Magician
GroupMembers
Posts153
JoinedMar 25, 2008

 
For some reason, if you're being followed, you get the echo "You follow [master]".

Post is unread #2 Jul 6, 2009 2:09 pm   
Go to the top of the page
Go to the bottom of the page

Remcon
Geomancer
GroupAdministrators
Posts1,992
JoinedJul 26, 2005

 
Nice find, can tell I'm the only one on my code lol no following going on etc...

It is an easy fix though :)

Open up act_move.c in the move_char function find
         act( AT_ACTION, "You follow $N.", master, NULL, ch, TO_CHAR );

change it to this
         act( AT_ACTION, "You follow $N.", fch, NULL, master, TO_CHAR );


It's just changing the master to fch and the ch to master.

Thanks for finding the bug, it has been ages since I even had to touch the code lol.

Pages:<< prev 1 next >>