Hello all beauty ... well I came here because I saw something very interesting on the website of pservero that I found very cool and I tried to add in my emulator but I had a problem that in the emulator has no command to execute this "vending_add" ... ai Was that it was search and I found something similar or even time is '-' more I had problem with a line "pc_payzeny (sd, (int) zeny);"
I would very much like someone to help.
https://pservero.com/selling-refined-item-by-npc-as-vending-list/
prontera,147,155,5 script Special Store 4_F_KAFRA4,{
vending_open strnpcinfo(0);
end;
OnInit:
vending_add 608,300000;
vending_add 607,700000;
vending_add 2104,20000000,9,0,4058;
vending_add 2104,50000000,10,0,4058;
vending_add 2404,50000000,8,0,4097;
vending_add 2404,70000000,9,0,4097;
vending_add 1208,150000000,10,0,4035,4094,4094,4094;
vending_add 1208,150000000,10,0,4035,4094,4094,4094;
vending_add 13412,600000000,7,0,4281,4281,4281;
vending_add 13413,700000000,7,0,4281,4281,4281;
vending_add 13414,999000000,9,0,4281,4281,4281;
end;
}