Page 1 of 1
Member "locked" isn't working on POL099-2013-09-03 x64
Posted: Tue Oct 01, 2013 8:20 am
by Terciob
Hi
Using
container.locked := 1 or 0 doesn't change the container locked state.
A "
broadcast (container.locked);" prints "
<uninitialized object>".
Itemdesc:
container 0xe43
{
cprop rr i2
desc a big box
gump 0x049
maxitems 100
maxweight 1000
maxx 143
maxy 140
minx 44
miny 65
movable 1
name tentchest
requiresattention 0
vendorbuysfor 40
vendorsellsfor 80
weight 4
}
Re: Member "locked" isn't working on POL099-2013-09-03 x64
Posted: Tue Oct 01, 2013 10:07 am
by Tomi
Fixed in last revision, there was a small mistake when the new container members were added
Re: Member "locked" isn't working on POL099-2013-09-03 x64
Posted: Fri Jun 20, 2014 4:11 am
by Harley
I using same core version POL099-2013-09-03 x64 and have same mistake.
Where can I download new pol.exe?
Re: Member "locked" isn't working on POL099-2013-09-03 x64
Posted: Sun Jun 22, 2014 4:01 am
by RusseL
download sources from svn and build new version of pol binary
Re: Member "locked" isn't working on POL099-2013-09-03 x64
Posted: Sun Jun 22, 2014 5:19 am
by Harley
RusseL wrote:download sources from svn and build new version of pol binary
I understand, that its very easy for people, who engage programming, but i'm not, and don't know how to create it. If it's not hard, can u upload last version of core? I will be very grateful to you
Re: Member "locked" isn't working on POL099-2013-09-03 x64
Posted: Sun Jun 22, 2014 6:25 am
by RusseL
Harley wrote:RusseL wrote:download sources from svn and build new version of pol binary
I understand, that its very easy for people, who engage programming, but i'm not, and don't know how to create it. If it's not hard, can u upload last version of core? I will be very grateful to you
compiling under linux
compiling under windows
Re: Member "locked" isn't working on POL099-2013-09-03 x64
Posted: Tue Jun 24, 2014 2:15 pm
by tomtommy
RusseL wrote:Harley wrote:RusseL wrote:download sources from svn and build new version of pol binary
I understand, that its very easy for people, who engage programming, but i'm not, and don't know how to create it. If it's not hard, can u upload last version of core? I will be very grateful to you
compiling under linux
compiling under windows
Could be nice have a good post with a dettailed guide step by step to compile under windows also with VS2013...
Re: Member "locked" isn't working on POL099-2013-09-03 x64
Posted: Wed Jun 25, 2014 1:39 am
by RusseL
tomtommy wrote:
Could be nice have a good post with a dettailed guide step by step to compile under windows also with VS2013...
I think there is no guide.
You should just open the VS Project file and build it (F9)
Nothing else.