Weird Mudlet prompt spam (SVO)

every so often, this happens 

 H3658 100%  M2761 92% WP13484 96% E 16769  97% XP  88.2% KAI- ex 
 H3658 100%  M2761 92% WP13496 97% E 16769  97% XP  88.2% KAI- ex 
 H3658 100%  M2761 92% WP13496 97% E 16769  97% XP  88.2% KAI- ex 
 H3658 100%  M2761 92% WP13496 97% E 16769  97% XP  88.2% KAI- ex 
 H3658 100%  M2761 92% WP13496 97% E 16769  97% XP  88.2% KAI- ex 
 H3658 100%  M2761 92% WP13496 97% E 16769  97% XP  88.2% KAI- ex 
 H3658 100%  M2761 92% WP13496 97% E 16769  97% XP  88.2% KAI- ex 
 H3658 100%  M2761 92% WP13496 97% E 16769  97% XP  88.2% KAI- ex 
 H3658 100%  M2761 92% WP13496 97% E 16769  97% XP  88.2% KAI- ex ms shirz
mind sense shirz
I do not recognise anything called that here.
 H3658 100%  M2761 92% WP13496 97% E 16769  97% XP  88.2% KAI- ex ms shirz
mind sense shirz
Nothing can be seen here by that name.
 H3658 100%  M2761 92% WP13502 97% E 16779  97% XP  88.2% KAI- ex ms shirs
mind sense shirs
You seek out the mind of Shirszae and an image of Drogo's misappropriated stash appears in your mind.  (14018)
From your knowledge, that room is in Mhaldor.
 H3658 100%  M2751 91% WP13502 97% E 16779  97% XP  88.2% KAI- ex (-10m, 0.3%) 
Reonna exhales loudly.
 H3658 100%  M2751 91% WP13526 97% E 16829  97% XP  88.2% KAI- ex 
 H3658 100%  M2751 91% WP13526 97% E 16829  97% XP  88.2% KAI- ex 
 H3658 100%  M2751 91% WP13526 97% E 16829  97% XP  88.2% KAI- ex 
 H3658 100%  M2751 91% WP13526 97% E 16829  97% XP  88.2% KAI- ex 
 H3658 100%  M2751 91% WP13526 97% E 16829  97% XP  88.2% KAI- ex 

It happens when I'm fishing, or hunting, or just sitting around mind sensing people (Not exclusive to those situations.
 Any thoughts on why it might be spamming the prompt? Or is there a way to figure out on my end?? 
 I figured its just something thats gagged or something

All I've had today are six gummy bears and some scotch

Comments

  • Ok, I recorded a log, and its my pipes it seems. Going cold and dark, and then trying to light a bunch of them or some such


    All I've had today are six gummy bears and some scotch
  • NizarisNizaris The Holy City of Mhaldor
    @Chapel:

    Try making triggers for the pipe stuff, and having them call svo.deleteLineP()
    image
  • edited August 2013
    I bet it is on a ship. Should work better with ship prompt on.

    Edit: Hrm, didn't see the hunting and stuff bit... I had this happening with me only when captaining a ship though. Maybe turning ship prompt off? Dunno...
  • vconfig shipmode on
  • Keneanung said:
    I bet it is on a ship. Should work better with ship prompt on.

    Edit: Hrm, didn't see the hunting and stuff bit... I had this happening with me only when captaining a ship though. Maybe turning ship prompt off? Dunno...
    A little off topic, but

    function deleteLineP()
      deleteLine()
      tempLineTrigger(1,1,[[if isPrompt() then deleteLine() elseif line:match("^=") then deleteLineP() end]])
    end

    should work as a deleteLineP that accounts for the ship prompt, as well. Not sure if the svo version does that or not.

  • It only started happening after I had done my first ship ride, I'll try all this out! Thank you!

    All I've had today are six gummy bears and some scotch
  • Eld said:
    Keneanung said:
    I bet it is on a ship. Should work better with ship prompt on.

    Edit: Hrm, didn't see the hunting and stuff bit... I had this happening with me only when captaining a ship though. Maybe turning ship prompt off? Dunno...
    A little off topic, but

    function deleteLineP()
      deleteLine()
      tempLineTrigger(1,1,[[if isPrompt() then deleteLine() elseif line:match("^=") then deleteLineP() end]])
    end

    should work as a deleteLineP that accounts for the ship prompt, as well. Not sure if the svo version does that or not.

    The ship prompt does not (at least when I tested) return (I believe it's a GA code with the line) which is how isPrompt() is detected. Meaning that isPrompt() does not return true for the ship prompt.
  • Eld said:
    Keneanung said:
    I bet it is on a ship. Should work better with ship prompt on.

    Edit: Hrm, didn't see the hunting and stuff bit... I had this happening with me only when captaining a ship though. Maybe turning ship prompt off? Dunno...
    A little off topic, but

    function deleteLineP()
      deleteLine()
      tempLineTrigger(1,1,[[if isPrompt() then deleteLine() elseif line:match("^=") then deleteLineP() end]])
    end

    should work as a deleteLineP that accounts for the ship prompt, as well. Not sure if the svo version does that or not.

    The ship prompt does not (at least when I tested) return (I believe it's a GA code with the line) which is how isPrompt() is detected. Meaning that isPrompt() does not return true for the ship prompt.
    Correct. That's the reason for the "elseif line:match("^=") then deleteLineP()" in that function.
  • DragonknightDragonknight Mhaldor
    edited August 2013
    :-O I totally did not see that part.

    Edit: That smiley looks ... special. 
  • StrataStrata United States of Derp
    vconfig shipmode on
Sign In or Register to comment.