PlaneShift

Task TypeIDPrivateCategorySeverityStatusOpened byAssigned ToSummaryLast Edited[[changedby]]  desc
Bug Report5535NoEngineMediumUnconfirmedJeremy Listcannot unguard items in dropped containers05.02.20121 Task Description

to replicate: find a container object somewhere (such as one of the wooden crates near Harnquist’s). Put an item in the crate, and try to unguard it. There doesn’t seem to be any way of doing this, or of unguarding an item before placing it.

Feature Request5675NoEngineMediumUnconfirmedGornostaev AlexeyPop-up messages on other chars tells you smth18.06.20121 Task Description

It’s very easy to miss tells, greetings and etc. For example if I talk with NPC, NPC tab in chat selected. Other char comes and tries to start dialog with me. As I read what NPC says, I miss blinking in the Main tab, so I ignore that char. As for RP, it seems that I’m very impolite because ignoring other chars. Adding popup for messages addressed to me solve this problem and I can immediately(if I want) reply to char.

My suggestion(technical background):

  • on each command like <CMD> <TO_PERSON_NAME> generate event with message(tell, greet, etc.)
  • this message shows in the main view like other notifications
  • this popups can be toggled off in settings
Bug Report5684NoEngineMediumUnconfirmednobody specialProducts of enchantment should not be rated for rarity12.07.20121 Task Description

lesser piles of dust (seem to be from emeralds) get assigned a number that is negative. As these are not loot they should not be going through the function that assigns a value. Crafted weapons do not get a value.

Bug Report6148NoEngineMediumUnconfirmedKris EricksonHaving issues with drifter - unable to name and two in ...07.09.20131 Task Description

(I think the severity is low, but I was unable to change it.)

I have spent days trying to name my drifter with various names. I have confirmed I am using the correct command. /pet name [name] while having the drifter highlighted. I also tried various versions of this…
/pet name {name}
/pet 1, name [name]
/pet 1, name {name}
along with many, many different names. They all come back invalid.

Then, after several days of trying, I received the message, “You have no familiar to command.” So, I tried to dismiss my familiar and received the message, “Your pet has already returned to the netherworld.” I was standing there, in game, looking at the glider when I received all these messages. So I tried to summon the pet and another one popped up, so I had two in game at the same time, both named, Aszrai’s Familiar.

If nothing else, please remove the second (or both) familiar from the game. But it would be nice to find a way to name my familiar, but not a priority.

I have an image, which shows them both near the smithy in Hydlaa, but I was unable to figure out how to attach it here. I’m sure one drifter will stick around at the smithy for quite some time.

Thanks for your time and help!

Feature Request6303NoEngineLowAssignedJoe LyonJoe LyonShortcut Bar - make Drag-n-drop swap icons instead of o...23.02.201411 Task Description

Moving of a short cut overwrites the old one – likely to cause problems with people randomly deleting SCs they want. [FEAT]

