PlaneShift

Task TypeIDPrivateCategorySeverityStatusOpened byAssigned ToSummaryLast Edited[[changedby]]  desc
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 Report7446NoBugtrackerVery LowNewGongerGuards! Guards!13.01.20232 Task Description

Two problems with guards:
They do not complain about characters with wielded weapons.
They do not let creatures enter the city! ;-)

Feature Request2658NoInventory/ItemsMediumNewgiveitem command for players26.03.20092 Task Description

Syntax: /giveitem [PlayerName] [Qty|All] <ItemName> [Any]

  • Playername is optional, otherwise default to selected target, fail if none selected
  • Quantity is optional, default to 1, All gives all in inventory/equipped
  • ItemName required, quotes needed for multi-word item names as in “Platinum Ore”
  • Any is optional, allows items in containers to be given. Omitting this protects containered items from being given accidentally, allowing players to put things in sacks or other containers that they want to keep safe, same as the Drop command.

Similar to GM giveitem, but with the following restrictions:

  • player and target must be in touch range
  • player and target may be sitting or standing
  • player and target must not be otherwise busy (fighting/crafting/repairing/etc.)
  • no restriction for target being overburdened (available slot/stack/capacity limits still apply, see Caveats below)
  • similar to PVP, players should have persistent selectable option for receiving given item(s): Always Accept / Prompt to Accept (default) / Never Accept

Along with the command, make Give an option to context menu, which opens a slot window same or similar to that which one gets when giving to an NPC.

Justification:

  • Smoother and faster RP (P1 gives P2 a beer)
  • Merchant assistant holding extra inventory gives things to merchant for a sale

Caveats:

  • Makes using mules a little easier, as in an unattended mule with Always Accept can become a dump bucket for loot or Ore, however current trade rules allow this already, the only difference is that the mule must be attended to complete the trade, while not for receiving a Give. Eventual random spawns of monsters will mitigate this for loot, and miners still have to move all the collected ore to wherever it is to be processed or sold. IMHO the benefits to RP outweigh this issue, since miners have already worked around unattended trading to some degree, either by mAlting or dropping stacks while guarding in proximity.

Extending the idea, add a die-roll chance for target and near proximity observers to be made aware of the exchange. Giver’s Int. and Agility should apply, and Target’s Int. and Observer’s Int. should apply but I’ll leave it to devs to work out how to implement. Any exchange that is more than 1 single item should incrementally raise the chance of being observed. One might still have a good chance of slipping a couple daggers into someone’s pack, but a stack of 20 Ore would be nearly impossible not to notice. Sleeping target might also factor in.

A further extension might be an optional Sneak parameter whereby the Giver attempts to be especially discrete in the exchange, thus lowering the chance to be observed by the target or near proximity observers, but this should be mitigated by quantity as above.

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 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 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 Report6239NoSoundMediumUnconfirmedErodare LenizusElectrotouch Sound Is Unpleasant03.04.20142 Task Description

Perhaps it's just me, but while Electrotouch is in effect there's a constant grating buzzing sound that just hurts like nails on a chalkboard.

Feature Request6043NoEngineMediumUnconfirmedJThompsonEditing books- hitting OK closes the book07.07.201322 Task Description

When you are editing a book and you hit OK to indicate you are finished it closes the book altogether, so you have to reopen the book to see the changes. Since formatting can take quite a bit of trial and error, it quickly becomes annoying to constantly have to reopen the book. With music and maps, when you finish editing you simply click the Edit icon again and it exits Edit mode, leaving the music/map open. It would be nice if books worked the same way.

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 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 Request2867NoGUILowAssignedFiribanJoe LyonDisplay tabs only when neccessary22.09.20142 Task Description

Hi,
to make the interface less confusing, please let the chat window have the “Guild” and “Group” tabs only when the character is in a guild or group. Or at least make hiding these tabs an optional feature.

This would also make it possible to add an alliance chat tab to the chat window without bloating it for the people who are not in an alliance. see my FR #2688 for this.

Feature Request5994NoGame BalanceVery LowNewMario RohkrämerTuathanachDifferent fishes should have different attributes02.02.202321 Task Description

Different fishes will probably have a rather wide range of weights and sizes: e.g. Carp may become as heavy as several kg, few even more than 30 kg; Manta ray even more with a possible length of 5 m; Dace (mud carp), Ide and Orfe (quite the same) or Perch instead usually less than 1 kg; Coppernose (a tropical barbel) will probably be only few inches long.

But all fishes in PS have the same size and weight of 1.

I don’t expect a variable weight and size per catch, but at least different average weights and sizes.

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 Report7933NoModels and MapsLowReady to testDaevaornDark Rogue hideout hard to access; broken door inside12.03.20242 Task Description

Entering the doorway to the Dark Rogue hideout in the Abandoned Mine is nigh impossible. I had to crouch-roll several times to go past the doorway. (The other direction, out, works smoothly)

The wooden door to the little chamber behind the hideout is no longer clickable. /ability detect secrets didn’t do anything obvious either.

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.

Bug Report4574NoEngineLowNewKaerli StronwylleCtrl or Shift modified keystrokes/mouse gestures trigge...11.11.201321 Task Description

1) Ctrl-drag an item or use a shortcut bound to Ctrl-something
2) Note that your run toggle state just changed. :P

Using Ctrl or Shift as a modifier should “lock out” the functions bound to these keys by themselves.

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

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 Report7512NoBugtrackerLowNewHaviland Tenourican not attack without a weapon14.01.20232 Task Description

When trying to attack it says “You have no weapons equipped!”

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 Report7487NoQuestsLowCould not VerifyHaviland TenouriBroken Quest "Get a Performance" (Roya)24.09.20222 Task Description

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

Bug 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 Report5242NoCraftingMediumNewnobody specialblade can be removed from hand without disturbing work24.05.20112 Task Description

If you take a heated blade out of your hand while hammering it the work will not be interrupted until the work duration if finished. If you return it to your hand before the work is finished the transformation completes successfully.
THis appears to only work if you replace the item with itself, substituting a different identical item or a completely different item causes an interruption.

Feature Request7631NoGUILowUnconfirmedKiFunStuSBag Lockers30.12.20222 Task Description

Having a limited number of storage locations for sacks would be a really nice feature.

It would make it much easier for people to sort out their equipment without having to carry it everywhere.

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

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

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

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

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

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

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.

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 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 Report7491NoPetsLowCould not VerifyTaladTaladYou should not be able to summon your pet in the Death ...08.10.20221 Task Description

no task description

Feature Request6802NoCrafting TransformationsMediumUnconfirmedKaerli StronwylleTuathanachYou should be able to heat stock with the Book of Blade...18.05.20151 Task Description

Having to use the Working with Stock book simply to heat steel/ingots for forging makes for a silly amount of swapping back and forth between Working with Stock and Book of Blades. It’d be simple enough to add the steps for heating stock and ingots to the Book of Blades…

Bug Report7954NoCraftingMediumUnconfirmedTrippedOnReality/EnarelWorking with Stock and Working with Rare Stock Books Mi...04.12.20231 Task Description

Working with Stock and Working with Rare Stock books are missing the recipes for heating ingots/stocks in the forge in 0.7.39.

Bug Report5204NoBugtrackerMediumUnconfirmedShinobu MaeharaWhen receiving a bugtracker account, a non-existing ver...02.12.20211 Task Description

When I received the account confirmation message in my inbox, and then clicked on the link, it asked for a verification code.
But there was no textbox to enter the code, and it wasn’t in the message sent. Fortunately the login turned out to work just the same - all mention of verification codes should be scrapped.

Bug Report7654NoModels and MapsLowNewKiFunStuSWeather not synced06.01.20231 Task Description

when snowing for 1 player, it is not snowing for another

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.

Feature Request7562NoCombatLowUnconfirmedKiFunStuSWeapon enchantment should work only for the specific we...26.11.20221 Task Description

At the moment Weapon enchantment is being executed with any attack, also from another weapon.

I have a dagger “of Creation” that is triggering a blinding magical effect.

As soon as I have this item equipped, any attack I do, even with the other hand is triggering the blinding effect.

Note from Talad: at the moment the equip_script associated to the weapon, is attaching an “on attack” effect on the character. There is no way at the moment to know which weapon generated that. We could change ApsCharacter::AttachScript() to also store the information of which weapon had the effect, and then in ApsCharacter::InvokeAttackScripts() check if the current weapon used is the same that generated the effect.

Feature Request5474NoUser InterfaceMediumNewEliyahnaAndrea RizziUndo Button for Music Writer20.12.201112 Task Description

An "Undo" button on the new music writer that could go back at least one step would be very helpful. Thanks!!

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 Report7871NoModels and MapsLowUnconfirmedferrettrees in the deepest part of emerald river29.10.20231 Task Description

just found 4 trees in emerald river. 2 saplings, completely submerged, a slightly larger sapling close to the bank with its head out of the water and a fully grown fir

/pos -283992.16 -421496.05 1608.69 .. large west.

there are other plants close by but the trees are the main items that need to be moved.

Bug Report7935NoModels and MapsHighFixed pending releaseDaevaornTrapped in the Dwarven Fortress17.03.20241 Task Description

I am now trapped in the entrance area of the Dwarven Fortress for the second time in 24 hours. The door of the cell that gives access to the lower levels closed on its own while I was inside and there seems to be no way of opening it from the inside.

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

Feature Request7457NoBugtrackerLowUnconfirmedKiFunStuSTorch has no combat value27.08.20221 Task Description

Suggestion

Add low base damage and fire damage to the torch.

Currently. you get an error message when trying to attack with the torch.

Feature Request4256NoQuestsMediumAssignedmickraJayRuaanAlison ColemankatuRon WhitbySemutaradrJackTilavi is in trouble, option request05.08.20101 Task Description

The quest objective is to help a certain NPC find a missing object, that's what my char agreed to do. After finding the object and proceeding to final steps I suddenly receive a ready-made line "X listens to your story" and find my char spilling its friend and ally's whereabouts to X, with me having absolutely no means to prevent or stop it. Honest, it feels like being godmodded by the quest system and is awfully disappointing, to say the least. It also clashes with the general idea of quests being done ICly.

Dear Devs, please add a "not squealing" option, something like "I've just found it somewhere" and let the player deal with one of the main ingame alignments (Law) according to that player's RP. The way it is done now, it's not C&C, it's M&C, having to bear with consequences of the game mechanics, and somehow it doesn't feel right… at all.

PS Ver: 0.5.3

(Edited for clarity.)

Bug Report7863NoCombatLowCould not VerifyMohonin DitinThe command '/attack' may be bugged27.10.20231 Task Description

I think the command ‘/attack’ is bugged. I have tried many ways to check weather the bug is there or not, like I waited for the timer on the top left to finish before clicking for another slash of attack, tried to be carefull that i may not be pressing the right click, and ofcourse using Q & E to get the right attack skill. But still many times i get the system message “Command Not Recognized. Use /Help to see the list of available commands”, it cud be like you missed the target, the target dogged your attack etc. Please see that wheather its really a bug or not, if a bug then please Debug it. Thank you.

Bug Report6929NoCharacter CreationMediumUnconfirmedLariliThe CC decription tab of ones own character says "Xiosa...23.10.20221 Task Description

In the CC tab it says “Xiosa talks to you through nature,” Xiosa should be Xiosia.

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

Available keyboard shortcuts

Tasklist

Task Details

Task Editing