PlaneShift

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

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

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

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

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

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

Feature Request5248NoNPCMediumPostponedMario RohkrämerKormi not yet used: How about a "shy herd" tribe?22.07.201332 Task Description

When the GSoC was successful enhancing the tribe code, it could be interesting to create one or two of Kormi which try to avoid approaching players but stay together.

That may require organising a witch hunt / drive hunt as strategy, which may support grouped activities.

Feature Request5303NoGUIMediumUnconfirmedSlissAbility to add additional info to buddy list02.04.201331 Task Description

I would like to be able to maintain my buddy list a bit better by adding extra info.

I use the list as many to also locate enemies. But the list gets longer and longer so I would like to add additional info to it. Like the guild when met etc.

Bug Report5316NoCrashesMediumUnconfirmedslyclient is crashing04.04.20133 Task Description

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

Bug Report5439NoCharacter CreationMediumNewMario RohkrämerRace selection: Collection of issues found in systemati...15.10.20213 Task Description

There are several issues I experienced during testing the Character Creation / Race Selection:

  • Hair style is hard to check if manual rotation is necessary during zoomed view.
  • Male Ylian: blonde/brown are confusing names for face textures, they should possibly be changed to emotions. Blonde 1 and Blonde 2 appear identical.
  • Male Dermorian: Face style “Forehead tatoo …” is too long to be readable completely
  • Female Dermorian: “Medium” style is shorter than “Short” style
  • Stonehammer: Race description still mentions “Stonebreaker”. Many descriptions may need an update after the race renovation.
  • Male Stonebreaker (and others): Hair and Beard styles may need a more descriptive name.
  • Female Stonehammer: Traits seem to be misordered. If “Braids” are the two long upper tails, and “Rivnak tail” should probably be the one long tail, then “Lavvar tail” should instead be the two small low tails? What is a Lavvar, anyway?
  • Kran: I’d prefer visually disabling both male and female gender buttons. Leaving the female activated might be confusing.
  • Female Ynnwn: Face style “White eyes” doesn’t use white eyes. The name should possibly be changed, e.g. “Aged” (in contrast to “Young”).
Bug Report5570NoSoundMediumNewMario RohkrämerMusic scores play at 1/4 of the previous speed now13.06.201231 Task Description

The measurement of note durations is completely wrong. “Beats Per Minute” are no more what they used to be.

Bug Report5619NoRendering IssuesMediumUnconfirmedMario RohkrämerText on speech bubbles is covered with black shadow02.12.20213 Task Description

The text in speech bubbles is hardly readable. It seems that the black shadow covers the bright colored text.

Feature Request5701NoCraftingMediumNewrodrigo moraesBad user experience: automatic stacking and merging hig...18.12.201231 Task Description

I’m a new user and I just had a very frustrating experience, so I want to propose an improvement.

I requested a guild mate to craft me some chain armor, and when I got it done I picked the Arm piece i was wearing and tried to exchange by the new one. By the gods, the quality-50 armor merged with the quality-300 one and I got two quality-175 armors. Without any confirmation.

I think the merge-on-stack system is fine for many crafting situations, but merging armor stats is a unexpected one. I fail to see why one would want to merge a higher armor with a much lower one. This doesn’t even make sense: if you mix water and herbs it’s ok that you get an infusion, but you can’t mix a chain mail with another one to instantly get two different ones.

I requested a GM to revert the stats and he said that this is the same situation as when one sells or gives away an item by mistake. I think it is not the same thing. This is not a mistake; it is common to exchange items in the inventory to organize or save space, and having these “side-effects” in place can make a simple inventory management a surprisingly bad experience for new users like me. :(

TL;DR:

1. Please review if it really makes sense to merge armors or weapons. I don’t see the use for it, and it sounds illogical, but probably I’m missing something.

2. Please consider adding a confirmation to actions with clearly bad side effects during inventory management, to avoid the frustration, specially for new users.

3. Please consider adding a toggle/checkbox to the inventory to turn on/off automatic item merging (disabled by default to avoid sad surprises like mine).

Thanks for all the hard work, guys. :)

Bug Report5778NoUser InterfaceMediumUnconfirmedRii Rii/join /leave don't match25.09.20123 Task Description

Accorind to the /help menu, " should be able to say "/join 0" and then "/leave 0", but /leave does not leave "0". Intead it says, "Please specify a chennel hotkey number to leave". Am I supposed to know what a chennel hotkey is?

Feature Request5858NoAdvisor SystemMediumUnconfirmedGareth Schakeladd encapsulated "bookmark links" for the advisors31.12.201232 Task Description

while speaking with an advisor eariler today he had instructed my to come to the bugtracker here, but had made a typo in the link pointing me to “http://www.hydlaaplaza.com/flypray” which I had cought and corrected before coming here. As it stands, I’m very familiar with FlySpray from working on other projects so the typo was trivial for me, but other players might not be so keen. I think an easy way of “fixing” the issue of typos for common resources would be to allow Advisors to have encapsulated snippets containing the links. a few examples would be;

(fs) would be replaced with http://www.hydlaaplaza.com/flyspray

(forums) would be replaced with http://www.planeshift.it/forums.html

(guide) would be point to http://www.planeshift.it/quickstart.html

Etc, Etc..

I don’t know exactly what languages the PlaneShift client/server uses, but if it uses Python this would be a fairly trivial addition.

Feature Request5902NoInventory/ItemsMediumUnconfirmedSlissstore a (named)sack with items in storage17.10.201335 Task Description

Sometimes I whish to have the ability to store my alchemy sack, or my crafting sack in storage with its content. So I can easily gab it when I want to work on it so naming the sacks (PS#457) would be ideal.

Feature Request5943NoNPCMediumUnconfirmedRoman YagodinAdd NPC with identification service12.08.201332 Task Description

With a plenty of crafted and looted weapons and armor around, there is a need for some basic identification service running by NPC (e.g. Levrus).

To make a ground for an business and relations between real players, NPC identification service should be:

1) expensive
2) less than 100% successful (how about 75%?)
3) limited by item quality / price

Bug Report5983NoMiscMediumUnconfirmedJThompsonMusic sheets not displaying correctly.16.04.20133 Task Description

Several times now a sheet of music I have been editing would, after I closed it and reopened it, display only the first line, even when I went back to edit mode, had already saved it, loaded it to a second sheet, and restarted the game.
Needless to say, this is making it impossible to finish writing the piece of music!

Bug Report6100NoMovementMediumUnconfirmedErtekyTrader NPCs in movement10.10.20133 Task Description

When you trade with and NPC and it is walking, it won’t stop, and you will no longer be able to buy or sell anything from it, since it will be far away from where you started to trade…

Feature Request6198NoEngineMediumUnconfirmedSlissincrease stack per category limit of 200 to 30009.12.202232 Task Description

I would like the limit of stacks per category being increased. As Alchemist (one of my occupations ;-)) I need to store from a lot of essences with different quality for the best quality products. While this limit was set after my category was already over the 200 i have a double problem as I cannot work. whatever I take out I cannot put back. So I am looking for the old style mules to help me out? I guess it is better to increase the limit a bit more. 300?

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 Report6272NoEngineMediumUnconfirmedNoobMaster's Dark Way Wand Crashes12.04.201432 Task Description

Crashes sometimes occur while unequipping a Master’s Dark Way Wand or mounting while it is equipped.

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.

Bug Report6332NoClient start-upMediumUnconfirmedRigwyn SetsonCrash starting client14.05.20143 Task Description

This is kind of stupid, but I noticed that if you run pslaunch, then click on “Play” before the client version and launcher version is displayed, the client will crash. It might not hurt to lock the play button until the launcher is fully initialized. Its a small bug, but probably quite easy to fix.

Bug Report6386NoUpdater/PSLaunchMediumNewxolaincompatibile skin09.04.20143 Task Description

i have seen people who log and quit(crashing) in second due using incompatibile skin
update and repair should set skin to default elves .reinstaling ps propably will not help because these configuations are in diferent folder

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

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

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

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

Bug Report6512NoCombatMediumUnconfirmedxolaflame spire07.08.20143 Task Description

when flame spire or animate vegetion kill enemy it swich from agresive to fuldefensive mode , enemy is already dead ant it shall stop atack

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.

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

Available keyboard shortcuts

Tasklist

Task Details

Task Editing