offline run ok. If i want to change to IP LAN ?->how to?
![]()
offline run ok. If i want to change to IP LAN ?->how to?
![]()
here a lil fix to make the minimap show the region name
Spoiler:
would it be a good idea to make a github repo so everyone could provide something ?
( Not talking about custom systems or security fixes ) only the official version fixes
You guys really need to start reading the theards and pay some attention..
https://forum.ragezone.com/f724/vs22...e-for-1192396/ <-- 8. How to make your server public (and change default ports)
found the issue just comment this part out :
Code:BOOL CWndTaskBar::Process( void ) { // ���� ��� �����ؾ��ϴ°͵��� ���⼭... CPoint point = GetMousePoint(); #ifdef __SECURITY_FIXES CRect wndRect = GetWindowRect(); if( wndRect.PtInRect( point ) ) #endif { #ifndef __NEW_TASKBAR_V19 //<------------------------------ CRect rect = CRect( POINT_APPLET_X, POINT_APPLET_Y, POINT_APPLET_X + ICON_SIZE, POINT_APPLET_Y + ICON_SIZE ); for( int i = 0; i < m_nMaxSlotApplet; i++ ) { LPSHORTCUT lpShortcut = &m_aSlotApplet[ i ] ; if( !lpShortcut->IsEmpty() && rect.PtInRect( point) ) { MotionProp* pMotionProp = prj.GetMotionProp( lpShortcut->m_dwId ); if( IsShortcut( lpShortcut, SHORTCUT_MOTION, MOT_BASE_CHEER ) ) PutTooTip( lpShortcut, point, &rect ); } rect += CPoint( ICON_SIZE, 0 ); } rect = CRect( POINT_ITEM_X, POINT_ITEM_Y, POINT_ITEM_X + ICON_SIZE, POINT_ITEM_Y + ICON_SIZE ); for( int i = 0; i < MAX_SLOT_ITEM; i++ ) { LPSHORTCUT lpShortcut = &m_paSlotItem[ i ] ; if( !lpShortcut->IsEmpty() && rect.PtInRect( point) ) { if( IsShortcut( lpShortcut, SHORTCUT_MOTION, MOT_BASE_CHEER ) ) PutTooTip( lpShortcut, point,&rect ); } rect += CPoint( ICON_SIZE, 0 ); } rect = CRect( POINT_QUEUE_X, POINT_QUEUE_Y, POINT_QUEUE_X + SKILL_SIZE, POINT_QUEUE_Y + SKILL_SIZE ); for( int i = 0; i < MAX_SLOT_QUEUE; i++ ) { LPSHORTCUT lpShortcut = &m_aSlotQueue[ i ] ; if( !lpShortcut->IsEmpty() && rect.PtInRect( point) ) { if( IsShortcut( lpShortcut, SHORTCUT_MOTION, MOT_BASE_CHEER ) ) PutTooTip( lpShortcut, point,&rect ); } rect += CPoint( SKILL_SIZE, 0 ); } #endif //__NEW_TASKBAR_V19 }
Havent digged that deep into that fix but it seems like its some leftover code from the old taskbar
since the PutToolTip method gets called on ::OnMouseWndSurface and also on ::Process
And i hope that people will contribute to the repo.. atleast we could give it a try
I can't change the language in Neuz.exe. How can I change the language?
![]()
heres a little fix to properly align the guide window and also write text on the buttons ( respectfully stolen from 21.2)
code is marked as "#if __VER >= 19"
Spoiler:
I would like to give @Int16 a big shout-out for contributing back to the thread and providing fixes for the public.
I have updated my original post with a new link that fixes the follow:
- Navigator now shows the name.
- Guide system buttons are placed correctly.
- Taskbar with motions and targeting has also been fixed.
Since he was king enough to contribute some fixes I decided since it's Christmas i can as well?
- Fixed the lord casting name when you do an event or a skill it shows the actual lords name.
- Fixed a spacing issue when players login the text is separated rather then XXXhas logged in.
- Fixed a crash that exists in everyone's source just about, thanks to retail v21.2 source for the fix lol.
- Fixed a bug with all sources with displaying mail time correctly.
You can find the updated package in my original post, also I will be adding this to a gitHub soon along with the rest of my personal public sources.
May i ask what the crash was that every source had?