Simple Questions 2

by Eventru

Back to Common Grounds.

Casilu2010-08-18 06:19:24


QUOTE (Lilia @ Aug 17 2010, 11:15 PM) <{POST_SNAPBACK}>
I think you misunderstand. Sometimes after Miriollo gives you a spinneret, it will crumble immediately. I haven't found any sort of pattern; sometimes only one will crumble, sometimes most of them, even sometimes all five.



QUOTE (Kialkarkea @ Aug 17 2010, 09:29 PM) <{POST_SNAPBACK}>
Reset.

Lilia2010-08-18 06:31:23
Okay, I guess I'm the one that doesn't understand. Do you mean that even after you've sold the spinnerets, they still count as existing, so the system thinks there's already five? Meaning I should wait a certain amount of time between making spinnerets?
Casilu2010-08-18 06:38:04
QUOTE (Lilia @ Aug 17 2010, 11:31 PM) <{POST_SNAPBACK}>
Okay, I guess I'm the one that doesn't understand. Do you mean that even after you've sold the spinnerets, they still count as existing, so the system thinks there's already five? Meaning I should wait a certain amount of time between making spinnerets?


No, they reset on an absolute timer. For example, I've had stuff reset in the middle of hunting.It was just their time.
Aicuthi2010-08-18 07:33:38
I need a title(a real one not a silly one). If you can think up a good one I'll give you a special present.
Lendren2010-08-18 10:27:23
QUOTE (Daraius @ Aug 17 2010, 10:41 PM) <{POST_SNAPBACK}>
Does Dramatics FeignDeath actually ever fool anyone?

EDIT: Does it show a deathsight? Does it cause you to appear as a soul in the room or anything? If someone tries to attack you would they be able to still?

No, it doesn't show on deathsight, but if you're in the room when the death happens you don't see the deathsight anyway, so that wouldn't cause it not to fool anyone until they checked with others later -- if they bothered. Yes, they can still attack you. Yes, I fooled someone with it once, but I also threw a vitae illusion into the mix, and even with that it wouldn't fool most people -- it requires a particular combination of being egotistical and thickheaded, along with perfect timing and a good deal of luck. Since the person in question sometimes reads the forum and still doesn't realize I fooled him, I won't mention who.
Kiradawea2010-08-18 13:18:53
The crumbling isn't about the reset timer. It's just... random. An annoying "why is it even there!" resetting.
Unknown2010-08-18 13:40:22
QUOTE (Kiradawea @ Aug 18 2010, 09:18 AM) <{POST_SNAPBACK}>
The crumbling isn't about the reset timer. It's just... random. An annoying "why is it even there!" resetting.

One time I was getting a bunch of spinnerets from Miriollo to give to Dairuchi, and a batch of four just...she handed them to me, and, POOF! How incredibly unprofessional. I should get them investigated for violating workplace regulations and get the whole operation shut down. Then Hallifax can take over the silkworm business, with a hundred servants working tirelessly to manufacture new spinnerets around the clock! We'll be the economic king of the Basin!
Unknown2010-08-18 13:47:35
Tolborolla is overflowing with things waiting to reset on you at the wrong time. sad.gif
Unknown2010-08-18 13:50:36
QUOTE (Sidharta @ Aug 18 2010, 09:47 AM) <{POST_SNAPBACK}>
Tolborolla is overflowing with things waiting to reset on you at the wrong time pain and suffering and tedium. sad.gif
Unknown2010-08-18 15:14:30
Does shrine protection dodge mob attacks completely or is it a damage modifier?

EDIT: Also how long do personal shrine powers last? A day?
Lilia2010-08-18 19:38:15
QUOTE (Phoebus @ Aug 18 2010, 08:40 AM) <{POST_SNAPBACK}>
One time I was getting a bunch of spinnerets from Miriollo to give to Dairuchi, and a batch of four just...she handed them to me, and, POOF! How incredibly unprofessional. I should get them investigated for violating workplace regulations and get the whole operation shut down. Then Hallifax can take over the silkworm business, with a hundred servants working tirelessly to manufacture new spinnerets around the clock! We'll be the economic king of the Basin!


Perfect Hallifaxian response, why didn't I think of that.
Unknown2010-08-18 22:14:11
Shrine protection is partial damage reduction, like a mini-RoA. I think it lasts for one day, but it's been a while since I've used it.
Lorina2010-08-19 04:38:25
Hmm, well, someone deeded a ship to the order, and I was wanting to know how to view that deed and alter it so I am in charge of it? Anyone know? sad.gif
Ileein2010-08-19 04:43:40
It's an Order Representative power, I think. Assuming you're in the list on HELP (I'm not logged in now so I can't check), go to your Master Shrine in the fulcrux. The command uses one of the Shrine verbs, which you will never figure out by yourself, I promise. I didn't, anyway. So, I dunno, I think you can use SHRINE PRIVS or just SHRINE to get the list of commands. I think.
Lorina2010-08-19 04:50:15
Ooo that worked, thanks!
Janalon2010-08-19 08:43:47
CODE
10.6.7 THE MINISTRY OF CULTURAL AFFAIRS

The Ministry of Cultural Affairs is responsible for holding events within the
city or commune, and generally keeping the morale of the citizens high.
Those holding this office are encouraged to come up with innovative, fun
events for citizens. If they are successful, we may support them with
custom code.


Is it possible to have an "organizational quest" proposed through the Ministry of Culture? I have an idea...
Fain2010-08-19 09:04:41
QUOTE (Lilia @ Aug 18 2010, 02:31 AM) <{POST_SNAPBACK}>
Okay, I guess I'm the one that doesn't understand. Do you mean that even after you've sold the spinnerets, they still count as existing, so the system thinks there's already five? Meaning I should wait a certain amount of time between making spinnerets?


Ordinarily, Casilu would be absolutely right.

Quest items are usually on a timer. When the timer counts down to 0, the quest item resets back into its reset room. The player may or may not be sent a message that the item has been reset ("Such and such has decayed in your hands" - or something similar)

In most progs, when something is given out there is also a line of code which pushes its reset back up so that it won't reset immediately. In a couple of badly drafted progs that doesn't happen - and where it doesn't happen, you can bug it (although sometimes it's done deliberately).

I was about to grumble about the progging and suggest you bug it, but then I thought I'd check the prog first. And actually, whenever a spinneret is given out, its reset_time is bumped up. But there is a limit to the number of spinnerets available and a spinneret will only be given out if it's sitting in the area's stockroom waiting to be used. If all the spinnerets are 'out', then you get the message about it decaying.

So yes, the key is to wait until the spinnerets you've already got hold of have reset back to the stockroom before trying to make any more.
Lilia2010-08-19 09:12:27
Thank you so much for answering! I figured it was something funky like that. At least I can stop driving myself crazy trying to figure it out.
Eventru2010-08-19 11:38:02
QUOTE (Janalon @ Aug 19 2010, 04:43 AM) <{POST_SNAPBACK}>
CODE
10.6.7 THE MINISTRY OF CULTURAL AFFAIRS

The Ministry of Cultural Affairs is responsible for holding events within the
city or commune, and generally keeping the morale of the citizens high.
Those holding this office are encouraged to come up with innovative, fun
events for citizens. If they are successful, we may support them with
custom code.


Is it possible to have an "organizational quest" proposed through the Ministry of Culture? I have an idea...


No, players cannot propose quests to their patrons (like Celest's gardens, Gathelta taking cats, Serenwilde's with Nimailt, etc) for submission. They -may- be included at our (collective our) discretion.
Kiradawea2010-08-19 11:40:20
That's a nifty explanation.

But does that mean that it's on purpose that the chips for the Dramube quest tend to reset as soon as you got them? sad.gif (Yeah, I did bug it, but it was never fixed.)