(moved from defect # 6066)

Bug Report6365NoEngineMediumNewVenalanJoe LyonOptimisiations for shortcut window options.22.03.20141 Task Description

When you change button height font does not scale so you can end up with buttons with font cut in half.

Button width can be changed if it is set to manual or auto, you should only be able to change it when on manual.

Font - display for the current font should be taller and wider to show the whole font name. The position of the drop down menu could be moved up and menu size increased to avoid the need to scroll. Ideally the font choices should also use the font they are named after to make it easier to chose.

Health and mana - when you hide the bars you end up with a big block of empty space. It should be set such that this ‘dead space’ is removed as you find when you play wanting to click on something behind the space and finding you cant.

Text size - when altering size and font it does not change in real time. The minimum size is stupidly small, and having to relog each time to find a size that works is very hard. The minimum size should be 6 or 8 point.

I found that when adjusting button height, the width did not auto scale until I click on the ‘auto scale’ button AFTER adjusting the height.

I also set ‘text spacing’ to its lowest value and found the gap between the text and button edge to vary in certain buttons. In some it seemed to be 0 but others much larger. But they all increased when I increased the spacing size.

At certain button heights the ‘auto button width’ does not work as the text is cut off at the left and right edges. ‘one click’ taller or smaller and the problem can stay or go. This is with text spacing to its lowest value, which I expect many will use to keep ‘dead space’ to a minimum.

Bug Report6462NoEngineMediumUnconfirmednobody specialSpell research doesn't interrupt crafting19.05.20141 Task Description

while hammering a heated alpha ps sba blade I was able to start spell research without int erupting the hammering.

Bug Report6562NoEngineMediumAssignednobody specialDavide VescoviniJoe LyonEnchanting armor error - Brigandine helm26.09.20141 Task Description

In the enchanting armor book the recipe for enchanting brigandine helms calls for combining a mercenary helm and a set of steel plates into a brigandine helm kit. This does not work. In order to create the kit, you need to use the helms of darmath book. Otherwise the process works.

Feature Request6563NoEngineMediumUnconfirmedmike loevendepreciate /stand and use /sit as a toggle06.09.20141 Task Description

why in gods name we have a seperate sit and stand command is beyond me in fact it is completely idiotic. there is no need for /stand in a game that is properly programmed

/sit should perform both functions act as a toggle

void sit()
{
if(player.isSitting) player.stand();
else player.sit();
}

with as script like this the /stand command can be removed from the game simplifying shortcuts.

additionally the addition of a sit right click action on specific furniture should be added to ensure that characters who wish to appear sitting in chairs will be properly snapped into position and animated as such

Feature Request6576NoEngineMediumUnconfirmedmike loevenIcon Editing System for Player Books06.09.201411 Task Description

The game possesses many unused book icons that are actually quite interesting but not accessible in any way outside of the shortcut window.

I would like to see a icon selector integrated into the book writing window that allows you to select any book icon for the item’s appearance similar to the way you can assign these icons to a shortcut hot button.

additionally with this implementation there is no longer a need for Jayose to stock a different books for different colors as well as allowing player written books to be more easily distinguished from each other

it would add a fun little cosmetic aspect to role play allowing your ancient tome to look like an ancient tome rather than a hot off the press notebook

Feature Request6600NoEngineLowUnconfirmedJoe Lyonadd command to list all public channels24.02.202311 Task Description

Moved from ticket 5981, suggestion by Franta

it would be good to implement command with list of all public channels with something like /list [filter]. It would also show all channels you are joined with the corresponding number.

Example:
/list
gossip (talk with /1 <text>)
auctions (talk with /2 <text>)
hydlaa_chat (not connected)
gobble_hunt (not connected)

the same list with filter as parameter:
/list go
gossip (talk /1 <text>)
gobble_hunt (not connected)

the same list with special case for only connected channels:
/list #
gossip (talk with /1 <text>)
auctions (talk with /2 <text>)

Feature Request6606NoEngineMediumUnconfirmedJoe LyonJoe LyonGM notes facility14.12.20141 Task Description

GMs should have the ability to add, edit, delete notes on players.

command line commands :
/note ‘playername’ ‘comments’ /note list
/note delete id

GM console interface :
-when you click add you get ‘enter player name’, and then comments
-GM can then read them, edit them, or delete the whole thing
-permission level required to edit/delete configurable

Bug Report6778NoEngineMediumUnconfirmedsteve mossTalking to NPC28.01.20151 Task Description

Hi
I seem to have a glytch where frequently (but not always) an NPC will not talk to me no matter how long I wait
However if I click “Bye” and try again he will now talk
It means I have to click every NPC when he wont speak to me twice to be sure there is no dialogue

Feature Request6784NoEngineMediumUnconfirmedKaerli StronwylleEnvenomed arrows06.04.201513 Task Description

Considering that arrows are single-use at this time and craftable, it should be feasible to use envenomed arrows to test the concept of envenomable weaponry for the time being, until we can get the engine changes needed for temporarily-poisoned blades in. (Flaming arrows would be a nice addition while you are at it…)

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 Report6340NoGame BalanceHighNewnobody specialDavide VescoviniCommanding pets gives no experience and little practice24.03.20141 Task Description

Commanding pets is similar to combat skills in that you get no experience for using them but in the case of of combat you get the experience for the kill. I could not get my pet to attack with my 30 empathy, I was able to get a message that my pet targeted successfully as well as a message that my pet needed a target to attack.

Practice seems to have a cool-down period where subsequent commands give no practice. I would think that the cool down period should just be for identical commands, when you need to target something before attacking both actions should give practice.

It would be good to have some information on the state of pet activities.

Feature Request7622NoGame BalanceLowUnconfirmedKiFunStuSReduce effectiveness of mind drain18.10.202312 Task Description

currently the spell will drain well over 1000 mana points
normal max mana is 500

perhaps full duration of a cast at full power could drain 500

Feature Request2951NoGM SystemMediumNewA. Kiefner/petition improvements28.06.20221 Task Description

1. Ability to teleport to the player from the petition window
2. Player side: /petition should open the petition window with a short introducing text (in another text window?) how to use the petitions (not to post wishlist items there, how to use (possible) categories..)
3. There should be a drop-down menu for selecting a category [Not Specified; Movement; Bugreport; Name; Event; Harassment; Quest; Miscellaneous] to classify the report. This could be used for statistical purposes post-process as well.
4. A button to mark the petition as URGENT which will add a parseable <star><star> URGENT<star><star> (<star> = *)to the header of the petition so our post-processing tools (aka gmbot) can forward/poke outside the game. (This is important!)
5. Before the petition is finished there should be a preview to check everything again, to make last changes.
6. As long as the petition is unassigned the button shows “claim”, once claimed the button shows “release” to unassign the petition again.

Request from  FS#3092 :

“In the GM petition window, there should be a button ‘Guidelines for petitioning’ and when you click it, it gives just that. Guidelines for petitioning.

I recently filed a petition and didn’t know what to include, what was superfluous, whether it was too long winded or not, etc.”

Request from  FS#3101 :

“We need enhanced petition system to allow adding several notes and note titles, as well as ability to review closed petitions.
The ability to add several notes to a petition would also help us handle an issue, then log off, but leave notes for other GM’s to review what we have done and pick up / complete.”

Feature Request3081NoGM SystemVery LowNewRizinTeleport Mod (Or Event)28.06.20221 Task Description

Possible addition of the ability to teleport all PC’s enrolled in an event at once to avoid accidentally grabbing a passer by with the area option.

Feature Request7748NoGM SystemLowUnconfirmedDamolaTe11.02.20231 Task Description

On getting teleported while sprinting almost fell off a steep abyss. Could have brought my char into death realm.

Might be a good idea to have a teleport freeze the char for a second or two so as I player have a good chance to react to the location change.

Bug Report7691NoGraphical GlitchLowNewKiFunStuSlighting issue in character selection14.02.20231 Task Description

the light source for the character lighting area is going in and out of focus

https://youtu.be/uWy9IN7GbVc?t=11

Bug Report7709NoGraphical GlitchMediumUnconfirmedferretdelver has some very strange lighting01.02.20231 Task Description

no task description

Bug Report6640NoGUIMediumUnconfirmedNeeno Peleroincorrect sRGB profile31.12.20141 Task Description

There are three files (jade_theme.png, splash.png, yesno.png) in client_base.zip, which contain an incorrect iCCP.
When using a newer version of libpng you get the following warning: “iCCP: known incorrect sRGB profile”.
So just delete the color profile in the next art update, please.

Bug Report7333NoGUIMediumUnconfirmedEdichoTraining UI needs to be more intuitive (and work)02.12.20231 Task Description

The old application clearly stated which skills can be trained by simply showing you them listed in the dialog.

Now you’re getting list of all skills and let’s take Percival Hawthorne for example:
https://drive.google.com/file/d/11TT9POMLeO0WOf9he84foTY5Xaju2eUj/view?usp=sharing

What we see is:
- list of all skills
- some progress bar right under the skill
- some progress bar in the right part of the box
- if you try to hover on this, we can see it marked “tbd” which doesn’t make it any less defective.

What we should see:
- list of skills the NPC can actually train you (the current list needs to be filtered)
- the cost of the training both in tria and PP (the progress bar on the right should be simply replaced with a button

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 Report7644NoGUILowNewKiFunStuSpets Window13.01.20231 Task Description

window resizing has no effect on the displayed information.

or that is as indented, and there should be no resize for it.

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 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 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 Report6367NoGuilds/GroupsMediumNewVenalanGuild creation bug.20.03.20141 Task Description

I created a guild with 1 member and it did not disband after 5 minutes as it should have as it had less than the minimum number of required members.

Feature Request3981NoInventory/ItemsLowNewElvors AmenorasDisallow adding to forge/furnace if impossible14.02.201011 Task Description

Dropping an item in the forge or furnace while hammering something results in a message similar to “You can’t train your skill while working”, with the item sitting in the container but never heating up.

Instead, the item should refuse to drop in the forge/furnace (similar to the situation when capacity, weight, or slots are exhausted).
Alternatively, the item could drop normally and start heating up.

I have two reasons for requesting this:

  1. It runs counter to immersion. Stuff sitting in a hot place heats up in real life, it should do so in Ylliakum as well.
  2. It is a griefing opportunity. Start hammering something, fill up the forge with stuff, and watch crafters despair. Since the stuff does not heat up, you can even continue crafting - you can take stuff from a slot normally and immediately replace it, the 300 ms lag will make sure that you can fill the slot before the other crafters even see that you freed the slot.

Feel free to change to Feature Request, I cannot know whether the current behaviour conforms to developer expectations or not.

Feature Request4799NoInventory/ItemsMediumNewmike loevenadd storage access inside guild halls01.01.201311 Task Description

seeing that furnature is one of the heavest item types in the game, redecorating guild halls can become tedious and god forbid things get cluttered it is not possible to eaisly move them to storage. my request is that typing /storage will work inside a guild hall as if you were targeting a storage npc. just for convienance sake.

Feature Request5286NoInventory/ItemsMediumUnconfirmedGregPile of quest items Of Unknown Importance23.06.20111 Task Description

Not sure if this was adressed but I have a pile of quest items, that after the whipe Of quests Im not sure what I need to keep for Quest trees, or what I can get rid of. Trying to clean out my inventory/Quest items.

I Haven’t really tried to find a spoiler site that lists quest items and what they are for, or even if one exists

Feature Request6343NoInventory/ItemsMediumUnconfirmedbonifarzPrevent accidental item destruction19.02.201415 Task Description

Today morning I accidentally destroyed (”sold”) my main weapon (a Frosty Crystal-Steel Battle Axe of Stone). This has happened earlier and to several other players, and it will happen again for sure. It would be very useful to have either
* an option for locking down some items in your inventory to prevent selling them
* a confirmation popup when selling items with a rarity of one in a million or more
* a way to retrieve items, e.g. as suggested in PS#5325
I know it is the players fault, but it can happen easily if there is a lot of lag or if the storage and trade windows happen to be placed on top of each other.

Feature Request6616NoInventory/ItemsLowNewLisaJoe Lyonadditional sorting in storage28.09.201414 Task Description

Currently storage is sorted alphabetically which is fantastic.
if we had additional sorting by quality that would be even better, often i’m picking through my materials for the best or the worst of something when i’m crafting. if we had additional sorting by quality this would be so much easier.

Bug Report6742NoInventory/ItemsMediumUnconfirmedMario RohkrämerLogin with less than full health02.01.20151 Task Description

Logging out after a longer time of idling, one would expect to login with full health later. But I noticed that my health is a little lower and starts regenerating after I logged in. This is especially obvious for characters with not yet maxed stats, appears to be a relative impact.

I wonder if this is caused by buffing armor parts, e.g. Ulbernaut Bracers (+8 Strength, boosting HP too, indirectly). I could imagine that the max. HP are calculated without buffs, and the current health gets limited to this lower maximum (lower than while logging out previously); then the engine loads armor parts after logging in and has to update the HP maximum, which is now higher with buffs, and the current HP get a headroom to fill up.

Bug Report6867NoInventory/ItemsMediumUnconfirmedQuentinequip/dequip items through shortcuts bug02.06.20161 Task Description

I recently wanted to create a shortcut to summon my Rivnak, but it doesn’t work exactly like it should…Here are the commands of my shortcut :

/dequip leftfinger
/equip Ring of Summon Familiar
/pet summon Bigadin
/dequip leftfinger
/equip Crystal Ring

Of course, using the commands one by one in the chat works perfectly. But here is the chat log after using the shortcut :

Usage: /equip [stack count] [slot] [item name]
You feel a connection to your familiar.
You’ve gained 1 Practice points in Empathy.

Weirdly, it seems that when the last line is executed, my ring is still considered equipped, and so it cannot be equipped. I thought that with another item which exist in several copies, it would work through equipping another copy, but even that do not work. I tried using it with 2 Silver Rings in my inventory (so the line /equip Crystal Ring become /equip Silver Ring), and both when the quality is the same and when it is not (and so it doesn’t stack) :

You feel a connection to your familiar.
You’ve gained 1 Practice points in Empathy.
This item cannot be equipped.

I hope the informations are sufficient to allow you to understand and solve the problem.

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 Report7245NoInventory/ItemsLowUnconfirmedYorlakSelecting 1 item from a stack from container on ground ...19.09.20211 Task Description

to recreate;
1. place container on ground (sack, crate…)
2. right-click container → Look
3. Place stacked items in container (tested with daggers, arrows, potions, rings)
4. From container, Select (1) item from stack, place on ground
Entire stack is removed from container (same effect for all items tested)
This does not happen when container is in inventory

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

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.

Bug Report5719NoItems CharacteristicsMediumUnconfirmedMario RohkrämerWeapon Identification: Weapon History Scroll descr. is ...01.08.20121 Task Description

I would enjoy reading a bit of the Greataxe Nyshyn identified. But the scroll is empty.

Bug Report5991NoItems CharacteristicsMediumUnconfirmedDan Johnsonguard command bug18.05.20131 Task Description

Over numerous days my character has left items on the Gug altar. After un-guarding them with /guard they are checked and seen not to be guarded by the character anymore. Upon return on a subsequent login they are found to be guarded by the character again. The same items have been un-guarded several times with the same result.

Bug Report6903NoItems CharacteristicsMediumUnconfirmedEmalineVenalanBanded Mail Armor wrong desc09.11.20171 Task Description

Banded Mail Armor stores in MA category, trains MA but the description reads HeavyArmor under the weight/size/quality. So can we get it changed to read MA please.

Bug Report7124NoItems CharacteristicsLowUnconfirmedYorlakAlchemist fire/freezer not considered weapons18.02.20211 Task Description

with alchemist fire/freezer equipped → attack npc
chat responds ‘You have no weapons equipped’

Bug Report7794NoItems CharacteristicsLowUnconfirmedBohemiaBook "The Derghir Menace" - minor code/display issue13.03.20231 Task Description

Hi,

during my questing in the game, I found a book “The Derghir Menace”, located at Hydlaa’s library, which seems to have broken coding which causes the book’s text to appear together with the incorrect code tags.

See the picture in the link.
//drive.proton.me/urls/BRXAMDATTM#9ENQSvOiXOiu

Thanks!
Bohemia

Feature Request6785NoMagic SystemMediumUnconfirmedCalmusglyph order in spell research should not matter16.02.20151 Task Description

Even with the recent improvement of the spell research behaviour, I think it is a bit tedious to find spells with 3 glyph combinations or spells with 2 glyphs of 2 different ways.

I propose that the glyph order doesn’t matter in the assemble slots.

Wouldn’t it also be more logical if the glyph order doesn’t matter?

Bug Report7692NoMagic SystemLowNewKiFunStuSMagic XP perception11.02.20231 Task Description

While casting spells in ways that i do not have max level in.

i receive no information about experience gained in the way

Bug Report7976NoMagic SystemLowUnconfirmedDaevaornNPC structures cannot be attacked magically.01.01.20241 Task Description

(16:59:00) [chat] >You cannot cast Fist of the Volcano on Eagle Gobble Hut. You can only cast it on living enemies.

If you can destroy the hut, it should also be possible to apply destructive magic. A living body should be the greater obstacle for magic to overcome when compared to inanimate objects.

Bug Report4854NoMap TexturesLowNewaurelyntSky texture not correctly mapped to skydomes18.12.20101 Task Description

The skybox texture doesn’t seem to be correctly scaled to the skyboxes. Its borders are cropped and this results in very sharp and somewhat odd skylines:

i422.photobucket.comalbumspp301aurelyntshot19.jpg

PS 0.5.5

Showing tasks 301 - 350 of 655 Page 7 of 14<<First - 5 - 6 - 7 - 8 - 9 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing