Bluenote Posted December 17, 2015 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 12/16/15 Last Seen: December 29, 2015 Share Posted December 17, 2015 (edited) Iv'ed seen too many VIP systems but the only thing we want is an NPC that will work if you have a certain item.. Please Be noted that the item that the NPC asked will not be confiscated to the owner ( it will still remain in the owners inventory ) Thank you very much, kindly post a complete script for it.. VIP Warper, VIP Healer ( Heal, blessings, Agi up, Improve Concentration, Endure , and Stat foods +10 ), VIP Quest Giver. (please be noted that these are in 3 different forms of NPC thank you) Server: Rathena Edited December 17, 2015 by Bluenote Quote Link to comment Share on other sites More sharing options...
0 PandaLovesHamster Posted December 17, 2015 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 452 Reputation: 35 Joined: 12/18/14 Last Seen: May 30, 2016 Share Posted December 17, 2015 Just add these stuff at the normal NPCs you see around. if(countitem(item_number_here) != 0){ do npc stuff here } else{ you dont have enough item_name_here } As for the buffs, you can refer to Healer NPC something like this sc_start 30,1200000,10; specialeffect2 42; //Blessing sc_start 32,1200000,10; specialeffect2 37; //Agi Up ... VIP Quest Giver, use Euphy's and then add the check above, the countitem thing. Vague, but you should get the picture. If you can't I'll try helping though kinda busy with some of my scripts too. Quote Link to comment Share on other sites More sharing options...
0 Bluenote Posted December 17, 2015 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 12/16/15 Last Seen: December 29, 2015 Author Share Posted December 17, 2015 Just add these stuff at the normal NPCs you see around. if(countitem(item_number_here) != 0){ do npc stuff here } else{ you dont have enough item_name_here } As for the buffs, you can refer to Healer NPC something like this sc_start 30,1200000,10; specialeffect2 42; //Blessing sc_start 32,1200000,10; specialeffect2 37; //Agi Up ... VIP Quest Giver, use Euphy's and then add the check above, the countitem thing. Vague, but you should get the picture. If you can't I'll try helping though kinda busy with some of my scripts too. We are going to try this out! i am going to post some pictures later thank you! Quote Link to comment Share on other sites More sharing options...
0 PandaLovesHamster Posted December 18, 2015 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 452 Reputation: 35 Joined: 12/18/14 Last Seen: May 30, 2016 Share Posted December 18, 2015 I have all the NPCs working. Contact me if you want. Quote Link to comment Share on other sites More sharing options...
0 Bluenote Posted December 18, 2015 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 12/16/15 Last Seen: December 29, 2015 Author Share Posted December 18, 2015 I have all the NPCs working. Contact me if you want. Can i borrow it maam/sir? we will be grateful if you will lend us the NPCs Quote Link to comment Share on other sites More sharing options...
Question
Bluenote
Iv'ed seen too many VIP systems but the only thing we want is an NPC that will work if you have a certain item..
Please Be noted that the item that the NPC asked will not be confiscated to the owner ( it will still remain in the owners inventory )
Thank you very much, kindly post a complete script for it..
VIP Warper, VIP Healer ( Heal, blessings, Agi up, Improve Concentration, Endure , and Stat foods +10 ), VIP Quest Giver.
(please be noted that these are in 3 different forms of NPC thank you)
Server: Rathena
Edited by BluenoteLink 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.