PlaneShift

Task TypeIDPrivate  descCategorySeverityStatusOpened byAssigned ToSummaryLast Edited[[changedby]]
Bug Report7755NoBugtrackerLowNewHaviland TenouriHelp chat is broken17.02.202311 Task Description

Messages to the help channel get lost, as if they were never written

Feature Request7810NoGuilds/GroupsLowNewHaviland TenouriTarget user from group list11.03.20231 Task Description

It would be nice if I could target a player with clicking his name in the group list

Bug Report7823NoEffectsLowNewKiFunStuSWater sounds being triggered where there is no water06.04.20234 Task Description

Walking bewtween

bdoorsout 105031.05 -749570.19 18103.3
to
bdoorsout 103880.74 -747535.50 17163.17

causes water sounds, does not always trigger,

1:50:30 on the stream is hopefully the right time
https://youtube.com/live/oG0gW69eDKE

example caught on video Will update with a new time stamp after stream has finished if I hopefully rememeber

Bug Report7824NoModels and MapsLowNewKiFunStuSNPC in the wall06.04.2023 Task Description

bdoorsout 98297.60 -753749.51 22772.97

I think its a thunder clakcer

Bug Report7950NoQuestsLowNewTaladQuest phrases to remove at certain steps30.11.20231 Task Description

As reported by Stalfos

“Something’s Brewing” If you accept Narwin’s drink ““Thought you’ nev’ offer!…” the other option doesn’t disappear: “How many times must I tell you,…” you can’t get the kegs until you click it. Later Jarda also has both options available, the drunken and sober speech options.

“Kimlorm Needs a New Prayer Book”, “Kimlorm sent me” remains an option after you have clicked it.

Bug Report7990NoInventory/ItemsLowNewDaevaornMissing/Wrongly displayed CHR buff on Shiny-enchanted j...05.01.20241 Task Description

The item description of a “Shiny Major Gold Diamond Necklace” states that the item has a (base-?) buff of +3 CHR.

It hasn’t when equipped.

Either the description of the buff effects need a fix.

Feature Request3053NoVery LowPostponedAmandaRizinMake Tents Buyable.30.06.201432 Task Description

It would be nice to be able to set up camps for roleplay purposes.

Feature Request4318NoCrafting TransformationsMediumPostponedOliver NothersImplement Brass29.03.201435 Task Description

Since there is bronze (and more and more people work with it), and there is also zinc besides the tin to possibly combine with the copper - make brass available.
What other use was there for zinc anyway?
The actual mix should be similar to bronze, with zinc in place of tin to go along the copper.

Would also be great if there were finally possibilities to craft something out of those alloys…

Bug Report5173NoQuestsVery LowPostponedResildrendrJackMaster in the Circle Way quests22.12.20133 Task Description

Upon completion of the without a way quests ( In my case Crystal Way ) govell sends me to Levrus log:

[NPC] Govell Mihdren says: This will prove the mastery you gained in the Crystal Way.
(06:14:52) [NPC] Govell Mihdren says: Make a good use of it, Resildren.
(06:14:55) [NPC] Govell Mihdren says: And take this.
(06:14:58) [NPC] Govell Mihdren hands you an amulet.
(06:15:00) [NPC] Govell Mihdren says: Bring it to Levrus, one final lesson awaits you there.

but Levrus will not accept it, to make sure I completed my leveling (200) and returned, and he will still not accept it?

I’ve talked to other masters of the other ways and this seems to be a global problem, is this just not implemented yet, or is it a bug?

Feature Request5248NoNPCMediumPostponedMario RohkrämerKormi not yet used: How about a "shy herd" tribe?22.07.201332 Task Description

When the GSoC was successful enhancing the tribe code, it could be interesting to create one or two of Kormi which try to avoid approaching players but stay together.

That may require organising a witch hunt / drive hunt as strategy, which may support grouped activities.

Feature Request6244NoEngineVery LowPostponedErodare LenizusDrop Skill Button07.12.201371 Task Description

On Skill window, add a button to drop the selected skill, with a Yes / No confirmation.

This would execute the equivalent of “/setskill me <skill name> 0” (or something close to that) removing all training, practice, rank, etc.

Would do nothing on stats / factions tabs.

This would allow players to remove skills they’re no longer interested in, don’t fit the character they’re developing, deprecated skills, not-yet-implemented skills, or skills acquired from the character generator that the player considers extraneous or unnecessary.

No compensation should be given for the lost ranks, practice, etc. and that should be stated in the confirmation dialog, along with a clear advisory that the action is permanent and irreversible.

