adding items in some shop in junon?

Status
Not open for further replies.
im planning to add potion on item shop what stb should i edit coz i see jewel there and im not making a custom item...
 
potions are in LIST_USEITEM.STB

so the shop id will be item type (10) + item id (apple for example 101)

the entry for the apple would be 10101

Always have 3 numbers for the item id. Even if the id is only a single number such as 9. make it into 009
 
what should i edit here

List_Sell.stb
List_Sell_S.stl

after that ill delete the

List_Sell.stb
List_Sell_S.stl

on the 3DData folder of my server then paste the edited STB and STL right?

should i go also on my client and delete the List_Sell.stb & List_Sell_S.stl using VfsNextGen ?


am i correct??
 
Last edited:
Do I have to do everything for you?
The tutorial I gave you should give you all the basics that you need to add any item to any shop.

[sigh]
Just find Harin in LIST_NPC.STB
look across her entry row till you find the "sell id" column(s)
now open LIST_SELL.STB and go to the row indicated by Harin's "sell id"
Add teh id for the potion into an empty space
Save the STB and put it back into the client and server.

Note:
You don't need to do anything with LIST_SELL_S.STL unless you actually added a new sell tab (i.e. a completely new row in LIST_SELL.STB)
 
Status
Not open for further replies.
Back