• 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!

Npc's selling liquid

Tarielle

New Member
Joined
Nov 4, 2007
Messages
214
Reaction score
0
Location
Sweden
Hi

Why isn't it possible to make the NPC's sell liquid stuffs?
Or if it is, how can I make it?
I do like:
PHP:
mug of water,2012,1,5;

Thanks
 
because liqued has been set an (count) ammount example:

count 1 = water
count 2 = whine
count 3 = blood


just set the right count for whine and i will be alright.

P.s)
The counts above aren't right.
 
post the whole script
It's a simple NPC script with xml, I dont think its needed to post it


Not possible in XML I think, it should be only name,id,price; not name,id,count,price;
I made the same thing with runes in xml and it worked with count there..
Code:
destroy field rune,2261,250,[COLOR="Red"]15[/COLOR];
* the red marked is the count
(Yes, I noticed I put the count at wrong position with the liquid, but I tried to change it and it didn't work)

But if it's not possible then I can make it in lua, but what are the function there to make the items appear at the trade section?
 
Back
Top