Jump to content
  • 0

Requesting: Simple VIP System


Bluenote

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/16/15
  • Last Seen:  

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 Bluenote
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  452
  • Reputation:   33
  • Joined:  12/18/14
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/16/15
  • Last Seen:  

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!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/16/15
  • Last Seen:  

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 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...