- Joined
- Jun 7, 2024
- Messages
- 1,108
- Solutions
- 29
- Reaction score
- 1,162
- Points
- 113
Do you hate it to that you can't place more then 10 sentences on the taskbar?
Well i do especially for GameMasters during invasions and or other things.
Here is an small fix to let it work for GM's and or Higher
Open up WndTaskbar.cpp in your /_Interface Directory.
Find
g_WndMng.PutString( prj.GetText( TID_GAME_MAX_SHORTCUT_CHAT ), NULL, prj.GetTextColor( TID_GAME_MAX_SHORTCUT_CHAT ) );
Now what i did to make it work for GM only is this
Here you see that that the max for GM is now 19 and for normal players 9.
Now open up
DPSrvr.cpp in your Worldfolder
Find
pUser->AddDefinedText( TID_GAME_MAX_SHORTCUT_CHAT );
And change it to this
Now Rebuilt Neuz and Worldserver.
Your Gm's and or higher can now place more sentences on the taskbar.
With kind regards
Well i do especially for GameMasters during invasions and or other things.
Here is an small fix to let it work for GM's and or Higher
Open up WndTaskbar.cpp in your /_Interface Directory.
Find
g_WndMng.PutString( prj.GetText( TID_GAME_MAX_SHORTCUT_CHAT ), NULL, prj.GetTextColor( TID_GAME_MAX_SHORTCUT_CHAT ) );
Now what i did to make it work for GM only is this
Here you see that that the max for GM is now 19 and for normal players 9.
Now open up
DPSrvr.cpp in your Worldfolder
Find
pUser->AddDefinedText( TID_GAME_MAX_SHORTCUT_CHAT );
And change it to this
Now Rebuilt Neuz and Worldserver.
Your Gm's and or higher can now place more sentences on the taskbar.
With kind regards