Jump to content
  • 0

Novice Item Giver


revivalro

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  07/17/12
  • Last Seen:  

Can someone make a npc that gives a novice a dagger and cotton shirt and some buffs thankyou

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   4
  • Joined:  06/23/12
  • Last Seen:  

hi,you may want to check this out, the npc can be found at new_1-1 (@go 15) :)) feel free to modify it as you wish  /no1

 


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

if( BaseLevel > 1 || JobLevel > 1 || Class != Job_Novice ){
mes "[Novice Freebies]";
mes "Nice to meet you "+ strcharinfo ( 0 ) +", ";
mes "Welcome to ^E066FFYour Ragnarok 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 "[Novice Freebies]";
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;
getitem 1203,1;
getitem 2306,1;
savepoint "prontera",155,179;
next;
warp "new_zone02",164,172;
close;
}
{
mes "[Freebies]";
mes "Have fun!";
savepoint "prontera",155,179;
next;
warp "new_zone02",164,172;
close;
}

}

Edited by vhan48
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  07/17/12
  • Last Seen:  

When i click on the NPC with normal player it only says have fun and warps me :(



hi,you may want to check this out, the npc can be found at new_1-1 (@go 15) :)) feel free to modify it as you wish  /no1

 


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

if( BaseLevel > 1 || JobLevel > 1 || Class != Job_Novice ){
mes "[Novice Freebies]";
mes "Nice to meet you "+ strcharinfo ( 0 ) +", ";
mes "Welcome to ^E066FFYour Ragnarok 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 "[Novice Freebies]";
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;
getitem 1203,1;
getitem 2306,1;
savepoint "prontera",155,179;
next;
warp "new_zone02",164,172;
close;
}
{
mes "[Freebies]";
mes "Have fun!";
savepoint "prontera",155,179;
next;
warp "new_zone02",164,172;
close;
}

}

When i click on the NPC with normal player it only says have fun and warps me :(



when im a novice on a normal account the npc wont work, but if i change my job to a different one the npc works, any idea why?

Edited by revivalro
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   3
  • Joined:  01/05/12
  • Last Seen:  


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

if(#freebie_quest == 0 || BaseLevel > 1 || JobLevel > 1 || Class != Job_Novice){

mes "Nice to meet you "+ strcharinfo ( 0 ) +"";

mes "Welcome to ^E066FFYOURSERVERNAME!^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 "[Ana]";

mes "Have fun!";

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;

getitem 569,501;

getitem 12324,15;

getitem 12323,100;

getitem 15000,1;

getitem 15001,1;

getitem 15062,1;

getitem 674,1;

set Zeny,Zeny+250000;

set #freebie_quest,1;

savepoint "MAINTOWN",1,1;

next;

warp "MAINTOWN",1,1;

close;

}

if(#freebie_quest == 1) {

mes "[Ana]";

mes "Have fun in ^E066FFYOURSERVERNAME!^000000";

next;

warp "prontera",156,191;

close;

}

}

Edited by yakuu
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...