Jump to content
  • 0

Automatic Freebie Item


Raymart

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  83
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

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
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  83
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

Sorry sir,

how about if i would like to give a +7 Muffler? sorry for my bad english

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


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;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  83
  • Reputation:   0
  • Joined:  01/30/12
  • Last Seen:  

its not gonna work please help

Link to comment
Share on other sites

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.

×
×
  • Create New...