Jump to content
  • 0

1 Freebies Per Account


Question

Posted

How can i make this to give 1 freebies only per account?

farebury,163,127,3	script	Freebies Giver	790,{
if( !Freebies ){
set Freebies,1;
mes "Welcome to Tantrums RO!";
mes "Here are your freebies.";
mes "Enjoy!";
savepoint "farebury",150,136;
getitem 20127,1;
getitem 20050,1;
getitem 20099,1;
getitem 7037,5;
getitem 671,1;
getitem 4142,1;
getitem 2375,1;
getitem 2433,1;
getitem 2537,1;
getitem 2729,2;
getitem 2374,1;
announce "Welcome to Tantrums Ragnarok, "+strcharinfo(0)+" !","0x33FF66";

}else{
mes "You already claimed the Freebies.";
savepoint "farebury",150,136;
}
close;


OnInit:
	waitingroom "Freebies for Newbies!",0;
	end;
}

 

 

7 answers to this question

Recommended Posts

  • 0
Posted
On 2/22/2013 at 11:28 AM, ragnazorg said:

here

 

 


-    script    Freebies    -1,{

OnPCLoginEvent:
    if (!#Freebies) {
        getitem 20127,1;
        getitem 20050,1;
        getitem 20099,1;
        getitem 7037,5;
        getitem 671,1;
        getitem 4142,1;
        getitem 2375,1;
        getitem 2433,1;
        getitem 2537,1;
        getitem 2729,2;
        getitem 2374,1;
        announce "Welcome to Tantrums Ragnarok, "+strcharinfo(0)+" !","0x33FF66";
        set #Freebies, 1;
    }
    end;
    
}

where should i put this script? sorry first time creating my own server.. haha

 

  • 0
Posted
8 minutes ago, JhamBytes said:

where should i put this script? sorry first time creating my own server.. haha

 

add it as npc script

check this link for guide 

Posted (edited)

here

 

 

-    script    Freebies    -1,{

OnPCLoginEvent:
    if (!#Freebies) {
        getitem 20127,1;
        getitem 20050,1;
        getitem 20099,1;
        getitem 7037,5;
        getitem 671,1;
        getitem 4142,1;
        getitem 2375,1;
        getitem 2433,1;
        getitem 2537,1;
        getitem 2729,2;
        getitem 2374,1;
        announce "Welcome to Tantrums Ragnarok, "+strcharinfo(0)+" !","0x33FF66";
        set #Freebies, 1;
    }
    end;
    
}
Edited by ragnazorg

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...