Page 1 of 1

guige strap issues

Posted: Sun Feb 15, 2015 7:23 am
by Yemin
On one of my characters Xand his guige strap is misbehaving.

You sling your shield over your back.
You stop using a rose tinted steel heavy shield set with aquamarines.
There is already one in there.

I used to be able to fix this by just unslinging or slinging a couple of times regardless. but I'm having real problems with this item now all of a sudden.

Re: guige strap issues

Posted: Wed Feb 18, 2015 8:04 pm
by Talos
Are you making sure to use the keyword 'shield' in full when dealing with this item?

Re: guige strap issues

Posted: Thu Feb 19, 2015 1:01 pm
by Yemin
I was in way of that I have an alias for it. But I managed to get it back to the status quo of multiple slinging / unslinging for it to begin behaving normally again.

Re: guige strap issues

Posted: Tue Jun 16, 2015 8:07 pm
by Harroghty
The guige strap works on a QBIT that you can break, but repair fairly easily. The ways you might break this are if you were to:

Code: Select all

put shield guige
and then...

Code: Select all

get red guige
(using any keyword for the object other than shield or its type of shield [rondache, heater, etc])

...because now it will remove the object from the guige, but not remove the QBIT which tells it that something is inside of it. You should be able to repair it by simply doing...

Code: Select all

get shield guige

Re: guige strap issues

Posted: Wed Jun 17, 2015 1:07 am
by Yemin
Thanking yous mister knight man :)