General Discussions Thread

Anything related to MMOViper that doesn't fit in a better forum. All are welcome to participate. Also use this area for pre-sale members to ask questions.

Moderator: ScreamingEagle

Message
Author
ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

swiftraccoon Wrote:

#46 Post by ViperDiscord »

will that only be for Chimera or also for old ones like LotRO?

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

Mysticdrew Wrote:

#47 Post by ViperDiscord »

Chimera most likely

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

PitViper Wrote:

#48 Post by ViperDiscord »

You can run scripts in the old viper also. It has its own API and scripting.dll you add to yoru project to make plugins <@249009327837413376> <@602666958584020992>

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

Vinny Wrote:

#49 Post by ViperDiscord »

Any guides or more info on all that?

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

PitViper Wrote:

#50 Post by ViperDiscord »

There are some examples in the <#284119215189786636> on different things. The api is similar but different for every game in the old viper client, but standardized in chimera. To see the API, make a c# project in visual studio, add a reference to the scripting.dll and in the object viewer you can see the entire API.

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

PitViper Wrote:

#51 Post by ViperDiscord »

When you get started if you have specific questions on how to do x or y can guide ya and make some better documentation <@249009327837413376>

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

Mysticdrew Wrote:

#52 Post by ViperDiscord »

You sould have codex or claude generate all the documentation for all the apis, create an MKDocs (material plugin) wiki

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

PitViper Wrote:

#53 Post by ViperDiscord »

I have been waiting for the API to get stable.. but its pretty stable now.. I need to do that

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

Mysticdrew Wrote:

#54 Post by ViperDiscord »

Even for the old viper bots, it could whip up API documentation pretty quick.

Modified by: Mysticdrew on 2026-03-26 09:39:26 PM
Last edited by ViperDiscord on Fri Mar 27, 2026 2:39 am, edited 1 time in total.

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

Vinny Wrote:

#55 Post by ViperDiscord »

Does the scripting API expose a moveTo(x, y) or walkPath() function? Basically I want to write my own automation
logic (quest/farming loops) but use Viper's pathing engine to handle the actual movement between points. Is that the
intended use case for plugins, or is it more limited?

Modified by: Vinny on 2026-03-26 09:36:57 PM
Last edited by ViperDiscord on Fri Mar 27, 2026 2:36 am, edited 1 time in total.

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

PitViper Wrote:

#56 Post by ViperDiscord »

MoveTo yes.. it uses existing mesh that you make in the patrol recorder tab. If you do not have mesh pre made, then no, but you can call move to xy or move to mob. and it will go straight there otherwise. The main in chimera.. you record paths that you can travel.. then when you need to get to someplace you call move to and it will find a path using that mesh to get there.. or if none, it will try a straight arrow approach.

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

PitViper Wrote:

#57 Post by ViperDiscord »

For instance.. in the old eso bot one user made a dolmen plugin. it would inject tasks to get to the dolmen area, fight the mobs, loot the chest, and then move to the next dolmen, etc. All via plugin

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

Vinny Wrote:

#58 Post by ViperDiscord »

Two more things — can I run multiple instances attached to different LOTRO clients at the same time? And can it be
started from command line / without the GUI, like launching a script against a specific PID?

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

Vinny Wrote:

#59 Post by ViperDiscord »

I appreciate the help

ViperDiscord
Posts: 0
Joined: Sun Mar 15, 2026 4:03 am

PitViper Wrote:

#60 Post by ViperDiscord »

no.. lotro blocks some input.. so the game must be in focus for most of the keyboard commands to work. That prevents background botting basically. Now you can run it in a VM.. ie make 2 vm's running each a client and bot, and you can.

Post Reply

Return to “General Discussion Area”