[Release]How to make new group in main npc

05/29/2012 04:16 •ᵔBeGodOfWarᵔ•#1
Today , I'm gonna to release the leaked version to make new groups in main npc

I made this thread for the ppl didn't know how to do it ;)

From Here We Go

7)_RefShopGroup
Code:
1	15	2816	GROUP_STORE_MOONEU	NPC_MOONEU	-1	xxx	-1	xxx	-1	xxx	-1	xxx
if i need One Group for this NPC i should to do it if _RefShopItemGroup
Code:
1	86	STORE_MOONEU_GROUP1	SN_STORE_MOONEU_GROUP1
and i need in this group 4 Tabs i should to do in _refshoptab
Code:
1	15	6429	STORE_MOONEU_TAB1	STORE_MOONEU_GROUP1	SN_TAB_WEAPON
1	15	6430	STORE_MOONEU_TAB2	STORE_MOONEU_GROUP1	SN_TAB_SHIELD
1	15	6431	STORE_MOONEU_TAB3	STORE_MOONEU_GROUP1	SN_TAB_ETC
1	15	6432	STORE_MOONEU_TAB4	STORE_MOONEU_GROUP1	SN_TAB_HEAVYARMOR
1- Weapon 2- Shield 3- Goods 4- Armor " Set"

to active this tabs i should to do in _RefShopTabGroup
Code:
1	15	2835	STORE_MOONEU_GROUP1	SN_STORE_MOONEU_GROUP1
and to active too " should to do it in RefMappingShopWithTab
Code:
1	15	STORE_MOONEU	STORE_MOONEU_GROUP1
So if i need 2 Group or 3 or 4 or bla bla bla " i will use my "Brain.EXE" :laugh:


7)_RefShopGroup
Code:
1	15	2816	GROUP_STORE_MOONEU	NPC_MOONEU	-1	xxx	-1	xxx	-1	xxx	-1	xxx
if i need One Group for this NPC i should to do it if _RefShopItemGroup
Code:
1	86	STORE_MOONEU_GROUP1	SN_STORE_MOONEU_GROUP1
1	87	STORE_MOONEU_GROUP2	SN_STORE_MOONEU_GROUP2
and i need in this group 4 Tabs i should to do in _refshoptab
Code:
1	15	6429	STORE_MOONEU_TAB1	STORE_MOONEU_GROUP1	SN_TAB_WEAPON
1	15	6430	STORE_MOONEU_TAB2	STORE_MOONEU_GROUP1	SN_TAB_SHIELD
1	15	6431	STORE_MOONEU_TAB3	STORE_MOONEU_GROUP1	SN_TAB_ETC
1	15	6432	STORE_MOONEU_TAB4	STORE_MOONEU_GROUP1	SN_TAB_HEAVYARMOR

[B]For 2nd Group [/B]

1	15	6429	STORE_MOONEU_TAB5	STORE_MOONEU_GROUP2	SN_TAB_WEAPON
1	15	6430	STORE_MOONEU_TAB6	STORE_MOONEU_GROUP2	SN_TAB_SHIELD
1	15	6431	STORE_MOONEU_TAB7	STORE_MOONEU_GROUP2	SN_TAB_ETC
1	15	6432	STORE_MOONEU_TAB8	STORE_MOONEU_GROUP2	SN_TAB_HEAVYARMOR
to active this tabs i should to do in _RefShopTabGroup
Code:
1	15	2835	STORE_MOONEU_GROUP1	SN_STORE_MOONEU_GROUP1
1	15	2835	STORE_MOONEU_GROUP2	SN_STORE_MOONEU_GROUP2
and to active too " should to do it in RefMappingShopWithTab
Code:
1	15	STORE_MOONEU	STORE_MOONEU_GROUP1
1	15	STORE_MOONEU	STORE_MOONEU_GROUP2
if u need to change the Tabs name look _refshoptab last row and user ur brain and u will know how to do it :)
and don't take same ID ur game will Crash

Read spoiler to skip instant dc :mofo:
05/30/2012 00:18 Disco Teka#2
#approved