// all vsop koboldish torcibud is persistent (set in the xml for this item) so this value will last
koboldish_torcibud_vsop.put("amount", player.getBaseHP()*75/100);
//player.equipOrPutOnGround(koboldish_torcibud_vsop);
//put the rewarded bottles on the counter
final IRPZone zone = SingletonRepository.getRPWorld().getZone("int_wofol_bar");
koboldish_torcibud_vsop.setPosition(3, 3);
zone.add(koboldish_torcibud_vsop);
npc.say(
"Wrof! Here take "
+ Integer.toString(torcibud_bottles)
+ " bottles of my V.S.O.P. Koboldish Torcibud with my best wishes for you!");