Jump to content
  • 0

R> Freebies Script


Question

3 answers to this question

Recommended Posts

Posted (edited)
here's one as you requested :)
//Freebies NPC
//===================================================================
prontera,157,197,5    script    Freebies    811,{
    
    if(#freebie_quest == 0){
    mes "[Admin Zratinel]";
    mes "Nice to meet you "+ strcharinfo ( 0 ) +", my name is Zratinel";
    mes "Welcome to ^E066FFRagnarok Online!^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 "[Paulinds]";
    mes "Have fun!";
    getitem2    12902,1,1,0,0,0,0,0,0;
    getitem2    13599,1,1,0,0,0,0,0,0;
    getitem2    2357,1,1,0,0,0,0,0,0;
    getitem2    2524,1,1,0,0,0,0,0,0;
    getitem2    2421,1,1,0,0,0,0,0,0;
    getitem2    2115,1,1,0,0,0,0,0,0;
    set Zeny,Zeny+5000000;
    set #freebie_quest,1;
    savepoint "prontera",155,181;
next;
    announce "Let's welcome " + strcharinfo(0) + " for joining our server ! ",0;
    warp "prontera",155,181;
    close;
    }

if(#freebie_quest == 1) {
    mes "[Zratinel]";
    mes "Have fun in ^E066FFRagnarok!^000000";
next;
    warp "prontera",155,181;
    close;
    } 
}

 

 
Edited by Patskie
Change to code

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