PlaneShift

Task TypeIDPrivateCategorySeverity  descStatusOpened byAssigned ToSummaryLast Edited[[changedby]]
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 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);
Feature Request6527NoClient start-upMediumUnconfirmedThomas TautenhahnDon't allow login into a locked guild house15.07.20141 Task Description

The reason for this request is to prevent guests from stealing.

If one tries to login into a locked guildhouse one has no key for one’s position should be reset.

Guildhouses usually have only one exit so the position outside of the house should be clear.

Feature Request6027NoInventory/ItemsMediumUnconfirmedHirene PenifurDisplaying Quality of the stored items in storage windo...14.06.20132 Task Description

I think it would be nice to see the actual quality of the stored items too in the storage.

Now, you can see the amount, the price and the name of the item.
Sometimes with lot of similar items but with different qualities, it could help you to chose what you need.
At the moment, you need to click on each same named item stacks to see what you need.

I know it would reduce the maximum number of the storable items per category, but considering the long names of looted items, I think this 8 bytes wouldn’t make big difference.

Feature Request3649NoMovementMediumNewkjmDismounting places player directly under/inside mount16.12.200911 Task Description

After executing a dismount, I end up underneath (and partially inside of) the mount rather than beside it.

Bug Report6574NoRulesMediumUnconfirmedmike loevenDavide VescoviniDiseased Rats display Improper implimentation of the ra...30.05.20203 Task Description

The Diseased rats improperly apply the raging feaver effect to nearby players who are not interacting with it.

The majority of illnesses carried by rodents require physical contact or a bite to be transmitted and this effect should not be applied to someone simply walking by unless the rat targets and attacks the player directly. additionally since the diseased rats do not attack players unprovoked their AI has no business targeting players with an effect without being in combat

additionally healing potions and or crystal way should remove this effect as it is not a magical curse but rather a mundane sickness

lastly as a minor effect caused by combat with a monster the duration of raging fever lasts far too long for a monster of such a low level as a general rule of MMO's no status debuff caused by a monster should last more than at most 2-3 minutes after the end of a combat encounter and those that do should have easily accessible means of counteracting it such as potions or spells.

Feature Request5906NoGUIMediumUnconfirmedRoman YagodinDisable display quantity for a slots with only one item25.02.20131 Task Description

I think, slots in all windows should not have quantity labels displayed then there is only one item.
It concerns inventory window (including equipment slots), a hotbar, container, exchange (could be), etc.

Feature Request6774NoUser InterfaceMediumUnconfirmedMario RohkrämerDirect access to the help dialog explaining a command18.01.20152 Task Description

You can show the Help dialog (menu button or /show help); but to read the verbose explanation about a specific command, you have to search for it in the tree of categories, which may be a little time consuming.

It may be helpful for more experienced users to have a command which opens the Help dialog and navigates to the topic about the command if it exists.

I could imagine e.g. a command like /about command to call the verbose help for the topic /command.

Bug Report7993NoQuestsMediumReady to testDaevaornDialog option broken in "Repentance" / Keen Edge chain ...11.03.20241 Task Description

The quest option advised by Sharven (”[…] HE has decided […]”) is correctly presented by the interaction menu,

but on selection it is not recognised by Roniston (”[…] You could ask me to tell you about something, perhaps?”)

Quest progression is thereby blocked the Keen Edge chain broken again (after yesterday’s fix of “Slimy Doubt”).

Feature Request6222NoMagic SystemMediumUnconfirmedErodare LenizusDial Down Magic Power18.11.20132 Task Description

Objective: Let mages dial down the power to suit their needs of the moment, and accordingly the mana cost, time to cast, improved success chance.

The /cast command should accept power values from -99 to +99

The power slider should center at zero and sliding left should dial down to -99 and sliding right should dial up to +99

Perhaps -50 to +50 would work better?

Perhaps practice and experience should be dialed down accordingly as well?

Bug Report6546NoEngineMediumUnconfirmedxoladequip repairing item29.07.2014 Task Description

i cant dequip it while repairing but i can equip another item so the one im repairing is in inventory

Feature Request6019NoEngineMediumUnconfirmedHirene PenifurDequip command should stack identical items09.06.201344 Task Description

We’d like if the /dequip command would stack the same type and quality items in inventory when it’s used in shortcut.
It’s important for crafters, especially in case of hammering chain mail rings, but also would come handy for blacksmiths, blade or shield makers who want to separate Q300 items from other qualities which ones require more work.

In case of armor making crafters used to drop and pick up all the rings to stack the Q300 ones, since /pickup command do the stacking on same quality items. (This breaks immersion of role players, especially at Harnquist.)

The function also would prevent accidental manual grouping of non-Q300 items (blades, ingots etc.) with the carefully selected Q300 items in a slot.

CRAFTERS! Please vote and/or comment!

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

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

no task description

Bug Report6598NoCharactersMediumPostponedGlorrandirVenalanDark Wanderer should wear a robe20.09.20141 Task Description

According to Wanderer’s description, he wears robes

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.

Feature Request6427NoWebtoolsMediumUnconfirmedDaevaornCurrent release not part of the achievement set on MyPl...03.05.201435 Task Description

There is no part and icon for the current release in the “PlaneShift Loyal Fan” section of the MyPlane achievements yet.

In order to speed things up and reduce the overall impact I prepared three proposals:

For aesthetic reasons I favour the first, as it has the best balance in colour and motif, although the two others are a bit more expressive, when it comes to representing the new features.

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.

Feature Request6753NoEngineMediumUnconfirmednobody specialCrafting UI: recycling parts16.02.201542 Task Description

currently transforms from parts back into ingots are not listed in the books relevant on a consistent basis. They may be in some books but are not in the shield books. It would be good to have a list, comprehensive across skills or otherwise, so that players can know which ones are possible.

Bug Report6025NoEngineMediumUnconfirmedJThompsonCrafting confusion -erroneous error message11.06.2013 Task Description

I was working on a batch of Liquid Bread Rise and kept getting “You are not sure what to do with this.” I realize this will probably be nearly impossible to reproduce so I’ll try to explain as best I can exactly what I was doing.

I had started by combining the ingredients (1 Foaming Water, 2 Pinches of Salt, 14 Scoops of Lard) on the preparation table, yielding Unmixed Liquid Bread Dough. Then decided to combine them in the wooden bowl so I could go straight to the mixing step. I had already combined 3 when I switched. I added the ingredients to the wooden bowl and combined, letting it automatically do the mixing step, and this worked fine. The I tried to mix the Unmixed Liquid Bread Dough I had previously combined on the table and that is when I got the “You are not sure what to do with this” message. As long as I combined the items in the wooden bowl and then mixed them I had no trouble. If I tried to put in previously combined Unmixed Liquid Bread Dough it gave me the error message. Several times I reflexively hit the Take All and Stack before it was mixed, and when I tried to put it back in the bowl and mix it I got the error message.
Eventually I had to stop and measure out more scoops of lard, which required switching my wooden spoon for the scoop, since I was also holding a Dagger of Seduction (and wearing a Merc Helm of Seduction, if that matters). After I switched back, I was able to mix the Unmixed Liquid Bread Dough without any trouble… for awhile. (I didn’t realize right away that was what made it work)
Eventually though the problem popped up again (when I prematurely grabbed the mix before it was done, and tried to put it back and finish mixing it, it said “You are not sure what to do with this”) Again, the problem resolved when I switched to measuring lard and back. This happened three times in all. I didn’t put together that it was when I switched tasks that it started working until the third time it happened, so I didn’t have a chance to try just switching tools to see if that was what was fixing it.

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).

Bug Report6890NoCraftingMediumUnconfirmedKenTuathanachCrafting Axe Kits gives Mace making skill.14.08.20171 Task Description

This is actually for version 0.6.5.

When I craft Small Battle Axes I find that all skill gains are in Blades, Blacksmithing, and Mace making. I feel that somehow the skill gains for Axe making have been replaced by Mace making. That makes it harder to build up axe skill to turn the kits into a finished axe.

Axe handles need changed to blades making

Feature Request6556NoCrafting TransformationsMediumNewTharkasCraftable Repair Kits28.12.201455 Task Description

Wanted to bring up this idea to see how it would be taken in.

Given the difficulty training the skill itself involves, why not consider making the consumable repair kits for both weapons and armor craftable as part of the Tool Crafting skill?

Could be done in such a way that 1 steel stock would make 5 repair kits, or 2 steel ingots would make one.

This way, players can keep themselves supplied without having to keep spending money at the VERY NUMEROUS kits they’ll have to buy to raise their skill levels.

Bug Report5524NoEngineMediumNewGregCouple Of Small problems to be corrected? Knollege Req...12.06.20122 Task Description

I have noticed a few things that are Incorrect, not sure If anyone commented on them, Or If they are In Progress. I will jot them down all in one Report so not to make several reports…

1. The “Cone” On the Energy Arrow Is faced in one direction As in the visual effect right after the energy arrow hits the target (Im sure im not the only one who see’s this wrong?)
2. When Dropping Stacks Of Items Like Pants There is an extra “ES” at the end. Alot Of Items Have The Extra “ES” at the end, that should not be there.

I Had A couple Questions and Requests :)
1. Someway to Turn off the red dropping notifications like.>”You are to far away to attack” and ““**” Has nothing to be looted”. maybe a way to just have it in the system tab.(Asked in help tab, unknown, If someone knows how please tell me lol, thanks!)
2. An NPC Or something In Game That could tell you detailed Information about weapons/quest items and things of that nature, (I have seen the Book in the musium, but I haven’t really studied it yet, and maybe incomplete?)

  It would be really cool if you could go to an npc and hand them what you found, have them give you 2 lines about the sword and what it does. Or even a book from a quest where you can i.d it, have it unidentified untill you take it to an npc and pay them a really small fee to i.d it. (Not complaining at all but I have kept all of my named items I have looted since I have started playing. they are awsome! :D But I want to organize :) please? :D I want to sell them but I dont want to sell something for 10,000 and find out that it was really special. haha with my Inventory im sure I could write the book!

If you want to comment on this aswell, up to you. I will be blunt to the point:
I have seen leather working Implimented But Famiel Is the one and only charature I will have. But He is Forbidden to work with Furs/Hides other then looting for sale. he wants to start making his own armor, so I ask/Hope there is a way to bypass leather armor and make Medium/Heavy Arms/Boots/Gloves when it gets implimented
Thank You For Your Time :)

Feature Request6506NoGUIMediumUnconfirmedxolacopying books09.08.20144 Task Description

when i edit book and load it from file i would like see list of files i can load,
in additonal user books not stack that make it hard to carry for sale :( so another proposition if i put empty book into writted one it stack and and i have 2 identical -easy way to copy books

btw book name is not changed when i load it from file and i have to edit it every time

Bug Report6924NoCraftingMediumUnconfirmedStalfosCooking with Minerals Conflict14.01.20191 Task Description

The book shows

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

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

Bug Report6193NoGuilds/GroupsMediumUnconfirmedRasaratCommands>Guild commands>/setmemberpermissions16.10.2013 Task Description

My understanding is that /setmemberpermissions [member-name] should allow a user with editing permissions to set/change individual guild member permissions, but the command seems to be broken. A bug or intentional?

Bug Report6191NoEngineMediumUnconfirmedRezso GajdoczyCommand - /guildmotd14.10.2013 Task Description

Setting guild MOTD is accidently tied to public notes privilege?

guildmanager.cpp

  if ( ! IsLeader(client))
      if ( ! CheckClientRights(client, RIGHTS_EDIT_PUBLIC, "You do not have rights to change the message of the day in your guild."))
          return;
Bug Report6517NoCrafting TransformationsMediumNewxolaTuathanachcombine parts with different qualities21.12.20141 Task Description

Crafting HA
combine 4 q300 medium steel plates with 1 q50 chain arms give worse quality then
combine 2 q300 large steel plates + 2 q300 medium steel plates with 1 q50 chain torso
there is the same amount of q300 ingerdients but its in one stack for arms and 2 stacks for torso
edit Quality 175 vs 227

Feature Request2956NoCombatMediumNewOrgonwukhDavide VescoviniCombat system calibration19.04.20104 Task Description

Combat system calibration

Short version:

I propose that in general the amount of damage dealt by any weapon or magic spell should decrease with the distance from the attacker to the target. Also, fast weapons should generally deal less damage than slow weapons. The combat system including both weapons and magic has to be more balanced.

Elaborated version:

Damage (D):

This is the amount of health points subtracted when an single attack is successful. Examples for magic are:

  • Energy Arrow (about 75 HP)
  • Summon Missile (about 48 HP)
  • Flying Stones (about 63 HP)

For weapons one has to include the levels and stats of attacker and target. As a reference I determine both attacker and target to have maxed stats and levels, full heavy armour equipped and to use two weapons at a time in bloody stance. The weapon damage is the average damage including the failed attacks. One could either ask a dev to look this up in the database or do a numberof attacks and measure the arithmetic mean. For convenience I determine the damage of short swords to be 500 HP.
This value is not the value specified in the weapons properties, but the “real” damage dealt.

Maximum attack distance (MAD):

This is the maximum distance from which an attack can be made. MAD can be measured in game units (the values you get if you type /pos). One unit should be about 0.5 metres. Examples for magic and weapons are:

  • Energy Arrow (about 57 units)
  • Summon Missile (about 37 units)
  • Flying Stones (about 74 units)
  • All weapons (about 2 units)

Attack speed (AS):

This is the time in seconds (s) between the starting of the attack and the moment when the damage is dealt. Examples:

  • Summon Missile (about 0.48 seconds)
  • Flying Stones (about 0.28 seconds)
  • Daggers (1.5 seconds)
  • Short Swords (2 seconds)
  • Sabres (2 seconds)

Damage per second (DPS):

This is simply D divided by AS.

Effective Damage (ED):

I propose to let the DPS decrease linearly with the MAD. I introduce a factor (F) with which you can put more or less emphasis on the distance weighting. Based on the above assumed value of damage for short swords, I propose that the ED with a value of 500 should be used to weight all weapons and magic attack spells:

ED=F*(D/AS)*MAD=500
or
ED=F*DPS*MAD=500

For F=1 this simply is

ED=(D/AS)*MAD=500
or
ED=DPS*MAD=500.

Let us fix F=1 here for now for convenience. If my proposal for weighting is too daring or too conservative, we still can talk about setting a different value for F.

What does this mean?

Let us look at the weapons first and assume that the values for short sword are as I wrote above: AS=2, MAD=2 and D=500. Then DPS=250. This short sword deals an average damage of 250 HP per second. Since MAD=2, ED=500 HP. I have nothing to object concerning these values. This is my reference for the calibration of other weapons or magic spells from now on (see below).

Let us look at the spells:
With a short sword you deal an average damage of 250 HP per seconds from a max. distance of 2 units.
With Summon Missile you deal a damage of 100 HP per second from a max. distance of 57 units.
With Flying Rocks you deal a damage of 225 HP per second from a max. distance of 74 units.
Is that fair? Does it make sense that more damage can be dealt from a safe distance? This “unfairness” is reflected in the ED values of the spells:

  • Summon Missile (current): D=48, AS=0.48, MAD=37. ED=(D/AS)*MAD=(48/0.48)*37=3700
  • Flying Stones (current): D=63, AS=0.28, MAD=74. ED=(D/AS)*MAD=(63/0.28)*74=16650

We notice that the value of ED is way higher for spells than for the short sword. Flying Stones also have a very high MAD and hence a high ED value.
If we assume that my proposal is appropriate for evaluation of the power of weapons and magic, this means that Summon missile is 7.4 times more powerful than using short swords and Flying Stones is 33.3 times more powerful than short swords. I think that is quite a realistic reflection of the current state

Calibration

I propose to calibrate weapons and spells by setting the values of D, AS and MAD in a way that the ED is about the same for all of them. In case we use the short sword for a reference, we could adjust the values for Summon Missile and Flying Stones by reducing the MAD, for example To do this we solve the equation for ED in regards to MAD:

MAD=500*AS/D

Then the values for the calibrated spells would be:

  • Summon Missile (calibrated): D=48, AS=0.48, MAD=500*AS/D=500*0.48/48=5
  • Flying Stones (calibrated): D=63, AS=0.28, MAD=500*AS/D=500*0.28/63=2.22

If you think this attack range is too low, there is the possibility to calibrate the spells by setting the damage after solving the equation for ED in regards to D:

D=AS*500/MAD

Then the values would be:

  • Summon Missile (calibrated): AS=0.48, MAD=37, D=AS*500/MAD=0.48*500/37=6.48
  • Flying Stones (calibrated): AS=0.28, MAD=74, D=AS*500/MAD=0.28*500/74=1.89

It is also possible to calibrate the AS with AS=D*MAD/500. You can also try out different trade offs between D, AS and MAD as long as ED=500. As long as the ED is the same for all weapons and spells, the relation between damage dealt per second and the attack range is maintained.

Calibration will also be helpful once the attack range for weapons is implemented. Let us examine the calibration of the broad sword and let us assume that this sword has a damage value of D=750:

  • Short Sword (current): AS=2, D=500, MAD=2
  • Broad Sword (calibrated): AS=3, D=750, MAD=500*AS/D=500*3/750=2

So the attack range is the same while the attack speed and damage differ. One might think that it is more important to increase the attack range instead of the damage because of the bigger size of the broad sword. So let us assume that the damage value for the broad sword is D=600:

  • Short Sword (current): AS=2, D=500, MAD=2
  • Broad Sword (calibrated): AS=3, D=600, MAD=500*AS/D=500*3/600= 2.5

This seems to me an appropriate representation of the differences between the weapons: A broad sword has a longer range and deals more damage, but is slower than a short sword.

Final notes

This is a proposal for balancing the combat system. All values of weapons and magic are either estimations or assumptions. Feel free to provide the true values, if possible. Since the ezpcusa server exists, this might be a good opportunity to try such a system out. My assumptions about the levels, stats, armour and weapon properties of attacker and target are subjective and should be discussed.

Limitations:

Maxed levels were assumed, the properties of lower lever levels are unknown to me. But when known, those levels can be calibrated as well.
I did not include the amount of mana needed for the spells yet. A simple rule could be to have a linear relationship between damage dealt and mana used (maybe 1 to 10, so you can still kill a 800 HP opponent with 222 mana, which is the maximum at the moment as far as i know).
While the attack area of spells is a circle with a radius of AD (you just have to be closer than AD, facing direction is disregarded) while the target is in the centre of the circle, the area for weapons is much smaller because the attacker has to face the target. It should be something similar to a triangle. This disadvantage of weapons is not accounted for here. On the other hand, it is assumed that a spell caster casts spells as fast as possible. This disadvantage is not accounted for here, either. If those differences between weapons and spells is considered too big, you can think about setting F to another value than 1 for an appropriate weighting.
Once spells and weapons are calibrated, prices should as well be calibrated. You could either raise the weapon training costs or lower the magic training costs. Maybe doing both is a good idea.

Advantages:

Using this calibration, it is possible to design various weapons and spells which are different concerning D, AS and MAD, but they are weighted in a more appropriate way than it is the case now. Your choice of weapons is based on what you prefer: range, damage, speed or a weighting/combination of them. Combat can be balanced and become more interesting once players fight each other with different properties of their weapons and attack style.
The work for the devs is small. You need to change a single value for each weapon and spell.


Link to corresponding forum thread: http://www.hydlaaplaza.com/smf/index.php?topic=35352.0

Feature Request4513NoUser InterfaceMediumNewMario RohkrämerCombat ratings in /targetinfo should mention a defense ...07.06.20101 Task Description

It is only partially helpful to estimate if an opponent is more or less stronger than my own char, as long as I don't estimate its defensive qualities too. I would like to see a pair of chances to get hurt by it, and chances to be able to hurt it. Especially since some oppoments are so well armored that even "Extraordinary" quality crafted weapons won't do any damage as long as the character has only average weapon skills. And it is quite vital to estimate the chance of breaking the armor before starting a fight. Even if the opponent is "about as strong as" the character, it is not just risky but suicidal if the opponent is the only one which has any chance to hurt.

Bug Report5574NoEngineMediumUnconfirmedKaerli StronwylleClient-side email validation in registration system rej...15.04.2012 Task Description

GMail uses the + to denote email aliases: foo+bar@gmail.com delivers to the same GMail inbox as foo@gmail.com. The PS validation system rejects the + character client side, although it is permitted by the RFCs (see RFC5322 s3.2.3/3.4.1). The easy fix is to be much more liberal on the client about what is allowed in an email address, since we’ll be emailing a validation code to it anyway.

Bug Report5316NoCrashesMediumUnconfirmedslyclient is crashing04.04.20133 Task Description

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

Bug Report4931NoInventory/ItemsMediumNewJorickClicking 'use' on brado's grills interrupts grilling m...23.07.201271 Task Description

When I try to select a grill in Brado’s tavern the pink rotating cross does not appear.
Right click works and brings up the action icons. However, putting meat in one of the slots and “use” the grill to grill the meat results in “You interrupted your work when you moved away” every time. Other items like preparation tables, pots, etc. work fine.

I’m running PS on:
Arch linux ( up to date system ) 86×64 intel core i5
mobility radeon HD5xxx series with up to date catalyst drivers.

I logged my console output but I can’t see anything relevant to the problem, could be me so here’s the link:
pastie

Bug Report6372NoUser InterfaceMediumUnconfirmedJonClicking 'OK' on amount window passes through to window...28.03.2014 Task Description

When I am moving items out of my inventory and get the window to confirm the number of items to move, if the confirmation window is over another window, clicking the OK button closes the amount window (correctly) but pulls the lower window to the top.

Steps to reproduce: Position the Inventory window such that the left overlaps the middle of another window (e.g. a container). Pick a stack of items from the left inventory window with a left-button click. The Amount window should appear with the "OK" button over the lower window. Click "OK." The items will be picked up but the other window will now be on top of the inventory window.

The click action does not trigger an action in the lower window. If the shortcut window is the lower window, the shortcut under the OK will not be triggered, but the shortcut window will be pulled to the top. This may be related to PS#6251.

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.

Feature Request6137NoEngineMediumUnconfirmedSlissChat window while loading new map24.08.2013 Task Description

I would like to continue chatting while I load to a different map. Can the chat window become independent and on top of all windows?

Bug Report5767NoUser InterfaceMediumUnconfirmedMinksChat highlighting when name is part of another word.16.09.2012 Task Description

I made a char with a very short name (Min).
Everytime some says a word this name is part of (like “I’m coMINg home.”), the whole line
gets highlighted in blue.

Feature Request6377NoCharactersMediumUnconfirmedAdamCharacter Creation: Yilan Female Model04.04.20142 Task Description

Curious when the Yilan attractive, skinny feminine model of the Yilan class will be coming out?

I have decided that I will start a NEW character permanently when it comes put.
I would like to take the 4 years of learned game time and efficiently develop this new character.

If you can base the model to look something like the combo:
1.) Feminine female Northrir
2.) Feminine looking male Lemur

