Mudlet-2.0-rc4 released

Beliar
Posts: 19
Joined: Fri Apr 22, 2011 12:51 pm

Re: Mudlet-2.0-rc4 released

Post by Beliar »

Just a note, there have been other changes since fixing that bug. While they probably work you may want to go here, if you only want that fix: https://github.com/Beliaar/mudlet-lua/t ... ins_bugfix

[edit]
changed url
[/edit]

User avatar
Rakon
Posts: 350
Joined: Tue Feb 16, 2010 7:41 pm
Contact:

Re: Mudlet-2.0-rc4 released

Post by Rakon »

Thank you for that link. I still just copied over the whole folder, and so far have only run into one other issue.

GMCP table updating seems to be broken now. When the table is created, the values are there. If a table, or table value is updated, GMCP as known by mudlet, is not updated to reflect that.

Mudlet:

Code: Select all


/gmcp.Char.Status

table {
  'order': '(None)'
  'class': 'Infernal'
  'xp': '70.5%'
  'house': 'The Shadowsnakes(3)'
  'race': 'Xoran'
  'city': '(None)'
  'level': '83'
  'name': 'Rakon'
  'fullname': 'Sir Rakon Rurrowind, Vituperable Vivisector'
}
Achaea/Mudbot Proxy

Code: Select all



`gmcp char
[GMCP Char Info:]


Sir Rakon Rurrowind, Vituperable Vivisector (Xoran)
You are level 83 and 70.8% of the way to the next level.
You are a house member of The Shadowsnakes(3).
You are a citizen of (None).
You are an order member of (None).

Vitals:

H:4865/4865  E:23223/23225.
M:3869/3869  W:18245/18245.
NL:70/100.
4865h, 3869m CXEK||HeSFT -<22:27:29:741>  

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Mudlet-2.0-rc4 released

Post by Heiko »

You need to copy mudlet-lua/lua/LuaGlobal.lua from rc4 into Beliar's mudlet-lua git version.

@Beliaar: You need to update your LuaGlobal.lua with this file:

http://mudlet.git.sourceforge.net/git/g ... 57;hb=HEAD

Beliar
Posts: 19
Joined: Fri Apr 22, 2011 12:51 pm

Re: Mudlet-2.0-rc4 released

Post by Beliar »

Ok, updated it. The LuaGlobal.lua in the link I posted will of course still be the old version. So you need to overwrite the contents of it with those that Heiko posted.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: Mudlet-2.0-rc4 released

Post by Heiko »

Just released rc5 to fix this issue.

Post Reply