(mapping script) Mudlet Mapper script for Achaea/IREs
Re: (mapping script) Mudlet Mapper script for Achaea/IREs
Which game is it not working for you with? Both Achaea and Lusternia seem to be working
Re: (mapping script) Mudlet Mapper script for Achaea/IREs
It seems the it is the Aetolian map that is indeed broken.
Re: (mapping script) Mudlet Mapper script for Achaea/IREs
Alrighty, Thank you. I'll poke them again to fix it. Wish me luck 

Re: (mapping script) Mudlet Mapper script for Achaea/IREs
And they fixed it. Finally.
Re: (mapping script) Mudlet Mapper script for Achaea/IREs
table {
1: 'sysDownloadError'
2: 'Connection refused'
}
Spamming me with this message, Cleared up as soon as I removed the script Am I doing something wrong?
1: 'sysDownloadError'
2: 'Connection refused'
}
Spamming me with this message, Cleared up as soon as I removed the script Am I doing something wrong?
Re: (mapping script) Mudlet Mapper script for Achaea/IREs
No - it's something the script is downloading that's just failing to download. On Aetolia, the only thing it would be doing is checking for script updates - so I guess the server the script (not map) updates are stored on was refusing to talk.
Re: (mapping script) Mudlet Mapper script for Achaea/IREs
Ok, Thank you. It had me confused, as I'm sure you can tell I don't know a thing about this kind of thing. So thank you for responding so quickly, I appreciate it.
Re: (mapping script) Mudlet Mapper script for Achaea/IREs
I'm having an issue with dashing, where, when coming up to a river, it tries to swim dash 'direction'. 

Re: (mapping script) Mudlet Mapper script for Achaea/IREs
Yeah, seems that's an issue. It should just swim only when it needs to dash.
Re: (mapping script) Mudlet Mapper script for Achaea/IREs
Aetolian script bug:
edit the function:
local game = mmp.game:title()
'game' doesn't exist as a global variable, so without this mmp.envids is never populated and any script requiring it returns an error.
If there is a better thread or place for me to report bugs, bugfixes, and hopefully improvements to the Aetolian section, please let me know how and where I should be doing that.
edit the function:
by adding the following as the first line of the function:
local game = mmp.game:title()
'game' doesn't exist as a global variable, so without this mmp.envids is never populated and any script requiring it returns an error.
If there is a better thread or place for me to report bugs, bugfixes, and hopefully improvements to the Aetolian section, please let me know how and where I should be doing that.