
Pages:<< prev 1 next >>



Fledgling

GroupMembers
Posts10
JoinedSep 13, 2009
Hello, first I write what I want to do:
I have object "Crown of Pain" given by some quest mob, and I want it to be worn about a week after which quest is completed.
Now is the question ;-) - is there any way to check whether this item has been worn for a week?
Item cannot be drop etc.
So my mobprog need to check how long it has been worn
I'm using LOP1.38.
I have object "Crown of Pain" given by some quest mob, and I want it to be worn about a week after which quest is completed.
Now is the question ;-) - is there any way to check whether this item has been worn for a week?
Item cannot be drop etc.
So my mobprog need to check how long it has been worn
I'm using LOP1.38.



Geomancer

GroupAdministrators
Posts1,992
JoinedJul 26, 2005
Well there isnt anything that lets it know when the object was put on so it has no way to know when the week is up. You said that it is an object that you want them to have to wear for 1 week and I assume after that time you want it to vanish off them? or just allow it then to be removed dropped etc...
Well there are of course lots of different things you could go about doing code wise to make it work, anyway it goes you will need to add some timer for when the object was worn and then compare it later to see when it should be allowed to be removed. etc...
Well there are of course lots of different things you could go about doing code wise to make it work, anyway it goes you will need to add some timer for when the object was worn and then compare it later to see when it should be allowed to be removed. etc...


Fledgling

GroupMembers
Posts10
JoinedSep 13, 2009
Ok thanks Remcon. I'll think later about some changes in player files so maybe I put there something...
All my job is to tweak quest :-D
All my job is to tweak quest :-D
Pages:<< prev 1 next >>