Page 3 of 3

Re: Mudlet-2.0-rc4 released

Posted: Wed May 11, 2011 7:24 am
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]

Re: Mudlet-2.0-rc4 released

Posted: Thu May 12, 2011 3:41 am
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>  

Re: Mudlet-2.0-rc4 released

Posted: Thu May 12, 2011 5:25 am
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

Re: Mudlet-2.0-rc4 released

Posted: Thu May 12, 2011 7:36 am
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.

Re: Mudlet-2.0-rc4 released

Posted: Thu May 12, 2011 7:50 am
by Heiko
Just released rc5 to fix this issue.