(mapping script) Mudlet Mapper script for Achaea/IREs

All and any discussion and development of the Mudlet Mapper.
User avatar
Vadi
Posts: 5050
Joined: Sat Mar 14, 2009 3:13 pm

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

Post by Vadi »

Which game is it not working for you with? Both Achaea and Lusternia seem to be working

User avatar
Vadi
Posts: 5050
Joined: Sat Mar 14, 2009 3:13 pm

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

Post by Vadi »

It seems the it is the Aetolian map that is indeed broken.

Arania
Posts: 7
Joined: Tue Jun 12, 2012 8:51 pm

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

Post by Arania »

Alrighty, Thank you. I'll poke them again to fix it. Wish me luck :P

Arania
Posts: 7
Joined: Tue Jun 12, 2012 8:51 pm

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

Post by Arania »

And they fixed it. Finally.

Arania
Posts: 7
Joined: Tue Jun 12, 2012 8:51 pm

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

Post by Arania »

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?

User avatar
Vadi
Posts: 5050
Joined: Sat Mar 14, 2009 3:13 pm

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

Post by Vadi »

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.

Arania
Posts: 7
Joined: Tue Jun 12, 2012 8:51 pm

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

Post by Arania »

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.

pwnsauce
Posts: 7
Joined: Wed Jun 27, 2012 4:55 am

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

Post by pwnsauce »

I'm having an issue with dashing, where, when coming up to a river, it tries to swim dash 'direction'. :o

User avatar
Vadi
Posts: 5050
Joined: Sat Mar 14, 2009 3:13 pm

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

Post by Vadi »

Yeah, seems that's an issue. It should just swim only when it needs to dash.

Caled
Posts: 403
Joined: Thu Apr 09, 2009 4:45 am

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

Post by Caled »

Aetolian script bug:

edit the function:
Code: [show] | [select all] lua
function register_aetolias_envdata()
  if game ~= "Aetolia" then return end

  mmp.envids =
  {
etc
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.

Post Reply