Raymart Posted February 12, 2012 Posted February 12, 2012 (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 February 12, 2012 by rhoy1871 Quote
Jezu Posted February 12, 2012 Posted February 12, 2012 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 Quote
Emistry Posted February 12, 2012 Posted February 12, 2012 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; } Quote
Raymart Posted February 12, 2012 Author Posted February 12, 2012 Sorry sir, how about if i would like to give a +7 Muffler? sorry for my bad english Quote
Emistry Posted February 12, 2012 Posted February 12, 2012 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; } Quote
Raymart Posted February 12, 2012 Author Posted February 12, 2012 its not gonna work please help Quote
Question
Raymart
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 rhoy18715 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.