Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

To make new Group in NPC

Joined
Nov 6, 2011
Messages
546
Reaction score
140
Someone asked me to make this thread, so if it help just say Thanks, if u know how to do it don't be Annoying Like " old " / " i did it be4 " / "easy to do " i know u are Professional :glare:

I made this thread for the ppl didn't know how to do it :wink:

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
 
Experienced Elementalist
Joined
Jan 20, 2012
Messages
244
Reaction score
59
Re: {Explain} To make new Group in NPC

thank you but my error still when i add anything in the NPC i get crashes hmm !

i mean in media ! or maybe cuz the avatars in item mall too ?
 
Joined
Nov 6, 2011
Messages
546
Reaction score
140
Re: {Explain} To make new Group in NPC

thank you but my error still when i add anything in the NPC i get crashes hmm !

i mean in media ! or maybe cuz the avatars in item mall too ?

Your problem not from to add new group or tabs so u can make thread in help section with screenshot
 
Skilled Illusionist
Joined
Apr 1, 2012
Messages
324
Reaction score
9
Hello Kira , i follow ur guide from 0 .. but nothing happend my npc is still closed :/ Just : end conversation appear jeje :/ , Here what i did :

_RefShopGroup
1 15 2818 GROUP_STORE_SD_M_AREA_WATERMAN_2 NPC_SD_M_AREA_WATERMAN_2 -1 xxx -1 xxx -1 xxx -1 xxx

_RefShopItemGroup
1 87 STORE_SD_M_AREA_WATERMAN_2 SN_STORE_SD_M_AREA_WATERMAN_2

_refshoptab
1 15 6434 STORE_SD_M_AREA_WATERMAN_2_TAB1 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_WEAPONS
1 15 6435 STORE_SD_M_AREA_WATERMAN_2_TAB2 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_JEWELS
1 15 6436 STORE_SD_M_AREA_WATERMAN_2_TAB3 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_MALE
1 15 6437 STORE_SD_M_AREA_WATERMAN_2_TAB4 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_FEMALE

_RefShopTabGroup
1 15 2837 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_STORE_SD_M_AREA_WATERMAN_2_GROUP1

_RefMappingShopWithTab
1 15 STORE_SD_M_AREA_WATERMAN_2 STORE_SD_M_AREA_WATERMAN_2_GROUP1

and in mediapk2 same.. :* what i did wrong ? i dont understand i follow ur guide 100% , help me please
 
Last edited:
Junior Spellweaver
Joined
Oct 9, 2007
Messages
151
Reaction score
15
hmp, can this guide be used to add an itemmall group/tab?
*i can try myself, but i dont wanna waste time if some1 already checked this ^_^*
 
Experienced Elementalist
Joined
Apr 3, 2012
Messages
239
Reaction score
20
hmp, can this guide be used to add an itemmall group/tab?
*i can try myself, but i dont wanna waste time if some1 already checked this ^_^*


Yes, You can :)
 
Skilled Illusionist
Joined
Apr 1, 2012
Messages
324
Reaction score
9
so someone can answer me ? ...

Hello Kira , i follow ur guide from 0 .. but nothing happend my npc is still closed :/ Just : end conversation appear jeje :/ , Here what i did :

_RefShopGroup
1 15 2818 GROUP_STORE_SD_M_AREA_WATERMAN_2 NPC_SD_M_AREA_WATERMAN_2 -1 xxx -1 xxx -1 xxx -1 xxx

_RefShopItemGroup
1 87 STORE_SD_M_AREA_WATERMAN_2 SN_STORE_SD_M_AREA_WATERMAN_2

_refshoptab
1 15 6434 STORE_SD_M_AREA_WATERMAN_2_TAB1 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_WEAPONS
1 15 6435 STORE_SD_M_AREA_WATERMAN_2_TAB2 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_JEWELS
1 15 6436 STORE_SD_M_AREA_WATERMAN_2_TAB3 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_MALE
1 15 6437 STORE_SD_M_AREA_WATERMAN_2_TAB4 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_FEMALE

_RefShopTabGroup
1 15 2837 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_STORE_SD_M_AREA_WATERMAN_2_GROUP1

_RefMappingShopWithTab
1 15 STORE_SD_M_AREA_WATERMAN_2 STORE_SD_M_AREA_WATERMAN_2_GROUP1

and in mediapk2 same.. :* what i did wrong ? i dont understand i follow ur guide 100% , help me please
 
Skilled Illusionist
Joined
Apr 1, 2012
Messages
324
Reaction score
9
so kira u did this guide and u cant helpme ? ...N1
 
Joined
Nov 6, 2011
Messages
546
Reaction score
140
so kira u did this guide and u cant helpme ? ...N1

Bro i give u the right way and i make alot of npc this take from me with out any query 15 mint
i give u the way to do
u do something is wrong this not my problem

but i will do something for ppl like u :)
i will make Video
 
Skilled Illusionist
Joined
Apr 1, 2012
Messages
324
Reaction score
9
bud , i follow the guide correctly , from 0 , u can see what i did , and u will see i did everything correct ...

_RefShopGroup
1 15 2818 GROUP_STORE_SD_M_AREA_WATERMAN_2 NPC_SD_M_AREA_WATERMAN_2 -1 xxx -1 xxx -1 xxx -1 xxx

_RefShopItemGroup
1 87 STORE_SD_M_AREA_WATERMAN_2 SN_STORE_SD_M_AREA_WATERMAN_2

_refshoptab
1 15 6434 STORE_SD_M_AREA_WATERMAN_2_TAB1 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_WEAPONS
1 15 6435 STORE_SD_M_AREA_WATERMAN_2_TAB2 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_JEWELS
1 15 6436 STORE_SD_M_AREA_WATERMAN_2_TAB3 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_MALE
1 15 6437 STORE_SD_M_AREA_WATERMAN_2_TAB4 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_TAB_FEMALE

_RefShopTabGroup
1 15 2837 STORE_SD_M_AREA_WATERMAN_2_GROUP1 SN_STORE_SD_M_AREA_WATERMAN_2_GROUP1

_RefMappingShopWithTab
1 15 STORE_SD_M_AREA_WATERMAN_2 STORE_SD_M_AREA_WATERMAN_2_GROUP1
 
Newbie Spellweaver
Joined
Sep 17, 2011
Messages
17
Reaction score
1
Need the ItemMall a few extra steps? Or where is my fail?

I only added new tabs to the existing group "MALL_AVATAR_GROUP1" & "MALL_AVATAR_DRESS"
So i added these lines in the DB & Media

_RefShopTab & txt
Code:
1	15	280	MALL_AVATAR_DRESS_2	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_2
1	15	283	MALL_AVATAR_DRESS_3	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_3
1	15	285	MALL_AVATAR_DRESS_4	MALL_AVATAR_GROUP1	UIIT_STT_SILKMALL_DRESS_4

textuisystem.txt
Code:
1	UIIT_STT_SILKMALL_DRESS_2							Dress [M] 2
1	UIIT_STT_SILKMALL_DRESS_3							Dress [F]
1	UIIT_STT_SILKMALL_DRESS_4							Dress [F] 2

The Tabs are working and i see my added stuff BUT the Tab text (Dress [M] 2) is invisible.
I tested some stuff but i cant get the tab text showing.
 
Back
Top