Bluenote Posted December 17, 2015 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
0 PandaLovesHamster Posted December 17, 2015 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
0 Bluenote Posted December 17, 2015 Author 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
0 PandaLovesHamster Posted December 18, 2015 Posted December 18, 2015 I have all the NPCs working. Contact me if you want. Quote
0 Bluenote Posted December 18, 2015 Author 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
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 Bluenote4 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.