Page 1 of 1

INI file access from XUnleashed VBS?

Posted: April 12th, 2005, 9:19 am
by redman
Do we have a library included somewhere to enable INI file access from within our VB Scripts?

If we don't but we are linking any actual VB, C++, or C# librarys it would be trivial to add functions to read/write values from an INI file.

I'm a bit hazy yet on the archetecture of scripts/plugins and the like so I apologise in advance if this ends up a dumb noob question.

RedMan

Re: INI file access from XUnleashed VBS?

Posted: April 12th, 2005, 10:43 am
by redman
Why I'd like this is....

I'd like to set up Harvesting per zone similar to how I had my hunter set up in EQ. Depending what zone he's in, totally different setups, all INI file driven.

I'd be happy to modify the current harvester to be ini based if I had the ini functions to call.

Redman

Re: INI file access from XUnleashed VBS?

Posted: April 12th, 2005, 10:47 am
by kramerdk
Dont't know how, but sounds like a sweet idea! I hope so!

Posted: April 12th, 2005, 11:37 am
by richyrich
The EQ2Megabot I wrote reads (and can write) to INI files. The whole EQ2MegaBot is setup via INI files.

Use the INILib file directly as an Include in your VBS files and you will have them! You can search my code for examples of using them in the scripts.

Hope it helps.

Rich

Posted: April 12th, 2005, 1:58 pm
by wyvernx
I'll get admin to add those to the scripthost