PlaneShift

Task Type  ascIDPrivateCategorySeverityStatusOpened byAssigned ToSummaryLast Edited[[changedby]]
Bug Report6190NoEngineMediumUnconfirmedRezso GajdoczyRemoving guilds from alliances (/guildremove)14.10.2013 Task Description

messages.cpp misses another operand?

if(command == “/newguild” || command == “/endguild” || command == “/guildname” || command == “/guildpoints” || command == “/allianceleader”)

 {
     guildname = words.GetTail(1);
     return;
 }
Bug Report6191NoEngineMediumUnconfirmedRezso GajdoczyCommand - /guildmotd14.10.2013 Task Description

Setting guild MOTD is accidently tied to public notes privilege?

guildmanager.cpp

  if ( ! IsLeader(client))
      if ( ! CheckClientRights(client, RIGHTS_EDIT_PUBLIC, "You do not have rights to change the message of the day in your guild."))
          return;
Bug Report6314NoPetsMediumAssignedRigwyn SetsonRalph Campbell/pet petname, dismiss is broken19.02.20141 Task Description

the command "/pet Petname, dismiss" stopped working in the last few days.

"/pet $number, dismiss" does not work either.

The following does work:

/target Petname
/pet dismiss

Bug Report6332NoClient start-upMediumUnconfirmedRigwyn SetsonCrash starting client14.05.20143 Task Description

This is kind of stupid, but I noticed that if you run pslaunch, then click on “Play” before the client version and launcher version is displayed, the client will crash. It might not hurt to lock the play button until the launcher is fully initialized. Its a small bug, but probably quite easy to fix.

Bug Report5778NoUser InterfaceMediumUnconfirmedRii Rii/join /leave don't match25.09.20123 Task Description

Accorind to the /help menu, " should be able to say "/join 0" and then "/leave 0", but /leave does not leave "0". Intead it says, "Please specify a chennel hotkey number to leave". Am I supposed to know what a chennel hotkey is?

Bug Report5782NoCombatMediumUnconfirmedRii Riichanging weapons in battle doesn't work22.10.201222 Task Description

If I have no weapons while in battle and I take out swords, I continue fighting with no weapons. If I stop attacking and then start again, the swords get used.

Bug Report5786NoModels and MapsMediumUnconfirmedRii RiiDungeon darker at night23.09.2012 Task Description

I think the dungeon is darker at night. I need a torch then. This makes no sense.

Bug Report4191NoQuests DynamicsHighNewRlyDontKnownpc synonym musn't occur in a trigger12.08.2010 Task Description

if an npc synonym occurs in a quest trigger, it'll break that trigger because incoming messages will be replaced by the more_general value while the trigger still expects synonym.
therefore the quest parser should refuse such quests as they're obviously broken or at least throw a warning about such occurrences.

Bug Report4221NoToolsHighAssignedRlyDontKnowTaladAngelamissing Terms of Service05.08.20103 Task Description

there aren’t any terms of service on the website and consistently the user doesn’t have to agree to them at any point.

this is a big issue in my opinion as the user isn’t strictly bound to such terms and therefore cannot be accordingly punished in case he’s causing really bad issues.

Bug Report4236NoGuilds/GroupsMediumNewRlyDontKnowdr updates sent for group members without actors14.02.201411 Task Description

the server send DR updates to all group members even if the actor causing it is not in range and therefore the target client doesn’t have an actor associated with it.
this results in a “Stat request failed because CelClient not ready for EID:xxxxx” for each movement of the group member that is out of range.

Bug Report5813NoModels and MapsMediumNewRoman YagodinAbacus icon in "Kilas wants his Abacus Back"09.02.201321 Task Description

1) Abacus quest item in “Kilas wants his Abacus Back” looks like some sort of globus…

2) It is not clear from Crosh’s explanations, that numeric base he uses with 7-th beads abacus. It can be both 7 or 8, so right answer may be 64 (base 8) or 49 (if base 7 is used). If base 7 is used, the whole beads line is moved back (left) in same operation with moving its last 7-th bead to the right. Same alhorithm is used in real Russian abacus, which have 10 beads in a line for 10-th base calculations.

Maybe, 2) is not a bug, but it requires some more “out of game” explorations, than player may expect, or just “brute force” enumeration of possible aanswers. So, Crosh’s explanations about his calculations must be more clear:

Now: “When they’re all to the right, I move them all back and move bead in a second line…“
Must be like: “When they’re all to the right, and I need to count one more day, I move them all back and move bead in a second line…“

Bug Report5816NoRendering IssuesMediumUnconfirmedRoman YagodinHydlaa lights become wrong after moving between locatio...11.08.201411 Task Description

lh3.googleusercontent.com--kh0bmqzraeuiu5edagebiaaaaaaaaag0ocotvq6wswss790shot02.jpg

This can be fixed with brightness increse / decrease, but still wierd.

Ubuntu 12.04 x86_64 on AMD A10-4600M with latest Catalyst 12.8

Report data:

51.0737 2.32624 -133.063
0.416704 -0 0.909042
-0.184466 0.979195 0.084559
-0.890129 -0.202923 0.408035
"hydlaa_plaza"
0

Bug Report6240NoEngineMediumUnconfirmedRoman YagodinBook use commands mess21.11.20131 Task Description

For crafting book /use command equips book in mind slot - and it’s OK, I think.
But how to open crafting book for reading, as of RMB click in inventory?

Then dragging a book from inventory to shortcut window, /use command is created.
But /use command for common book just results in a book, equiped in righthand slot (in case it’s empty).
Book isn’t opened for reading nor writing, so where is no result of using it. So no /use…

After equipping a common book in a hand slot, /use [slot-name] command just kills the psclient… This one really unexpected :(

/write [item-name] command syntax not working on a writable book, resulting message is: “You cannot write on this item” -
but this syntax described in a Help window! And /write [slot-name] syntax works as expected.

I think it’s clear that /read command for a books must exist to make complete set. Some use cases:

* want to read any book - use /read [item-name] or /read [slot-name]
* want to write to a writable book - use /write [item-name] or /write [slot-name]
* want to equip / dequip any book - use /equip and /dequip commands

Sane default results for /use command:

* Crafting book - equip in a mind slot.

It's a reference book, to take a look from time to time in a crafting process, after all.

* Common book and writable book - open book reading window. Using a book in a real world means “read it”.

Other "uses" (as a blunt weapon, fuel, press-papier, etc.) are less common.
Bug Report6472NoUser InterfaceMediumUnconfirmedRoman YagodinNPC dialog shows NPC's public phrases20.05.20141 Task Description

Often then I'm trying to speak with NPC using "new" NPC dialog, on activate it shows NPC's reply bubble with a common public phrase (instead of [private] quest choices).

Think that NPC speech bubble should be displayed only for NPC's replies on quest choices / answers. Rule is simple: no quest choices made in dialog session = no need to show NPC reply bubble. All other NPC talk should be directed to the chat.

Bug Report7793NoQuestsLowUnconfirmedRykiaCompleting the lava cave isn't recognized by Raithen.26.02.20231 Task Description

Quest: The Arrivals
Entering and completing the lava cave isn’t recognized by Raithen. I’ve been there twice, but only used the exit once after crossing the magic stones.

Bug Report7862NoBugtrackerLowUnconfirmedRykiaThe Honey and Sapphire Orilliphia Syrup icons appear to...30.06.2023 Task Description

Suggest making one of the icons for these a different color: Honey / Sapphire Orilliphia Syrup.
Currently they appear to use the same icon.

Bug Report7870NoBugtrackerMediumCould not VerifyRykiaAdding 3 lumps of butter to Preparation Table may cause...29.10.20234 Task Description

Adding 3 lumps of butter to the Preparation Table next to Orchibaly in Oja, seems to cause the server to crash. One and two lumps at a time work as expected.This has happened a few times today, but it may be possible that a DEV is also working on something at the same time.

Bug Report7925NoGUILowReady to testRykiaTwo Crystal Way Spells now have the same shortcut icon13.03.20241 Task Description

The following Crystal Way spells have the same shortcut icon.
Blessed Litany
Prayer

Bug Report7937NoBugtrackerLowUnconfirmedRykiaBe able to see several text lines in all chat windows a...12.11.2023 Task Description

Be able to see several text lines in all chat windows after returning from a crash or logging out.
This was available in Legacy. Can it also be available in PSU?

Bug Report6410NoCraftingLowNewSajut FogilRepair Armor: /repair legs instead of pants25.04.20141 Task Description

The description of the “Armor Repair Kit” says
“To use it equip the armor and type /repair <location> in the chat window. Example /repair boots ,/repair torso ,/repair gloves ,/repair arms” according to the examples it should be /repair pants to repair the “<armor type> Pants”.

Bug Report6776NoItems CharacteristicsMediumUnconfirmedSajut FogilTuathanachBow Prices20.01.20151 Task Description

I crafted two bows, the NPC-Price for the Enkidukai Shortbow (needs lvl 20 in bow making and more material) seems to low.
Enkidukai Hunting Bow, Q170; 1588 Tria
Enkidukai Shortbow, Q193; 1531 Tria

Bug Report7226NoUser InterfaceLowUnconfirmedschluopening small inventory window from the furnace window ...07.03.20233 Task Description

Select furnace, click on “look” icon. In opened window none of the icons open your personal inventory… Some of these Icons also got the wrong description when hoovering them

Bug Report4603NoCharacters AnimationLowNewSenOdd enkif sneak animation09.02.20136 Task Description

The sneak animation of Fenkis is broken since.. I think years now. After trying out the new cool transparent-feature while sneaking looked it to me like the Menki one is broken, too? (fixed)
Anyway, already the broken Fenki animation looks a bit annoying :P (It looks like side-stepping while walking)

Sen

Bug Report3684NoInventory/ItemsMediumSeytraSuilenshNPCs don't accept split stacks traded11.01.20105 Task Description

When an NPC wants more than one item, but you have the items in different slots (even containers, like when your inventory is full and you can’t easily make room for the full stack), the trade won’t complete, even if the total sum of all items traded is the right amount. It should not matter if you give an NPC a stack of 63 items or ten stacks of ten items plus one of three, or seven of nine( :-) ), etc..

Edit: they also don’t get given the items when they’re in the right amount but in different stacks / sacks in the inventory. One gets “You have to give manually, because you got too many items” instead. /Edit

Bug Report3685NoNPC DialogLowAssignedSeytraVenalanOK, OK, OK.... abbreviations everywhere21.12.201071 Task Description

In the NPC dialogs, there are several instances of modern-day abbreviations like "OK", "info" or "wow" (may be acceptable) being used. For example, in Fruntar's "Schaeminare soap" quest you can respond with "OK, where do I get this soap." (should be a question mark there, too). Also, in "A wife's dilemma", you can say to Tilavi "Ok, what kind of deal?". Maybe one could run a database search for "OK", "Ok", etc. on the NPC/quest responses to find all occurences?

Bug Report6729NoCraftingMediumUnconfirmedShafaragornVenalanBow making interruptions for nonexistent movement11.02.201661 Task Description

When working on bow making at the Arena smith table: if you /use the table, when the progress bar shows that you are done, instead of being done with whatever you’re doing, you get a message that reads “You interrupted your work when you moved away” without having moved at all.

I’ve repeated it multiple times working on a few different things, but haven’t tried at any other smith tables yet.

Bug Report5204NoBugtrackerMediumUnconfirmedShinobu MaeharaWhen receiving a bugtracker account, a non-existing ver...02.12.20211 Task Description

When I received the account confirmation message in my inbox, and then clicked on the link, it asked for a verification code.
But there was no textbox to enter the code, and it wasn’t in the message sent. Fortunately the login turned out to work just the same - all mention of verification codes should be scrapped.

