well you can try do it in a way like this
http://upaste.me/bbf5496ff8bc726
use prompt...and close2 ( my prefer way )
prompt() able to detect if the users click on "Cancel" button.
close2 still able to run a script even though message of npc is closed.
i use .Variable$ to store users name
i use OnPCLogoutEvent to remove the Variable if the variable saved is user's name
try this
close2;
sleep2 60000;
hideonnpc strnpcinfo(0);
end;
or you can try this
close2;
initnpctimer;
end;
OnTimer60000:
hideonnpc strnpcinfo(0);
stopnpctimer;
end;
you may try thi
if your neon patcher did link to your homepage of your RO..
you can try put on a autoplay BGM on your website...
it will play the BGM too when the neoncube is started.
( I remember it play the BGM last time )
but for a proper way to add it...i ....dunno..sry
it is better to do it in this way
http://upaste.me/c3c4494a804a6b2
@frenzmu06
ur script give all items with the rate of 1% only. because you are using the switch-case...
add this below the Header of the NPC that warp your character.
if( BaseLevel < 255 || Class == Job_Novice ){
mes "Novice or Below level 255 cant enter.";
close;
}
You can try my Multi Currency Shop Script or Euphy Muti Currency Shop Script.
but mine doesnt have preview...
but for preview script..
i think the script made by Euphy better...since his Quest Shop is based on LunarCast script.
and i think it does support Custom Points.
http://rathena.org/board/topic/64394-%E2%9C%B0-euphys-scripts-%E2%9C%B0/