Quest Bot Open Beta Goes Live!

don'tdoit

Active Member
Feature request: In QC we need a method/place where authors of quests can add notes to the users of that quest. In QB we need a matching place to display those notes for users of quests.

This will allow authors to make notes such as starting location, flying mount requirement, or other important information needed for the successful use of the quest.
 

don'tdoit

Active Member
Two more feature requests. Apologies if these are already in.

1: Need a wait for hp/mana option in addition to the existing wait for dead group members.
2: In regards to the new Wait option "User Attention" could you make an additional parameter to be the text in the window that pops up? Also, could the window be movable?
 

bjcasey

ISX Specialist
Two more feature requests. Apologies if these are already in.

1: Need a wait for hp/mana option in addition to the existing wait for dead group members.
2: In regards to the new Wait option "User Attention" could you make an additional parameter to be the text in the window that pops up? Also, could the window be movable?
What do you mean the text in the window?
 

don'tdoit

Active Member
Right now if I do:

Action = |BJ Commands| Command = |Wait| Parameter 1 = |User Attention|

it pops up a box with an OK button. The text in the box says "User attention is required!". I want to make that text string customize-able with (an) additional parameter(s). For example, if I don't want to 100% automate something, but instead want to pop up a text that says "Go kill this mob before hitting OK". The user manually kills the mob, hits OK, and the script continues.
 

bjcasey

ISX Specialist
Right now if I do:

Action = |BJ Commands| Command = |Wait| Parameter 1 = |User Attention|

it pops up a box with an OK button. The text in the box says "User attention is required!". I want to make that text string customize-able with (an) additional parameter(s). For example, if I don't want to 100% automate something, but instead want to pop up a text that says "Go kill this mob before hitting OK". The user manually kills the mob, hits OK, and the script continues.
Okay. Added and will be on test shortly. I'll have to play around with things to see if I can make the box able to move.
 
Last edited:

don'tdoit

Active Member
BJ, a recap of IRC discussion with yourself, Raster, and I.

  • BJ QB: Possibly a way to allow script users to clear the Actor Order list, edit the order of the Actor Order list, and/or delete entries in the Actor Order list
  • BJ QB & QC: Need an Initialize Quest section so that if a quest user has to stop the quest and restart in the middle, the required quest options at the beginning of the quest are correctly set.
  • You discussed adding chat triggers to a seperate box.
  • BJ QC: Explore a way to add the step numbers in to the UI as this will help with adding new steps (moving from bottom to somewhere in the middle).
  • BJ QB: Add step numbers to the QB display so that users can more easily report issues with a particular step of a quest.
  • BJ QC: In addition to the Quest notes/description section suggested earlier, it would be nice to have a way to insert a note into the quest action list. i.e.:
    • Action = blah
    • Action = blah
    • Note = blah
    • Action = blah.
  • BJ QC: If the above Note = blah gets added, would like an option (param) to make the note get displayed as a popup somehow. Use EQ2 popup text only if client side (slick!), else it could be a IS pop up box/window (less slick!)

Thanks for your time and consideration of these ideas!
 

don'tdoit

Active Member
As requested in IRC, I'm posting here to tell you not to suck and to escape properly. :cool:

In BJ QC, I have a need to pass a parameter that includes a comma. Unfortunately, the comma and everything after the comma does not get added to the parameter.

To replicate, open BJ QC, add an Action OgreBot MCP Command, command RawCommand, and add a parameter like test,this. Hit add parameter and only test will show up in the param window. I have verified that actually adding the action and saving the quest, the Action shows up with just test in the parameter:

<Setting Name="Step-11">Action = |OgreBot MCP Commands| Command = |RawCommand| Parameter 1 = |test|</Setting>
 

bjcasey

ISX Specialist
Feature request: In QC we need a method/place where authors of quests can add notes to the users of that quest. In QB we need a matching place to display those notes for users of quests.

This will allow authors to make notes such as starting location, flying mount requirement, or other important information needed for the successful use of the quest.
  • BJ QC: Explore a way to add the step numbers in to the UI as this will help with adding new steps (moving from bottom to somewhere in the middle).
  • BJ QB: Add step numbers to the QB display so that users can more easily report issues with a particular step of a quest.

Added in patch # 87. See revision history for more details.
 
Last edited:
Top Bottom