Noctis Posted January 16, 2017 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 226 Reputation: 13 Joined: 02/17/15 Last Seen: August 2, 2017 Share Posted January 16, 2017 (edited) Whats the script for the npc give us an item only 1 time?( or if i already have the item he dont give me another one) My actual script if i keep talking with him he keeps giving me the item Edited January 16, 2017 by Exmas Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted January 16, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted January 16, 2017 (edited) payon,163,127,3 script OneTimeItemGiver 790,{ if( !#onetimeitem ){ set #onetimeitem,1; mes "Hie there!!"; mes "you here for the item??."; next; mes "Here you go! Enjoy!"; getitem youritemidhere,quantity ; //getitembound << use this to give bounded items }else{ mes "You already claimed your item."; } close; OnInit: waitingroom "Item Giver!",0; end; } Edited January 16, 2017 by Cyro 1 Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted January 16, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted January 16, 2017 You can just use freebies script or reward giving script... Just try searching Quote Link to comment Share on other sites More sharing options...
0 Noctis Posted January 16, 2017 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 226 Reputation: 13 Joined: 02/17/15 Last Seen: August 2, 2017 Author Share Posted January 16, 2017 (edited) 10 hours ago, Cyro said: You can just use freebies script or reward giving script... Just try searching I searched " ragnarok script npc that give item only 1 time" and didnt find anything. Only found an account bound item script 9 hours ago, Cyro said: payon,163,127,3 script OneTimeItemGiver 790,{ if( !#onetimeitem ){ set #onetimeitem,1; mes "Hie there!!"; mes "you here for the item??."; next; mes "Here you go! Enjoy!"; getitem youritemidhere,quantity ; //getitembound << use this to give bounded items }else{ mes "You already claimed your item."; } close; OnInit: waitingroom "Item Giver!",0; end; } Thanks man Edited January 16, 2017 by Exmas Quote Link to comment Share on other sites More sharing options...
0 domez86 Posted September 22, 2019 Group: Members Topic Count: 85 Topics Per Day: 0.02 Content Count: 207 Reputation: 0 Joined: 06/11/13 Last Seen: July 11, 2020 Share Posted September 22, 2019 On 1/16/2017 at 6:11 PM, Noctis said: I searched " ragnarok script npc that give item only 1 time" and didnt find anything. Only found an account bound item script Thanks man excellent script, but you explain to me how the script makes you see that the account has already obtained the gift? register it in the database? Quote Link to comment Share on other sites More sharing options...
0 Naruto Posted September 22, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 416 Reputation: 74 Joined: 05/16/19 Last Seen: January 24, 2021 Share Posted September 22, 2019 On 1/16/2017 at 12:11 PM, Noctis said: I searched " ragnarok script npc that give item only 1 time" and didnt find anything. Only found an account bound item script Thanks man its this if( !#onetimeitem ){ set #onetimeitem,1; Quote Link to comment Share on other sites More sharing options...
Question
Noctis
Whats the script for the npc give us an item only 1 time?( or if i already have the item he dont give me another one) My actual script if i keep talking with him he keeps giving me the item
Edited by ExmasLink to comment
Share on other sites
5 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.