MMOViper Scripting and Plugins!!! Its finally here 2.1.6.5

Read-only announcements from the team.

Moderator: ScreamingEagle

Message
Author
PitViper
Site Admin
Posts: 20734
Joined: Tue Oct 16, 2007 7:01 am

MMOViper Scripting and Plugins!!! Its finally here 2.1.6.5

#1 Post by PitViper »

May 8, 2016 MMOViperBot Version 2.1.6.5

All Bots:
-Bugfix: Increased max limit of campaign tasks
-Bugfix: Fixed bug unloading a combat script to none.
-Added: Timer class to Scripting.Core.Classes
-Added: Plugins and Plugin Manager. See sample plugin for info (in dox folder)
-Added: initial Plugin API
-Added: IGame.GetPlugin(pluginName) //For use with IPlugin.SendMessage to communicate between plugins


Black Desert Bot:
-Bugfix: Fixed fishing issues with Pirate's Rum Buff
-Added: Scripting API: List<IItem> IGame:Inventory
-Added: Scripting API: List<IItem> IGame:Warehouse
-Added: Scripting API: List<IItem> IGame:Equipment
-Added: Scripting API: IGame:ReadLuaString
-Added: Scripting API: IGame:ReadLuaNumber
-Added: Sample Plugin that will Repair at Velia when main Weapon is < 5 durability (see dox folder)
-Added: IF/WHILE Logic: BDOLua.ReadString -- Reads a global lua variable as a string (ex: BDOLua.ReadString("SomeVariable" == "Test String") )
-Added: IF/WHILE Logic: BDOLua.ReadNumber -- Reads a global lua variable as a number (ex: BDOLua.ReadNumberg("SomeOtherVariable" >= 4.5) )


Did you know? You can now make plugins using c# scripting. Yep. I'll include sample plugins in the dox folder in the bot. Just place it in the resources/Plugins folder and it will show up in the new Plugins tab of the bot. Enable it to use it. If you have some good plugin ideas, please post them here:

http://www.mmoviper.com/announcements/p ... 13127.html

PitViper
Site Admin
Posts: 20734
Joined: Tue Oct 16, 2007 7:01 am

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#2 Post by PitViper »

Please have patience, we will be rolling out this version to all of the existing bots for scripting plugins!!!

remcop2
Posts: 5
Joined: Mon Apr 18, 2016 12:51 pm

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#3 Post by remcop2 »

API documentation pls

PitViper
Site Admin
Posts: 20734
Joined: Tue Oct 16, 2007 7:01 am

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#4 Post by PitViper »

All documentation is in the dll itself. Load up visual studio and add a reference to the scripting.core.dll and you can see all of the API and documentation.

Best I have for now.

remcop2
Posts: 5
Joined: Mon Apr 18, 2016 12:51 pm

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#5 Post by remcop2 »

Welp, that's disappointing.

PitViper
Site Admin
Posts: 20734
Joined: Tue Oct 16, 2007 7:01 am

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#6 Post by PitViper »

Yep a couple of the users said they will work on the script dox page/wiki when the new forums are up.

onkelpac
Posts: 4
Joined: Tue Jan 13, 2009 6:29 pm

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#7 Post by onkelpac »

Is it possible that you broke the Campaigns for the BDO bot? The bot was working fine but after the update he just stops after one cycle.

remcop2
Posts: 5
Joined: Mon Apr 18, 2016 12:51 pm

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#8 Post by remcop2 »

PitViper wrote:Yep a couple of the users said they will work on the script dox page/wiki when the new forums are up.
I'd rather have you make them than the users that are paying you.

origin
Posts: 1
Joined: Sat Mar 26, 2016 7:32 pm

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#9 Post by origin »

onkelpac wrote:Is it possible that you broke the Campaigns for the BDO bot? The bot was working fine but after the update he just stops after one cycle.
Same issue here
My ChatForwarder - With this plugin you can remotely receive and send Chat-Messages, different types of notifications and information (e.g. Marketplace, screenshots, char infos, when s.o. attacks you ...) via Discord on every platform.

If you like my work why don't you spend me a beer? - Click here.

PitViper
Site Admin
Posts: 20734
Joined: Tue Oct 16, 2007 7:01 am

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#10 Post by PitViper »

What shows up in the log?

gilgameshgold
Posts: 1
Joined: Fri Mar 25, 2016 10:45 pm

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#11 Post by gilgameshgold »

Nothing out of the ordinary.

When I hit the end of my campaign theres a goto task 2. it just says campaign finished after that. Sometimes it continues, sometimes not.

Its used multiple pearl shop items. during inventory use tasks. Lost a few pearl xp scrolls, kind of a bummer... It seems to try this until I take off auto arrange and re enable auto arrange.

PitViper
Site Admin
Posts: 20734
Joined: Tue Oct 16, 2007 7:01 am

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#12 Post by PitViper »

Yes, the goto was bugged, I'll have .66 out in just a few to fix.

yuzuriha
Posts: 1
Joined: Fri Apr 29, 2016 9:55 pm

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#13 Post by yuzuriha »

remcop2 wrote:
PitViper wrote:Yep a couple of the users said they will work on the script dox page/wiki when the new forums are up.
I'd rather have you make them than the users that are paying you.
That is partly true. But anyone who knows decent C# should be able to do it without docs... Things are self-explainatory and I'm already in mid-progress of doing some fun stuff.

PitViper
Site Admin
Posts: 20734
Joined: Tue Oct 16, 2007 7:01 am

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#14 Post by PitViper »

I'm not a good documenter, nor graphics designer. That is why it is really nice of the community to help participate and help promote the viper product. :)

user01
Posts: 256
Joined: Sun Oct 12, 2008 8:04 am

Re: MMOViper Scripting and Plugins!!! Its finally here 2.1.6

#15 Post by user01 »

This is very exciting, I'm salivating for the ESO revision! What version of .Net/VS are you guys working with?

If PitViper put in basic documentation with the methods, Visual Studio's intelisense will pick them up automagically. In most circumstances, that should be all the documentation you need imo.

Thanks,
user

Post Reply

Return to “Announcements”