Jump to content
  • 0

NPC VIP BUFF


Kalimus

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/17/17
  • Last Seen:  

Hello.

Does anyone has a VIP BUFFER script?
I want it to gives +6 all stats food, 40 atk & m.atk, and +100% EXP & JOB EXP for 5 hours.

Thank you.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/21/16
  • Last Seen:  

Here :)

Just to add your message...

prontera,153,175,6	script	VIP BUFFER	908,{

	sc_start SC_FOOD_STR_CASH,18000000,6;
	sc_start SC_FOOD_AGI_CASH,18000000,6;
	sc_start SC_FOOD_INT_CASH,18000000,6;
	sc_start SC_FOOD_VIT_CASH,18000000,6;
	sc_start SC_FOOD_DEX_CASH,18000000,6;
	sc_start SC_FOOD_LUK_CASH,18000000,6;
	sc_start SC_ATKPOTION,18000000,40;
	sc_start SC_MATKFOOD,18000000,40;
	sc_start SC_EXPBOOST,18000000,100;
	sc_start SC_JEXPBOOST,18000000,100;

}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/17/17
  • Last Seen:  

Thanks, but this npc will buff anyone, not only vips

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/17/17
  • Last Seen:  

And also, not working at all... The NPC spawn, but you can't talk with him

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/17/17
  • Last Seen:  

Sorry he works, i just did not @reloadscript, so it was my old buff npc (that does not work)

He is buffing well, but he is buffing any player, not those with group ID 1

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/17/17
  • Last Seen:  

But i am getting stone curse, instead of getting bonus EXP and JOB... the other status are fine

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/17/17
  • Last Seen:  

I also removed the Stone Curse effect by removing:

        sc_start SC_ATKPOTION,18000000,40;
	sc_start SC_MATKFOOD,18000000,40;
	sc_start SC_EXPBOOST,18000000,100;
	sc_start SC_JEXPBOOST,18000000,100;

And putting:

                sc_start SC_PLUSATTACKPOWER, 18000000, 40; 
                sc_start SC_PLUSMAGICPOWER, 18000000, 40;                                                                                                                                   sc_start SC_CASH_PLUSEXP,18000000,100; 
                sc_start SC_CASH_PLUSONLYJOBEXP,18000000,100; 

 

Edited by Kalimus
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  6
  • Reputation:   3
  • Joined:  05/28/17
  • Last Seen:  

normal user will receive only heal, VIP will + buff as you requested.




prontera,153,175,6	script	BUFFER	908,{    
    percentheal 100,100;
      if (vip_status(VIP_STATUS_ACTIVE)){
          sc_start SC_STRFood,18000000,6;
          sc_start SC_AGIFood,18000000,6;
          sc_start SC_VITFood,18000000,6;
          sc_start SC_INTFood,18000000,6;
          sc_start SC_DEXFood,18000000,6;
          sc_start SC_LUKFood,18000000,6;
          sc_start SC_WATKFOOD,18000000,40;
          sc_start SC_MATKFOOD,18000000,40;
          sc_start SC_JEXPBOOST,18000000,100;
          sc_start SC_EXPBOOST,18000000,100;
      }
    close;
    }

 

 

Edited by viperballz
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...