Unless we’ve sweet talked a GM into doing it for us, we often have extra skills with a rank of 1 or 2 that we may have inadvertently trained or practiced and they clutter up the list view of skills, as they’re not suppressed by the Filter feature.

Bug Report6598NoCharactersMediumPostponedGlorrandirVenalanDark Wanderer should wear a robe20.09.20141 Task Description

According to Wanderer’s description, he wears robes

Feature Request6891NoGame BalanceMediumPostponedDaevaornDavide VescoviniMake progression points useful beyond stats training15.04.2020 Task Description

Once you’ve maxed your stats, currently there’s no more use for progression points/XP. It’s just an endless counter going up and up and up.

How about:

  • adding PP prices to the money you have to pay in special attack quests? (”Sorry, but you don’t have enough experience to learn this, come back later and I’ll show you how it’s done.”)
  • having to pay in PP more than in Tria for the temporary knowledge bonuses?
  • consuming progression points if you craft something with a special modifier (and in turn only allowing you to do so if you have some to spare)?
  • add more temporary buffs (for example for stats or more directly as bonus HP/MP, increased HP/MP regeneration) that are paid for only in PP or with much lower tria costs.

I am aware that it probably requires quite some additions to the quest scripting and other places and is by no means a trivial change, but I thought it may add to the medium- to long-term development deliberations. To me progression points feel like a loose end, now that they lost their purpose in skill training.

Feature Request7063NoUser InterfaceLowPostponedYorlakShortcuts should be different for each character on acc...21.11.202211 Task Description

Log in with main char.
create shortcut
log out
log in with another char.
shortcut created with main character shows on all alternates.

Log in with separate account
shortcuts from main account are also transferred to here

Feature Request7180NoCombatLowPostponedTaladTaladTuathanachScripting function "GetItem" inside <on type="attack"> ...07.03.2021 Task Description

Example found in all Alchemist items, example Alchemist Freezer

Error on console is:

Error in ><let> bindings<: Given a NULL iScriptableVar* for >RightItem<.

The scripts are run through : ApsCharacter::InvokeAttackScripts()
The first thing is to execute this script part:
   RightItem=Attacker:GetItem(0);
   QuaLevel=RightItem:Quality/50;
 In a similar case with GetItem(0) but outside of <let> we get MathStatement::Evaluate() with RightItem=nan , it works.
Feature Request7469NoNPCLowPostponedKiFunStuSAssisting Gardr : Quest Bug 02.09.20223 Task Description

When i open dialouge with NPC I get the speech option to hand in the 3 plat steel maces of high quality.

I get no information in the NPC chat box on the left.
I do get an error message in the Standard Chat box

You have too few plat steel mace.

I have tried a stack of 3 , 3 single maces
and I have tried manually giving 3 plat steel maces.

All attempts have failed to complete the quest

Bug Report7715NoModels and MapsLowPostponedKiFunStuSpots out of place by stalag02.02.2023 Task Description

the pots are all out of place. wrong angles and height.

gugrontid 73779.85 -489821.34 10714.60

Can be delayed until after migration..

Bug Report7738NoModels and MapsLowPostponedTrippedOnReality/EnarelTuathanachMissing textures25.02.2023 Task Description

There appear to be some missing textures (or they are backwards as there appear to be some invisible walls around the entire structure) here:
large_west -58518.71 -312790.81 16869.62

Feature Request7895NoRendering IssuesLowPostponedDaevaornNightvision ability not working inside dark buildings23.10.20231 Task Description

The nightvision effect (cool stuff BTW) does not actually improve sight when inside a very dark buildinig, e.g. the Amdeneir tavern.

(One can of course argue in terms of realism, that nightvision needs residual light to work, but I counter that with the fact that any publicly accessible building should have more than enough residual light. – It should have enough light not to require that ability in the first place!)

Bug Report4484NoEngineMediumCould not VerifyJonUnable to pick up quest item when inventory full.17.12.20204 Task Description

I was trying to do the Jolik’s Letter quest. My inventory was full when he handed me the letter, and I dropped. By the time I dropped something from my inventory, the letter was gone. Now I am stuck on this quest.

May be related to  bug 3712 .

Bug Report7090NoQuests DynamicsHighCould not VerifyTaladTaladSometimes the list of quests is not correct, it contain...17.02.20211 Task Description

Redo quest/events implementation to send/receive, also remove XML.

Bug Report7458NoBugtrackerLowCould not VerifyKiFunStuSCombat targets showing from different areas28.08.20221 Task Description

While at harnquist in Hydlaa I am able to target creatures in the arena.

very confusing and weird.

Bug Report7483NoGUILowCould not VerifyKiFunStuSSkills appearing incorrectly25.09.20221 Task Description

Goto NPC , Pay for Drawing Lessons.

Skills Tab under Jobs shows previous Drawing +green temporary level.

when quitting game and reloading, it shows correct normal value of total drawing level.

Bug Report7487NoQuestsLowCould not VerifyHaviland TenouriBroken Quest "Get a Performance" (Roya)24.09.20222 Task Description

After getting the quest from Roya go to Brado and tell him “You might find this useful to you.”. He will not answer (or rather the anwser is empty) and you can not continue the quest.

Bug Report7491NoPetsLowCould not VerifyTaladTaladYou should not be able to summon your pet in the Death ...08.10.20221 Task Description

no task description

Bug Report7515NoWeatherLowCould not VerifyTrippedOnReality/EnarelSnow/Rain inside Guild House21.01.20243 Task Description

Snow and rain happen inside guild houses. Lighting also appears be affected by day/night cycles. Not sure if this is related to FS#7424 - guild house: no collision detection inside guild house.

Bug Report7539NoBugtrackerLowCould not VerifyDamolaClears chat line on entering ]14.01.20237 Task Description

# How to reproduce

Enter some text followed by “]”

# Actual result

PSUnreal clears the chat line

# Expected result

“]” appears on chat line.

# Use case

Use [] for OOC comments in /tell or (rarely) in main.

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 Report7611NoUser InterfaceLowCould not VerifyZomPassword Save Error19.12.20221 Task Description

When you click remember Password the password looks like it is being duplicated then saved and then will not work.

Bug Report7625NoModels and MapsLowCould not VerifyKiFunStuSGobo Root in the sky29.01.20233 Task Description

gugrontid 70530.35 -47897.44 10719.28

Bug Report7661NoQuestsLowCould not Verifyferretquest from krestal dhusho does not complete14.01.20231 Task Description

quest deliver a letter, from krestal dhusho does not complete. delivery to mr yasoj completes without words. but the letter to kora windstone is rejected. she does not accept the letter at all and krestal dhusho is unable to complete the quest without that delivery being accepted.

krestal is in hydlaa plaza . pos 207830.66 -335409.66 10595.37

mr yasoj is in fact benack yasoj . pos akk central 538320.75 -370447.25 15354.24

kora windstone is in the wilds of bronze doors 2 road

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 Report7866NoMovementLowCould not VerifyMario RohkrämerMouse pointer is not clamped to current pixel while usi...12.07.2023 Task Description

When I walk forward using W, I need to use mouse-look to turn around while walking. Walking a winding stair, I need to keep turning and turning while walking … until suddenly the mouse pointer left the game window. (Running the game in Windowed mode.)

The mouse pointer should not move in the game window while I press a mouse key to look around.

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 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 Report7914NoCraftingHighCould not VerifyDaevaornDropping an item in an occupied container slot doesn't ...07.12.202372 Task Description

affected version: 0.7.38 (couldn’t be set yet as the version)

When trying to drop an item on an occupied container slot, the item remains “in limbo”, i.e. nothing happens.

This affects crafting severly:
Shift-clicking a stack placed into a container, you have always been able to “fan out” stacks of items in containers for crafting processes that would individually change quality (thereby averaging the random factor of the process).
This is no longer possible.

Bug Report7939NoCrashesCriticalCould not VerifyDaevaornItems keep randomly disappearing form containers in gui...22.12.202361 Task Description

When I learned about the new transformation mode I took it upon myself to clean up our guildhouse.

In the process I removed many old items from the map and stored them in containers instead.

While I did this occasional crashes happened, which on returning seem to have deleted items stored in these containers.
I have lost roughly 70% of player generated/crafted items, some of historical value this way, as well as many player crafted weapons and armours of highest quality.

A very alarming issue.

If my asumption is correct the server automatically deletes any item that it suspects to be involved in crashes. While this maybe desired behaviour in terms of the technical side of things, in terms of a persistent game world this is REALLY, REALLY bad, if true.

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 Report7967NoBugtrackerLowCould not VerifyThosorlose ability to click anywhere during combat01.01.20241 Task Description

When shooting rogue with bow and arrow, suddenly rogue is dead, although standing and his health still 50%.
Right click after tabbing out of combat to loot. loot icons and others show up, but then nothing is clickable.
KB works, can call inventory, etc. Pointer shows and moves. no ability to click anywhere.

Bug Report7968NoBugtrackerLowCould not VerifyThosorcan't get rid of white combat reticle, can mouse look a...01.01.2024 Task Description

no task description

Bug Report7975NoCraftingMediumCould not VerifyStalfosRepair Weapons not working as it used to.11.03.20241 Task Description

I had heard that over a skill threshold, repairing weapons/armour does not reduce maximum quality.
Yet I repaired a weapon with 201 skill (with jewellery) and dropped from max quality of 200 to 199.

Maybe the Jewellery isn’t working properly, as without it, I would be under the threshold I had heard about.

Also Bones attribute was not removed, the whole reason I repaired it at 197/200.

Maybe this is as intended, but if Bones cannot be removed, then getting a Masterwork Bones Platinum Sword from your first and only run through of the Keen Edge quests (currently not completable) is xtremely bad luck after the time it takes to get 100 in sword (even more in UE).

Bug Report8014NoQuestsLowCould not VerifyUadjetRight on the Mine doesn't take quest items09.03.20241 Task Description

The quest Right on the Mine uses a quest item named Hamel Provision and at one point it’s supposed to be given to Gardr. Currently that does not happen. The quest will progress, but the quest item remains stuck in the inventory. It can be placed into storage, but otherwise there’s no way to get rid of it.

Feature Request4448NoEngineMediumUnconfirmedStefanRandom Spawn zones: NPC often spawn in mid air02.03.20113 Task Description

NPC in random spawn zones often spawn in mid air.
It would be nice if they could be hidden until they hit the ground.
Don’t send the NPC pos info to the client until it has stopped falling down?

Feature Request4519NoUser InterfaceVery LowUnconfirmedKaerli StronwylleCannot have multiple windows of one type open at the sa...08.06.20101 Task Description

This is most limiting when trying to juggle multiple containers (such as the furnace and the stock casting) at once.

Bug Report4601NoMagic SystemMediumUnconfirmedDurgrem AnkhlamirVarious spells doesn't work after the update 17th july ...28.05.202092 Task Description

There are reports of spells that don’t have any effect anymore (neither on you or on enemies)

Known are
- meteor
- missile shower
- dazling light
- flame burst

Bug Report4809NoEngineMediumUnconfirmedmike loevencannot defend yourself if another player engages the mo...01.01.20131 Task Description

i ran into a bug that nearly got me killed today. i was fighting gobbles and i ran low on health and had to run away. as i was running another player cast flame burst on the gobble chasing me.

the gobble chasing me did not stop chasing me but i was no longer able to attack it because it said i must be grouped with X mean while the gobble was still damaging me.

this can be fixed one of 2 ways. the targeted player always has kill rights on the monster or the monster changes it’s target when a new playr engages it.

but as it stands it is rather scary when your being attacked and cannot defend yourself due to a bug in the kill stealing prevention system.

Bug Report4831NoQuests DynamicsLowUnconfirmedaurelyntWrong message when paying a NPC using a dialog box whil...27.11.2010 Task Description

In a quest paying a NPC through a dialog box while having no money results in the following message: "<npc> does not need that".
That seems wrong.

Feature Request4882NoPetsLowUnconfirmedFiribanride other people's mounts08.11.20223 Task Description

Hi,
it would be nice if you could lend/rent your mount to other people. This could be made with a dialog box that appears when someone wants to /mount the pet (”Foo wants do ride your pet NameofThePet, allow?”), similar to challenges/trades. If this is implemented there should of cause be auto-accept/deny.

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.

Feature Request5216NoNPCMediumUnconfirmedmickraVisual indication of available quests20.05.20112 Task Description

When a player character is within the interaction range of an NPC, a mark (label) of some sort should appear above that NPC if they are offering some new or repeatable quests (! not some information for those already running !) for that particular character at that particular moment.

Should be optional as a turn-off or turn-on, depending on the default chosen by designers. In any case, and as with any other label, players should retain the option of not seeing it, if it spoils their fun or ruins their immersion somehow.

The reason for this request: drastically increased amount of questing chains ingame, and the absolutely unhealthy and immersion-breaking amount of mouse-clicking on the same NPCs the game now requires.

Noticing a sign above someone's head is OOC, of course, but clicking a mouse button on someone's model, or getting an aggressive red "…has no quest information for you" line floating in mid-air is equally OOC'ish.
On the other hand, seeing no mark above someone's head would cause neither irritation nor disappointment (while futile mouse-targeting and mouse-clicking, when done repeatedly, invariably produces both of those negative effects).
The marks would also provoke reasonable curiousity about available quests, hopefully enticing new players into doing more of them.

I know this request is somewhat of a long shot, but assuming that the engine is going to be considerably revisited this summer, I decided to submit it anyway.

[Edited for clarity, and also to separate it more from PS#4798. That older one would 'make the game easier' indeed, while what I suggest would only eliminate excessive mouse actions.]

Showing tasks 201 - 250 of 648 Page 5 of 13<<First - 3 - 4 - 5 - 6 - 7 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing