requesting for a shop NPC that will jump on random location after a player bought an item
like jumper event but shop NPC..
like prontera,155,155,5 shop annie 757,501:50,502:50,503:50
set $@ran, rand(1,10);
if ($@ran == 10) set $@jmpmap$,"hugel";
if ($@ran == 9) set $@jmpmap$,"yuno";
if...