How can make 2 Page in 1 NPC

06/23/2018 23:31 loader8#1
hi guys i have a NPC but have only 1 page ( 30 Slot) how can i change that 1 Page to 2 or 3 or 4 ... etc?

fix can closed it thx
06/24/2018 21:41 ScarOnline#2
the max tabs per group are 3, you can add 2 groups only

_RefShopTab
PHP Code:
1    15    6429    STORE_TEST_TAB1    STORE_TEST_GROUP1    SN_TAB_ITEM
1    15    6430    STORE_TEST_TAB2    STORE_TEST_GROUP1    SN_TAB_ITEM2 
06/25/2018 02:19 HECKT0R#3
Quote:
Originally Posted by ScarOnline View Post
the max tabs per group are 3, you can add 2 groups only

_RefShopTab
PHP Code:
1    15    6429    STORE_TEST_TAB1    STORE_TEST_GROUP1    SN_TAB_ITEM
1    15    6430    STORE_TEST_TAB2    STORE_TEST_GROUP1    SN_TAB_ITEM2 
it's allowed to put 4 tabs in same group and you can add more than 4 groups in same npc .