…………. I would be greatly pleased. Perhaps a little bit more swagger in the hips or a little bit more bounce (if you know what I mean).

Question: Who actually is working on these models?

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.

Feature Request5230NoEngineMediumUnconfirmednobody specialchange to default action upon mob attack or player cast...19.05.201131 Task Description

I would like it if you could set the default reaction to casting a spell or being attacked. I find it quite annoying to automatically be set to fully defensive when I cast a spell. I also find it annoying that when being attacked by a group of mobs your target focus jumps to whichever one hit you last.

When I cast electrotouch I want to hit my opponent and not change my stance. generally whenever I cast anything in melee I want to keep my previous stance.
When I am in a pile I want to kill what I am fighting before I start on another one. If I want to fight a different one I can so choose manually. It is also annoying that you often jump to a different mob before you are able to loot what you have just killed.

It would be great if there was a section to set these in the options.

In the case of electrotouch I tried to add /attack normal to my shortcut but it was processed and discarded before the spell finished casting. I appreciate you probably don’t want long chains of commands to be processed in turn as it could lead to botting, otherwise I would ask for one command to finish processing before the next is considered. Still it would be nice to repair all my armor with one keypress instead of 5.

Feature Request6760NoInventory/ItemsMediumUnconfirmednobody specialChange apple to type plant part08.01.2015 Task Description

I would really like to loot food ingredients that cannot be gotten another way and not have to loot apples. If I want apples I can /harvest or /pickup them. with this change I could add food to my /loot shortcut and not miss out on lard or meat. I don’t think there is another lootable foodstuff that has multiple kinds of sources.

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.

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 Report4692NoPetsMediumNewAljuvialleAnders Reggestadcan't move after unmount pet09.04.20132 Task Description

after you'd exhausted to move while riding, and you've unmounted and dismissed your pet, you can't move until client restart.

How to reproduce:
1. mount your pet
2. ride on it while you exhausted to move
3. run shortcut:

/unmount
/pet ID, dismiss

4. you see your physical stamina is full and you can't sit or move anywhere.

PS: if you is not exhausted to move, this bug not occurs.

Bug Report6872NoWebtoolsMediumUnconfirmedEmalineCalendar Dev meeting Desc typo18.01.2017 Task Description

Just an FYI but the info being posted on the calendar for the dev meetings has a typo. Under Content, second sentence the Word developers is typed Devevelopers.

Feature Request5325NoInventory/ItemsMediumUnconfirmedEnio ArdaBuyback option for last sold item(s) to NPC15.07.201124 Task Description

I would like to have the option to buy back item(s) i sold to a npc as precaution for accidental sales.
Its a common feature in other games and would fit PS very well too.

Questions for implementation:
- Should the list be global or npc specific? (buyback only where you sold it)
I tend to make it npc specific as it makes sense and would prevent abuse (e.g. for transportation).

- Add a timer how long the buyback of a sold item is aviable? Its probably easier to add and lighter on ressources to keep a fixed global item amount then adding a timer.

- How many items should be stored to be aviable to buy back? In my opinion a global maximum of 10.

- Should there be an additional fee for buying an already sold item back? I’d say it would make sense. The NPC-buy price of the particular item could be used, since the calculation is already implemented.

- How does it fit into the UI? It could be added in the BUY-from-npc list of the particular NPC. It would only show up when there is something aviable to buy back, similar to how the SELL-to-npc list handles it now.

Any thoughts or ideas?

Bug Report6171NoCraftingMediumNewVenalanJoe LyonBug with crafting items being marked as craftable when ...10.10.20132 Task Description

For an example.

In the Catalog of shields book, ‘Bronze Spike’ becomes un-greyed and therefor visible as craftable when blacksmith hits 15. but you also need many levels in shield making before you can actually make the item. If I push Blacksmith to 200 and leave shield making at 0, according to the book I can make every item in there, despite that clearly being wrong.

The skill checks being made on the crafting books need to look at primary and secondary and as many skills are needed to make an item to correctly mark it as something you can make.

Bug Report6383NoTraining & SkillsMediumNewVenalanbug with being told you get practice points at level 20...05.04.2014 Task Description

As the title suggests you continue to get the system message you have gained practice when using a skill despite your practice level not actually increasing.

Bug Report4505NoEngineMediumNewCXDamianbuddy command - toggle behavior12.06.20101 Task Description

friends list does not display all friends after using command line without add/remove(onoff), may remove other entries.

starting with no friends:

‘/buddy abcdef’ = ‘abcdef is already on your buddy list’ (refresh friends window, abcdef was added)

‘/buddy abcdefgh’ = ‘abcdefgh is not on your buddy list’ (refresh friends window, abcdef is no longer listed, abcdefgh is not listed)

‘/buddy abcdef add’ = sometimes added, sometimes not

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

Available keyboard shortcuts

Tasklist

Task Details

Task Editing