PlaneShift

Task TypeIDPrivate  descCategorySeverityStatusOpened byAssigned ToSummaryLast Edited[[changedby]]
Bug Report6696NoSoundMediumUnconfirmedJoshuaInstrument Music Doesn't Stop22.11.20141 Task Description

When you are playing a song on an instrument, if you close out of the sheet rather than clicking the stop button, the music will continue to play. This seems to continue until you relog, and opening and using the sheet again doesn’t fix it, it will only make you play two songs at once.

I am not sure if other players hear this or just the player.

In my opinion, X’ing out of the music sheet should work just like the stop button.

Feature Request6703NoUser InterfaceMediumAssignedTuathanachJoe Lyonhow code handles missing gui items20.12.201411 Task Description

Would it be possible to change how the code handles missing parts of gui in xml, so it shows an error rather than crashing. example being with page numbers and using an old xml which did not contain them, client currently crashes as soon as you view a book. it would be nice to at least get a message pointing at cause

Bug Report6707NoEffectsMediumUnconfirmedJoshuaFog Whitens Texture Transparency03.12.20141 Task Description

When there is foggy weather in the game, some 2D textures will have white boxes around them. The most well-known instance where this happens is with the target effect under an NPC’s feet. I think this also affects 2D grass textures like at the magic shop forest. Basically, the fog makes transparency in certain textures visible by making them white.

Feature Request6715NoInventory/ItemsMediumUnconfirmednobody specialVary current quality of loot items23.12.20141 Task Description

I think it would be more realistic and quite useful for looted items to have a random current quality. Finding enough damaged equipment to practice repair is always tough, this idea would go a long way to making it a more usable skill.

This idea, if properly implemented, could also balance out the values of looted items. A sub-routine could be devised to cause the highest value items suffer the greatest pre-loot damage. So a standard unmodified item could have a flat chance of being anywhere from 1 to 50 out of 50 quality. A one modifier item could roll 2 50-sided dice taking the lower result or average, and so on for 2 modifier and three modifier items. Specific implementation could be subject to testing to determine appropriate rates.

This would result in less of a lottery effect.

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.

Feature Request6735NoEngineMediumUnconfirmedDaevaornMake /ignore target music output as well as chat28.12.20141 Task Description

I would like to have a specific means of muting certain people’s “music”. It’s a shame if you have to turn off all musical instruments to be rid of the “Listen to me practise my same song for any amount of hours if you want to craft here” people.

So it would be very nice if /ignore commands would also affect audio output triggered by the ignored person. Not sure how feasible that is technically, though.

Feature Request6748NoUser InterfaceMediumUnconfirmedTrippedOnReality/EnarelFilter for storage window09.01.201551 Task Description

The ability to sort in the storage window is awesome. However, it would also be nice to be able to search your storage for a specific item within a category. I think this would mostly be useful in weapons categories, but I can see it being useful for other categories as well. For example, if I’m looking in category: weapons - axes and I want to find all of my blah blah blah of the hammer axes, it would be nice to be able to filter by “of the hammer”. Sorting is great, but if you’re looking for an item with a specific modifier, and it’s not a prefix, it’s hard to find.

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

Feature Request6788NoUser InterfaceMediumUnconfirmedGongerJoe LyonSplit up System tab information18.03.201511 Task Description

System tab: Could the information there be split up further, like for the logs, into something like combat, crafting, soul commands (emotes and interaction commands like /greet), so you can have more control what is shown in Main tab?

This was briefly discussed in the Dev meeting (22/02/2015), and should be assigned to Eredin.

Thank you.

Feature Request6814NoSettingMediumUnconfirmedRoman YagodinBring gods in the game03.04.201711 Task Description

From game chat:

/tell Laanx Hi, Laanx!
> Laanx is not found online.

Current /pray command is a shortcut for /emote pray, but it could be interesting to have separate command to pray gods (or specific god) for miracles or even ask them about something.

“Miracles” should be protective / healing spells, casted on character or group, or offensive spells, casted on enemies.
Spell set could vary by god. Rate of success of appeal & spell power could be determined by character race, faction points, number of previous appeals (in the game day), sacrifices and also (maybe) current location, weather and time of the day.

If god name not specified, any god in the mood could answer to the prayer.
Also, appeling to the more ancient gods (Laanx, Talad) should have lesser rate of success, but greater miracles or revelations.

Any character (even have no magical abilities and choose to be atheist) could use this command.

Gods could be implemented as (invisible) NPCs.

Example command formats:

Pray: /pray [godname]
Ask: /tell [godname] [question]
Sacrifice: /give [godname] [itemname]

Forum thread: http://www.hydlaaplaza.com/smf/index.php?topic=42207.msg477124#msg477124

Feature Request6823NoEngineMediumUnconfirmedVonor[Engine/Settings] Add Regexp and wordlists to NPC Speec...24.11.201511 Task Description

While the quest system has greatly improved in the years I’ve been gone, there are still things one needs to type to an NPC.

Currently NPCs are still dumb as bricks when it comes to understand what players “write” to them.

As the “writing” is supposed to be “speaking” one would assume that an a person would understand a word even if it’s spelled incorrectly.

For example - in a certain quest you have to tell a certain NPC the words “diamond and opal”.

If you spell the words wrong (e.g. opale) the npc refuses to help and you have no chance of repeating that step and thus are forced to finish the quest in another way.

With regexp in the engine the settings department could make the answer look like this: (?i).*diamond.*opal.*

This would match case insensitive on “it are diamonds and opals” as well as “diamondsopals” or “diamond opale” as well as many other possible phrases that include the words “diamond” and “opal”.

With wordlists settings could define a couple of spellings of certain words to match on in-word typos even. for example: (?i).*$quest_stepX_wordlist1.*$quest_stepX_wordlist2.*
In the wordlist the settings dept could then, for example, define spellings like diamond, daimond, diamant and the like. That’s just an example though, I’m sure there are many more examples in game currently where a npc refuses to answer or you break a step in a quest only because you cnat type :-)

As for the regexp, the PCRE library from Apache could be used, maybe. http://www.pcre.org/

Bug Report6878NoCraftingMediumUnconfirmedKanubyTuathanachMace Making practice points inconsistent with other cra...19.11.201731 Task Description

The Mace Making Practice Points seem to be inconsistent with other crafting. With a skill level of less than 20, everything only takes 5 seconds to make regardless of the complexity of the item being crafted.
Wondering if a higher blacksmith skill is weighted more. Only getting 5 pp per item crafted will extend leveling ability time dramatically.

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

Bug Report7288NoMovementMediumUnconfirmedSunda KastanPlayer movement differs from Legacy/no 'turn' keybindin...13.09.202121 Task Description

In Legacy PlaneShift, the default movements are:
W = Walk forwards
S = Walk backwards
A = Turn to the left until keypress ends
D = Turn to the right until keypress ends

However in PSU, the movement is as follows:

W = Walk forwards
S = Turn 180 degrees and then walk forwards (towards the camera)
A = Turn 90 degrees left and then walk forwards (at 270 degrees from camera)
D = Turn 90 degrees right and then walk forwards (at 90 degrees from camera)

This is incongruent with legacy movements, but also complicated by the requirement to use the mouse for both UI interaction and movement concurrently.

It may be that this is a result of the absence of a ‘third-person follow’ camera, but behaviour should follow that of legacy.

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

Feature Request7497NoBugtrackerLowUnconfirmedHaviland TenouriThe list of guild members should be sortable by online ...31.10.202231 Task Description

The list of guild members is not sortable by online status.

Expected result:

Sort them by a different field by clicking one of the columns.

Bug Report7507NoPetsLowUnconfirmedDamolaWhen mounting again after unmounting character is sitti...31.01.202361 Task Description

Every time I unmount and mount again it adds another about 90 degrees so that after four times the char sits on the mount in almost correct orientation again.

Tested on Rivnak and Drifter.

However after dismissing a pet and summoning it again once after logging in, the sitting position keeps locked. But only if the character mounted it once before dismissing the pet for the first time.

So or so there is something off with the sitting position of the char on a mount after the first unmount and mount again cycle.

# Expected result

Character always sits on the mount in correct orientation.

Feature Request7532NoInventory/ItemsLowUnconfirmedDamolaLoad and save book contents into a file04.11.20221 Task Description

Would be nice to be able to save the contents of an editable book into a local file on the client computer like it was possible in Crystalspace based PSUnreal.

Low priority as it is also possible to cut&paste contents. However for longer books it would still be nice to be able to edit them in a local text editor and then load them again into PSUnreal.

Bug Report7589NoUser InterfaceMediumNewTrippedOnReality/EnarelInterface option settings reset at relog17.10.202341 Task Description

In the interface tab of the options/settings menu, some options don’t seem to save at relog.

Items affected:
- menu bar size
- visible shortcut rows
- chat tabs
- time stamps
- max history

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

Feature Request7621NoGame BalanceLowUnconfirmedKiFunStuSRace Based Equipment restrictions09.12.20221 Task Description

1. Avoid lore experts needing to tell people they are wearing something their race is not supposed too.
2. limit the level of power gaming

Bug Report7728NoBugtrackerLowUnconfirmedDamolaJumping when on mount is delayed09.02.20231 Task Description

When mounted after pressing the space bar it takes about half an second or so before the jump actually happens.

When not mounted the jump is immediate.

Feature Request7749NoBugtrackerLowUnconfirmedDamolaPterosaur look like in Crystalspace PlaneShift preferre...17.02.202331 Task Description

Damola looks at the Pterosaur at the Pterosaur handler in Amdeneir and feels sadness.

She thinks: “Oh, my where have those grand Pterosaur from the old days in Yliakum have gone?”

Roleplay aside: I really preferred the old look of the Pterosaur with spread out wings. The smaller PSUnreal pterosaur does not look like it can carry a large Kran.

Bug Report7754NoBugtrackerLowNewHaviland TenouriAlliance chat goes to main18.10.202311 Task Description

Chat for the alliance chat tab goes to the main tab.

Bug Report7755NoBugtrackerLowNewHaviland TenouriHelp chat is broken17.02.202311 Task Description

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

Bug Report7768NoBugtrackerLowUnconfirmedMewshadMetallurgy is not leveled (at metallurgy level 2)20.02.202311 Task Description

So I was trying to smelt and cast iron but the metallurgy does not level up. Same with zink. The book “working with stock” only tell me how to smelt quicksilver, which does not even work at my level. Currently on metallurgy level 2.

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 Report7807NoQuestsCriticalUnconfirmedJokoStarting Menitas Puzzle Quest crashes the server19.11.202311 Task Description

Talking to Menita and confirming the quest with “I will try” crashes the server.

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 Report7811NoBugtrackerLowUnconfirmedDamolacharacter stands up from sitting for idle animation07.05.202331 Task Description

I sat Damola down on a char in Kada El. I held “Z” key for that, cause tapping did not work for the char I was aiming at.

Damola sat down. However she stood up every now and then, I think it was for idle animation.

Feature Request7814NoUser InterfaceLowUnconfirmedRykiaRequesting where we type in the chat window scales with...07.05.202321 Task Description

Requesting where we type in the chat window scales with the rest of the window.

We can select a larger font, but where we type in the chat window does not change, only the rest of the chat window.

Note: There is a huge difference between font size 4 and 5. Suggest to have something in between if at all possible.

Bug Report7838NoQuestsMediumReady to testUadjetThe Arrivals quest cannot be completed06.05.202421 Task Description

The quest has a number of triggers that must be completed in order to progress that do not appear to be working in Unreal. The three I’ve found are:

1) Proximity to the rock with the action location that moves players into the cave,

2) Use of a cog/mechanism, moving one of the rocks, and

3) Solving the door puzzle and entering the small room.

I’m not sure if these are supposed to complete steps that are not sequential with the immediately previous steps, or if they are meant to set variables, but either way they don’t seem to be doing the job. Talking to Raithen gives no sign that you’ve completed any of these tasks, even if you’ve done them all.

I can get players past this by setting a later step manually, but given the (suspected) use of variables or non-sequential steps, it seems likely I’ll just mess things up for them.

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 Report7874NoGUILowUnconfirmedDamolaDoes not scroll to the end of a multi line message07.01.202411 Task Description

In addition to bug FS#7859 there is another scrolling bug.

PSUnreal scrolls down during chat, but on multi line messages it does seem to forget about the last line of the message. It scrolls down towards the second last line of the message.

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 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 Report7977NoNPCLowReady to testDaevaornOnyx Dagger members in the Hydlaa Sewers' column hall n...18.03.20241 Task Description

The four Onyx Dagger members who share the hall with two Grendols do not respawn once killed.

Bug Report7978NoUser InterfaceHighUnconfirmedDaevaornPort /unstick as a means to solve critical bugs on play...24.12.20231 Task Description

It has happened to me a dozen times over since joining UR after it has replaced legacy, I relogged inside a guildhouse/law map and I am eternally falling for having spawned slightly beneath floor level.

In several instances I had to wait hours for a /tp back to the map, and so it is happening again today.

Please make a quick fix of this enabling players to teleport themselves back to the map in such a case. It’s a real downer to have to wait for a long time in such a case, particularly given the fact that you probably have to stay online for a GM to /tp and fix this. Huge waste of energy with the constant 3D animation.

This could also be of help if players are trapped in map geometry, inescapable pits, rifts and so on.

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 Report7991NoQuestsMediumUnconfirmedTutharelwhen completing a quest with a "choose your reward" sec...05.01.20241 Task Description

when completing a quest with a “choose your reward” section at the end, if you don’t select a reward before clicking “Select a reward” it doesn’t stop you before continuing or give you a default reward, it just completes without giving you any of the possible rewards.

When a friend completed the “Levrus Rat Eyes” quest, she forgot to select a reward before clicking “Select a reward” and received none of the options given.

Feature Request696NoInventory/ItemsLowAssignedRoland SchulzTaladRoland SchulzIcon for disabled items19.10.20124 Task Description

With trunk, equipped items whose requirements are not met at the moment are disabled (old bt #2618). There should be a visual indication of this in the inventory view. Quote:

—– Posted by ThomPhoenix at 3:45 PM on 12-02-2007 —– Yes, perhaps the art team can make a translucent PNG with a big red cross on it and this one can be overlayed on your equipped item’s icon. That would show that your item is not working. Perhaps something more subtle can be made too, although a red cross would be clear.

Feature Request705NoLowNewCaarriemore options with /morph03.03.20096 Task Description

feature request to have more options to morph to. GMs are not able to change face when they morph or any other option in character creation.

skin
hair
face
etc

Bug Report918NoEngineMediumAssigneddurwynRepair - Switching weapons27.02.20218 Task Description

when you repair a dagger for example you have to
- equip it in right hand
- do /repair and wait for it to end.

if you try to select the “weapon” which is being repaired you cannot move it.
you get the message : “You cannot move an item being used”

BUT if you take another weapon, select it and put it on the weapon being repaired, they will switch themselves (i mean the weapon in the hand will go to the INV and the one in the INV in the hand) and the repair action will still be active. (the weapon you started to repair will be repaired, not the one after switching).

hope to be clear :p

Feature Request1135NoUser InterfaceLowNewLoyniuse /tell with alias names05.07.20092 Task Description

It would be nice to use alias names from buddy list for /tell command.
e.g name: full_char_name, alias: Loyni.
/tell Loyni [text] could be translated itnernally to
/tell full_char_name [taxt].

Feature Request2070NoUser InterfaceLowProspect TaskCaarrieability to search by name for /item window24.01.20108 Task Description

the gm /item window has many items listed in it, it would be much easier if you could just type the name of the item needed and it would show you the 3d mesh and the icon as if you had found it in the catagory selection section. this is very helpful for trying to see what something looks like without having to spawn it. as more and more items start to be added to laanx less and less people will be able to use the /item window to find items and will use /item <name> instead but that is a waste if they just want to view an item and have no use for it.

Bug Report2132NoInventory/ItemsLowNewThom/giveitem and /takeitem "all" parameter only works on s...13.03.20104 Task Description

If you have 20 eggs in your inventory, split up in a stack of 19 and 1 separate, /giveitem Test all egg will only give the target 1 egg. You have to stack all eggs together for the command to work.

This also means that if a character has 3 swords stolen via an exploit, and a GM would use /takeitem Cheater all sword, only the stacks would be taken. So if the cheater had 2 swords in a stack and 1 separate, he would keep the separate sword.

Feature Request2319NoLowNewAuto-Create Key For Lockable Container01.10.20082 Task Description

When using /item to create a lockable container, also create a key automatically and place it in the container.

At the every least, just create the (master?) key and put it in the new container.

More complex would be to alter the dialog to allow input of how many keys (in addition to master?) to auto-create.

Feature Request2349NoEngineLowNewInstallation Shortcuts19.04.20104 Task Description

Since players rely heavily on log files, and since some files like saved books and screenshots are created by the client in various folders, could the installation package please create shortcuts to these folders in the start menu on windows, and whatever the equivelant is on other platforms? Would certainly make it easier for players to find them when they need them.

Also either set the psupdater shortcut to include the CheckIntegrity flag as default or create a second one with that flag.

Feature Request2521NoLowProspect TaskEricOption to allow assistance in PvE without grouping28.07.20092 Task Description

I know this is around for some reason, but I think an option to turn this on and off would be better, as it does more bad than good, especially for roleplay. I was talking with someone new in the dungeon, next to an aggressive rogue which I just killed. When the rogue respawned, he went after the new player, and began pummeling him. I tried to intervene and “save” him, but couldn’t attack the rogue because of some magical red letter barrier yelling “I must be grouped with the player to attack”. I eventually tried to heal him, but wasn’t fast enough and he died while I stood there watching helplessly. Next time I’ll start with healing them, instead of trying to attack, group and communicate with the player as they are being attacked.

I’m not sure how many people go out there and try to “steal” other people’s monsters, but this is seriously annoying and unrealistic in the grand scheme of things. This has happened many times and has been tough to try to “save” anyone, so I thought an option to turn on and off to allow players to hoard monsters for themselves or share if they get into trouble. I suggest as a default, it should be allowable for new players. Delete this if it is a repost, couldn’t find anything on it.

Thanks!

Feature Request2631NoMovementMediumNewElvors AmenorasRunning up slopes should be more taxing26.03.20091 Task Description

I consider it unrealistic how terrain is (not) interacting with movement.

As far as I know, in real life, every meter up is as taxing as ten meters across. (The factor of 10 is from a schoolbok, it might be a good idea to verify this from a professional source.)
Going downwards requires concentration to avoid slipping and falling, and a surprisingly large amount of strength to absorb the shock from “falling” the height would lose with every step. (Walk down 250 metres of a moderately steep slope with a backpack on your shoulders and you’ll know what I mean.)

In terms of game mechanics, this would mean:
* When running upwards, the speed should decrease and stamina loss should increase, and the cumulative effect of these two changes should be drastic. It’s possible to trade one change for the other: keeping the speed unchanged and massively increasing stamina loss would force players to rest, keeping the stamina loss constant would call for a massive speed reduction. However, I think it should be a little of both since that causes interesting effects (see below under “game experience”).
* When walking downwards, there should be no stamina loss (you can make the physics work for you), and you should be faster, but you lose mental stamina. The less your mental stamina is, the higher the probability of slipping and falling. If you fall on a too-steep slope, you continue skidding. Falling should do damage that’s proportional to the total weight (character + load), blunt damage (not much help from armor); skidding should do damage-over-time, armor protecting fully (essentially this is abrasive damage, which is similar to slash - but don’t give characters armor training from that).

In terms of game experience, this would mean:
* Getting up on a slope is a time-consuming experience, and almost never worth avoiding the walk around the hill. People will stay on the paths in the valleys. This will cause more interaction between normal travellers (and make Cutthroat Lane work better for the Cutthroads, too). It will also make people who leave the road more likely to remain undetected.
* The Settings team can make NPCs less accessible and less likely to be found by placing them on a hilltop, or in a valley behind mountain pass.
* Players with maxed stats have less issues with upward slopes than newbies, but they will still avoid slopes unless they have reason to.
* Hilltops will become a tactical advantage. An attacker will need far more time to reach a defender on the top, and expose himself to ranged combat for a longer time. (Take this into consideration when reducing the effectiveness of long-range combat spells; ideally, a mage would win against a fighter from a hilltop, and lose against a fighter on even ground.)
* Hilltops also become a bit of a trap. Defenders forced to flee from a hilltop risk falling and getting overwhelmed.
* Pursuing down a hilltop is problematic due to risk of falling. Defenders might want to hide a pursuit team in a nearby valley that’s near the height of the route of the attackers, though that would force them to split up forces. Decisions, decisions… which means tactical variation, which is a Good Thing when it comes to making the combat aspects of the game interesting :)
* Reaching the Eagle Bronze Doors takes a lot of time already, making them even less reachable will no doubt make many players very unhappy. An alchemist that sells stamina regeneration potions at the bottom of the path up would help with that.

Just my 5 cents :)
(and no, I don’t expect this to be implemented anytime soon :D )

Showing tasks 151 - 200 of 648 Page 4 of 13<<First - 2 - 3 - 4 - 5 - 6 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing