What kind of APP_???? to edit this? --> [Only registered and activated users can see links. Click Here To Register...]
Falsch xDQuote:
APP_CHARACTER3 "Wndtile00.tga" 1 208 608 0x2410000 26
{
// Title String
IDS_RESDATA_INC_005936
}
{
// Help Key
IDS_RESDATA_INC_005937
}
{
WTYPE_TABCTRL WIDC_TABCTRL1 "" 1 8 12 204 568 0x260000 0 0 0 0
{
// Title String
IDS_RESDATA_INC_005938
}
{
// ToolTip
IDS_RESDATA_INC_005939
}
}
changeQuote:
How about your taskbar how to activate 6 slot?
and F10 A10 0 will lost after restarting server :(
A1-A10, F10 1-0 hotkey how to activate?Quote:
change
#ifdef __NEW_THEME
#define MAX_SLOT_ITEM 10
#define MAX_SLOT_QUEUE 6
#else
#define MAX_SLOT_ITEM 9 // a10,f10,0
#define MAX_SLOT_QUEUE 5 //action slot
#endif
(build dbserver,worldserver,neuz)
and in wndtaskbar.cpp in cwndnewskillclass change the arrays and for from 5 to 6.
(build neuz)
projectcmnh.hQuote:
A1-A10, F10 1-0 hotkey how to activate?
For the hotkey i want it 1-0 hotkey, A1-A10 hotkey and F10 Hotkey how to make it works?Quote:
projectcmnh.h
change
#define MAX_SLOT_ITEM 9
#define MAX_SLOT_QUEUE 5
to
#ifdef __NEW_THEME
#define MAX_SLOT_ITEM 10
#define MAX_SLOT_QUEUE 6
#else
#define MAX_SLOT_ITEM 9 // a10,f10,0
#define MAX_SLOT_QUEUE 5 //action slot
#endif
change m_aSlotItem to this in cwndtaskbar02 cwndtaskbar03 and cwndnewtaskbarSHORTCUT m_aSlotItem [ MAX_SLOT_ITEM_COUNT ][ 10 ]; // 1 ~ 0(10)
Quote:
just do this
projectcmnh.h
change
#define MAX_SLOT_ITEM 9
#define MAX_SLOT_QUEUE 5
to
#ifdef __NEW_THEME
#define MAX_SLOT_ITEM 10
#define MAX_SLOT_QUEUE 6
#else
#define MAX_SLOT_ITEM 9 // a10,f10,0
#define MAX_SLOT_QUEUE 5 //action slot
#endif
_________
and it work, no need to change array in wndtaskbar.h