Bug Report6262NoEngineMediumNewSimoneDavide VescoviniResurrecting MOBs26.01.201461 Task Description

When you try to kill some kind of MOBs, usually humanoids, with the ability to heal themselves, they keep resurrecting.
You can easily see this in Camp Banished. When the foe reachs a health threshold it starts casting healing flash several times. It seems that there is a sort of queue filled with the spells, and the foe keeps resurrecting until you kill him in a moment he is not casting the healing spell.
This is the opposite of the previous behaviour where the opponent was just dying several times.

Bug Report6362NoEngineMediumUnconfirmedSimoneWrong message with analyze dweomer08.03.2014 Task Description

If you drop an item from your inventory while you are casting analyze dweomer on an another item you receive the message that the item you are identifying is already dead.
For example here I was analyzing Fire Bones Mercenary helm. When I dropped from the inventory another helm I got this message.

(11:09:55) >You start casting the spell Analyze Dweomer
(11:09:59) >Fire Bones Mercenary Helm is already dead.

Bug Report5869NoMovementMediumUnconfirmedskPermanently exhausted when dismounting rivnak14.01.2013 Task Description

First - It seems there is a delay in stamina measurment, so what can happen is that you are moving, getting low on stamina, you stop moving but even after that you can still get sometimes “You are exhausted” message. This is more a feature than bug, but I think it is important in this case. So now what happened:
I was riding a rivnak and got low on stamina. I continued riding and reached my target destination before I had actually run out of stamina, but I was very low at the time. I dismounted the rivnak and around this moment I got “You are exhausted” message. After I dismounted I couldn’t move - the game was saying that I was exhausted. I couldn’t cast spells or do anything that is prevevented when you are exhausted. However, the game was displaying I have full stamina (After dismounting a pet there is a small delay before your health and stamina values are updated to be on par with the current values.) and this did not change even after two minutes I was waiting. So the game still though I am exhausted - mounting again the pet did not help. Client restart helped of course.
I think that the problam may be somewhere between delayed “you are exhusted” message and after dismount stamina and health synchronization. It seems that when you receive in right (or wrong :) ) moment the exhaused message the synchronization after dismount fails in some way resulting in character being viewed as exhausted permanently.

Bug Report5316NoCrashesMediumUnconfirmedslyclient is crashing04.04.20133 Task Description

My client is crashing when my char sees a Magic Wand user. I’m on a Mac. I suppose its caused by those new Master Wands. This is very nasty…

Bug Report6920NoQuestsMediumUnconfirmedStalfosA Sapling of Xiosia - Does not complete when completing...11.03.20223 Task Description

I’ve completed the child quest that looks for the Boss around Gugrontid, but Sapling of Xiosia hasn’t completed as well.

Bug Report6924NoCraftingMediumUnconfirmedStalfosCooking with Minerals Conflict14.01.20191 Task Description

The book shows

Powdered [Raw Material]
Grind [Raw Material] into Powdered [Raw Material] using Alchemist Table with Wooden Mallet
Hammer [Raw Material] into 3 Big Chunks of [Raw Material] using Alchemist Table with Wooden Mallet

Both using Alchemist Table with Wooden Mallet
When only the 3 big chunks is correct

Bug Report6928NoQuests DynamicsMediumUnconfirmedStalfosNalri Looks Radiant Inconsistency01.02.2019 Task Description

When showing Levrus the Bronze Bands you can ask him to remove the magic, but when you return them to Nalri there are only options to say “You must see Levrus, he will remove the magic” Or “If you stay away from the objects, it will go away”

Bug Report6930NoSpell FormulasMediumUnconfirmedStalfosMagic Staves always blocked23.10.20221 Task Description

Magic Staves, like the Staff of Empathy/Aurora are always blocked unless they miss.

I’m not sure which weapon skill they use, but they are even blocked by dummies

Bug Report6932NoGame BalanceMediumUnconfirmedStalfosBlue Cohosh Root area barely big enough to harvest twic...15.04.20202 Task Description

The are for harvesting Blue Cohosh Root is so small that you need absolute precision to harvest a second time, without “You cannot harvest in the same place twice in a row”.

It’s possible but takes longer to find the right spot, the area needs to be bigger.

Bug Report6934NoInventory/ItemsMediumUnconfirmedStalfosChests sometimes give 0 ingots -and say they gave some11.03.20201 Task Description

When opening a chest, sometimes it will say “you find some ingot”, but give you none.

Seen it on Reinforced chest, sure I saw it on a different chest before as well.

Bug Report7215NoGUIVery LowUnconfirmedStalfosFailed equips from containers, make items invisible16.05.2021 Task Description

If you try to equip an item from a container into an invalid slot, the item becomes invisible till you reopen the container.

Bug Report7311NoQuestsVery LowUnconfirmedStalfosGugrontid Legend quest - approaching Stalg does not fin...11.03.20222 Task Description

Approaching Stalg does nothing to the quest, can’t complete.

Bug Report7315NoCharacters AnimationVery LowUnconfirmedStalfosYlian Male Neat hairstlye - hair seems to deattach as i...24.09.2021 Task Description

While running parts of the hair seem to bob up and down without being attached to the rest of the hair, more noticeable while sprinting

Bug Report7370NoBugtrackerLowUnconfirmedStalfosIntroduction to Crafting doesn't update wallet12.06.20222 Task Description

The console says you received 4 circles, but the wallet won’t update until you complete another quest. Comnpleting Harnquist is Hungry for example says another 4 circles in console, and wallet updates to 8 circles.

Bug Report7764NoClient start-upVery LowUnconfirmedStalfosTiny text in Main on startup14.02.2023 Task Description

There is tiny unreadable text in the Main tab of the chat, if you have font size 0 for Chat Text. Any chat that comes after it is fine, and it becomes readable if you change Chat Text Size, even if you change it back to 0 again.

It is the “<Player> just joined PlaneShift” text

Bug Report7883NoCraftingVery LowUnconfirmedStalfosCrafting shows 2 different exp for 1 action30.09.2023 Task Description

These 2 values for experience should be merged for a less verbose log.

Bug Report7889NoGUILowCould not VerifyStalfosItems sometimes dropped instead of moved into container07.01.202471 Task Description

When moving items into bags or around within a container it can instead be dropped onto the floor or wall where the mouse cursor landed.

Bug Report7890NoGUILowUnconfirmedStalfosShortcuts only remember 5 commands09.03.20243 Task Description

Any other commands are deleted

Bug Report7911NoCombatLowUnconfirmedStalfosPet refuses to attack27.10.20231 Task Description

It says the pet has successfully targeted the creature , but will not attack with /pet attack. This is on One-Eyed Rats that can be killed by player, shows the same error on Kikiris mind you, that can’t be killed by player.

Bug Report7916NoModels and MapsLowUnconfirmedStalfosInescapable Hole30.10.2023 Task Description

ojaroad2 457484 -324254 12385

Bug Report7917NoGuilds/GroupsVery LowUnconfirmedStalfosGuild members show offline when in /who31.10.2023 Task Description

Also says in Main chat “Guild Member just joined Planeshift” yet has a No under Online.

Bug Report7920NoNPC DialogMediumUnconfirmedStalfosWithout a way - tell me about circles bug.31.10.2023 Task Description

The first time a character does With a Way Levrus asks what thier favourite way is then there is an option of “Sure, you already told me about Circles” which Levrus does not recognise.

Bug Report7921NoInventory/ItemsVery LowReady to testStalfosCompleting Levrus Rat Eye lets you pick from 2 identica...13.03.20241 Task Description

You may pick Energy Glyph or Energy Glyph. And it should be Levrus’ Rat Eyes

Showing tasks 251 - 300 of 655 Page 6 of 14<<First - 4 - 5 - 6 - 7 - 8 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing