All Projects


IDSeverity[[state]]OpenedOpened byAssigned ToSummary[[changedby]]Last EditedPrivate
 980 Medium21.01.2008CaarrieAnders Reggestad If you create pet before npcclient is up it does nothin ...03.10.2008No12 Task Description

If you equip the “Ring of summon familiar” to create your pet before you start the npcclient, it does not respond to anything. But if the pet is created with npcclient running, it will follow and attack correctly, even after any of the programs are restarted.

 969 High21.01.2008Caarrieweltall cant setskill on pets 17.07.2009No3 Task Description

it is possible to setskill on other players but it is not possible to setskill on pets, it would be nice for testing their abilities to have this

 967 Very Low20.01.2008CaarrieAnders ReggestadAndrew Dai attack perception for unknown npc 14.05.2011No5 Task Description

when testing pet attacking i saw this from the npcclient

667231) Got attack perception for unknown NPC(EID: 10006)!
667231) Attack on unknown npc(EID: 10006).
667231) Got attack perception for unknown NPC(EID: 10006)!
669247) Got attack perception for unknown NPC(EID: 10006)!
669247) Attack on unknown npc(EID: 10006).
669247) Got attack perception for unknown NPC(EID: 10006)!
671163) Got attack perception for unknown NPC(EID: 10006)!
671163) Got attack perception for unknown NPC(EID: 10006)!
673695) Attack on unknown npc(EID: 10006).
673695) Got attack perception for unknown NPC(EID: 10006)!
 951 Low14.01.2008Caarrie decals dont allow colors 05.06.2021No8 Task Description

It would be nice for future effects to be able to use the decal with colors, right now it only works with the color set in the image file not in the .eff or .part files

 923 Low09.01.2008CaarrieMario RohkrämerMrokiiaurelynt fynnwn does not walk on the ground 24.07.2009No7 Task Description

the fynnwn does not walk straight on the ground, some time ago this had been fixed on laanx, and NEVER on svn, would be great to get it fixed there so that we can do better testing with all characters/races

 915 Medium07.01.2008CaarrieMike GistFrank Barton /target next nearest npc/player/item does not work, but ...09.01.2008No5 Task Description

seems like the option “nearest” does not work anymore, this is also in the tutorial text

neave says
“but you cannot see it, you can use /target nearest item and then /pickup.”

 914 High07.01.2008CaarrieCaarrieMike GistRoland Schulz Mac users cant right click on the group window [lack of ...05.02.2008No6 Task Description

please apply the same fix for shortcuts to the group window
http://planeshift.svn.sourceforge.net/viewvc/planeshift/trunk/src/client/gui/shortcutwindow.cpp?view=diff&r1=20&r2=303&diff_format=h

Users without a right mouse button should use control click and that does not work right now with the widget.

 891 Medium02.01.2008CaarrieKenneth Graunke Scroll bars dont stay in place depending on screen res 07.02.2008No16 Task Description

if you look at the config window or the help window at low resolutions you will see a tiny bit of the scroll bar off to the right, if you lower the resolution to 640×480 you will see them, higher res you will not see them at all

 888 Low01.01.2008CaarrieKenneth Graunke Doll view in stats window uses the wrong camera distanc ...04.01.2008No9 Task Description

The doll view in the stats window has a different camera distance and does not remain the same at different resolutions—at some it is too close, at others too far.

I believe that changing line 110 of skillwindow.xml to " <distance value=”2.5”/>” should fix the issue.

 887 Low01.01.2008CaarrieKenneth GraunkeMike Gist slightly improved inventory window 03.01.2008No3 Task Description

Index: data/gui/inventory.xml

— data/gui/inventory.xml (revision 584)
+++ data/gui/inventory.xml (working copy)
@@ -19,7 +19,7 @@

       <frame x="200" y="86" width="175" height="293" border="no"/>
       <mask resource="invborder" />
       <map file="/planeshift/world/podium" sector="room" />

- <distance value="3.5"/>
+ <distance value="2.5"/>

       <subscriptions>
           <subscribe data="sigActorUpdate" />
       </subscriptions>

@@ -58,7 +58,7 @@

   <widget name="righthand" factory="pawsSlot" tooltip="Right Hand">

- <frame x="149" y="240" width="47" height="47" />
+ <frame x="149" y="240" width="47" height="80" />

       <ident container="-2" id="0" />
       <subscriptions>
           <subscribe data="sigClearSlot" />

@@ -66,7 +66,7 @@

       </subscriptions>
   </widget>
   <widget name="lefthand" factory="pawsSlot" tooltip="Left Hand">

- <frame x="378" y="240" width="47" height="47" />
+ <frame x="378" y="240" width="47" height="80" />

       <ident container="-2" id="1" />
       <subscriptions>
           <subscribe data="sigClearSlot" />

made the char doll closer and increased size of the slots for each hand to include the whole image on the skin for the shield/sword

http://nopaste.com/p/aWVIp54bI

 886 Low01.01.2008Caarrie group window resizable 10.01.2011No6 Task Description

— data/gui/group.xml (revision 584)
+++ data/gui/group.xml (working copy)
@@ -1,14 +1,18 @@
<widget_description>

   <widget name="GroupWindow" factory="pawsGroupWindow"

- visible="no" movable="yes" resizable="no" savepositions="yes" configurable="yes">
+ visible="no" movable="yes" resizable="yes" savepositions="yes" configurable="yes">

       <frame x="0" y="200" width="110" height="270" border="yes" />
       <title resource="Blue Title" text="Group" align="center" close_button="yes"/>

- <bgimage resource="Group Background" alpha="200" />
-
+ <bgimage resource="Group Background" />
+ <minframe width="110" height="167" />

       <widget name="MemberCount" factory="pawsTextBox">
           <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="12" />
           <frame x="10" y="1" width="100" height="20" border="no" />

+ <attachpoints>
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_TOP" />
+ </attachpoints>

       </widget>
       <widget name="List" factory="pawsListBox" scrollbars="no">

@@ -49,18 +53,30 @@

           <frame x="5" y="202" width="60" height="20"/>
           <bgimage resource="Standard Button" />
           <label text="Invite" />

+ <attachpoints>
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>

       </widget>
       <widget name="Leave" factory="pawsButton" id="101">
           <frame x="5" y="224" width="60" height="20"/>
           <bgimage resource="Standard Button" />
           <label text="Leave" />

+ <attachpoints>
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>

       </widget>
       <widget name="Disband" factory="pawsButton" id="102">
           <frame x="5" y="246" width="60" height="20"/>
           <bgimage resource="Standard Button" />
           <label text="Disband" />

+ <attachpoints>
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_BOTTOM" />
+ </attachpoints>

       </widget>
   </widget>

http://nopaste.com/p/arS7AubLn

 885 Low01.01.2008CaarrieMike Gist new yesno window 02.01.2008No Task Description

new yesno window keeps you from having to scroll when looking at the info before making a guild

Index: data/gui/yesno.xml

— data/gui/yesno.xml (revision 584)
+++ data/gui/yesno.xml (working copy)
@@ -3,22 +3,24 @@
<widget name="YesNoWindow" factory="pawsYesNoBox"

       visible="no" savepositions="no" movable="yes"
       resizable="no" >

+

- <frame x="0" y="0" width="444" height="162" border="no" />
+ <frame x="0" y="0" width="644" height="300" border="no" />

   <bgimage resource="YesNo" alpha="0" />
       <widget name="Message Box" factory="pawsMultiLineTextBox">

- <frame x="88" y="37" width="300" height="68" border="no" />
+ <frame x="180" y="80" width="300" height="108" border="no" />
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="200" g="200" b="200" size="10" />

       </widget>
       <widget name="YesButton" factory="pawsButton" id="-10" key="Y">

- <frame x="122" y="105" width="80" height="40" border="no"/>
+ <frame x="212" y="185" width="80" height="40" border="no"/>

           <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="20" />
           <label text="Yes" />
       </widget>
       <widget name="NoButton" factory="pawsButton" id="-20" key="N">

- <frame x="280" y="105" width="50" height="40" border="no"/>
+ <frame x="370" y="185" width="50" height="40" border="no"/>

           <font name="/planeshift/data/ttf/cupandtalon.ttf" r="255" g="255" b="255" size="20" />
           <label text="No" />
       </widget>
 883 Low01.01.2008CaarrieMike Gist new shortcut edit window 02.01.2008No Task Description

here is a new shortcut edit window fully resizable
svn diff data/gui/shortcutwindow.xml
Index: data/gui/shortcutwindow.xml

— data/gui/shortcutwindow.xml (revision 580)
+++ data/gui/shortcutwindow.xml (working copy)
@@ -2,45 +2,72 @@

   <widget name="ShortcutWindow" factory="pawsShortcutWindow" visible="yes" configurable="yes"
       savepositions="yes" movable="yes" resizable="yes" scalablefont="yes">

- <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="-1" g="-1" b="-1" size="8" />
- <frame x="526" y="545" width="270" height="55" border="no" />
- <title resource="Blue Title" text="Shortcuts" align="left" close_button="yes" />
- <bgimage resource="Shortcut Background" alpha="200" />
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="200" g="200" b="200" size="6" />
+ <frame x="526" y="545" width="280" height="55" border="no" />
+ <bgimage resource="Shortcut Background" />
+ <minframe width="50" height="20" />

   </widget>
   <widget name="ShortcutEdit" factory="pawsWidget" visible="no" savepositions="yes" movable="yes"
       resizable="yes">

- <frame x="30" y="30" width="330" height="320" border="yes" />
- <title resource="Blue Title" text="Edit Shortcut…" align="left" />
+ <frame x="30" y="30" width="330" height="220" border="yes" />
+ <title resource="Blue Title" text="Edit Shortcut…" align="left" close_button="yes" />
+ <font name="/planeshift/data/ttf/LiberationSans-Regular.ttf" r="200" g="200" b="200" size="10" />

       <bgimage resource="Blue Background" />

+ <minframe width="300" height="200" />

       <widget name="Infobox1" factory="pawsTextBox">

- <frame x="20" y="5" width="45" height="20" />
+ <frame x="20" y="5" width="60" height="20" />

           <text string="Name:" />

+ <attachpoints>
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_TOP" />
+ </attachpoints>

       </widget>
       <widget name="LabelBox" factory="pawsEditTextBox">

- <frame x="20" y="20" width="80" height="25" border="yes" />
+ <frame x="20" y="30" width="80" height="25" border="yes" />
+ <attachpoints>
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_TOP" />
+ </attachpoints>

       </widget>
       <widget name="Infobox3" factory="pawsTextBox">
           <frame x="200" y="5" width="150" height="20" />
           <text string="Shortcut key:" />

+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ </attachpoints>

       </widget>
       <widget name="ShortcutText" factory="pawsTextBox">

- <frame x="200" y="22" width="50" height="20" />
+ <frame x="200" y="30" width="50" height="25" />

           <text string="" />

+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ </attachpoints>

       </widget>
       <widget name="SetKeyButton" factory="pawsButton" toggle="no" id="1102" notify="ShortcutWindow">

- <frame x="260" y="22" width="50" height="15" border="yes" />
+ <frame x="260" y="30" width="50" height="20" border="yes" />

           <notify name="ShortcutWindow" />
           <buttonup resource="Blue Title" />
           <buttondown resource="Blue Title" />
           <label text="Set" />

+ <attachpoints>
+ <attach point="ATTACH_RIGHT" />
+ <attach point="ATTACH_TOP" />
+ </attachpoints>

       </widget>
       <widget name="Infobox2" factory="pawsTextBox">

- <frame x="20" y="58" width="150" height="20" />
+ <frame x="20" y="60" width="200" height="20" />

           <text string="Enter the command(s):" />

+ <attachpoints>
+ <attach point="ATTACH_LEFT" />
+ <attach point="ATTACH_TOP" />
+ </attachpoints>

       </widget>
       <widget name="CommandBox" factory="pawsMultilineEditTextBox">

- <frame x="20" y="73" width="300" height="203" border="yes" />
+ <frame x="20" y="90" width="300" height="70" border="yes" />

           <attachpoints>
               <attach point="ATTACH_LEFT" />
               <attach point="ATTACH_RIGHT" />

@@ -49,7 +76,7 @@

           </attachpoints>
       </widget>
       <widget name="DoneButton" factory="pawsButton" toggle="no" id="1100" notify="ShortcutWindow">

- <frame x="20" y="290" width="50" height="15" border="yes" />
+ <frame x="20" y="180" width="50" height="20" border="yes" />

           <notify name="ShortcutWindow" />
           <buttonup resource="Blue Title" />
           <buttondown resource="Blue Title" />

@@ -60,7 +87,7 @@

           </attachpoints>
       </widget>
       <widget name="ClearButton" factory="pawsButton" toggle="no" id="1103" notify="ShortcutWindow">

- <frame x="80" y="290" width="50" height="15" border="yes" />
+ <frame x="80" y="180" width="50" height="20" border="yes" />

           <buttonup resource="Blue Title" />
           <buttondown resource="Blue Title" />
           <label text="Clear" />

@@ -70,7 +97,7 @@

           </attachpoints>
       </widget>
       <widget name="CancelButton" factory="pawsButton" toggle="no" id="1101" notify="ShortcutWindow">

- <frame x="140" y="290" width="50" height="15" border="yes" />
+ <frame x="140" y="180" width="60" height="20" border="yes" />

           <buttonup resource="Blue Title" />
           <buttondown resource="Blue Title" />
           <label text="Cancel" />
 858 Critical29.12.2007Caarrie issues with labels 31.12.2007No Task Description

A few issues with the new labels that ragnar has changed [see screenshots]

http://img149.imageshack.us/img149/6066/shot1111ml7.jpg http://img149.imageshack.us/img149/8972/shot1112sq4.jpg

 855 Critical29.12.2007CaarrieMike Gist npcclient does not build 30.12.2007No1 Task Description

LinkApplication psnpcclient
./out/linuxx86/debug/libs/libpsengine-0.3.a(psworld.o): In function `psWorld::Initialize(iObjectRegistry*)':
/home/caarrie/server/planeshift/src/common/engine/psworld.cpp:75: undefined reference to `psengine'
./out/linuxx86/debug/libs/libpsengine-0.3.a(psworld.o): In function `psWorld::ExecuteFlaggedRegions(bool)':
/home/caarrie/server/planeshift/src/common/engine/psworld.cpp:227: undefined reference to `psengine'
collect2: ld returned 1 exit status

g++ -Wl,--as-needed -o psnpcclient ./out/linuxx86/debug/src/npcclient/pathfind.o ./out/linuxx86/debug/src/npcclient/npcoperations.o ./out/linuxx86/debug/src/npcclient/tribe.o ./out/linuxx86/debug/src/npcclient/tribeneed.o ./out/linuxx86/debug/src/npcclient/npcbehave.o ./out/linuxx86/debug/src/npcclient/perceptions.o ./out/linuxx86/debug/src/npcclient/command.o ./out/linuxx86/debug/src/npcclient/main.o ./out/linuxx86/debug/src/npcclient/walkpoly.o ./out/linuxx86/debug/src/npcclient/networkmgr.o ./out/linuxx86/debug/src/npcclient/npcclient.o ./out/linuxx86/debug/src/npcclient/gem.o ./out/linuxx86/debug/src/npcclient/npc.o ./out/linuxx86/debug/src/npcclient/status.o  -g3 -g3 -Wl,--gc-sections -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cel//./out/linuxx86/optimize/libs -lceltool-1.2 -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -g2 ./out/linuxx86/debug/libs/libpsnet-0.3.a ./out/linuxx86/debug/libs/libpsengine-0.3.a ./out/linuxx86/debug/libs/libpsrpgrules-0.3.a ./out/linuxx86/debug/libs/libpsutil-0.3.a ./out/linuxx86/debug/libs/libfparser-0.3.a -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cel//./out/linuxx86/optimize/libs -lceltool-1.2 -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -g2 -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cel//./out/linuxx86/optimize/libs -lceltool-1.2 -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -g2 -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cel//./out/linuxx86/optimize/libs -lceltool-1.2 -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -g2 -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cel//./out/linuxx86/optimize/libs -lceltool-1.2 -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cs//./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -g2 -g3 -g3

…failed LinkApplication psnpcclient …

confirmed on mac as well as linux

 854 Critical29.12.2007CaarrieMike Gist psserver fails to build 30.12.2007No2 Task Description

LinkApplication psserver
./out/linuxx86/debug/libs/libpsengine-0.3.a(psworld.o): In function `psWorld::Initialize(iObjectRegistry*)':
/home/caarrie/server/planeshift/src/common/engine/psworld.cpp:75: undefined reference to `psengine'
./out/linuxx86/debug/libs/libpsengine-0.3.a(psworld.o): In function `psWorld::ExecuteFlaggedRegions(bool)':
/home/caarrie/server/planeshift/src/common/engine/psworld.cpp:227: undefined reference to `psengine'
collect2: ld returned 1 exit status

g++ -Wl,–as-needed -o psserver ./out/linuxx86/debug/src/server/psserverdr.o ./out/linuxx86/debug/src/server/entitymanager.o ./out/linuxx86/debug/src/server/weathermanager.o ./out/linuxx86/debug/src/server/gmeventmanager.o ./out/linuxx86/debug/src/server/groupmanager.o ./out/linuxx86/debug/src/server/slotmanager.o ./out/linuxx86/debug/src/server/workmanager.o ./out/linuxx86/debug/src/server/msgmanager.o ./out/linuxx86/debug/src/server/progressionmanager.o ./out/linuxx86/debug/src/server/guildmanager.o ./out/linuxx86/debug/src/server/exchangemanager.o ./out/linuxx86/debug/src/server/command.o ./out/linuxx86/debug/src/server/marriagemanager.o ./out/linuxx86/debug/src/server/creationmanager.o ./out/linuxx86/debug/src/server/psserver.o ./out/linuxx86/debug/src/server/minigamemanager.o ./out/linuxx86/debug/src/server/authentserver.o ./out/linuxx86/debug/src/server/tutorialmanager.o ./out/linuxx86/debug/src/server/chatmanager.o ./out/linuxx86/debug/src/server/main.o ./out/linuxx86/debug/src/server/clients.o ./out/linuxx86/debug/src/server/economymanager.o ./out/linuxx86/debug/src/server/netmanager.o ./out/linuxx86/debug/src/server/psproxlist.o ./out/linuxx86/debug/src/server/gem.o ./out/linuxx86/debug/src/server/clientstatuslogger.o ./out/linuxx86/debug/src/server/adminmanager.o ./out/linuxx86/debug/src/server/paladinjr.o ./out/linuxx86/debug/src/server/spawnmanager.o ./out/linuxx86/debug/src/server/actionmanager.o ./out/linuxx86/debug/src/server/psserverchar.o ./out/linuxx86/debug/src/server/client.o ./out/linuxx86/debug/src/server/npcmanager.o ./out/linuxx86/debug/src/server/commandmanager.o ./out/linuxx86/debug/src/server/usermanager.o ./out/linuxx86/debug/src/server/advicemanager.o ./out/linuxx86/debug/src/server/questionmanager.o ./out/linuxx86/debug/src/server/spellmanager.o ./out/linuxx86/debug/src/server/bankmanager.o ./out/linuxx86/debug/src/server/cachemanager.o ./out/linuxx86/debug/src/server/invitemanager.o ./out/linuxx86/debug/src/server/introductionmanager.o ./out/linuxx86/debug/src/server/combatmanager.o ./out/linuxx86/debug/src/server/events.o ./out/linuxx86/debug/src/server/serverstatus.o ./out/linuxx86/debug/src/server/questmanager.o -g3 -g3 -Wl,–gc-sections -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cel./out/linuxx86/optimize/libs -lceltool-1.2 -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -g2 ./out/linuxx86/debug/libs/libbulkobjects-0.3.a ./out/linuxx86/debug/libs/libwordnet-0.3.a ./out/linuxx86/debug/libs/libpsnet-0.3.a ./out/linuxx86/debug/libs/libpsengine-0.3.a ./out/linuxx86/debug/libs/libpsutil-0.3.a ./out/linuxx86/debug/libs/libfparser-0.3.a ./out/linuxx86/debug/libs/libpsrpgrules-0.3.a -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cel./out/linuxx86/optimize/libs -lceltool-1.2 -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -g2 -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cel./out/linuxx86/optimize/libs -lceltool-1.2 -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -g2 -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cel./out/linuxx86/optimize/libs -lceltool-1.2 -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -g2 -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cel./out/linuxx86/optimize/libs -lceltool-1.2 -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -g2 -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cel./out/linuxx86/optimize/libs -lceltool-1.2 -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -L/usr/local/lib -L/home/caarrie/server/cs./out/linuxx86/optimize/libs -lcrystalspace-1.2 -lpthread -lz -lm -ldl -lnsl -g2 -g3 -g3

…failed LinkApplication psserver …

confirmed on mac as well as linux

 848 Low27.12.2007CaarrieDave Bentham inablity to edit maps 13.07.2009No6 Task Description

in  bug 775  there was discussion about how we are limited in how many characters we can add to the maps. I was looking at the source
in pawsilluminationwindow.cpp there are several lines that say:

  if ((int)objlist.GetSize() >= primCount)
  {
      psSystemMessage sysMsg( 0, MSG_ERROR, "Your sketch is too complex for you to add more." );
      psengine->GetMsgHandler()->Publish(sysMsg.msg);
      return;
  }

in psserverchar.cpp there are these lines:

 // Build the limit string for the client
  csString xml("<limits>");
  xml.AppendFmt("<count>%d</count>",primCount);  // This limits how many things you can add on the client.

I think the 2 are related in keeping the number of lines, icons and such you can add to the sketch, I am not sure how they are as i am not a coder, but i am hoping this might help someone in solving this. It looks like the xml has a limit and we are hitting it or something along those lines so that is stopping you more then some level is not high enough to allow you to edit the sketch

 845 Very Low23.12.2007CaarrieAresilek Besolez shortcutcommands.xml is not correct 05.05.2008No9 Task Description

in commit 418 shortcuts got changed to start with 1 not 0 so all shortcuts in shortcutcommands.xml on svn are not correct they just need to be renumbered.

I am not sure if this file is even used now that user files have moved to another local directory if this is even an issue worth looking at.

 844 Critical23.12.2007Caarrie build errors 23.12.2007No2 Task Description

trying to build revision 497 i get these errors

C++ ./out/linuxx86/debug/src/server/bulkobjects/psnpcdialog.o
src/server/bulkobjects/psnpcdialog.cpp: In member function ‘NpcResponse* psNPCDialog::Respond(const char*, Client*)’:
src/server/bulkobjects/psnpcdialog.cpp:642: error: invalid use of undefined type ‘struct psQuest’
src/server/bulkobjects/dictionary.h:56: error: forward declaration of ‘struct psQuest’

  g++ -c -o ./out/linuxx86/debug/src/server/bulkobjects/psnpcdialog.o -I. -I./include -I./src/client -I./src/server -I./src/common -I./src/tools/wordnet -I. -pipe -march=i686 -mtune=generic -fvisibility-inlines-hidden -fvisibility=hidden -Wall -g3 -O2 -DCS_DEBUG -g3 -fPIC -I/home/caarrie/server/cs//include -I/home/caarrie/server/cel//include  src/server/bulkobjects/psnpcdialog.cpp

…failed C++ ./out/linuxx86/debug/src/server/bulkobjects/psnpcdialog.o …

i also get this:

C++ ./out/linuxx86/debug/src/server/bulkobjects/pscharacter.o
src/server/bulkobjects/pscharacter.cpp: In member function ‘void psCharacter::DiscardQuest(QuestAssignment*, bool)’:
src/server/bulkobjects/pscharacter.cpp:2602: error: invalid use of undefined type ‘struct Client’
./src/common/net/subscriber.h:26: error: forward declaration of ‘struct Client’
src/server/bulkobjects/pscharacter.cpp: In member function ‘bool psCharacter::CheckQuestAvailable(psQuest*, int)’:
src/server/bulkobjects/pscharacter.cpp:2647: error: invalid use of undefined type ‘struct Client’
./src/common/net/subscriber.h:26: error: forward declaration of ‘struct Client’
src/server/bulkobjects/pscharacter.cpp: In member function ‘void psCharacter::SetDescription(const char*)’:
src/server/bulkobjects/pscharacter.cpp:3574: error: invalid use of undefined type ‘struct Client’
./src/common/net/subscriber.h:26: error: forward declaration of ‘struct Client’

  g++ -c -o ./out/linuxx86/debug/src/server/bulkobjects/pscharacter.o -I. -I./include -I./src/client -I./src/server -I./src/common -I./src/tools/wordnet -I. -pipe -march=i686 -mtune=generic -fvisibility-inlines-hidden -fvisibility=hidden -Wall -g3 -O2 -DCS_DEBUG -g3 -fPIC -I/home/caarrie/server/cs//include -I/home/caarrie/server/cel//include  src/server/bulkobjects/pscharacter.cpp

…failed C++ ./out/linuxx86/debug/src/server/bulkobjects/pscharacter.o … …skipped libbulkobjects-0.3.a for lack of libbulkobjects-0.3.a(psnpcdialog.o)… C++ ./out/linuxx86/debug/src/client/sound/pssoundmngr.o

marking new as i get this on mac and linux I did a jam clean to verify that this bug is not a one time thing

 828 High17.12.2007CaarrieCaarrieRoland Schulz eedit world not filling screen 20.01.2008No6 Task Description

when launching eedit after the moving of the config files to a local folder outside of ps, the world [npcroom1] no longer fills the whole app screen when launching. confirmed in linux and mac. As someone that uses eedit often this is extremly annoying.

 827 Medium17.12.2007CaarrieTalad tutorial suggestion [popup tutorial not quest] 05.03.2008No1 Task Description

in the tutorial that talad added, it says to right click on certain things, well on a mac we have no right click, in options [default for mac] it is control click to show the context menu. Many OSx users have had problems with this and not all advisors know to tell mac users they should use control click and not right click.

 817 Low15.12.2007CaarrieKenneth Graunke podium map not correct size 04.01.2008No11 Task Description

only seen in the mac client revision 443 the podium in char selection seems to be zoomed out too much.

http://img229.imageshack.us/img229/6712/psclientstaticscreensnaup6.jpg

you can see the posts in the screen at some points as it rotates around.

 811 Critical15.12.2007CaarrieFrank Barton wrong text in tutorial 16.12.2007No2 Task Description

the tutorial just got changed to molten iron instead of pile of dust, they forgot one spot.
(20:54:56) Orphia Eldri says: You now have three tokens for him, the pile of dust, the certificate, and this glyph. When you find him, please give him the pile of dust, and he will help you to complete your training. Thank you very much for your time, and may you fare well in your travels!
(20:54:58) -Orphia waves goodbye.-

[since we dont want to have too many people redoing tutorial setting new]

as it can be confusing for a new player putting high severity/priority

the rest of the quest works fine just that one spot needs updating

 784 Medium13.12.2007Caarrie new font ingame that is easier to read 20.08.2009No3 Task Description

after doing some research i found a font that is easier to read and has an open license so ps can use it.
http://www.fontspace.com/dieter-steffmann/alpine

license
http://www.fontspace.com/terms/

screenshot
http://img337.imageshack.us/img337/1489/picture5ub9.png

If needed i am willing to do the conversion so that a dev can just upload the new files to svn.

 769 High12.12.2007Caarrie trading with strangers [not introduced] 23.06.2008No6 Task Description

If you are trading with someone that you dont know
1. the trade message tells you the name of the person you are trading with
2. if you decline the trade it tells you the name of the person you are trading with
3. If you accept the trade it tells you the name of the person again

either you should not be able to trade with people you dont know or it should tell you their name is unknown till you have introduced yourself to them.

 754 Critical10.12.2007CaarrieAnders ReggestadSteven Schwartfeger /item <name> causes random quality to be set to the ite ...21.12.2007No5 Task Description

i tested on my server and lanarel's server if you /item "broad sword" it will get a random quality but if you /item and spawn it from the gui it will have a quality of 50/50 goes for other items if you /item <name> they will almost always have the wrong quality with more then 8 digits and could be negative

 753 Very Low10.12.2007Caarrie [regression test] petition manage window not updated co ...30.05.2008No8 Task Description

if 2 gms are working in the petition manage window and both have it up, one escalates a petition not always will the other see this change, same applies to descalate.

 752 Very Low10.12.2007CaarrieRoland Schulz [regression test] claim petition not working smoothly 25.04.2008No3 Task Description

when clicking claim for a petition in /petition_manage you often have to click it 2 times before it registers that the petition has been claimed [works correctly in mac not correctly in linux]

 751 Low10.12.2007CaarrieRoland Schulz [regression test] delete petition not working smoothly 25.04.2008No5 Task Description

when trying to remove a petition from /petition_list you need to click delete 2 times before the petition gets removed and you get a system message saying it has been deleted each time, tested on mac to see this linux works correctly

 730 Critical07.12.2007Caarrie psserver does not build 07.12.2007No1 Task Description

C++ ./out/linuxx86/debug/src/server/database/mysql/dal.o
src/server/database/mysql/dal.cpp:627:7: warning: no newline at end of file
src/server/database/mysql/dal.cpp: In member function ‘virtual long unsigned int psMysqlConnection::CommandPump(const char*, …)’:
src/server/database/mysql/dal.cpp:140: warning: unused variable ‘timer’
src/server/database/mysql/dal.cpp: In member function ‘virtual iResultSet* psMysqlConnection::Select(const char*, …)’:
src/server/database/mysql/dal.cpp:222: error: ‘IsBadStringPtrA’ was not declared in this scope
src/server/database/mysql/dal.cpp:225: error: ‘Sleep’ was not declared in this scope
src/server/database/mysql/dal.cpp: In member function ‘virtual const char* psResultRow::operator[](const char*)’:
src/server/database/mysql/dal.cpp:487: error: ‘Sleep’ was not declared in this scope

  g++ -c -o ./out/linuxx86/debug/src/server/database/mysql/dal.o -I. -I./include -I./src/client -I./src/server -I./src/common -I./src/tools/wordnet -I. -pipe -march=i686 -mtune=generic -fvisibility-inlines-hidden -fvisibility=hidden -Wall -g3 -O2 -DCS_DEBUG -g3 -fPIC -I/home/caarrie/development/cs/include -I/usr/include/mysql  src/server/database/mysql/dal.cpp

…failed C++ ./out/linuxx86/debug/src/server/database/mysql/dal.o … …skipped dbmysql.so for lack of <src!server!database!mysql!>dal.o… …failed updating 1 target(s)… …skipped 1 target(s)… …updated 104 target(s)…

confirmed on mac and linux with GCC. not possible to build server kemedes i believe did the last change to this file

 727 High06.12.2007Caarrie mac client does not build [leopard] 07.12.2007No4 Task Description

Trunk HEAD psclient does not build on leopard, Trymm says it builds fine for him on 10.4

After playing around a bit and making sure i had CS head it seems revision 269 caused this problem the patch for logs that xordan and Trymm did. This had built fine for me before but does not anymore unless i revert back to a revision prior to that one for chatwindow.cpp

Since we have no other user of leopard that i know of setting this new as no one else can confirm this bug. I downloaded the source 2 times from sf to verify this was not because a file got edited or something odd happened

MkDir1 psclient.app/Contents/MacOS
MkDir1 psclient.app/Contents
AppPkgInfo psclient.app/Contents/PkgInfo
AppVersionPlist psclient.app/Contents/version.plist
AppInfoPlist psclient.app/Contents/Info.plist
MkDir1 psclient.app/Contents/Resources/English.lproj
AppInfoPlistStrings psclient.app/Contents/Resources/English.lproj/InfoPlist.strings
AppExe psclient.app/Contents/MacOS/psclient
Undefined symbols:

"FileUtil::MakeDirectory(char const*)", referenced from:
    pawsChatWindow::LogMessage(E_CHAT_LOG, char const*)in libgui-0.3.a(chatwindow.o)

ld: symbol(s) not found
collect2: ld returned 1 exit status

  export MACOSX_DEPLOYMENT_TARGET=10.2
  g++ -o psclient.app/Contents/MacOS/psclient ./out/macosxx86/debug/src/client/actionhandler.o ./out/macosxx86/debug/src/client/authentclient.o ./out/macosxx86/debug/src/client/charapp.o ./out/macosxx86/debug/src/client/chatbubbles.o ./out/macosxx86/debug/src/client/clientcachemanager.o ./out/macosxx86/debug/src/client/clientvitals.o ./out/macosxx86/debug/src/client/cmdadmin.o ./out/macosxx86/debug/src/client/cmdgroups.o ./out/macosxx86/debug/src/client/cmdguilds.o ./out/macosxx86/debug/src/client/cmdusers.o ./out/macosxx86/debug/src/client/cmdutil.o ./out/macosxx86/debug/src/client/entitylabels.o ./out/macosxx86/debug/src/client/guihandler.o ./out/macosxx86/debug/src/client/modehandler.o ./out/macosxx86/debug/src/client/pscal3dcallback.o ./out/macosxx86/debug/src/client/pscamera.o ./out/macosxx86/debug/src/client/pscelclient.o ./out/macosxx86/debug/src/client/pscharcontrol.o ./out/macosxx86/debug/src/client/psclientchar.o ./out/macosxx86/debug/src/client/psclientdr.o ./out/macosxx86/debug/src/client/psengine.o ./out/macosxx86/debug/src/client/psinventorycache.o ./out/macosxx86/debug/src/client/psmovement.o ./out/macosxx86/debug/src/client/psnetmanager.o ./out/macosxx86/debug/src/client/psoptions.o ./out/macosxx86/debug/src/client/psslotmgr.o ./out/macosxx86/debug/src/client/questionclient.o ./out/macosxx86/debug/src/client/shadowmanager.o ./out/macosxx86/debug/src/client/weather.o ./out/macosxx86/debug/src/client/zonehandler.o  -g3 -g3 -Wl,-framework,AppKit -Wl,-framework,Foundation -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cel/./out/macosxx86/optimize/libs -lceltool-1.2 -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -Wl,-framework,AppKit -Wl,-framework,Foundation ./out/macosxx86/debug/libs/libgui-0.3.a ./out/macosxx86/debug/libs/libpsnet-0.3.a ./out/macosxx86/debug/libs/libpsengine-0.3.a ./out/macosxx86/debug/libs/libpsrpgrules-0.3.a ./out/macosxx86/debug/libs/libpssound-0.3.a ./out/macosxx86/debug/libs/libpaws-0.3.a ./out/macosxx86/debug/libs/libpsutil-0.3.a ./out/macosxx86/debug/libs/libeffects-0.3.a ./out/macosxx86/debug/libs/libfparser-0.3.a -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cel/./out/macosxx86/optimize/libs -lceltool-1.2 -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -Wl,-framework,AppKit -Wl,-framework,Foundation -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cel/./out/macosxx86/optimize/libs -lceltool-1.2 -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -Wl,-framework,AppKit -Wl,-framework,Foundation -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cel/./out/macosxx86/optimize/libs -lceltool-1.2 -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -Wl,-framework,AppKit -Wl,-framework,Foundation -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cel/./out/macosxx86/optimize/libs -lceltool-1.2 -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -Wl,-framework,AppKit -Wl,-framework,Foundation -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cel/./out/macosxx86/optimize/libs -lceltool-1.2 -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -Wl,-framework,AppKit -Wl,-framework,Foundation -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cel/./out/macosxx86/optimize/libs -lceltool-1.2 -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -Wl,-framework,AppKit -Wl,-framework,Foundation -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cel/./out/macosxx86/optimize/libs -lceltool-1.2 -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -L/usr/local/lib -L/Users/caarrie/PS/cs/./out/macosxx86/optimize/libs -lcrystalspace-1.2 -lz -lm -lmx -ldl -Wl,-framework,AppKit -Wl,-framework,Foundation -g3 -g3 -Wl,-framework,AppKit -Wl,-framework,Foundation

…failed AppExe psclient.app/Contents/MacOS/psclient …

 724 Low05.12.2007CaarrieKenneth Graunke ability for gms to cast all spells 24.04.2008No15 Task Description

Also, GM3+ should be able to cast all spells without the glyphs. This can be very useful for events. Even better, they should have an OPTION to make these spells cast instantaneously, so they could cast a bunch at once (I’m thinking massively powerful sorcerer here). Just being able to casts all spells without glyphs would be a nice start, though.

some gm2’s are part of events as well so this could apply to them as well but mostly to gm3+

 723 Low05.12.2007CaarrieNobodyRoland Schulz ability for players to edit existing petitions 07.07.2008No9 Task Description

a command for players to edit their own petitions. This will prevent them making another petition just to correct the first.

at times we have gotten 2 or 3 petitions just to add info to a prior petition, it would be easier for us if players could just edit the petition instead of making more.

 722 Low05.12.2007CaarrieRlyDontKnow better command for awarding players 13.01.2011No9 Task Description

/award command that includes PP, money, items and factions

we have no command that can do all and it might be easier then seperate commands for each.

 721 Low05.12.2007Caarrie a command to list /warns done per account ingame 16.05.2008No9 Task Description

a /log (player|$target) command to list the warnings recorded on an account (not linked to a char as they are now allowing players to repeat offences on temp chars).

 720 Low05.12.2007CaarrieMichael Flowers ban guild name command needed in some cases 27.03.2011No6 Task Description

Ability to ban a guild name just like we can a players name so if we have to rename a guild we can make sure they dont get their name back /banguildname

 719 Low05.12.2007Caarrie ability to view item quality 10.12.2007No1 Task Description

The gms have no way to tell what quality items are that players have, we can list their inventory but not tell if they could be exploiting a bug to get high quality items.

 718 Medium05.12.2007CaarrieRoland Schulz gms cant see length of ban left on a player 25.01.2008No4 Task Description

we have been living with this for a long time and i consider this a bug more then a feature request

to see the length of a ban that is left on a player ingame [could be added to /info]

 717 Low05.12.2007CaarrieJoe Lyon better way to tell if a fellow gm is visable or not 05.06.2021No4 Task Description

differentiation between visible and invisible characters by making invisible characters semi-transparent. It’s a lot easier to differentiate this way (as opposed to the label method, which is barely noticeable, especially at a distance).

as this is not going to be easy to add to the game lowering prority and severity, but if possible we would like some way to have this ingame

 716 Low05.12.2007Caarrie ability for gms to see the npc tab when they wish 05.06.2021No6 Task Description

a way to see what the players are typing in the /tellnpc tab would be useful. The problem is that sometimes, during an event, we impersonate npcs and people, by the force of habbit, type in the NPC tab.

 715 Low05.12.2007CaarrieGlen Kaukola easier way to setskills 27.11.2009No13 Task Description

The gms wish for an easier way to setskill, working from the chat window is not always easy if we need many skills changed.

To be able to edit stat and skill levels from withing the GUI

 714 Medium05.12.2007CaarriePrashanth Menon better way to list /quest results 05.09.2009No12 Task Description

When a gm issues /quest on a char it shows a good 1000 lines if they have done a lot of quests all in the chat window

The request is to pop up a new page when the /quest command is issued, to show selected Player’s questlist.

If possible maybe listing them in book format but still being able to have them logged as system messages

As many gms are using this command we are increasing severity and priority.

 713 High05.12.2007Caarrie changes to /show_gm window 10.12.2007No2 Task Description

to teleport to a player from /show_gm and not have the window close after we accept the teleport or after a rename of a player

saving of the organisation in the list and position you where. I often use /show_gm to locate groups of players for RP events, and it's annoying to have to click the Sector tab and then scroll all the way down to where I was before.

keep the selected player on screen in the list when he is still online. This applies when more than 1 action regarding the player is needed (random name rejected by the server or canceled when bad), teleporting more than once to the same player.

I consider this as very annoying so increasing severity and priority on this.

 712 Low05.12.2007Caarrie make 400 max for gm skills 14.12.2007No8 Task Description

right now gms can setskill to max stats 400 and skills 200, they wish for events to be able to have skills up to 400 as well and not just stuck as 200.

400 max for all stats we can do with setskill but not skills

 711 Low05.12.2007Caarrie a way for gms to make notes on petitions and not have t ...05.06.2021No3 Task Description

right now there is no way for gms to make notes as to the status of petitions so that other gms know and can handle them at other times, also this means that gms keep petitions claimed for longer periods of time as they wish to complete the petition and this can mean other gms have no idea of the status of the petition as it was not told to others and they cant view it [ingame] to handle it.

petitions become open when logout and we can make notes as to what we have done to each petition,

 710 Low05.12.2007CaarrieA. Kiefnerweltall button to unclaim petitions 23.10.2008No6 Task Description

for many versions the gms have had no way other then to escalate a petition to unclaim it, we would like to have a button to use instead.

out right way to unclaim a petition without escalating it

 709 Low05.12.2007CaarrieJamesVonor a gm status info window to tell gms what sets they have ...16.11.2009No6 Task Description

The gm team wishes for a better way to see if they have their /set(s) on or off
a new info window could work that would just list with words if it is on or off

a gm info window with a list of sets [invisable, ect]

 708 Low05.12.2007Caarrie a better way to impersonate npcs 23.09.2014No8 Task Description

/impersonate target, with a target selected, and then your /say and /shout and /me works with the target’s name

The gm team wishes for an easier way to impersonate npcs, perhaps take over the npc and be able to use normal chat commands and they come out as you are speaking as the npc without having to use target and target the npc.

 707 Low05.12.2007CaarriePaldorin Mugbreaker /giveitem /takeitem dont work with trias 28.07.2008No10 Task Description

many gms have reported that /giveitem and /takeitem dont work with trias so if we see a bot we have no way to remove trias as a way to punish them.

[very old bug just never report outside the gm team]

 706 Low05.12.2007Caarrie ability for gms to act as npcs when attacked 24.03.2009No6 Task Description

Ability for a gm to be impervious to npcs but players can still fight us. So we will not be in duel with players and not have npcs able to kill us if we happen to target them.

Showing tasks 101 - 150 of 222 Page 3 of 5 - 1 - 2 - 3 - 4 - 5 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing