Fist off, I wanted to say thank you lots for creating this script/UI. I've just started with macroquest and I had tried other scripts/UIs, but this one is the best.
My question tho is about the gimp_spawncheck.inc file. I've looked at it and finally found how to create the gimp_spawncheck.ini file with the required information, But I wanted Krust to auto learn new zones similar to what the gimp_selflearn.inc file does.
Let me see if I can make a feeble attempt to explain myself.
Lets say I just zoned to a new zone (SharVal will be this example). I just discovered that a named mob in this zone is one I want to check for. I want to be able to type a command that will add the zone and the mob into the gimp_spawncheck.ini file automatically. For example the command could be.
/named Bob Killsyou
(Bob Killsyou is the mob I want to check for)
Typing that command will place "Bob Killsyou" under the section Sharval in the gimp_spawncheck.ini.
I've been able to create a hot button that will enter just the zone info in the ini file.
Code: Select all
/ini "gimp_spawncheck.ini" "${Zone.ShortName}" "1" "NotFound"
I'm having lots of trouble understanding how the coding works. I've been able to figure out some by looking at gimps scripts, but am still trying to learn everything. Anybody out there wanna take a crack at this?