revivalro Posted February 19, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 07/17/12 Last Seen: May 7, 2015 Share Posted February 19, 2013 Can someone make a npc that gives a novice a dagger and cotton shirt and some buffs thankyou Quote Link to comment Share on other sites More sharing options...
vhan48 Posted February 19, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 51 Reputation: 7 Joined: 06/23/12 Last Seen: April 2 Share Posted February 19, 2013 (edited) 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 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 February 19, 2013 by vhan48 1 Quote Link to comment Share on other sites More sharing options...
revivalro Posted February 19, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 07/17/12 Last Seen: May 7, 2015 Author Share Posted February 19, 2013 (edited) 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 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 February 19, 2013 by revivalro Quote Link to comment Share on other sites More sharing options...
yakuu Posted February 19, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 52 Reputation: 3 Joined: 01/05/12 Last Seen: June 17, 2023 Share Posted February 19, 2013 (edited) 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 February 19, 2013 by yakuu Quote Link to comment Share on other sites More sharing options...
Question
revivalro
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.