PlaneShift

Task TypeIDPrivateCategorySeverityStatusOpened byAssigned ToSummaryLast Edited[[changedby]]  desc
Feature Request6556NoCrafting TransformationsMediumNewTharkasCraftable Repair Kits28.12.201455 Task Description

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

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

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

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

Feature Request6748NoUser InterfaceMediumUnconfirmedTrippedOnReality/EnarelFilter for storage window09.01.201551 Task Description

The ability to sort in the storage window is awesome. However, it would also be nice to be able to search your storage for a specific item within a category. I think this would mostly be useful in weapons categories, but I can see it being useful for other categories as well. For example, if I’m looking in category: weapons - axes and I want to find all of my blah blah blah of the hammer axes, it would be nice to be able to filter by “of the hammer”. Sorting is great, but if you’re looking for an item with a specific modifier, and it’s not a prefix, it’s hard to find.

Feature Request2022NoBugtrackerLowNewAdriánBounties - Game feature plus GM Tool.01.01.202251 Task Description

This idea came up in IRC.

When someone breaks a law, players can report it to GMs or another NPC guard. Then GMs or the guard activate an option that turns on the autoaccept duels for an hour, with a different color label. During that hour, players that find the outlaw can kill it (or people with X faction in guards), so that would involve some players acting like guards in town (and some outlaws would have to leave the city for some time to avoid being killed).

Feature Request4463NoMagic SystemLowNewMario RohkrämerAdding a "natural resource detection" spell27.02.201152 Task Description

You already mentioned that the former “Dweomer detection”, which only vaguely returns a possible enchantment of a weapon, is rather useless as there are also buffs which are not at all obvious regarding stats and skills.

Not to waste the spell in general, I wonder if it was possible to implement instead that a similar one could be used to detect the presence of natural resources. Depending on some experience level, possibly in combination with another glyph (e.g. Earth, Animal, Tree), it could enable the caster to only vaguely detect presence of areas in a more or less close range where mining, fishing, harvesting, etc. (generic type) might be possible (”You feel that harvesting could be possible here.”), up to a more detailed feeling that specific resources are probably in some vague but graduated distance (”You feel that fishing for carp could be possible just next to you.”).

Of course, any new spell could be created as well.

Feature Request6097NoMagic SystemLowNewnobody specialrefresh spell duration instead of failure17.12.202258 Task Description

spells that give buffs should have their duration reset upon further castings instead of casting having no effect within the spells duration.

If I cast defensive wind, currently subsequent castings have no effect while the spell is active. Could this be changed so that the second spell restarts the duration timer?

Bug Report7601NoCombatLowNewKiFunStuSJade Clacker03.02.20235 Task Description

Attack Jade clacker
it follows you around but does not attack

Tested in Laanx Dungeon

Bug Report7607NoModels and MapsLowAssignedKiFunStuSTuathanachLadders you have to jump to go up02.02.20235 Task Description

186500.38 -336082.84 -1019.9

and the ladder above it

work around * just keep jumping and mantling

Bug Report7923NoGUILowReady to testDaevaornWar pick lacking icon09.03.20245 Task Description

There is no 2d art / icon to represent a “War Pick” in game.
Inventory cells containing one are not discernable from empty slots.

Bug Report8011NoGraphical GlitchVery LowUnconfirmedTrippedOnReality/EnarelAmdeneir gaps in map21.01.20245 Task Description

There are gaps along the road or at the base of buildings at these locations in Amdeneir:

Amdeneir -348976 -595451 18804

Amdeneir -347532 -596049 18814

Amdeneir -346446 -593819 18821

Amdeneir -346293 -592665 18807

Bug Report6397NoInventory/ItemsHighNewVenalanLoss of item crafting data and names04.06.202143 Task Description

Players, Taya, and I have all seen that crafted items are suddenly missing them name of the crafter. There are also reports of missing names such as “finest”.

I was also able to craft a steel ingot and within a few minutes I managed to lose the information in the examine window which showed I was the crafter of the item.

Feature Request2956NoCombatMediumNewOrgonwukhDavide VescoviniCombat system calibration19.04.20104 Task Description

Combat system calibration

Short version:

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

Elaborated version:

Damage (D):

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

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

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

Maximum attack distance (MAD):

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

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

Attack speed (AS):

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

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

Damage per second (DPS):

This is simply D divided by AS.

Effective Damage (ED):

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

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

For F=1 this simply is

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

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

What does this mean?

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

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

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

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

Calibration

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

MAD=500*AS/D

Then the values for the calibrated spells would be:

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

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

D=AS*500/MAD

Then the values would be:

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

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

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

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

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

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

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

Final notes

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

Limitations:

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

Advantages:

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


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

Feature Request3956NoCharacter CreationMediumNewAndreas RenbergAllowing apostrophies or dashes in names03.10.202243 Task Description

Not sure if this is possible, but seeing as how the names are treated more as actual names and less as usernames, I believe there should be some support for apostrophes or dashes in names.

For instance (some common fictional apostrophized names)
Teal’c
T’Pol
Kal-El
Jor-El

Perhaps if the apostrophized version of names are only for “display purposes”, so if you see someone named T’Lara, their name is stored as a “key” in the database as tlara, and people can access their name (for instance with /tell) using Tlara, but for display purposes, their name shows up as T’Lara.

Not important, just a thought…

Bug Report4484NoEngineMediumCould not VerifyJonUnable to pick up quest item when inventory full.17.12.20204 Task Description

I was trying to do the Jolik’s Letter quest. My inventory was full when he handed me the letter, and I dropped. By the time I dropped something from my inventory, the letter was gone. Now I am stuck on this quest.

May be related to  bug 3712 .

Bug Report4937NoCombatMediumNewDanielMovement for Ranged not showing when firing long distan...04.04.20164 Task Description

When the monster is somewhat near you, the movement simulating firing an arrow with the bow is showing. However if the monster is quite far away the movement stops showing until either one of you gets closer to the other.

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
Feature Request5956NoEngineMediumUnconfirmedLusserallSome new commands /put [amount] item - /loot [item or a...20.11.201342 Task Description

/put [amount] item
Into a opened container even when non selected for like sacks that are in your inventory.

/take [amount|all] [stack] [item]
Out of a opened container even when non selected for like sacks that are in your inventory.

/loot [group] [item|all|trias]
Loot a specific item or all items without opening the loot window.

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

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

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

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

CRAFTERS! Please vote and/or comment!

Feature Request6205NoEngineMediumUnconfirmedSarah McCraySeriously? Why no maps?01.11.20134 Task Description

every other game I’ve played helped its players out with a world map and mini map. in some of them, some areas in those games might not have allowed maps. but they all had maps. why doesn’t PlaneShift have a map system to help us navigate? or at the very least give us a compass!

Bug Report6387NoUpdater/PSLaunchMediumNewMario RohkrämerLauncher never finishes after an update24.12.201441 Task Description

After updating itself, and then updating the PS client and data (Win64) to version 0.6.1, the launcher tried a third time, displayed “Using mirror … for updaterinfo.xml | updateservers.xml” — and then, nothing. The button “OK” never appeared.

The button “Cancel” was available. But how shall I know if I interrupt something important if I click it?

Feature Request6506NoGUIMediumUnconfirmedxolacopying books09.08.20144 Task Description

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

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

Feature Request6531NoEffect SystemMediumUnconfirmedxolaability to disable spells effects20.09.201443 Task Description

spells are laggy one less others more , players cry for the lag during events, cant imagine how it would laggy with 300 players online
so ingame ability to disble the effect would litle solve it
we could have slider simiar to grafics detail distance and when its set to 0 all efects would disabled , small distance would allow to see own spells and not get lagged by others

would be great if somone review the effects if there is way to optimalize it and make less laggy

Feature Request6554NoEngineMediumUnconfirmedmike loevenadd petname overload to the /mount function for automa...13.08.20144 Task Description

i would like to see an overload for /mount where you can simply call /mount <petname>

if the pet is not in world the pet will be summoned and than targeted automatically prior to the mount command.
if the pet is listed as summoned the command will attempt to target the pet prior to mounting.
if the pet is in world but out of range the command will give the normal error for being out of range.

Bug Report6612NoEngineMediumUnconfirmedTimops_client crash30.09.20144 Task Description

this is not about a particular bug. at first i thought there was a bug, because following the merchant’s road, the game kicked me out each time it loaded the new world. but now the game kicks me out immediately. i tried logging in with a new character - same problem. the client crashes either while ‘loading GUI’ or after the first movement within the game. i was never able to get into the game with the ps_launcher anyway. settings on my mac are on ‘open’ for all users, so that’s not the problem. here’s the error report:

Process: psclient_static [331]
Path: /Volumes/PlaneShift/PlaneShift/psclient.app/Contents/MacOS/psclient_static
Identifier: psclient_static
Version: 0.6.1.0 (0)
Build Info: psclient_static-Unknown~Unknown
Code Type: X86 (Native)
Parent Process: launchd [195]

Date/Time: 2014-09-26 10:01:41.942 +0200
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Interval Since Last Report: 77937 sec
Crashes Since Last Report: 10
Per-App Interval Since Last Report: 45985 sec
Per-App Crashes Since Last Report: 10
Anonymous UUID: 9B86D932-2DDD-4489-8D8C-63115271A622

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0×0000000000000000 Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 com.apple.GeForceGLDriver 0x8f1bf6e6 gldFinish + 109990
1 com.apple.GeForceGLDriver 0x8f0e5ab4 gldUnbindPipelineProgram + 2788
2 com.apple.GeForceGLDriver 0x8f1c5935 gldFinish + 135157
3 com.apple.GeForceGLDriver 0x8f1a0c23 gldUpdateDispatch + 1139
4 GLEngine 0x150ef4c5 gleDoDrawDispatchCore + 266
5 GLEngine 0x150a09fd glDrawElementsInstanced_IMM_Exec + 498
6 libGL.dylib 0x9102462a glDrawElementsInstancedARB + 59
7 psclient_static 0x006b13b0 CS::Plugin::gl3d::InstancingHelper::DrawAllInstances(unsigned long, unsigned long, unsigned long, long, unsigned long, void const*) + 374

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x9154f382 kevent + 10
1 libSystem.B.dylib 0x9154fa9c _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x9154ef59 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x9154ecfe _dispatch_worker_thread2 + 240
4 libSystem.B.dylib 0x9154e781 _pthread_wqthread + 390
5 libSystem.B.dylib 0x9154e5c6 start_wqthread + 30

Thread 2:
0 libSystem.B.dylib 0x91528b42 semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x915566f8 _pthread_cond_wait + 1089
2 libSystem.B.dylib 0x9159f05f pthread_cond_wait + 48
3 psclient_static 0×00619817 CS::Threading::ThreadedJobQueue::QueueRunnable::Run() + 1267

Thread 3:
0 libSystem.B.dylib 0x91528b42 semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x915566f8 _pthread_cond_wait + 1089
2 libSystem.B.dylib 0x9159f05f pthread_cond_wait + 48
3 psclient_static 0×00619817 CS::Threading::ThreadedJobQueue::QueueRunnable::Run() + 1267

Thread 4:
0 libSystem.B.dylib 0x91528b5a semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x915566e1 _pthread_cond_wait + 1066
2 libSystem.B.dylib 0x915855a8 pthread_cond_timedwait_relative_np + 47
3 com.apple.audio.CoreAudio 0x9420e3ab CAGuard::WaitFor(unsigned long long) + 219
4 com.apple.audio.CoreAudio 0x942113dd CAGuard::WaitUntil(unsigned long long) + 289
5 com.apple.audio.CoreAudio 0x9420ecda HP_IOThread::WorkLoop() + 1892
6 com.apple.audio.CoreAudio 0x9420e571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
7 com.apple.audio.CoreAudio 0x9420e488 CAPThread::Entry(CAPThread*) + 140
8 libSystem.B.dylib 0×91556259 _pthread_start + 345
9 libSystem.B.dylib 0x915560de thread_start + 34

Thread 5:
0 libSystem.B.dylib 0x91528b42 semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x915566f8 _pthread_cond_wait + 1089
2 libSystem.B.dylib 0x9159f05f pthread_cond_wait + 48
3 psclient_static 0×00619817 CS::Threading::ThreadedJobQueue::QueueRunnable::Run() + 1267

Thread 6:
0 libSystem.B.dylib 0x9156458a select$DARWIN_EXTSN$NOCANCEL + 10
1 libSystem.B.dylib 0x915fcc4b select + 92
2 psclient_static 0x001c1e38 NetBase::CheckIn() + 274
3 psclient_static 0x001c2718 NetBase::ProcessNetwork(unsigned int) + 34
4 psclient_static 0x002ca9df psNetConnection::Run() + 243
5 psclient_static 0x003cadba CS::Threading::Implementation::(anonymous namespace)::proxyFunc(void*) + 18
6 libSystem.B.dylib 0x915560de thread_start + 34

Thread 7:
0 libSystem.B.dylib 0x91528b42 semaphore_wait_signal_trap + 10
1 libSystem.B.dylib 0x915566f8 _pthread_cond_wait + 1089
2 libSystem.B.dylib 0x9159f05f pthread_cond_wait + 48
3 psclient_static 0×00619817 CS::Threading::ThreadedJobQueue::QueueRunnable::Run() + 1267

Thread 8:
0 libSystem.B.dylib 0x9154e412 __workq_kernreturn + 10
1 libSystem.B.dylib 0x9154e9a8 _pthread_wqthread + 941
2 libSystem.B.dylib 0x9154e5c6 start_wqthread + 30

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x0303c000  ebx: 0x0309e400  ecx: 0x8fa35840  edx: 0x00000000
edi: 0x02f2c000  esi: 0x4c077600  ebp: 0xbfffe0c8  esp: 0xbfffe0c8
 ss: 0x0000001f  efl: 0x00010202  eip: 0x8f1bf6e6   cs: 0x00000017
 ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
cr2: 0x00000000

Binary Images:

  0x1000 -  0x115b00f +psclient_static 0.6.1.0 (0) <71925283-7B55-4CCB-A24E-68B4F84EE7E6> /Volumes/PlaneShift/PlaneShift/psclient.app/Contents/MacOS/psclient_static

0x203b000 - 0x255bfe7 +Cg ??? (???) /Volumes/PlaneShift/PlaneShift/psclient.app/Contents/Frameworks/Cg.framework/Cg
0x29c8000 - 0x29c8ff7 libmx.A.dylib 315.0.0 (compatibility 1.0.0) <72FF6A91-C3EC-4634-A0FB-E1586C2404E4> /usr/lib/libmx.A.dylib
0x2f00000 - 0x2f24fe7 GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x2f9d000 - 0x2fa1ff3 com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x2fa7000 - 0x2fa8ff7 com.apple.bluetooth.IOBluetoothSCOAudioDriverPlugIn 2.4.5 (2.4.5f3) <013B2DAF-7754-0B38-96B7-D162108DB9E9> /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothSCOAudioDriver.kext/Contents/Resources/IOBluetoothSCOAudioDriverPlugIn.bundle/Contents/MacOS/IOBluetoothSCOAudioDriverPlugIn
0x14ea0000 - 0x14ea6ff7 com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0×15000000 - 0x15179ff7 GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x151ab000 - 0x155b0fe7 libclh.dylib 3.1.1 C (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x8f0c6000 - 0x8f811fff com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x8fe00000 - 0x8fe4163b dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
0x9067e000 - 0x9067fff7 com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0×90693000 - 0x90702ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x90ac1000 - 0x90d27ff7 com.apple.security 6.1.2 (55002) <64A20CEB-E614-D35F-7B9F-246BCB25BA23> /System/Library/Frameworks/Security.framework/Versions/A/Security
0×91023000 - 0x9102eff7 libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9102f000 - 0x91071ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0×91074000 - 0x91077fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x9114a000 - 0x9116bfe7 com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0×91197000 - 0x9119bff7 libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x913bb000 - 0x9143bfeb com.apple.SearchKit 1.3.0 (1.3.0) <7AE32A31-2B8E-E271-C03A-7A0F7BAFC85C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9145c000 - 0x91527fef com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0×91528000 - 0x916cfff7 libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
0x9170c000 - 0x9170eff7 libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9180b000 - 0x9180eff7 libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x919cf000 - 0x919cfff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x919d0000 - 0x91afefe7 com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x91e74000 - 0x91eaffeb libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x91ee5000 - 0x91ee9ff7 IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x91f66000 - 0x92286ff3 com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0×92287000 - 0x92327fff com.apple.Bluetooth 2.4.5 (2.4.5f3) <DDC2FBBE-2983-972E-8450-CF6A5A8632FD> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0×92328000 - 0x92362ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
0x9237c000 - 0x92394ff7 com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0×92395000 - 0x927caff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <4D2F47EF-BD32-1E3C-6A0A-438896ADE2BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x928d2000 - 0x92925ff7 com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x938aa000 - 0x938aaff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x93a17000 - 0x93a28ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x93a29000 - 0x93a37ff7 com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93afa000 - 0x93b04ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x93b0b000 - 0x93b1bff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <E276514D-394B-2FDD-6264-07A444AA6A4E> /usr/lib/libsasl2.2.dylib
0x93b1c000 - 0x93b3efef com.apple.DirectoryService.Framework 3.6 (621.12) <A4A47C88-138C-A237-88A5-877E5CAB4494> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x93bb5000 - 0x93bbbfe7 com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x93be7000 - 0x93c0fff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
0x93c10000 - 0x94026ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <9D89FCB3-24C9-8FCF-DB49-27B184AC3222> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0×94027000 - 0x94030ff7 com.apple.DiskArbitration 2.3 (2.3) <6AA6DDF6-AFC3-BBDB-751A-64AE3580A49E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0×94068000 - 0x940b5feb com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x940b6000 - 0x940b6ff7 com.apple.ApplicationServices 38 (38) <EAF1BC8C-4FD4-4300-B8F7-4B24E49125E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x940b7000 - 0x9416ffeb libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x941ee000 - 0x94268fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0×94269000 - 0x9429cff7 com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94aaa000 - 0x94b8afe7 com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x94bfb000 - 0x94c3ffe7 com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x94c84000 - 0x94fa8fef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x94fa9000 - 0x950abfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
0x950bf000 - 0x950daff7 libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x950db000 - 0x959beff7 com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x959d5000 - 0x95b50fe7 com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x95b84000 - 0x95b96ff7 com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x95b97000 - 0x95b97ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x95bd4000 - 0x95ce0ff7 libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x961df000 - 0x961e2ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9628d000 - 0x9633bff3 com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x963bf000 - 0x963ccff7 com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x963e3000 - 0x96427ff3 com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0×96428000 - 0x964e1fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
0x965c9000 - 0x9660cff7 libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9661a000 - 0x9669cffb SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9669d000 - 0x9669dff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9669e000 - 0x96860feb com.apple.ImageIO.framework 3.0.4 (3.0.4) <027F55DF-7E4E-2310-1536-3F470CB8847B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x969ff000 - 0x96a04ff7 com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x96a16000 - 0x96a16ff7 liblangid.dylib ??? (???) <FCC37057-CDD7-2AF1-21AF-52A06C4048FF> /usr/lib/liblangid.dylib
0x977db000 - 0x977faff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x977fb000 - 0x97858ff7 com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9787b000 - 0x97916fe7 com.apple.ApplicationServices.ATS 275.16 (???) <873C8B8A-B563-50F7-7628-524EE9E8DF0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x97b43000 - 0x97b51fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
0x97c03000 - 0x97c95fe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x97cde000 - 0x97d24ff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
0x97f08000 - 0x97f3bfff libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x97f47000 - 0x97f53ff7 libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
0x97f54000 - 0×98743557 com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0×98744000 - 0x98764fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
0×98765000 - 0x987a2ff7 com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x987a3000 - 0x987a4ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x987ee000 - 0x98802ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <9F5CE4F7-D05C-8C14-4B76-E43D07A8A680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0×98803000 - 0x98829ffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9883a000 - 0x988e7fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
0x98af0000 - 0x98b31ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x98b84000 - 0x98be5fe7 com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x98be6000 - 0x98d23fe7 com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x98d24000 - 0x98de0fff com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x98de9000 - 0x98e95fe7 com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x98ecf000 - 0x98f1fff7 com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x98f20000 - 0x99191fef com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9919a000 - 0x991a4fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <DE0E0EF6-8190-3F65-6BDD-5AC9D8A025D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x991a5000 - 0x991d6ff7 libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x992ba000 - 0x99394fff com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0×99535000 - 0x99539ff7 libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9957b000 - 0x9967cfe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
0x9967d000 - 0x996c6fe7 libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0×99880000 - 0x99a02fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
0x9a07f000 - 0x9a0a3ff7 libJPEG.dylib ??? (???) <EA97DEC5-6E16-B51C-BF55-F6E8D23526AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9a0e3000 - 0x9a18bffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9a1e5000 - 0x9a27dfe7 edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9a2bc000 - 0x9a627ff7 com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9a923000 - 0x9a92eff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9aabf000 - 0x9aad3fe7 libbsm.0.dylib ??? (???) <B328FA0A-899C-4FC4-F2AC-2FDC08819CD2> /usr/lib/libbsm.0.dylib
0x9aadc000 - 0x9ab45fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <AFDA4768-FF21-38D2-A811-A37B5C4AD416> /usr/lib/libstdc++.6.dylib
0x9ab46000 - 0x9abe3fe3 com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib

Model: MacBook7,1, BootROM MB71.0039.B09, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.60f5
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0×93), Broadcom BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Serial ATA Device: Hitachi HTS545025B9SA02, 232,89 GB Serial ATA Device: HL-DT-ST DVDRW GS23N
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0×8507, 0×24600000 / 2
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0×4500, 0×06600000 / 3
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0×8218, 0×06630000 / 6
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0×0237, 0×06300000 / 2

I’d appreciate any help on this one, since i like the game :-)

Feature Request6753NoEngineMediumUnconfirmednobody specialCrafting UI: recycling parts16.02.201542 Task Description

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

Bug Report7589NoUser InterfaceMediumNewTrippedOnReality/EnarelInterface option settings reset at relog17.10.202341 Task Description

In the interface tab of the options/settings menu, some options don’t seem to save at relog.

Items affected:
- menu bar size
- visible shortcut rows
- chat tabs
- time stamps
- max history

Bug Report7756NoUser InterfaceMediumUnconfirmedVolkiSome settings not saved after closing game23.12.202342 Task Description

Some options in settings are not being saved after closing the game. They revert to default or adopt other settings.

- Interface → Visible shortcut rows

- Controls → quickbar → shortcuts (Conflicts with “Others” menu → “shortcuts” bar?)

- Chat logs directory → time stamps (May not be functional?)

Issues with shortcuts / quickbar / “shortcut bar” / “macro editor” are the most noticeable and make assigning shortcuts a time-consuming task that requires restarting the game multiple times over.

Bug Report7870NoBugtrackerMediumCould not VerifyRykiaAdding 3 lumps of butter to Preparation Table may cause...29.10.20234 Task Description

Adding 3 lumps of butter to the Preparation Table next to Orchibaly in Oja, seems to cause the server to crash. One and two lumps at a time work as expected.This has happened a few times today, but it may be possible that a DEV is also working on something at the same time.

Feature Request696NoInventory/ItemsLowAssignedRoland SchulzTaladRoland SchulzIcon for disabled items19.10.20124 Task Description

With trunk, equipped items whose requirements are not met at the moment are disabled (old bt #2618). There should be a visual indication of this in the inventory view. Quote:

—– Posted by ThomPhoenix at 3:45 PM on 12-02-2007 —– Yes, perhaps the art team can make a translucent PNG with a big red cross on it and this one can be overlayed on your equipped item’s icon. That would show that your item is not working. Perhaps something more subtle can be made too, although a red cross would be clear.

Feature Request1022NoLowNewdurwynAbility to lock the guildhouse from the inside.04.04.201143 Task Description

When i first enter in the guild house, i inspected the arounds to remember what i had already seen in the pasts months , the pics and so :}

But i was disappointed by the fact that i cant close the door :( i mean by the inside..
i take the example that one of my guildmate invited her husband in it but then she had to go out to lock the door and enter it again. (OMG she can enter even if its locked! wOw hehe ^^)

Maybe its planed but then i have no possibility to check if its or not :}

Feature Request1760NoNPCLowNewEricJayNPC Consignment merchant16.03.201041 Task Description

The way it works now:

If I want to purchase a weapon that is better than those offered by NPCs (Trasok, Harnquist, etc) I must find someone who is capable of crafting the item I am looking for, which can be IC, but also find out when they are going to be online, which is OOC. I have spent more hours than I can count trying to find crafted items for sale in Hydlaa and Akkaio. It can be great for RP to have players sitting around doing nothing but selling their wares, but players are going to want to do something other than sit the entire time they are in-game, and there are not enough players to be available 24/7 or even a regular in-game 8-5.

The way it should work:

A specialized NPC character (class of characters) should be introduced that can do two things:

1. Hold items for sale.
2. Sell items that are held at a price specified by the original seller.

Desired Implementation example:

1. Crafter makes item and goes to merchant.
2. Crafter sets a price for item to be sold and removes it from his inventory.

 a. this could be done via a specialized trade window/action button.
 b. a seller should be able to remove an item that has not been sold (for a fee).
 c. the seller should be able to change the asking price (for a fee).

3. The item then becomes available for sale to other players to purchase.

 a. a action button and dialog would need to be created to search the merchants inventory.
 b. the items listed should allow a description to be viewed (similar to current buy/sell dialog.
 c. when an item is purchased it is removed from the merchants inventory.

4. The money would be taken from the buyer and either

 1. placed on the merchant to be claimed by the seller any time after the item was sold (minus commission)
 or
 2. placed in a bank account (minus commission)

*
Design consideration should be made for if each NPC merchant is self-contained, or if the NPC merchants know about the inventory of other merchants and can offer those items for sale (for a additional delivery fee)
*

Justifications:

1. Players are not available 24/7.
2. All characters should not be crafters (not realistic for RP)
3. Economy would be much more realistic and less OOC as items would not be as difficult to buy/sell.
4. RP is not lost as a crafter can still sell their wares (with no fees) if they sell direct.

Steps to reproduce:

N/A

Feature Request1761NoLowNewEricItems purchased by NPCs should be availabe for sale to ...27.09.201443 Task Description

The way it works now:

I mine ore or get weapons drops from killing monsters and sell them to a NPC. These items then simply disappear into the ether.

The way it should work:

The items purchased by a NPC should be available for players to purchase, at a mark-up to what the NPC bought the item for.

Example, If I sell 20 Iron Ore to Trasok, then he should have 20 Iron Ore for sale.

Steps to reproduce:

1. Acquire an item that a NPC will purchase.
2. Open the buy/sell dialog with this merchant.
3. Notice that when in “buy” view there are no items in the appropriate category.
4. Sell the item in question.
5. Go back to the “buy” view and observe that there is still no itme for sale in that category.

Justifications:

1. The players/devs have expressed a desire in the forums to have a stable economy. This will help.
2. For RP, the prices should fluctuate depending on a very simplified supply/demand algorithm.
3. For RP, how can a merchant justify shelling out mountains of trias for items that never seem to get used.

 a. Trasok shouldn't fit in his house with all the silver/gold ingots he has bought over the years.

4. This will help crafters be able to get raw materials at reasonable IC-justifiable prices and hopefully get prices for crafted items to be reasonable and IC-justifiable as well.

Feature Request1985NoGM SystemLowAssignedCaarrieAresilek BesolezList of all GM feature requests [or dev lvl requests]15.07.200941 Task Description

this bug has a list of all gm feature requests attached to make it easier to find them

Bug Report2132NoInventory/ItemsLowNewThom/giveitem and /takeitem "all" parameter only works on s...13.03.20104 Task Description

If you have 20 eggs in your inventory, split up in a stack of 19 and 1 separate, /giveitem Test all egg will only give the target 1 egg. You have to stack all eggs together for the command to work.

This also means that if a character has 3 swords stolen via an exploit, and a GM would use /takeitem Cheater all sword, only the stacks would be taken. So if the cheater had 2 swords in a stack and 1 separate, he would keep the separate sword.

Feature Request2349NoEngineLowNewInstallation Shortcuts19.04.20104 Task Description

Since players rely heavily on log files, and since some files like saved books and screenshots are created by the client in various folders, could the installation package please create shortcuts to these folders in the start menu on windows, and whatever the equivelant is on other platforms? Would certainly make it easier for players to find them when they need them.

Also either set the psupdater shortcut to include the CheckIntegrity flag as default or create a second one with that flag.

Feature Request4511NoInventory/ItemsLowNewNivmCreate option to relinquish loot rights.23.06.201041 Task Description

Make an option that allows a player to make the loot of a corpse public if they do not want it. May not apply to some corpses, and could be used to make other corpses auto-public.

Feature Request7051NoMovementLowUnconfirmedeletiyWhen you jump near an NPC your character tries to climb...21.11.20224 Task Description

When I jump near an NPC my character tries to climb on top of it and then falls thru the NPC. I’m guessing it should not be possible to climb on NPCs.. although it would be fun :D

Feature Request7102NoMiscLowUnconfirmedMauiSigns24.11.20224 Task Description

Names of signs appear at the bottom.

Bug Report7823NoEffectsLowNewKiFunStuSWater sounds being triggered where there is no water06.04.20234 Task Description

Walking bewtween

bdoorsout 105031.05 -749570.19 18103.3
to
bdoorsout 103880.74 -747535.50 17163.17

causes water sounds, does not always trigger,

1:50:30 on the stream is hopefully the right time
https://youtube.com/live/oG0gW69eDKE

example caught on video Will update with a new time stamp after stream has finished if I hopefully rememeber

Bug Report7859NoBugtrackerLowUnconfirmedDamolaWhen scrolling up in chat to read older messages it sti...23.12.20234 Task Description

Great that PSUnreal now scrolls down when someone types in a new messages.

However IMHO that should only happen if chat was at the last message. In case the player scrolled up to re-read older messages, it should not jump down on each new message as otherwise the player would have to scroll up again and again and again in case many new messages are appearing in a short time.

Bug Report7868NoQuestsLowUnconfirmedGongerQuest Orphia's Magic18.11.20234 Task Description

The option “I’ve made my choice” appears only when you leave the Quest dialog, and initiate it anew.

Bug Report6712NoEngineVery LowUnconfirmedHellekin O. WolfART ERROR: PawsTextureManager wasn't able to load the r...20.12.20144 Task Description

Fri Dec 19 09:55:20 2014, <src/common/paws/pawsimagedrawable.cpp:69 PreparePixmap SEVERE>
Fri Dec 19 09:55:20 2014, Could not open image: >Scaling Field Background<
Fri Dec 19 09:55:20 2014, Fri Dec 19 09:55:20 2014, ART ERROR: PawsTextureManager wasn’t able to load the requested image: Scaling Field Background

This bug occurs on a fresh install of the Linux 64 bit 0.6.1 client, after update to 0.6.2.

The machine is a Lenovo T430 running Parabola GNU/Linux-libre.

lspci:

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation QM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
02:00.0 System peripheral: Ricoh Co Ltd PCIe SDXC/MMC Host Controller (rev 07)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)

sudo lspci -s 00:02.0 -vvv:

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])

Subsystem: Lenovo Device 21f3
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 31
Region 0: Memory at f0000000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 4000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Address: fee00018  Data: 0000
Capabilities: [d0] Power Management version 2
	Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
	Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCI Advanced Features
	AFCap: TP+ FLR+
	AFCtrl: FLR-
	AFStatus: TP-
Kernel driver in use: i915
Kernel modules: i915

uname -srvmpio:

Linux 3.17.6-gnu-1 #1 SMP PREEMPT Tue Dec 9 04:18:43 UYST 2014 x86_64 unknown unknown GNU/Linux

Bug Report4221NoToolsHighAssignedRlyDontKnowTaladAngelamissing Terms of Service05.08.20103 Task Description

there aren’t any terms of service on the website and consistently the user doesn’t have to agree to them at any point.

this is a big issue in my opinion as the user isn’t strictly bound to such terms and therefore cannot be accordingly punished in case he’s causing really bad issues.

Bug Report7851NoQuestsHighUnconfirmedThosorloss/restart of of completed or in process quest when q...29.10.20233 Task Description

Scenario: You have several in process quests, You go to NPC, look for list of quests. You pick, a quest offered by say Levrus, “more coal”. To you, it sounds like a new quest, so you click on it to see what it is. It then starts you over on that quest from the beginning. You completed and forgot that quest long ago, but it then gets deleted from your completed or in process quest list.

   Unless you check all your completed or in process quests, you are doomed to repeat the entire quest.

If you have many quests done, you may think this is a new quest due to user memory loss, or similar titles of quests. In addition, quest notes are saved locally to a machine, so if you have several machines, or installing new OSs your notes don’t follow.

   As an experienced player, I kept trying to please the guards for a pet for a long time before realizing this situation.
Feature Request538NoUser InterfaceMediumNewJohnShortcut windows with subwindows for organizing shortcu...05.06.202134 Task Description

Now we have space for 200 shortcuts/Macros it would be useful if one could group sets of shortcuts into their own subwindow so one could have a window for combat shortcuts, a window for crafting, a window for RP shortcuts etc.

It could be fixed 4×20 8×10 or user selectable

Feature Request4318NoCrafting TransformationsMediumPostponedOliver NothersImplement Brass29.03.201435 Task Description

Since there is bronze (and more and more people work with it), and there is also zinc besides the tin to possibly combine with the copper - make brass available.
What other use was there for zinc anyway?
The actual mix should be similar to bronze, with zinc in place of tin to go along the copper.

Would also be great if there were finally possibilities to craft something out of those alloys…

Feature Request4448NoEngineMediumUnconfirmedStefanRandom Spawn zones: NPC often spawn in mid air02.03.20113 Task Description

NPC in random spawn zones often spawn in mid air.
It would be nice if they could be hidden until they hit the ground.
Don’t send the NPC pos info to the client until it has stopped falling down?

Bug Report4693NoPetsMediumNewAljuvialleAnders ReggestadYou can rest fast after remounting your pet09.02.201331 Task Description

How to reproduce:
do something which require much physical stamina: move many stuff in your bag, do something at anvil or something another.
and then run following commands:
/sit
/unmount
/target <PET NAME>
/mount ←– here your physical stamina will be full!!!
/stand

Feature Request4727NoNPCMediumNewRlyDontKnowRentable mounts12.09.20103 Task Description

FR by Vakachehk:

I have an idea for mounts which will need some changes to some maps.
For Rivnaks (maybe Drifters too) having stables in which without a ring you may summon them, and dismiss them, without any skill of any ring needed, maybe a tria fee of like 50trias every summon/dismiss (of course there's the obvious issue you un-mount and leave your Rivnak somewhere, either the game automatically dismisses it or it is able to be stolen via a player, or a mechanical guard comes and takes it back to the stable or whatever). Using your Ring of Summon Familiar you can use the skill Empathy to dismiss/summon/etc, anywhere at any time.
Also I was thinking about the skill 'Riding' maybe this could be trainable and used in combat while on your rivnak?

Feature Request4789NoUser InterfaceMediumNewFrederik Elwertaction locations have no labels and are not selectable16.10.20103 Task Description

The grill in Reffitia's kitchen in Brado's tavern doesn't behave like other items in the kitchen: The preparation table, for example, is selectable and has a label. The grill is not selectable, and it has no label. One can interact with the grill (e.g., store something in it) just as with the preparation table by right-clicking it. But the grill is much harder to identify, since it has no label.

Feature Request5191NoModels and MapsMediumNewVikenMore sewers would be nice...21.05.20113 Task Description

I really like the sewers in Hydlaa, and I think it’d be cool if the other cities (Ojaveda and Amdeneir, mainly) had something like that. I also think it’d be cool if the Hydlaa sewers had a couple more openings, and maybe some intentional service entrances instead of just cave-ins with ladders… And maybe an entrance/exit in the East? Then my Rogue-like character could travel by sewers more, which would be totally awesome.

Are you guys planning to add some more sewers eventually?

Showing tasks 51 - 100 of 650 Page 2 of 13 - 1 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing