Jump to content
  • 0

Automatic Freebie Item


Question

Posted (edited)

Good day Sir/Ma'am may i request a automatic freebie Items for a newbie once there log in, 1 freebie items per account

thank you ;)

Edited by rhoy1871

5 answers to this question

Recommended Posts

Posted

This is my script on my server... just edit what you want..

new_1-1,51,113,5 script Freebies 53,{

// if(#freebie_quest == 0){
if(BaseLevel==1 && BaseClass == Job_Novice){
mes "[Admin Flame]";
mes "Nice to meet you "+ strcharinfo ( 0 ) +", my name is Admin Flame";
mes "Welcome to ^E066FF Flame RO! ^000000";
mes "I see that you're new here so to help you out I'd like to give you these";
mes "items as a gift to show how much we appreciate you here!";
next;
mes "[Admin Flame]";
mes "Have fun!";
sc_start SC_EXPBOOST,3600000,100;
sc_start SC_ITEMBOOST,3600000,0;
skilleffect 34,0; sc_start SC_BLESSING,3600000,20;
skilleffect 29,0; sc_start SC_INCREASEAGI,3600000,20;
skilleffect 361,0; sc_start SC_ASSUMPTIO,3600000,5;
[b]getitem 19000,1;[/b]
set Zeny,Zeny+500000;
set #freebie_quest,1;
savepoint "prontera",156,191;
next;
warp "prontera",156,191;
close;
}

if(#freebie_quest == 1 ||  BaseLevel > 1) {
mes "[Admin Flame]";
nes "It seems you are not Newbie or You already have your items before.
mes "Have fun in ^E066FF Flame RO!^000000";
next;
warp "prontera",156,191;
close;
}


}

change the bold part to get +7 muffler[1]

getitem2 2504,1,1,7,0,0,0,0,0

Posted

i believe there is alot of this type of script around here...

dont be lazy next time..use search engine before make a topic..

>.<

prontera,155,181,4 script Sample 757,{
if( !#Freebies ){
for( set .@i,0; .@i < getarraysize( .Items ) - 1; set .@i,.@i + 2 )
 getitem .Items[.@i],.Items[.@i + 1];
mes "Congratulations.";
set #Freebies,1;
}else{
mes "You cant take this anymore....";
}
close;
OnInit:
setarray .Items,607,1,608,2,501,3,515,4;
end;
}

Posted

prontera,155,181,4 script Sample 757,{
if( !#Freebies ){
getitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;
mes "Congratulations.";
set #Freebies,1;
}else{
mes "You cant take this anymore....";
}
close;
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...