Welcome to the Builder Academy

Question tbaMUD 3.68 Release

More
21 Feb 2017 23:27 #6581 by Rumble
tbaMUD 3.68 Release was created by Rumble
Download tbaMUD 3.68 via Github or our Downloads at www.tbamud.com .

Github: github.com/tbamud/tbamud
Changelog: github.com/tbamud/tbamud/commits/master

More bug fixes and an updated World.

Rumble

Rumble
The Builder Academy
tbamud.com 9091
rumble@tbamud.com

Please Log in or Create an account to join the conversation.

More
12 Mar 2017 07:01 #6596 by pete992000
Replied by pete992000 on topic tbaMUD 3.68 Release
Hi Rumble

I just tested the new release by creating a new Char at Midguard. When I try to drink from fountain it reports it as empty. I went to the pub and bought a Bottle of Ale. Same thing. When I try to drink it, it reports it as empty.

Went through the same actions with 3.67 release and all worked as it should.

Regards Pete

Please Log in or Create an account to join the conversation.

More
12 Mar 2017 07:13 #6597 by pete992000
Replied by pete992000 on topic tbaMUD 3.68 Release
Ok I followed the github link and this time got "tbamud-master.zip" and this works ok :)

It was this one that did not work correctly "tbamud-3.68.tgz". Maybe the fault is mine with incorrect permissions or something.

Sorry for the false alarm

Please Log in or Create an account to join the conversation.

More
12 Mar 2017 07:36 #6598 by pete992000
Replied by pete992000 on topic tbaMUD 3.68 Release
Me again. I am getting the same issue in "tbamud-master". I thought it was ok at first but same problem.

Pete

Please Log in or Create an account to join the conversation.

More
13 Mar 2017 03:03 #6599 by WhiskyTest
Replied by WhiskyTest on topic tbaMUD 3.68 Release
Mmm yes can confirm I get the same thing.

Fix with this line in act.item.c
line 888, inside ACMD(do_drink)
Code:
if (GET_OBJ_VAL(temp, 1) < 1) { send_to_char(ch, "It is empty.\r\n"); return; }
The following user(s) said Thank You: Sascha

Please Log in or Create an account to join the conversation.

More
13 Mar 2017 09:39 #6600 by pete992000
Replied by pete992000 on topic tbaMUD 3.68 Release
Thanks for that. I followed the instructions and now it is working as it should :)

Pete

Please Log in or Create an account to join the conversation.

Time to create page: 0.207 seconds