PlaneShift

Task TypeIDPrivateCategorySeverity  descStatusOpened byAssigned ToSummaryLast Edited[[changedby]]
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!!

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

Bug Report5289NoCombatMediumUnconfirmedGregDavide VescoviniYou Must Face Enemy To Attack/You Are To Far Away To at...24.06.20114 Task Description

Not sure if it is just me but I keep getting “You Must Face Enemy To Attack” when im clearly faceing them >

  There are A few Angles At which this happens (Most noticable on a Armored Riverling's right shoulder near the Lake Of Tears, Has also happened on the consumors near the Face Of Stone) 

“You Are To Far Away To Attack” > (standing right next to them, If I time it right I can jump and hit it’s head, but only can hit when jumping)

   I have noticed this On Ojaveda Road 1 Maulbernauts/Vilenaut/Maulberloards (When they spawn in the "vally area of there spawn points") I also notice when I kill them They get suspended Laying down in the air
Bug Report5923NoSpell FormulasMediumNewRalph CampbellDavide Vescovinimagical protection spells ineffective30.05.20205 Task Description

My character was attacking a Rogue in fully defensive mode with the following spells active and the damage was not noticeably reduced.

Animate Vegetation
Armoured Skin
Defensive Wind
Dome of Perfection
Lesser Future Sight
Rock Armor
Water Barrier

This is ridiculous.
One of these spells should have some protective effect and all of them active at the same time should have some additive effect.
Character was wearing no armor at the time.

Feature Request6108NoRulesMediumUnconfirmedHirene PenifurDavide VescoviniMelee skill has too low damage14.08.20137 Task Description

I think melee skill has too low damage compared to weapon skills.
It takes to level up the same efforts, costs and time as any other combat skill, and for that you get very low damage.

I measured MELEE on the Training Dummies, got the following:

Normal stance:
min: 46
max: 77
avr: 62.7

Bloody stance:
min: 53
max: 91
avr: 74.8

I used a Q50 ShortSWORD and got these results (and who does use a Q50 weapon nowadays at all?)

Normal stance:
min: 91
max: 153
avr: 126.4

Bloody stance:
min: 107
max: 180
avr: 145.3

And a Q50 Normal BOW:

Normal stance:
min: 99
max: 167
avr: 137.6

Bloody stance:
min: 116
max: 199
avr: 164.8

If I was using a Q300 Shortsword or Bow, these results would be higher by times 1.7x.
If I was using a Platinum Steel Longswords, the sword results would be higher by times 2.1x.

Conclusion:
Melee skill makes about only 50% damage compared to Q50 Sword and 45% damage to Q50 bow.
And please notice, that I compared the skill to Q50 items only.
In case of melee you have no chance to craft a better weapon, you have no chance to loot weapon with good modifier.

Suggestion:
I suggest to raise the damage of melee skill by at least 260%, because it takes to level melee up the same efforts, costs and time as any other combat skills. Otherwise melee is just a good RP skill :)
(Raising the damage by times 2.6x would be similar as you would use your hands as a Q300 Shortsword, taking the delay into account too (equalized damage per second values). Melee has 1.5 delay, Shortsword has 2.0 delay.)

Raising the damage by times 2.6x would cause:

Normal stance:
min: 119
max: 200
avr: 163.1

Bloody stance:
min: 137
max: 236
avr: 195.5

Bug Report6262NoEngineMediumNewSimoneDavide VescoviniResurrecting MOBs26.01.201461 Task Description

When you try to kill some kind of MOBs, usually humanoids, with the ability to heal themselves, they keep resurrecting.
You can easily see this in Camp Banished. When the foe reachs a health threshold it starts casting healing flash several times. It seems that there is a sort of queue filled with the spells, and the foe keeps resurrecting until you kill him in a moment he is not casting the healing spell.
This is the opposite of the previous behaviour where the opponent was just dying several times.

Bug Report6318NoNPC Paths/movementMediumNewJonDavide VescoviniNPC's Teleporting04.04.20165 Task Description

Sometimes when I’m attacking NPCs with a spell, I’ll see the following messages:

“I failed to move, will teleport in 5 sec.” “I was teleported here, waiting 5 sec.” “now I located the spawn point.”

I’ve had this happen with rogues in Ojaveda and in the Sewers where there don’t appear to be any obstacles to their movement.

It’s really annoying to have to go track down the NPC to finish it off.

Feature Request6333NoCraftingMediumNewElhorienDavide Vescovinimore variety of animal parts to craft Healing essences01.08.201414 Task Description

I write this to ask about more variety of animal parts in order to craft this essence, since it can be obtained in low production from aragnas and in high production from trepor queen. Trepor queen is just one mob in place and not always give to you the eggs sack. Is a essence really hard to obtain, and is very helpful for newcomers and also for experienced player, when crafted into healing potions. Increasing the ratio egg sack / essences will also help.
Thanks a lot for reading and for your time.

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 Report6562NoEngineMediumAssignednobody specialDavide VescoviniJoe LyonEnchanting armor error - Brigandine helm26.09.20141 Task Description

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

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.

Bug Report6792NoRulesMediumNewDavide VescoviniDavide VescoviniList of Combat Bugs05.04.20151 Task Description

This is a collection of Combat System bugs

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 Request6891NoGame BalanceMediumPostponedDaevaornDavide VescoviniMake progression points useful beyond stats training15.04.2020 Task Description

Once you’ve maxed your stats, currently there’s no more use for progression points/XP. It’s just an endless counter going up and up and up.

How about:

  • adding PP prices to the money you have to pay in special attack quests? (”Sorry, but you don’t have enough experience to learn this, come back later and I’ll show you how it’s done.”)
  • having to pay in PP more than in Tria for the temporary knowledge bonuses?
  • consuming progression points if you craft something with a special modifier (and in turn only allowing you to do so if you have some to spare)?
  • add more temporary buffs (for example for stats or more directly as bonus HP/MP, increased HP/MP regeneration) that are paid for only in PP or with much lower tria costs.

I am aware that it probably requires quite some additions to the quest scripting and other places and is by no means a trivial change, but I thought it may add to the medium- to long-term development deliberations. To me progression points feel like a loose end, now that they lost their purpose in skill training.

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

Feature Request6138NoEngineMediumNewSlissJoe Lyonsort storage on name, type, value etc.17.10.20147 Task Description

Sometimes I would which i could sort the storage list in a different way. Would it be possible to add bi-directional sort options in the storage/buy window?

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.

Feature Request6250NoUpdater/PSLaunchMediumNewMario RohkrämerJoe LyonTemporary privilege elevation during update?09.12.201431 Task Description

I hope it is technically possible to programmatically request a further execution of the launcher as administrator to be able to exchange binaries in UAC protected directories (%ProgramFiles% or %ProgramFiles(x86)% under Windows Vista/7/8…); and may it just be by the launcher calling itself as a new instance executed under the Administrator account.

Other platforms than Windows may require a similar solution.

Bug Report6365NoEngineMediumNewVenalanJoe LyonOptimisiations for shortcut window options.22.03.20141 Task Description

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

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

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

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

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

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

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

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

Bug Report6499NoCharacter CreationMediumNewMario RohkrämerJoe LyonPseudo one-named characters08.06.2014 Task Description

Today I saw two characters with a supposedly empty family name, yet it seems to be present. When you greet them, the system message with a trailing dot looks like:

SelfFirstName SelfLastName greets TargetFirstName  .

According to the log file, it is indeed a whitespace, not an Unicode invisible char.

I wonder if it may be related to PS#6482, but I doubt.

Feature Request6606NoEngineMediumUnconfirmedJoe LyonJoe LyonGM notes facility14.12.20141 Task Description

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

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

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

Feature Request6607NoEngineMediumUnconfirmedJoe LyonJoe Lyonbetter system of managing traits for base character, pe...23.09.2014 Task Description

we need a facility to allow morph, scaling, settrait and related commands to be in effect for the current login -OR- persist across logins -OR- permanently change the base character. Obviously there should be appropriate permissions requirements especially for changes to the base.

Feature Request6608NoEngineMediumUnconfirmedJoe LyonJoe LyonGM Loadchar and savechar commands23.09.2014 Task Description

commands to save or load a character stored in an xml file. Should be able to specify short term, persistent or base level characteristics.

Bug Report6625NoEngineMediumNewVenalanJoe LyonQuest Menu: step numbering occurs for total steps, not ...15.10.2014 Task Description

I’ve updated the bug to reflect what is happening with the current code, r9606

At the moment the following option will show “red apple (1 of 2) (1/2)” and “red apple (1 of 2) (2/2)” for the menu pair Menu: no. Menu: yes.

P:RA.
Menu: bla.
Smith: wana help.
P:RA1. P:RA2.
Menu: no. Menu: yes.
Smith: shame.
Smith: good.
Complete red apple step 4.

It seems there are now duplicate code checks for counting subsets, or duplicate displays of one counting. This option should really show “red apple (1/2)” and “red apple (2/2)”.

Also now, when you have 8 menus visible from many different quests the number shown is (1/8)-(8/7) so it is done on a total number of menus available, not on a by quest basis. For example, if you have 3 quests active and 8 steps the numbering could be (1/3)(2/3)(3/3), (1/2)(2/2), (1/3)(2/3)(3/3)

Feature Request6631NoEngineMediumUnconfirmedVenalanJoe LyonStudy window filter bug04.06.2020 Task Description

I would be nice to have the option to set the filter string to “item names” or “processes”. Such that you could search for an item “battle axe” and only see the steps under the heading “battle axe*” or search processes for things like “apple” and see every step that uses an apple.

Bug Report6652NoEngineMediumNewVenalanJoe LyonActive Effects: When button width is "auto" it does not...18.10.2014 Task Description

As the title suggests, when you change the button height with width set to ‘auto’ I would expect the button width to scale with it. It does not. If you change the width setting from auto→manual→auto the correct width is set.

Potentially related

It is possible that when names appear the window correctly resizes and the full name is shown. But when you move back to images only the width is set to the minimum so you end up with very tall very thin buttons. But the icons have the dimensions you would expect for button height set to max so you can only see the central portion of the icon.

I can make this happen by following these steps.

1 - Button height to minimum
2 - button width to manual (and moved to minimum)
3 - button width to auto
4 - set button height to max
5 - button/icon width is fixed and when you change name↔icon you get the broken display

If you don’t follow these steps the width for change between icons and names works correctly

Feature Request6653NoEngineMediumUnconfirmedJoe LyonJoe LyonNew Crafting Gui - what happens if the crafting produce...19.10.2014 Task Description

test case

Bug Report6654NoEngineMediumUnconfirmedJoe LyonJoe LyonNew Crafting Gui - how will container sharing happen19.10.2014 Task Description

test case

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

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

Bug Report6772NoInventory/ItemsMediumUnconfirmedDaevaornJoe LyonIt's possible to swap a weapon with a musical instrumen...18.01.2015 Task Description
  • I was playing my pan flute.
  • I swapped the pan flute against my plat steel sabre.
  • I stopped the playback.
  • I fought.
  • I wanted to reequip my pan flute, but it could not be moved, not even from one inventory slot to the other.

I suspect that there is no test for (music instruments/)items being in use when swapping them

Feature Request6780NoEngineMediumUnconfirmedJoe LyonJoe LyonScriptable Ojects31.01.2015 Task Description

Courtesy of Rigwyn, on forum wishlist http://www.hydlaaplaza.com/smf/index.php?topic=42019.msg474950#msg474950

  The player would define a starting state, a series of "qualifiers" controlling a custom menu of "actions" that may be taken on the object.
  Qualifiers could check attributes, skills, possession of an item, or internal counters.
  Each action could execute one or more commands, for example /shout, /say, or /tell to the person who acted on it, or update its description or internal counters.
  All descriptions and internal counters would be shared to all clients within range as well as persist.
Bug Report6783NoEngineMediumUnconfirmedIridiaJoe LyonShortcutname removed on button move when an icon is use...05.03.201532 Task Description

When a shortcut that uses an icon is moved the name of the shortcut disappears and is replaced with the shortcut number.

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

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

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

Thank you.

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

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

Bug Report6314NoPetsMediumAssignedRigwyn SetsonRalph Campbell/pet petname, dismiss is broken19.02.20141 Task Description

the command "/pet Petname, dismiss" stopped working in the last few days.

"/pet $number, dismiss" does not work either.

The following does work:

/target Petname
/pet dismiss

Bug Report6528NoInventory/ItemsMediumNewVenalanRalph CampbellBoth Hand item flag16.07.20141 Task Description

When you equip an item with “BOTH HANDS” flag an icon appears in only the left or right hand inventory slot, whichever you dropped it in.

As the weapon takes up both ‘LEFT’ and ‘RIGHT’ hands it would be clearer if the same icon appeared in both hands to make it clear that both hands are taken up by one item.

It should also be possible to deequip it from the icon in either hand.

Bug Report3684NoInventory/ItemsMediumSeytraSuilenshNPCs don't accept split stacks traded11.01.20105 Task Description

When an NPC wants more than one item, but you have the items in different slots (even containers, like when your inventory is full and you can’t easily make room for the full stack), the trade won’t complete, even if the total sum of all items traded is the right amount. It should not matter if you give an NPC a stack of 63 items or ten stacks of ten items plus one of three, or seven of nine( :-) ), etc..

Edit: they also don’t get given the items when they’re in the right amount but in different stacks / sacks in the inventory. One gets “You have to give manually, because you got too many items” instead. /Edit

Feature Request4712NoItems CharacteristicsMediumNewliluraTaladBookshelves like in the Library for Guild houses05.09.201065 Task Description

It would be cool if players could buy bookshelves like the ones in the library. Rather than the player trying to set all the book items on the bookshelf that can be bought in Winch right now and making it look as if the books are on the shelf in the proper way the same dwarf could sell the shelves that look like the ones in the library. It would hold books like a container.

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 Report6255NoEngineMediumNewVenalanTaladNolthrir mounted animation24.11.2013 Task Description

When a male nolthrir is mounted on a rivnak his legs stick into the rivnak.

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

Bug Report6776NoItems CharacteristicsMediumUnconfirmedSajut FogilTuathanachBow Prices20.01.20151 Task Description

I crafted two bows, the NPC-Price for the Enkidukai Shortbow (needs lvl 20 in bow making and more material) seems to low.
Enkidukai Hunting Bow, Q170; 1588 Tria
Enkidukai Shortbow, Q193; 1531 Tria

Feature Request6795NoCrafting TransformationsMediumUnconfirmedNoronelTuathanachRemove confusing Broadsword crafting steps22.06.20151 Task Description

I noted that previous bug report 4573, similar in nature, has been closed. I reached out to GMs and it was confirmed that once a broadsword has been furrowed into a blade then the only option is to then make it into a kit. The flow as of 04/04/2015 looks like stock>alpha>beta>delta>brittle>dull>rough>blade (gap) heated>super>red>stock.

If the expected results of working broadswords is to have them be a one time blade, then these extra steps (heated>super>red>stock) are confusing. If the expected results is that the broadsword should be able to be worked from stocks to blade to stocks then currently the step to make the (final) blade into a heated blade is missing.

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…

Feature Request6803NoEngineMediumUnconfirmedKaerli StronwylleTuathanachRound out weapon types using existing models19.04.2015 Task Description

Weapon types that I’d find useful in RP and could be more-or-less stood in for with existing art, but aren’t statted/craftable:

  • Rapiers/some sort of thin thrusting sword – this could use a longsword model for now until we get a proper rapier model in (I might make a low-fi rapier model if I get motivated enough to dust off Blender, even…)
  • Spears (and perhaps other polearm forms) – these can use the quarterstaff model until a proper model is implemented for them
Bug Report6878NoCraftingMediumUnconfirmedKanubyTuathanachMace Making practice points inconsistent with other cra...19.11.201731 Task Description

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

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 Request5221NoEngineMediumAssignedVikenVenalanMaking Metal Stock in Ojaveda18.09.20141 Task Description

I just did this quest, and it turned out to basically be “Give Trasok 100 tria so he can explain what you should already know if you have the book.” It has no reward other than a few Crafting Association points, which is pretty much worthless. Could you guys either remove this quest or make it give some real rewards? Thanks…

Feature Request6309NoEffectsMediumUnconfirmedMario RohkrämerVenalanVisual hint / fortune teller for the now quite rare que...05.01.201432 Task Description

Since the quest chains were introduced, and many indirect prerequisites for the availability of a quest, I now waste a lot of time scanning each NPC for the very few which have a quest available at the moment, regarding my current list of completed quests, over and over again.

The additional vague hints which are being added to the end of quests are not sufficient because on one hand they may fail, and on the other hand they help better when I just started a new character, not when my experienced character is already in the middle of many quest chains.

I don’t expect a big fat rotating question mark above an NPC’s head; it can well be a less remarkable change – like a different color, outline, or font style for the label, or a slight translucent highlight effect.

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

Available keyboard shortcuts

Tasklist

Task Details

Task Editing