Search found 25 matches

by starlightknight
Tue Apr 15, 2014 5:51 pm
Forum: Bugs
Topic: Swirling Vortex in Valkurm Dunes
Replies: 0
Views: 1626

Swirling Vortex in Valkurm Dunes

I'm seeing an interesting issue with the Swirling Vortex in Valkurm Dunes after updating the server code this morning. The swirling vortex appears to be off by one on npc_id, and yet isn't at the same time. When I click on the Swirling Vortex, the server tries to load: [18:38:15][Debug] CLIENT Starl...
by starlightknight
Sun Apr 06, 2014 6:31 pm
Forum: Bugs
Topic: Debugging Work: The Palborough Mines Elevator Issue
Replies: 4
Views: 7535

Re: Debugging Work: The Palborough Mines Elevator Issue

a little background info: every now and then a client patch will shift all the npcids in a zone (usually by 1). since nobody has set up a way to keep all these ids in a single centralized place, whenever a zone changes, it has to get updated in like 4 different places, and sometimes one will be for...
by starlightknight
Sun Apr 06, 2014 6:04 pm
Forum: Bugs
Topic: Client Crash When Accepting Missions
Replies: 1
Views: 1669

Client Crash When Accepting Missions

So I've been starting to toy around with the city missions now, and I keep getting a client crash when accepting missions. This seems to happen every time I finish accepting a mission from the gate guard, right when it would normally add it to my mission log. I have seen this in every San'dOria miss...
by starlightknight
Sun Apr 06, 2014 5:43 pm
Forum: Bugs
Topic: Debugging Work: The Palborough Mines Elevator Issue
Replies: 4
Views: 7535

Re: Debugging Work: The Palborough Mines Elevator Issue

A solution has been reached for this. As I expected at the end of my investigation notes in the original post, the elevator code is trying to move the wrong NPC. I noted at the end of my notes that I thought the next npc up in npc_lists.sql was actually the elevator based on my debug logs, but didn'...
by starlightknight
Sun Apr 06, 2014 12:41 pm
Forum: Bugs
Topic: Debugging Work: The Palborough Mines Elevator Issue
Replies: 4
Views: 7535

Debugging Work: The Palborough Mines Elevator Issue

So I hit the bug with the elevator when attempting to run San'dOria Mission 2-3 (client: 30140319_0) - http://bugs.dspt.info/show_bug.cgi?id=952 Since this bug blocked me from proceeding further without using GM commands, I tried to troubleshoot it further, and ultimately got stuck. So I'm going to ...