Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,171,5 script Buff#soul 757,{
- if( BaseJob == Job_Alchemist ){
- mes "Please enter the code.";
- set .@i,rand(1000,9999);
- mes " ^FF0000"+.@i+"^000000";
- input .@input$;
- if( atoi( .@input$ ) == .@i ){
- sc_start4 SC_SPIRIT,300000,5,445,0,0;
- specialeffect2 503;
- }
- }
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment