• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Sandra - vials

Rycina

Member
Joined
Nov 7, 2024
Messages
59
Solutions
1
Reaction score
8
Hello again :)

And I have another question about Sandra.

Vials work in the distribution as they should, except that in Sandra's case, although there are names in Lua, everything in her case is as "vial".

I sent some photos, maybe they will help

Same OTCv8 and distribution:
 

Attachments

thats because the item is vial and the FluidType is the thing thats inside them you would have to include fluidtype inside of the name for vials for your trade window.
 
I don't really know how to do it, because in the example in Sandra.lua I have a subtype for "potion of blood" but it doesn't work

shopModule:addBuyableItem({'potion of blood'}, 2006, 15 , 2)

2006 - vial
15 - price
2 - subtype (blood)
 
I don't really know how to do it, because in the example in Sandra.lua I have a subtype for "potion of blood" but it doesn't work

shopModule:addBuyableItem({'potion of blood'}, 2006, 15 , 2)

2006 - vial
15 - price
2 - subtype (blood)
you have to edit the npc libs I have exact same thin i just dont change it. work around is to add new separate items and do if item id add 2006, subtype instead then after ;]
 
Back
Top