PlaneShift

Task TypeIDPrivateCategorySeverityStatusOpened byAssigned ToSummaryLast Edited[[changedby]]  desc
Feature Request5845NoInventory/ItemsMediumUnconfirmedPeter van LooShow weapon requirements20.12.201225 Task Description

It happened to me twice already that I bought a good weapon for tens of thousands of tria, to then find out I need a lot of stats to equip it. And not only can’t I equip it, I don’t know whether it’s worth training for it either because nothing tells me how many more levels I need.

The game shows the effects (damage, speed) and the stats increases/decreases can be looked up in a book in the museum by analyzing the name. Could a way be implemented to know what stats and skills you need to use an item before buying it too? Either as part of identification, as a new separate identification spell for requirements or through some book?

Without that I’m very reluctant to buy anything at all as I spent too much money already on things that are useless to me.

Bug Report5359NoRendering IssuesMediumNewPhenha PhayethorKlyros colour change13.11.20112 Task Description

I play a Grey Klyros male and after I got my robes I noticed that if I put them on and took them back off, my arms became blue.
This is an easy bug to recreate, all it requires is a grey klyros and a robe.

Feature Request1804NoLowNewQia FaskUse of containers holding liquids is unrealistic (mugs,...06.07.201322 Task Description

Mugs are a staple of RP for many people, but their use is currently quite unrealistic – you “drink” away a solid glass object.

What I proprose to fix this may not be purely realistic, but at least makes sense.

When an object is consumed, it should leave behind an “empty” (mug, potion bottle, jar, etc.) which will appear in the inventory. The cost of items which come in containers should be increased, as “deposit” or sorts, like when people buy pop or beer in real life. People would be able to sell the empty back to reclaim their deposit.

In the case of mugs of alcohol, they could be strewn about on the table as the drinking goes on, so people know who’s been drinking too much. There wouldn’t be any worry about “littering”, as there would always be someone willing to pick up after and return them to Allelia or Brado for the deposit money.

If this is implemented, it would also allow for future features like being able to return to Allelia or Brado for a “refill” without needing to pay the deposit. Same for potions and other items that are sold in containers.

Also the possibility of putting other liquids into the containers. It would be neat for example to be able to stop by the secret garden and fill up a bottle, mug or bucket with fresh water from the pool (it could be done by the usual right-click method on an object).

I feel these sorts of things would help improve the RP and realism a great deal.

Bug Report5331NoEngineMediumUnconfirmedR.GuppyArt glitch sewers19.04.201421 Task Description

Hard to spot, but if you go to the location and zoom in and out, and rotate it shows, also as second screenshot shows it also extends to left.

http://imageshack.us/f/16/shot16.jpg/
>Your current position is region: hysewers 11.73 -5.95 -166.09 0 angle: 247 (4.319690), sector : swr-darkgreen02

http://imageshack.us/f/220/shot17.jpg/ (10:19:08) >Your current position is region: hysewers 3.56 -5.70 -162.07 0 angle: 257 (4.491496), sector : swr-darkgreen02

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

Index: src/client/gui/pawscharcreatemain.cpp

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

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


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

   {
       maleButton->SetState(false);
       femaleButton->SetState(false);
Bug Report5782NoCombatMediumUnconfirmedRii Riichanging weapons in battle doesn't work22.10.201222 Task Description

If I have no weapons while in battle and I take out swords, I continue fighting with no weapons. If I stop attacking and then start again, the swords get used.

Bug Report5813NoModels and MapsMediumNewRoman YagodinAbacus icon in "Kilas wants his Abacus Back"09.02.201321 Task Description

1) Abacus quest item in “Kilas wants his Abacus Back” looks like some sort of globus…

2) It is not clear from Crosh’s explanations, that numeric base he uses with 7-th beads abacus. It can be both 7 or 8, so right answer may be 64 (base 8) or 49 (if base 7 is used). If base 7 is used, the whole beads line is moved back (left) in same operation with moving its last 7-th bead to the right. Same alhorithm is used in real Russian abacus, which have 10 beads in a line for 10-th base calculations.

Maybe, 2) is not a bug, but it requires some more “out of game” explorations, than player may expect, or just “brute force” enumeration of possible aanswers. So, Crosh’s explanations about his calculations must be more clear:

Now: “When they’re all to the right, I move them all back and move bead in a second line…“
Must be like: “When they’re all to the right, and I need to count one more day, I move them all back and move bead in a second line…“

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 Report6932NoGame BalanceMediumUnconfirmedStalfosBlue Cohosh Root area barely big enough to harvest twic...15.04.20202 Task Description

The are for harvesting Blue Cohosh Root is so small that you need absolute precision to harvest a second time, without “You cannot harvest in the same place twice in a row”.

It’s possible but takes longer to find the right spot, the area needs to be bigger.

Bug Report7311NoQuestsVery LowUnconfirmedStalfosGugrontid Legend quest - approaching Stalg does not fin...11.03.20222 Task Description

Approaching Stalg does nothing to the quest, can’t complete.

Bug Report7370NoBugtrackerLowUnconfirmedStalfosIntroduction to Crafting doesn't update wallet12.06.20222 Task Description

The console says you received 4 circles, but the wallet won’t update until you complete another quest. Comnpleting Harnquist is Hungry for example says another 4 circles in console, and wallet updates to 8 circles.

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 Report4588NoUser InterfaceLowNewTereayMisrepresentation of the character in the Inventory27.07.201022 Task Description

Misrepresentation of the character in the Inventory
All my dwarves (dark haired) are affected
I use a self-compiled client (0.5.4/0.5.5)
The same on Windows (0.5.4)

Bug Report6017NoMiscMediumUnconfirmedThijmenproblem with registering at the forum31.05.202021 Task Description

when i try to register for the forum the last question is broken: what is the name of the underground version of the stalactite?
the answer should be stalagmite. (so far i tried several typos on both stalagmite and stalactite).

Bug Report7854NoBugtrackerLowUnconfirmedThosorPremature falling out of saddle while mounted. windows/...13.06.20232 Task Description

While Moving around, I think turning might be causing this, in the middle of walking or running, suddenly you are out of the saddle and running on your own. Also, not sure if there is supposed to be a quick dismount when clicking the right mouse button which happens when you want to look around etc.

Bug Report5577NoMap TexturesMediumUnconfirmedTimilTextures Missing in Towns, and Shader Issues16.04.201221 Task Description

Since the update to 5.9, the textures and shaders when in town seem to be either missing or messed up. The lighting in some areas makes Chars and NPCs look like they’re wearing TV static. I’ve checked the drivers for my graphics card (ATI Radeon 3100 in a Toshiba Satellite Laptop), and they are up to date. Please see the attached screenshots, and if any more info is required, I will be happy to provide.

Thank you for your time and attention. ~Timil~

Bug Report8021NoMiscLowUnconfirmedtrensolharvesting couchgrass impossible to harvest near gugron...08.05.20242 Task Description

couchgrass seems to be in the wrong place near gugrontid and oja areas, and are unable to be harvested.

https://steamcommunity.com/sharedfiles/filedetails/?id=3240545565

may be due to rendering issues with distro and graphics card. In some cases when using different cards/drivers and compositors such as wayland and xwindows, sometimes render can be slightly off but the current position of the couchgrass seems to be way off.

Bug Report7427NoModels and MapsLowNewTrippedOnReality/EnarelFloating plants ojaroad129.01.20232 Task Description

floating plants at: 274673.47, -364629.59, 10927.77

It’s spawned items, probably from a natural resource location.

Bug Report7551NoGUILowAssignedTrippedOnReality/EnarelMail GUI01.04.20232 Task Description

The mail window at the pterosaur fast travel npcs has item slots that extend outside the minimum extent of the mail window.

Bug Report7572NoGUILowUnconfirmedTrippedOnReality/EnarelMouse pointer overlaps hover tooltip when in windowed m...25.11.20222 Task Description

When playing in windowed mode, if you shrink the game window, everything scales smaller except the mouse pointer. This causes the tooltip to be hidden behind the mouse pointer if you shrink the window smaller making it unreadable. I’m not sure if it’s possible to either have the mouse pointer scale with everything else, if the tooltip can be further offset, or if the tooltip can be on top of the pointer.

This is the biggest problem on the toolbar with options, skills, character etc, spells/active magic toolbar, and on the shortcut toolbar. The inventory tooltips seem ~okay. They do overlap slightly, but the overlap is in a place without text.

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

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

Bug 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 Report5790NoQuests DynamicsHighNewVenalanQuest menus dissapear to quickly to click on responese.15.10.20142 Task Description

A general problem with the quest menu system at the moment is the speed at menu disappear. The problem occurs in the following situation.

All the following is within one step in the following format.

Player gives NPC 1 item.
Menu: text.
NPC: text.
Menu: No. Menu: Yes.
NPC: text.
NPC: text.
Give 1 Melorick's Scroll Case.
Assign Quest.

You give the npc the item.
The initial npc text appears.
Once they have finished talking the next two menus appear, but before you are able to click on the menus the menus vanish.
This results in you losing the item needed to trigger the quest/step and are unable to repeat it.
This was only became a problem with the introduction of the 'bubble' menu system.

Bug Report6144NoEngineMediumNewVenalanTaladNew icons are not showing correctly in MyPlane.02.05.20142 Task Description

I noticed in a characters inventory that “The pastry Chef” book was not displayed as an icon, but was displayed as text “The Pastry Chef”.

It appears that the newest icons have not been loaded or are not reference correctly from MyPlane.

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 Report6855NoGame BalanceMediumNewVenalanDavide VescoviniStacking of damage when holding multiple weapons with b...15.04.20202 Task Description

I tried attacking a kikiri with two ‘Dark Dagger’ and I got the following system messages

(20:29:33) >You’ve gained 1 practice points in Knives & Daggers.
(20:29:33) >Your dark weapon drains 10 HP from Venalan.
(20:29:33) >Your dark weapon drains 10 HP from Venalan.
(20:29:33) >You’ve gained 1 practice points in Knives & Daggers.
(20:29:33) >Your dark weapon drains 10 HP from Venalan.
(20:29:33) >Your dark weapon drains 10 HP from Venalan.
(20:30:37) >You’ve gained 1 practice points in Knives & Daggers.
(20:30:37) >Your dark weapon drains 10 HP from Venalan.
(20:30:37) >Your dark weapon drains 10 HP from Venalan.
(20:30:37) >You’ve gained 1 practice points in Knives & Daggers.
(20:30:37) >Your dark weapon drains 10 HP from Venalan.
(20:30:37) >Your dark weapon drains 10 HP from Venalan.

So every attack I do with two Dark Daggers is doing two rounds of extra damage and not just one extra round of damage.

Feature Request2189NoLowNewweltall[pawsillumination] zoom support when looking at sketche...01.09.200821 Task Description

It would be nice if it was possible to zoom sketches when looking at them. This would also be useful when you get a sketch/map which is too big for your screen and allows you to have the entire image on screen by reducing zoom.

The included patch allows the user to zoom from 1/10 to 10x the map increasing the size of every element on screen.
The buttons used for this are > and < if someone has a better suggestion about them or thinks that having the increase/decrease zoom on screen would be useful i could add them.

http://pastebin.ca/1189613

Bug Report4735NoSettingMediumNewweltallnpc with -01.10.20102 Task Description

The engine code was clearly coded to not allow - so till a different decision is taken these npc are all bugged and should have the - stripped

Brintec Dev-Onni
Vladovic Chel-Astra
Sharven Xant-Areth
Uri Djho-Maat

thanks to Vakachehk for the list

Feature Request6399NoCrafting TransformationsMediumUnconfirmedxolamore potions22.10.201422 Task Description

I need potions : curse ,diseases,paralyzation, and poison for completion as well stupidity potions that lower magic way skill for shoort duration

Bug Report6530NoSpell FormulasMediumUnconfirmedxolaDavide Vescovinitraining repairing07.03.20152 Task Description

for every skill we get practices equal to time we spend while crafting but for repairing it is not true
the practices are equal to time the SECOND attempt repair the same item(so if i repair shield for 403 s i got 310 practices, second time i repaired it 310s )

would be great if we have two alternative way to training repairing: cheap that take longer and faster if we have to spend more cash
there are no bonuses for repairing complex items its only based how bad its damaged it seem

Bug Report6750NoEngineMediumUnconfirmedxolaatacking 05.01.20152 Task Description

when i start atack enemy that is little away and before i see message he is too away switch (with shortcuts /target nearest /atack) to nearest im in combat mode but dont see any system mesages and not doing any hits- it happend in other situacions too but that i know how to reproduce

its worse to aim enemy , i often see ‘you are to away’ in first try and without move next attack hit enemy correctly

Feature Request7118NoGUILowUnconfirmedYorlakActive effects icons for potions show as diamond crysta...22.11.20222 Task Description

all potions I tested results in a diamond crystal icon in the active effects bar.

Feature Request5425NoEngineMediumUnconfirmedZeonixa AlruvisFPS is too high. Improve the graphics.18.11.20112 Task Description

I have a 6950, running the game at absolute max(custom) settings(minus fullscreen, it crashes), and the framerate is ~130fps(see corner, I had limiter on). I think the game has room for some graphics bumps on the “highest” settings. It would also be a good idea to future proof this game. The 6990 is about twice as good as mine or so, and who knows what year 2014 will have in store? At max settings, I think it should run on the fastest graphics card at about ~12-24 fps.

http://img411.imageshack.us/img411/5356/screenshot10dl.png http://img839.imageshack.us/img839/3158/screenshot9rm.png

Now I know some people will be like: “How much did you spend on that computer?” and the answer is: $950.
So yes, normal people could use better graphics. I’m not some crazy uber geek with a $6000 computer(just a normal geek).

Possible additions:
Bump mapping. Cheap way to make things appear more 3d.
Super AA (draw at double resolution, scale down, future proof)
Voxel models/textures.
Another lightmap model: make a second screen, this one is an additive screen, each object reflects light to the second drawing board according to the laws of color (additive, then multiply) so for example, a candle would be yellow on the emitter lightmap, but a chair pitch black. Then after being lit by the candle you preform additive to the chair’s lightmap, and multiply it by the texture of the chair. A third map could be added for reflectivity, but I don’t know if that would be easy since I don’t program graphics.
Better textures.

Bug Report4369NoSoundMediumAssignedMathiasSound Bugs Effects/Spells/Etc14.08.20101 Task Description

List of all bugs regarding sound to be fixed for next release.

Feature Request4398NoSoundHighNewMathiasSet all volume but npc speech to 20% when npc is talkin...19.04.201011 Task Description

When an npc talks the volume of the music ect makes it hard to hear them. Lets try setting all volume to 20% or so and see how that effects it.

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

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 Request5300NoQuestsMediumUnconfirmedAndrew DraskoySuggestion for NPC default conversation when quests not...29.08.20111 Task Description

Currently when an NPC doesn't have a quest for player, they essentially ignore the player. This can be bad because:

1) Sometimes (e.g. the circle way quests) this comes across as a bug since the player has been directed to talk to the NPC by another.

2) It's not always (in fact generally not) a realistic behaviour from a charactization PoV.

3) The chain quests are now very long and not obvious, so players have no idea what to do next.

4) It may be something else besides more quests that is necessary. How are players to know?

I think this should be changed, and propose the following dynamic as a possibility:

A "sociability" metric would be calculated for each interaction between player and NPC based on:
factions, prerequisites required for quests, and a base number assigned to each NPC. This metric will indicate how well-disposed the NPC is towards giving quest info the player at this time. Depending on this metric (lets say a number from 0-5) the NPC could say something (or ignore the player if the number is 0). The higher the number, the more useful and specific is the response.

Some characters are grumpy by nature and will almost always ignore people or give gruff responses (like now). Many are just typical and will offer canned default responses, expect that for the higher metrics these will hint that they will have something for you later. Ideally the highest metric will look up who gives the pre-requisite quest and direct you there.

Each quest could specify overrides for any of the responses.

Feature Request2721NoUser InterfaceLowNewAndyPlayer shops - Trade functions for guarded items28.06.202211 Task Description

Function to set a guarded item as sellable, with price.

/sellitem name price

Confirmation for sale, confirming price to purchaser.
Confirmation text message/description in main when sale has occurred.

Would need at least a button visible in context menu to initiate sale.
Set item for sale and price could be command-line, that’d still work.

Feature Request2767NoUser InterfaceMediumNewAndySaving throw commands for Roleplay20.02.20091 Task Description

Saving throw commands for Roleplay

Example:

/dodge

ROLL =< AGI results in “[player] dodges.” ROLL > AGI results in “[player] does not dodge.”

/jump

ROLL =< AGI results in “[player] makes jump.” ROLL > AGI results in “[player] misses jump.”

/sing

ROLL =< CHA results in “[player] sings a lovely song.” ROLL > CHA results in “[player] lets out an awful screech!”

ROLL = random(200)

Might also be expressed like…

/saving agi dodge dodges|does not dodge
/saving agi jump makes jump|misses jump
/saving cha sing sings a lovely song|lets out an awful screech!

Variations on this are almost endless and could apply to any stat or skill. Saving throw commands are designed to be used by a single player, with the results shown in the channel originating the command.

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

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

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

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

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

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

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

Bug 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

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 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 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?

Feature Request7628NoPerformancesLowUnconfirmedCarbo BoekBenchmarking Tool17.12.202212 Task Description

In the server list, you could have another “server” that’s really stored on the local machine. In this server, it starts the player in a pit with a bunch of NPCs casting spells over and over. Maybe 5 NPCs repeatedly casting magic light, and 20 casting random spells. The pit should be a “worst realistic case” scenario so that players can tinker with graphical settings in there.

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

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

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

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

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

Available keyboard shortcuts

Tasklist

Task Details

Task Editing