Enochen / bastmush

Automatically exported from code.google.com/p/bastmush
0 stars 0 forks source link

regen plugin stopped working with latest version #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your username on Aardwolf?
Jaxas

What steps will reproduce the problem?
1. regen reset
2. wear regen ring and then normal ring
3. the plugin doesnt remember my normal ring to switch it back

What is the expected output? What do you see instead?

When i wear my regen ring, it remembers it fine. However, it doesnt remember 
the ring i took off. so it doesnt switch back.

What version of the product are you using? On what operating system?

Look in Help->About
Mushclient Version:

type 'checkversion'
Aardwolf MUSH Version:

type 'plugins' and look for the version next to one of the bastmush plugins
Bastmush version:

Please add the output from "config all" below

Please provide any additional information below.

Original issue reported on code.google.com by javan...@netzero.com on 21 Dec 2011 at 1:07

GoogleCodeExporter commented 9 years ago
Yes, it broke.  I was working on it, but I think I am going to make it work a 
little different.  Probably after 1 minutes of being inactive in a room you 
have marked regen, it will wear the ring.  And also when you sleep in a room 
you have marked regen.

Original comment by enda...@gmail.com on 28 Dec 2011 at 4:23

GoogleCodeExporter commented 9 years ago
I also noticed a typo on line 243:

phelper:set('regensn', eqitem.objectid, {silent=trie})

should be:

phelper:set('regensn', eqitem.objectid, {silent=true})

Original comment by javan...@netzero.com on 28 Dec 2011 at 5:04

GoogleCodeExporter commented 9 years ago
will be fixed in next version with slightly different functionality.  See above 
comment

Original comment by enda...@gmail.com on 28 Dec 2011 at 5:53