PlaneShift

Task Type  ascIDPrivateCategorySeverityStatusOpened byAssigned ToSummaryLast Edited[[changedby]]
Bug Report7985NoBugtrackerMediumUnconfirmedTutharelSome people are reporting that, after a server crash, t...01.01.202411 Task Description

After a server crash, if you don’t restart your game, your log will no longer be updated with what happens in game. This has been noticed by Gonger, Migg, and a few others.

Bug Report7987NoBugtrackerLowUnconfirmedArireareAn Eager Claker Quest teleports to dryken plane06.01.20241 Task Description

after speaking with Sysial you are teleported to the dryken plane instead of the proper location

Bug Report7988NoBugtrackerLowReady to testArireareLori's Little Delivery missing information08.01.20241 Task Description

in the quest Lori’s Little Delivery you are sent to the plaza to get a number on the fountain, there is nothing on the fountain to inspect to get the number for Lori

Bug Report7992NoBugtrackerLowUnconfirmedTutharelMax stamina decreases when I run around the map02.01.2024 Task Description

when I run around the world, my max stamina decreases as the same rate as my actual stamina. It really isn’t a crazy issue as everything works normally but when looking at my stamina as it decreases, it seems to be full the entire time until it finally just disappears and I’m suddenly unable to move.

When crafting, the stamina bar works as intended with the max stamina never changing and only my actual stamina decreasing.

Bug Report8003NoBugtrackerHighFixed pending releaseTutharelArmor/tools never decreases in quality no matter how mu...12.05.20241 Task Description

A while ago I spent some time fighting some enemies, like ~20 hours worth of it over a week or two, and my armor has never decreased in quality. I think this is awful for the item economy. There is never any need to create new and exciting armors since once you have the set you want, you will never need to replace it. Almost every other item you use decreases in quality. I suppose tools could also be lumped into this as they also never decrease in quality no matter how much I mine, harvest, craft, etc.

Bug Report8025NoBugtrackerLowUnconfirmedUadjetOrder of the Keen Edge faction not correctly imported11.05.2024 Task Description

Players who have done the Order of the Keen Edge quests do not seem to have their faction points calculated correctly. Players who have done the quests seem to have their faction listed as 0 (Ignored). I checked the quests, and no faction points are awarded by the quests, even though my logs show that faction points were given. Currently, the quests only give faction_level.

Bug Report5760NoBuild IssuesMediumUnconfirmedJohn Smithstatic src analysis of planeshift15.09.2012 Task Description

I have been playing around with the llvm/clang static source code analyzer (http://clang.llvm.org/get_started.html) for a while, and thought it might be fun to run it on the planeshift source code (svn r8433). Even though especially the c++ analyzer is still viewed as beta quality at this time, the results are interesting and can be found here :

http://lbalbalba.x90x.net/clang-analyzer/planeshift/

Bug Report5213NoCharacter CreationMediumNewRalph Campbelldon't hardcode race to set gender in pawscharcreatemain...16.05.20112 Task Description

Index: src/client/gui/pawscharcreatemain.cpp

— src/client/gui/pawscharcreatemain.cpp (revision 7252)
+++ src/client/gui/pawscharcreatemain.cpp (working copy)
@@ -1012,10 +1012,9 @@

   view->Show();
   view->EnableMouseControl(true);


- //temporary hardcoding needs removal
- maleButton→SetEnabled(id != 9);
- femaleButton→SetEnabled(id != 9);
- if(id==9)
+ maleButton→SetEnabled(currentGender != PSCHARACTER_GENDER_NONE);
+ femaleButton→SetEnabled(currentGender != PSCHARACTER_GENDER_NONE);
+ if (currentGender == PSCHARACTER_GENDER_NONE)

   {
       maleButton->SetState(false);
       femaleButton->SetState(false);
Bug Report5439NoCharacter CreationMediumNewMario RohkrämerRace selection: Collection of issues found in systemati...15.10.20213 Task Description

There are several issues I experienced during testing the Character Creation / Race Selection:

  • Hair style is hard to check if manual rotation is necessary during zoomed view.
  • Male Ylian: blonde/brown are confusing names for face textures, they should possibly be changed to emotions. Blonde 1 and Blonde 2 appear identical.
  • Male Dermorian: Face style “Forehead tatoo …” is too long to be readable completely
  • Female Dermorian: “Medium” style is shorter than “Short” style
  • Stonehammer: Race description still mentions “Stonebreaker”. Many descriptions may need an update after the race renovation.
  • Male Stonebreaker (and others): Hair and Beard styles may need a more descriptive name.
  • Female Stonehammer: Traits seem to be misordered. If “Braids” are the two long upper tails, and “Rivnak tail” should probably be the one long tail, then “Lavvar tail” should instead be the two small low tails? What is a Lavvar, anyway?
  • Kran: I’d prefer visually disabling both male and female gender buttons. Leaving the female activated might be confusing.
  • Female Ynnwn: Face style “White eyes” doesn’t use white eyes. The name should possibly be changed, e.g. “Aged” (in contrast to “Young”).
Bug Report6499NoCharacter CreationMediumNewMario RohkrämerJoe LyonPseudo one-named characters08.06.2014 Task Description

Today I saw two characters with a supposedly empty family name, yet it seems to be present. When you greet them, the system message with a trailing dot looks like:

SelfFirstName SelfLastName greets TargetFirstName  .

According to the log file, it is indeed a whitespace, not an Unicode invisible char.

I wonder if it may be related to PS#6482, but I doubt.

Bug Report6929NoCharacter CreationMediumUnconfirmedLariliThe CC decription tab of ones own character says "Xiosa...23.10.20221 Task Description

In the CC tab it says “Xiosa talks to you through nature,” Xiosa should be Xiosia.

Bug Report7957NoCharacter CreationLowCould not VerifyDaevaornSome player characters do not display the standard summ...12.03.20246 Task Description

When inspecting player characters (via right-click and eye-icon) the paragraph at the end of the description tab that comes with the standard stats and weapons/mnagic skills estimate is missing for SOME characters.

An example being “Duergar Melayk”.

Bug Report4608NoCharacter TexturesLowAssignedMario RohkrämerTaladHiding in Shadows does not affect all body parts equall...10.08.20103 Task Description

There are models where body parts don’t get translucent while sneaking.

One example: Klyros wings.

(Wait for more to be collected…)

Bug Report5398NoCharactersLowNewMario RohkrämerKlyros model: Right hand looks strange15.04.20121 Task Description

The right hand of the Klyros looks like their claws poke through their fist.

Bug Report6598NoCharactersMediumPostponedGlorrandirVenalanDark Wanderer should wear a robe20.09.20141 Task Description

According to Wanderer’s description, he wears robes

Bug Report6710NoCharactersMediumUnconfirmedJoshuaWild Pterosaur Saddle03.12.2014 Task Description

The “Wild Pterosaur” model still has a saddle on it’s back, making it seem not so wild.

Bug Report7324NoCharactersVery LowUnconfirmedAndrewBeard color of Ylian character created in legacy is dif...08.02.202211 Task Description

I could have sworn when I created my Ylian character in legacy it had a dark beard, it shows up with a dark beard in legacy; in unreal the character’s beard shows up as blonde. Seemed peculiar

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 Report6529NoCharacters AnimationMediumUnconfirmedVenalanBoth Hand item attack/equip animation16.07.20141 Task Description

At the moment two handed items appear in a single hand and use the animations for single hand weapons. There needs to be a new set of equip and attack animations for each race for two hand weapons.

Bug Report6808NoCharacters AnimationMediumUnconfirmedCan-ned FoodKran Walking Animation needs improvement08.06.2015 Task Description

Kran Walking is slightly asymmetrical, as though they were afflicted with scoliosis and weren’t treated completely.

Ignore, of course, if new models lack this trait.

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 Report7750NoCharacters AnimationMediumUnconfirmedCarbo BoekRivnak stutters11.02.2023 Task Description

When you ride around on a rivnak, you get these weird stutters. They’re not frame stutters, but the character skips forward. This was tested in Amdenier on roofs and the road.

Bug Report7763NoCharacters AnimationLowUnconfirmedEonCharacter Foot Bent On Steep Hills: Any Character13.02.2023 Task Description

After a player has made a character; anywhere they walk on a steep hill; the foot is bent. Character Creation (skeletal System) glitch.

Bug Report7907NoCharacters AnimationVery LowUnconfirmedDaevaornEnchanting gems rendered as digging animation14.01.20241 Task Description

When using an enchanter my character is digging or lunging.

This should be the same animation as spell casting IMO.

Bug Report7961NoCharacters AnimationVery LowUnconfirmedTrippedOnReality/EnarelDeath Animations Play Inconsistently 04.12.2023 Task Description

Death animations play inconsistently for several NPCs. ex. Rogues in Oja and Cutthroats on Ojaroad, forest aragama on the road between the magic shop and Hydlaa.

Sometimes the animations will play, but most of the time they do not.

Bug Report7962NoCharacters AnimationVery LowUnconfirmedTrippedOnReality/EnarelFemale Stonehammer Fishing Animation and Fishing pole m...05.12.20232 Task Description

The fishing animation for the female stonehammer reels in the rod with the right hand, but the reel on the rod is for reeling with the left hand. This may affect other character models as well.

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 Report6426NoClient start-upMediumUnconfirmedMalunga LeebooPermanent crash on startup after update.02.05.2014 Task Description

Hello everyone!
I have updated my client on 2014-05-01 via launcher. Now game crashes in a few seconds right after loading the world. I can see environment, but my character is not able to move, chat interface is not accessible. After about 20 seconds game crashes and returns to a launcher window. I have tried to clear cache before starting, but it doesn’t help. Using “elves” interface skin by default, but changing to another (scholar) leads to the same behaviour. There was no such issue before an update, but it was some weeks ago, maybe system updates can cause a problem as well. Creating a new character does not help much: I can walk a few steps and then game crashes. After that there is no chance to proceed playing using a brand new char because it starts up already “broken”.
My system is: OS: Russian Fedora Remix 20, 3.8 GB RAM, Intel Core i5 CPU 661@3.33 GHz x 4, OS type 64-bit, Graphics Gallium 0.4 on NVC1, GNOME 3.10.2. Operating system is up to date (all latest updates installed successfully)
Update: I have tried to download a new *.run installer, renamed /home/PlaneShift and /home/.PlaneShift and reinstalled client. Same result: the world is loading, I can see my char standing near Harnquist’s blacksmith area, but GUI is frozen and no movement or animation. after a few seconds game crashes back to launcher window.

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 Report4937NoCombatMediumNewDanielMovement for Ranged not showing when firing long distan...04.04.20164 Task Description

When the monster is somewhat near you, the movement simulating firing an arrow with the bow is showing. However if the monster is quite far away the movement stops showing until either one of you gets closer to the other.

Bug Report5289NoCombatMediumUnconfirmedGregDavide VescoviniYou Must Face Enemy To Attack/You Are To Far Away To at...24.06.20114 Task Description

Not sure if it is just me but I keep getting “You Must Face Enemy To Attack” when im clearly faceing them >

  There are A few Angles At which this happens (Most noticable on a Armored Riverling's right shoulder near the Lake Of Tears, Has also happened on the consumors near the Face Of Stone) 

“You Are To Far Away To Attack” > (standing right next to them, If I time it right I can jump and hit it’s head, but only can hit when jumping)

   I have noticed this On Ojaveda Road 1 Maulbernauts/Vilenaut/Maulberloards (When they spawn in the "vally area of there spawn points") I also notice when I kill them They get suspended Laying down in the air
Bug Report5386NoCombatMediumNewKaerli StronwylleRange of combat messages is FAR too short08.07.20162 Task Description

You can easily shoot with a bow ingame to ranges far beyond the range of combat messages. Mob aggro (and sometimes the archery anim) do not work at such long ranges, either.

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 Report6341NoCombatMediumUnconfirmedDan JohnsonDark Rogue Bug28.03.20142 Task Description

When one kills a Dark Rogue in the BD Mine after having it chase one down towards the main corridor they fall to the ground and then float away. Even after catching up with them one is informed that they are too far away to be looted.

The range seems to be when they are out of range to call for help.

Bug Report6512NoCombatMediumUnconfirmedxolaflame spire07.08.20143 Task Description

when flame spire or animate vegetion kill enemy it swich from agresive to fuldefensive mode , enemy is already dead ant it shall stop atack

Bug Report6853NoCombatMediumUnconfirmedAniroho Aimirrelnot facing target problems with ranged weapons17.07.20161 Task Description

During fight using ranged weapons if the player is attacking a mob but doesn’t face them the arrows are still used but no attack is led and the message about facing the target is shown.

Sometimes attacking with ranged weapons cause the showing of the facing target message and the attacks are not dealt even when the target is near and straight before the player (the arrows are consumed as well).

Bug Report7062NoCombatLowUnconfirmedMichael LoevenCombat Spellcasting seems to allow enemy damage to bypa...13.12.20201 Task Description

There seems to be a problem with how incoming damage is being handled when casting spells in combat. The primary issue appears to be a glitch when casting a offensive spell where the player will loose their combat stance and be treated as out of combat which this seems to have the (hopefully)unintended effect of allowing incoming damage to bypass the players defenses completely any skills / abilities to reduce the damage and even seeming to nullify the effects of the players armor allowing creatures to directly deal massive hits directly to the players hp similar to if they were completely unarmed and unarmored. The result can a normally harmless enemy suddenly dealing critical damage and causing instantaneous death depending on the situation.

Expected behavior would be to not allow melee attacks during spell casting however the player should remain in the selected combat stance to ensure that armor and evasion occurs properly and melee attacks may be automatically resumed after the casting completes.

Bug Report7319NoCombatLowUnconfirmedmarcelnew character attacks ulbernauts no one damages anyone24.10.20212 Task Description

I loaded up as a new Ylian and started with 0 tria, empty inventory…

chatted to a few npcs harnquist , apples… there were no apples(probably had to wait for spawn) , science guy…

then chatted to guards at gate and row over dagger, they gave me a dagger i cant equip…

went to find some ulbers to look at animation.

Bug:the Ulbernaut is attacking me but cant seem do anything to me..

also the pop up chat text pops up all the time in it’s face… ‘is attack, thinks ur weak’

messages all the time right in front of the face…

so now they chase me around and cant damage me…

when it cast stones… there is no effect or spell or animation(that one is prob for me to solve)

Bug Report7566NoCombatLowCould not VerifyKiFunStuSPVP casting errors14.01.20232 Task Description

I am not entirely sure on how this bug is best described.
as the duel system is not releasing the duel flag currently.

But I think while the main duel is active you cannot charge cast a spell using the hotkeys against your opponent while in the default navigation mode.

but you can cast charged spells using the hot keys after pressing TAB and entering combat mode.

I will retest this bug after the duel flag bug has been resolved.

Bug Report7601NoCombatLowNewKiFunStuSJade Clacker03.02.20235 Task Description

Attack Jade clacker
it follows you around but does not attack

Tested in Laanx Dungeon

Bug Report7602NoCombatLowUnconfirmedKiFunStuSDebuff breaks Monster Combat02.01.20231 Task Description

Cast a Debuff like Frozen net or dazzling light

After debuff expires, NPC creature will follow you but not attack

Bug Report7603NoCombatLowNewKiFunStuSThunder clacker03.02.20233 Task Description

Uses ranged sound attack

spams NPC chat tab with Attacks me using normal stance
and
emits A loud thundering noise

Does not actually attack me

Bug Report7604NoCombatLowNewKiFunStuSHP bar not diminishing when using Damage over time14.01.202311 Task Description

Cast poisonous hail storm.
health bar does not decrease even after creature has died

Bug Report7605NoCombatLowNewKiFunStuSOnyx Dagger03.02.20232 Task Description

attack onyx dagger

NPC chat tab spammed with Stares coldy at me
and
attacks me with defensive stance

it did manage to cast a spall that that says
Onyx Dagger drains your mental abilities

it has a residual magic effect on the ground that remained after it died
and still on the ground after it respawned

Bug Report7797NoCombatLowUnconfirmedGongerIn "upper" Hydlaa you get kill messages from the Sewers02.03.2023 Task Description

I was near the Smithy when I received messages like the following:
(22:15:02) [chat] >Fordanot Helsun has been killed by X Y!
(22:15:38) [chat] >Diseased Rat has been killed by X Y!

Bug Report7863NoCombatLowCould not VerifyMohonin DitinThe command '/attack' may be bugged27.10.20231 Task Description

I think the command ‘/attack’ is bugged. I have tried many ways to check weather the bug is there or not, like I waited for the timer on the top left to finish before clicking for another slash of attack, tried to be carefull that i may not be pressing the right click, and ofcourse using Q & E to get the right attack skill. But still many times i get the system message “Command Not Recognized. Use /Help to see the list of available commands”, it cud be like you missed the target, the target dogged your attack etc. Please see that wheather its really a bug or not, if a bug then please Debug it. Thank you.

Bug Report7867NoCombatLowUnconfirmedMewshadSword skill is leveled by 1 practice point at every str...18.11.202311 Task Description

On my character Mewshad: 90 AGI, 75 CHA, 154 END, 55 INT, 100 STR, 90 WIL at 13 lvl in Sword. At every attack, I gain 1 point of practice on the training dummy. This means I need to click 200 times to get to the next level. I also tried to do the “special attack” but same there. I think Endurance and Strength is the reason since before I increased these attribute, sword leveling was faster.

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 Report5242NoCraftingMediumNewnobody specialblade can be removed from hand without disturbing work24.05.20112 Task Description

If you take a heated blade out of your hand while hammering it the work will not be interrupted until the work duration if finished. If you return it to your hand before the work is finished the transformation completes successfully.
THis appears to only work if you replace the item with itself, substituting a different identical item or a completely different item causes an interruption.

Bug Report6035NoCraftingMediumAssignedJThompsonJoe LyonCrafting book bugs: Missing recipes, text not greyed09.08.201321 Task Description

I Was going to make some apple jam biscuits recently as requested by Harnquist but I could not for the life of me find them in any of my cookbooks (I have all four!). Since Harnquist asked for it, I was pretty sure I could make it and took a guess that it should be in the Pastry Chef book that has the jam recipe and open biscuits. With that book in Mind, I was able to make the Apple Jam Biscuits, but I never did actually FIND the recipe. I checked with another cook just to make sure, and she couldn’t find it either. She also pointed out that the Bread with Apple Jam is also missing (the other Bread with Duppong/Teveran/Macca/Joopiner Jam and Duppong/Teveran/Macca/Joopiner Jam Biscuits, as well as the Bread with Butter and Buttered Biscuits are also missing.)

In the Making Enchanted Armor book I discovered that the skills you cannot do are not grayed out (AFTER I tried something, was told I didn’t have the skill, and looked more closely at my book! It does say the usual “WIth higher skill you could blah, blah, blah” but it’s the same color as the rest of the text).

Showing tasks 51 - 100 of 652 Page 2 of 14 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing