Dvrstle Posted February 10, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted February 10, 2013 This freebie NPC is account based. 1 Freebie per Account =) Player will choose any glorious item and then they will be able to get their chosen weapon (+6 already). This freebie NPC suits for my server that's why i need it. Thanks!! Quote Link to comment Share on other sites More sharing options...
Cisqua Posted February 10, 2013 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 131 Reputation: 1 Joined: 12/29/12 Last Seen: August 10, 2016 Share Posted February 10, 2013 (edited) try this.. better to test before put in your server. //getitem2 "<item name>",<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>}; - script Freebies -1,{ OnPCLoginEvent: if(Class == 0 && BaseLevel == 1 && JobLevel == 1 && BaseExp == 0 && #freebies == 0) { // only novice baselv1 joblv1 can get this.. menu "ITEM 1 NAME HERE", ITEM1, "ITEM 2 NAME HERE", ITEM2, "ITEM 3 NAME HERE", ITEM3, "ITEM 4 NAME HERE", ITEM4, "ITEM 5 NAME HERE", ITEM5, "ITEM 6 NAME HERE", ITEM6; ITEM1: getitem2 ITEM1 ID here,1,1,6,0,@card1,@card2,@card3,@card4; set #freebies,1; // set to 1 so players cant get more. end; ITEM2: getitem2 ITEM1 ID here,1,1,6,0,@card1,@card2,@card3,@card4; set #freebies,1; end; ITEM3: getitem2 ITEM1 ID here,1,1,6,0,@card1,@card2,@card3,@card4; set #freebies,1; end; ITEM4: getitem2 ITEM1 ID here,1,1,6,0,@card1,@card2,@card3,@card4; set #freebies,1; end; ITEM5: getitem2 ITEM1 ID here,1,1,6,0,@card1,@card2,@card3,@card4; set #freebies,1; end; ITEM6: getitem2 ITEM1 ID here,1,1,6,0,@card1,@card2,@card3,@card4; set #freebies,1; end; } } Edited February 10, 2013 by Cisqua Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted February 10, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted February 10, 2013 ok thanks!! Quote Link to comment Share on other sites More sharing options...
adens Posted February 11, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 02/09/13 Last Seen: November 15, 2024 Share Posted February 11, 2013 Where can I put this? Quote Link to comment Share on other sites More sharing options...
Brian Posted February 11, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted February 11, 2013 Where can I put this? This wiki page explains how: Adding_a_Script 1 Quote Link to comment Share on other sites More sharing options...
Question
Dvrstle
This freebie NPC is account based. 1 Freebie per Account =)
Player will choose any glorious item and then they will be able to get their chosen weapon (+6 already).
This freebie NPC suits for my server that's why i need it.
Thanks!!
Link to comment
Share on other sites
4 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.