Git Product home page Git Product logo

bastmush's People

Watchers

 avatar

bastmush's Issues

CP Check doesn't load when MUSH opened fresh and on a CP (rev 653)

What steps will reproduce the problem?
1. Start a campaign
2. Close MUSHclient
3. Re-open mushclient

This is a fresh install straight from extraction

What is the expected output? 
CP Miniwindow

What do you see instead?

Run-time error
Plugin: xBroadcast_CP (called from world: Aardwolf)
Function/Sub: cp_time called by trigger
Reason: processing trigger "cp_time"
[string "Plugin"]:231: bad argument #1 to 'next' (table expected, got nil)
stack traceback:
        [C]: in function 'next'
        [string "Plugin"]:231: in function <[string "Plugin"]:206>
Error context in script:
 227 : 
 228 :   phelper:enabletriggroup("campaigncheck", false)
 229 :   phelper:enabletriggroup("campaignin", true)
 230 : 
 231*:   if not next(cp_info['mobs']) then
 232 :     cp_info['mobs'] = copytable.shallow(mobsleft)
 233 :     SaveState()
 234 :   end
 235 :   var.mobs = serialize.save( "mobs", mobsleft )


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

v2 rev 653, windows xp pro

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 18 Aug 2010 at 5:07

bast_spellup run-time error

What steps will reproduce the problem?
1. spellup sadd 'protection good'
2. spellup sadd 'inertial barrier'
3. spellup sba 'protection good:inertial barrier'
(this particular format for sba is suggested in spellup help)

What is the expected output? What do you see instead?
expected to add a block, instead...

Run-time error
Plugin: bast_spellup (called from world: Aardwolf)
Immediate execution
[string "Plugin"]:406: attempt to index local 'spell' (a boolean value)
stack traceback:
        [string "Plugin"]:406: in function 'tfunc'
        ...package\MUSHclient\worlds\plugins\v6\lua\phelpobject.lua:477: in function 'run_func'
        ...package\MUSHclient\worlds\plugins\v6\lua\phelpobject.lua:498: in function 'super'
        ...ackage\MUSHclient\worlds\plugins\v6\lua\pluginhelper.lua:132: in function 'run_cmd'
        ...ackage\MUSHclient\worlds\plugins\v6\lua\pluginhelper.lua:803: in function 'do_cmd'
        [string "Timer: "]:1: in main chunk
Error context in script:
 402 :         local spell = tlist[1]
 403 :         local blck = tlist[2]
 404 :         spell = find_spell(spell)
 405 :         blck = find_spell(blck)
 406*:         local test = add_blocker(spell.sn, blck.sn)
 407 :         if test then
 408 :           ablocked = true
 409 :           ColourNote(RGBColourToName(var.plugin_colour), "black", spells['all'][tonumber(spell.sn)].name .. " is now blocked by " .. spells['all'][tonumber(blck.sn)].name)
 410 :         end

What version of the product are you using? On what operating system?
6.1 rev1276
Ubuntu 10.10 with Wine 1.0.1

Original issue reported on code.google.com by [email protected] on 6 Apr 2011 at 6:05

wanted mmap enhancements

An easy way to set the font size so that those of us with less than 20:20 
vision can see it clearly.

The room title to appear in red whilst in a pk room.

If possible, (G) shown for rooms with grafitti.

Original issue reported on code.google.com by [email protected] on 5 Jul 2010 at 5:37

spellup plugin error

error on reconnection since i live in the philippines i have intermittent 
connection

What steps will reproduce the problem?
1.  disconnect button will do the trick (disconnect/connect)
2.
3.

What is the expected output? 
none
What do you see instead?
Run-time error
Plugin: Aardwolf_Spellups (called from world: Aardwolf)
Function/Sub: display_timer called by timer
Reason: processing timer "display_timer"
[string "Plugin"]:753: attempt to index field '?' (a nil value)
stack traceback:
        [string "Plugin"]:753: in function 'show_current_buffs'
        [string "Plugin"]:1391: in function <[string "Plugin"]:1390>
Error context in script:
 749 :     -- local ugly = {}  -- joke
 750 :   
 751 :     local count, badcount = 0, 0
 752 :     for k, v in pairs (current_buffs) do
 753*:       if (spells [k].target == 1 or    -- combat
 754 :         spells [k].skilltype ~= 1) and spells[k].spellup == false 
then  -- not a spell
 755 :         table.insert (bad, { name = spells [k].name, duration = v } 
)
 756 :         badcount = badcount + 1
 757 :       else

What version of the product are you using? On what operating system?
mushclient 4.40 on windows vista

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 21 Jun 2009 at 11:03

miniwin spellup starts out hidden

v6 r1220

When I installed the miniwin_spellup plugin for the first time, it doesn't 
show. I had to be told to type "mspell spellup toggle" by someone else.

Original issue reported on code.google.com by [email protected] on 27 Feb 2011 at 3:53

Error from chats miniwindow after mush being open a long time

This has happened a few times now....


Run-time error
Plugin: Chat_Capture_Miniwindow (called from world: Aardwolf)
Function/Sub: chats called by trigger
Reason: processing trigger ""
[string "Plugin"]:208: attempt to index field '?' (a nil value)
stack traceback:
        [string "Plugin"]:208: in function 'writeLines'
        [string "Plugin"]:231: in function 'drawStuff'
        [string "Plugin"]:215: in function 'refresh'
        [string "Plugin"]:424: in function <[string "Plugin"]:386>
Error context in script:
 204 : 
 205 : -- display all visible lines
 206 : function writeLines()
 207 :     for count = lineStart, lineEnd do
 208*:         Display_Line( count-lineStart, lines[count][1], false )
 209 :     end
 210 : end
 211 : 
 212 : -- clear and redraw


Usually after mushclient being open over 24-48 hrs. Reinstalling plugin fixes 
it.

Original issue reported on code.google.com by [email protected] on 10 Jul 2010 at 3:30

move last hour report to stats miniwin

(Spartacus)

Would be nice to have another tab on the stats miniwin that showed the same 
stuff as the hourly report.  Maybe have one for the current hour and one for 
the previous hour...

Original issue reported on code.google.com by [email protected] on 16 Feb 2011 at 7:49

map crashes when no room name

What steps will reproduce the problem?
1. find a room with no name
2. map crashes


What is the expected output? What do you see instead?
the in-game minimap

An error
Run-time error
Plugin: miniwin_map (called from world: Aardwolf)
Function/Sub: map_redirect called by trigger
Reason: processing trigger "map_end"
[string "Plugin"]:222: attempt to index field '?' (a nil value)
stack traceback:
        [string "Plugin"]:222: in function <[string "Plugin"]:213>
Error context in script:
 218 :   elseif name == "map_end" then
 219 : 
 220 :     EnableTrigger ("multi_line_map", false)  -- no more lines to go
 221 : 
 222*:     if map_lines[1][1].textcolour == 255 then
 223 :       PKroom = true
 224 :     else
 225 :       PKroom = false
 226 :     end


Original issue reported on code.google.com by [email protected] on 15 Oct 2010 at 1:53

errors with StatDB

I have made a fresh install of the latest GMCP aardwolf mushclient package. 
Then I installed bastmush plugins, and started adding them to the client.

Most worked ok, but I get errors on StatDB at several points. One example, on 
cp quit:

Campaign cleared.
Run-time error
Plugin: StatDB (called from world: Aardwolf)
Function/Sub: OnPluginBroadcast called by Plugin StatDB
Reason: Executing plugin StatDB sub OnPluginBroadcast
C:\Users\RS\Desktop\MUSHclient\lua\chardb.lua:79: attempt to perform arithmetic 
on a nil value
stack traceback:
        C:\Users\RS\Desktop\MUSHclient\lua\chardb.lua:79: in function 'addtostat'
        C:\Users\RS\Desktop\MUSHclient\lua\chardb.lua:302: in function 'savecp'
        [string "Plugin"]:195: in function 'savecp'
        [string "Plugin"]:391: in function <[string "Plugin"]:381>
You may take a campaign at this level.


Thanks!

Original issue reported on code.google.com by [email protected] on 23 Dec 2010 at 11:01

tabwin does not work when horizontal

What steps will reproduce the problem?
1.change orientation to 0
2.window is just a couple of pixels wide

What is the expected output? What do you see instead?
A horizontal window

Original issue reported on code.google.com by [email protected] on 27 Aug 2010 at 3:36

have layers for the miniwindows


Layer 1 - on top of all other miniwindows (except other Layer 1)
...
Layer 10 - on bottom of all other miniwindows (except other Layer 10)

Have a menu where the user can pick the layer they want the miniwin to be on. 
1-10 maybe and then use a different id depending on the layer when creating the 
miniwindow.  5 would be the default.

Original issue reported on code.google.com by [email protected] on 20 Dec 2010 at 9:33

tabwin errors out if no windows available

What steps will reproduce the problem?
1. disable all other windows
2. connect to mud
3. boom

Error:
[CODE]
Run-time error
Plugin: miniwin_tabwin (called from world: Aardwolf)
Function/Sub: OnPluginBroadcast called by Plugin miniwin_tabwin
Reason: Executing plugin miniwin_tabwin sub OnPluginBroadcast
Z:\home\endavis\games\MUSHclient\lua\miniwin.lua:1409: attempt to perform 
arithmetic on field 'maxwidth' (a nil value)
stack traceback:
        Z:\home\endavis\games\MUSHclient\lua\miniwin.lua:1409: in function 'pre_create_window_internal'
        Z:\home\endavis\games\MUSHclient\lua\miniwin.lua:2132: in function 'drawwin'
        Z:\home\endavis\games\MUSHclient\lua\miniwin.lua:923: in function 'redraw'
        Z:\home\endavis\games\MUSHclient\lua\miniwin.lua:377: in function 'changetotab'
        Z:\home\endavis\games\MUSHclient\lua\mastertab.lua:138: in function 'drawtabs_vertical'
        Z:\home\endavis\games\MUSHclient\lua\mastertab.lua:100: in function 'drawtabs'
        Z:\home\endavis\games\MUSHclient\lua\mastertab.lua:74: in function 'removewtab'
        [string "Plugin"]:188: in function <[string "Plugin"]:172>
[/CODE]


Original issue reported on code.google.com by [email protected] on 21 Sep 2010 at 2:07

spellup other casts frenzy

When you type spellup other <target> the spellup plugin casts buffs on target 
but during these casts tries to cast 'frenzy' which is self-cast only and 
consequently frenzy gets removed from the spellups list.

Original issue reported on code.google.com by [email protected] on 6 Aug 2010 at 7:53

add ability to update moons plugin from another person

have the ability to update the miniwin plugin from another person using the
script, something like

mb update <person>
tell person "moons - black:0 grey:1 white:10"

and the person who receives the tell will use that as his starting point

may have to make this a two step process this way no one can spam the
destination client

dest types "mb receive"
source types "mb update <person>"

Original issue reported on code.google.com by [email protected] on 17 Mar 2009 at 3:38

Misc Tab on the Stats Mini-Window

Plugin Name:Stats Mini-Window?

Enhancement: Have a Misc Tab for the following: Assassinate, Vorpals, 
DeathBlows, Gold per Kill, and Kills per Minute.

Original issue reported on code.google.com by [email protected] on 29 Jan 2011 at 7:47

statdb, statmonitor do not reflect double qp

What steps will reproduce the problem?
1. quest
2. look at db
3. no double from statmon or statdb

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

Need to update StatDB and the quest table in the database to have a double field

Original issue reported on code.google.com by [email protected] on 8 Dec 2010 at 12:46

releasing dragged miniwindow problem

What steps will reproduce the problem?
1. Start dragging the v6 spellup miniwindow
2. Move the mouse outside of the window boundary while dragging
3. Release mouse

What is the expected output? What do you see instead?
I expect the miniwindow to stay wherever it was when I released the mouse.
Instead it jumps back to where it was when I started dragging.

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


Original issue reported on code.google.com by [email protected] on 27 Feb 2011 at 3:49

scrollback miniwindow

Add a scrollback miniwindow that can be scrolled much like Fiendish's chat 
miniwindow.

See: http://www.gammon.com.au/forum/?bbsubject_id=9454&page=1#54447 for how to 
get the data.

Original issue reported on code.google.com by [email protected] on 6 Jul 2010 at 3:27

levels tab not showing in miniwin_stats, and error on startup

Your username on Aardwolf so I can contact you if more information is
necessary?
Tezaal

What operating system are you using?
Win 7 Ultimate 64-bit

What version of the product are you using?
The aardwolf official client (mushclient v4.72) running basts' plugins v6

What steps will reproduce the problem?
Every time I open the client, I get the following runtime error: 
Run-time error
Plugin: miniwin_stats (called from world: Aardwolf)
Function/Sub: OnPluginBroadcast called by Plugin miniwin_stats
Reason: Executing plugin miniwin_stats sub OnPluginBroadcast
[string "Plugin"]:485: bad argument #2 to 'format' (number expected, got nil)
stack traceback:
        [C]: in function 'format'
        [string "Plugin"]:485: in function 'build_gq_window'
        [string "Plugin"]:630: in function <[string "Plugin"]:597>
Error context in script:
 481 :       local linestyles = format_row("Time", "", convert_time(stats['won']['avetime'] or 0))
 482 :       table.insert(allstyles, linestyles)
 483 :       local linestyles = format_row("Gold",
 484 :           ReadableNumber(stats['won']['gold'], 2),
 485*:           string.format("%d", stats['won']['avegold']) .. '/GQ')          
 486 :       table.insert(allstyles, linestyles)      
 487 :       local linestyles = format_row("TP",
 488 :           stats['won']['tp'] or 0,
 489 :           string.format("%.3f", stats['won']['tpave'] or 0) .. '/GQ')


In addition, the 'levels' tab is missing from that miniwindow. I do have 
StatsDB running and working correctly.

What is the expected output? What do you see instead? (If applicable,
include copy/paste from output)
Error posted above.

Please provide any additional information below.
After asking on the Tech channel, I was advised to report this as a bug.

Original issue reported on code.google.com by [email protected] on 22 Feb 2011 at 11:23

add highlight on scan for quest/gq/cp

Plugin Name:Not sure of the exact plugins it would effect

Enhancement:Add functionality that when on a quest, if you are on a quest and 
you scan it will highlight your mob to help you see it more.  No real 
preference but the old script I had in the past added bright red parentheses 
around the outside of the mob's name and made the mob a bold white so there was 
no way to miss it.  Adding this to mobs that are on your current active 
campaign would be awesome too.

Original issue reported on code.google.com by [email protected] on 21 Mar 2011 at 5:45

new plugin to track next gquests

Plugin Name: GQuest Cycle script

Enhancement: create a gquest script that shows history of gquests and which 
gquests are expected

Original issue reported on code.google.com by [email protected] on 24 Nov 2010 at 5:33

Error During a GQ

What steps will reproduce the problem?
1. Joined a GQ
2. Reinstall the plugin after it did not pull up the gq list during a gq
3.

What is the expected output? What do you see instead?
The gq list. (See Below in Additional Information)

What version of the product are you using? On what operating system?
4.71 Beta Version Aardwolf Plugin Setup with Bast r972 drop in download

Please provide any additional information below.
Run-time error
Plugin: xBroadcast_GQ (called from world: Aardwolf Test Port)
Function/Sub: gq_item called by trigger
Reason: processing trigger "finishgqcheck"
[string "Plugin"]:213: bad argument #1 to 'next' (table expected, got nil)
stack traceback:
        [C]: in function 'next'
        [string "Plugin"]:213: in function <[string "Plugin"]:211>
Error context in script:
 209 : end
 210 : 
 211 : function gq_item (name, line, wildcards)
 212 :   if name == "finishgqcheck" and trim(line) == "" then
 213*:     if not next(gq_info['mobs']) then
 214 :       gq_info['mobs'] = copytable.deep(mobsleft)
 215 :       SaveState()
 216 :     end
 217 :     phelper:enabletriggroup("gqcheck", false)

Original issue reported on code.google.com by [email protected] on 28 Dec 2010 at 11:30

new auction miniwindow

Plugin Name: miniwin_auction

Enhancement: A miniwindow with tabs for auction, rauction, and regular auction 
items.

Original issue reported on code.google.com by [email protected] on 6 Jan 2011 at 4:33

gmcp spellup plugin doesn't catch when mana increases, because variables are mis-scoped

What steps will reproduce the problem?
1. run out of mana
2. wait


function OnPluginBroadcast (msg, id, name, text)

  if next(stats) then

    local old_mana = stats.vitals.mana

    local old_moves = stats.vitals.moves

  end


needs to be

function OnPluginBroadcast (msg, id, name, text)

  local old_mana = nil
  local old_moves = nil
  if next(stats) then

    old_mana = stats.vitals.mana

    old_moves = stats.vitals.moves

  end


Original issue reported on code.google.com by [email protected] on 12 Dec 2010 at 7:19

miniwin_spellup run-time error

What steps will reproduce the problem?
Not sure. It happened when clicking the 'B' to go back to brief mode, but I 
can't seem to reproduce it without looking at the code.

What version of the product are you using? On what operating system?
v6
Ubuntu 10.10 + Wine 1.0.1

Run-time error
Plugin: miniwin_spellup (called from world: Aardwolf)
Function/Sub: mouseup called by Plugin miniwin_spellup
Reason: Executing plugin miniwin_spellup sub mouseup
...ientpackage\MUSHclient\worlds\plugins\v6\lua\miniwin.lua:2273: attempt to 
index global 'downbutton' (a nil value)
stack traceback:
        ...ientpackage\MUSHclient\worlds\plugins\v6\lua\miniwin.lua:2273: in function 'drawshuttle'
        ...ientpackage\MUSHclient\worlds\plugins\v6\lua\miniwin.lua:1698: in function 'drawtext'
        ...ientpackage\MUSHclient\worlds\plugins\v6\lua\miniwin.lua:2363: in function 'drawwin'
        ...ientpackage\MUSHclient\worlds\plugins\v6\lua\miniwin.lua:1082: in function 'redraw'
        ...ientpackage\MUSHclient\worlds\plugins\v6\lua\miniwin.lua:451: in function 'resettabs'
        ...ientpackage\MUSHclient\worlds\plugins\v6\lua\miniwin.lua:403: in function 'addtab'
        [string "Plugin"]:759: in function 'func'
        [string "Plugin"]:354: in function 'tfunc'
        ...package\MUSHclient\worlds\plugins\v6\lua\phelpobject.lua:477: in function 'run_func'
        ...package\MUSHclient\worlds\plugins\v6\lua\phelpobject.lua:296: in function 'super'
        ...ackage\MUSHclient\worlds\plugins\v6\lua\pluginhelper.lua:240: in function 'set'
        [string "Plugin"]:599: in function 'f'
        ...ientpackage\MUSHclient\worlds\plugins\v6\lua\miniwin.lua:1300: in function 'mouseup'
        ...ackage\MUSHclient\worlds\plugins\v6\lua\pluginhelper.lua:290: in function 'mouseup'
        ...ackage\MUSHclient\worlds\plugins\v6\lua\pluginhelper.lua:904: in function <...ackage\MUSHclient\worlds\plugins\v6\lua\pluginhelper.lua:903>


Original issue reported on code.google.com by [email protected] on 21 Mar 2011 at 6:34

Spellups Block not working properly

What steps will reproduce the problem?
1.
2.
3.

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

I do not know the expected output but this is what I get..

Spell named '68 121' does not exist.
A nil value was passed to find_spellsn

The above is the result of typing in

spellup block + 68 121

Which is the example you list for using spellup block.


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

Vista - Mush 4.42

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 16 Aug 2009 at 5:05

statmon error on first level

What steps will reproduce the problem?
1. Clear db
2. level
3. get error

It is because of the there was no level info because whois had not been seen.
Added a flag to StatDB that checks to see if a whois has been seen. This is 
just to verify

Also, may need to check if   oldlevel = level - 1 will work on first level

Original issue reported on code.google.com by [email protected] on 17 Jul 2010 at 5:06

PUP report line incorrect

Every time I PUP, I get the same #mobs and xp/mob in the report, and they are 
incorrect... The gains are correct, but I think the mobs and xp/mob are from 
between Hero and Sh.

Gained a pup: 4+1 trains 3 mobs killed (67.67xp/mob)

Original issue reported on code.google.com by [email protected] on 5 Feb 2011 at 5:56

error enabling any of my plugins after it was loaded as disabled

What steps will reproduce the problem?
1.disable a plugin
2.reinstall the plugin
3.emable the plugin

What is the expected output? What do you see instead?
To load correctly


Warning: Plugin miniwin_map is currently disabled.
Run-time error
Plugin: miniwin_map (called from world: Aardwolf)
Function/Sub: OnPluginEnable called by Plugin miniwin_map
Reason: Executing plugin miniwin_map sub OnPluginEnable
C:\Program Files\MUSHclient\lua\miniwin.lua:1323: attempt to compare number 
with nil
stack traceback:
        C:\Program Files\MUSHclient\lua\miniwin.lua:1323: in function 'buildwindow'
        C:\Program Files\MUSHclient\lua\miniwin.lua:680: in function 'createwin'
        C:\Program Files\MUSHclient\lua\pluginhelper.lua:319: in function 'OnPluginEnable'
        [string "Plugin"]:246: in function <[string "Plugin"]:244>



Original issue reported on code.google.com by [email protected] on 17 Jul 2010 at 5:10

miniwin_vote.xml

What steps will reproduce the problem?
1. I clicked on the Top Mud Site in the Vote Miniwin
2.
3.

What is the expected output? What do you see instead?
I expected it to just pull up the default internet browser. However, I got this 
error.

Run-time error
Plugin: miniwin_vote (called from world: Aardwolf)
Function/Sub: mouseup called by Plugin miniwin_vote
Reason: Executing plugin miniwin_vote sub mouseup
...UD Files\Fiendish Test\MUSHclient_1\v6.1\lua\miniwin.lua:1746: attempt to 
index a nil value
stack traceback:
        ...UD Files\Fiendish Test\MUSHclient_1\v6.1\lua\miniwin.lua:1746: in function 'pre_create_window_internal'
        ...UD Files\Fiendish Test\MUSHclient_1\v6.1\lua\miniwin.lua:2420: in function 'drawwin'
        ...UD Files\Fiendish Test\MUSHclient_1\v6.1\lua\miniwin.lua:1161: in function 'redraw'
        ...UD Files\Fiendish Test\MUSHclient_1\v6.1\lua\miniwin.lua:522: in function 'resettabs'
        ...UD Files\Fiendish Test\MUSHclient_1\v6.1\lua\miniwin.lua:470: in function 'addtab'
        [string "Plugin"]:92: in function 'show_vote_window'
        [string "Plugin"]:69: in function 'check_vote'
        [string "Plugin"]:31: in function 'f'
        ...UD Files\Fiendish Test\MUSHclient_1\v6.1\lua\miniwin.lua:1382: in function 'mouseup'
        ...les\Fiendish Test\MUSHclient_1\v6.1\lua\pluginhelper.lua:292: in function 'mouseup'
        ...les\Fiendish Test\MUSHclient_1\v6.1\lua\pluginhelper.lua:929: in function <...les\Fiendish Test\MUSHclient_1\v6.1\lua\pluginhelper.lua:928>

What version of the product are you using? On what operating system?
I am using all the latest updates beyond V6.1

Win7 OS

Please provide any additional information below.

MUSHclient 4.72 with Fiendish Plugin Setup

Original issue reported on code.google.com by [email protected] on 6 Apr 2011 at 12:19

statmon

Columns in statmon report need separating more.

The figures all run together making it hard to read.

Stats for the Last 1 h
Type       -  Tot   XP   QP   Tp   Gold
---------------------------------------
Quests     -    1    0   10    0   4894
CPs        -    0    0    0    0      0
Mobs       -   5010715    0    0 250559
---------------------------------------
Totals     -     10715   10    0 255453

For instance.

Original issue reported on code.google.com by [email protected] on 6 Jul 2010 at 9:45

continual whois unless pagesize is 0

What steps will reproduce the problem?
1.Set pagesize to something
2.reconnect with new client
3.boom

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



Original issue reported on code.google.com by [email protected] on 27 Aug 2010 at 3:28

GQuest tab not closing on Gquest quit

Your username on Aardwolf so I can contact you if more information is
necessary?
Tezaal

What operating system are you using?
Win 7 Ultimate 64-bit

What version of the product are you using?
Official aardwolf client (mushclient 4.72) with basts' v6 plugins

What steps will reproduce the problem?
Starting a global quest, then typing 'gquest quit'. The GQ tab does not 
correctly exit automatically.

What is the expected output? What do you see instead? (If applicable,
include copy/paste from output)
Expect for the GQ tab to close automatically on a GQ pass/fail/quit. Instead, 
it stays open and must be closed automatically.

Please provide any additional information below.
This is really a very minor thing, but just wanted to make it noted.

Original issue reported on code.google.com by [email protected] on 22 Feb 2011 at 11:24

Error

What steps will reproduce the problem?
1.Installed (along with plugins noted as required)
2.Sometimes it starts on its own, other times after I type any command to the 
plugin.

rev972 and MUSH is 4.71

Error codes follows:
stack traceback:
        [string "Plugin"]: in function 'try_to_buff_us'
        [string "Plugin"]:1858: in function <[string "Plugin"]:1822>
Run-time error
Plugin: Aardwolf_Spellups_miniwin (called from world: Aardwolf)
Function/Sub: spellups_redirect called by trigger
Reason: processing trigger "multi_line_spellups"
[string "Plugin"]:508: [string "Plugin"]:1751: attempt to index field 'vitals' 
(a nil value)
stack traceback:
        [C]: in function 'assert'
        [string "Plugin"]:508: in function 'resume_buff_loop'
        [string "Plugin"]:695: in function <[string "Plugin"]:677>
Error context in script:
 504 : 
 505 :   local ok, err = coroutine.resume (thread, reason, other_reason)
 506 :   if not ok then
 507 :      print (debug.traceback (thread))
 508*:      assert (ok, err)
 509 :   end -- if
 510 : end -- resume_buff_loop
 511 : 
 512 : --   SAVE STATE ---
Run-time error
Plugin: Aardwolf_Spellups_miniwin (called from world: Aardwolf)
Function/Sub: display_timer called by timer
Reason: processing timer "display_timer"
[string "Plugin"]:956: attempt to index field 'vitals' (a nil value)
stack traceback:
        [string "Plugin"]:956: in function 'show_current_buffs'
        [string "Plugin"]:1627: in function <[string "Plugin"]:1625>
Error context in script:
 952 : function show_current_buffs (name, line, wildcards, styles)
 953 : 
 954 :   if next (spells) == nil or
 955 :      next (recoveries) == nil or
 956*:      stats.vitals.hp == nil then
 957 :     return
 958 :   end -- no spells known
 959 : 
 960 :   blank()

Original issue reported on code.google.com by [email protected] on 12 Jan 2011 at 1:49

add a tabbed stat window

make a tabbed miniwindow for stats, that include a tab for quests, cps, gqs

Each tab would include the last 5 quests and avg stats overall

Original issue reported on code.google.com by [email protected] on 6 Jun 2010 at 7:49

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.