Jump to content
  • 0

VIP SYSTEM with aura


iubantot

Question


  • Group:  Members
  • Topic Count:  117
  • Topics Per Day:  0.03
  • Content Count:  312
  • Reputation:   34
  • Joined:  10/15/12
  • Last Seen:  

I want to request for a script that uses VIP system at the same time all the VIP accounts characters will have LHZ aura/effect on them and cannot be removed even when they log out unless the VIP time that their accounts have expires please help me

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  117
  • Topics Per Day:  0.03
  • Content Count:  312
  • Reputation:   34
  • Joined:  10/15/12
  • Last Seen:  

you trying to say pernament aura like EAMOD @aura

yes

 

already solved i used this http://pastebin.com/jNJU6pFp thanks 

Edited by ivantuting
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Try this

-	script	sample	-1,{

OnPCLoginEvent:
	if(vip_status(1)) {
		specialeffect2 486;
	}
	end;
}

I'm not sure if I used the right effect number. If not, kindly check it in

 

https://github.com/rathena/rathena/blob/master/doc/effect_list.txt

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  117
  • Topics Per Day:  0.03
  • Content Count:  312
  • Reputation:   34
  • Joined:  10/15/12
  • Last Seen:  

its working but whenever i change map the effect disappears

i want it to be until the vip status is gone

Edited by ivantuting
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  181
  • Reputation:   0
  • Joined:  08/07/13
  • Last Seen:  

you trying to say pernament aura like EAMOD @aura

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  181
  • Reputation:   0
  • Joined:  08/07/13
  • Last Seen:  

this is working script on RAthena only or can i use for eathena 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  117
  • Topics Per Day:  0.03
  • Content Count:  312
  • Reputation:   34
  • Joined:  10/15/12
  • Last Seen:  

this is working script on RAthena only or can i use for eathena 

im sorry i only use rA

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  181
  • Reputation:   0
  • Joined:  08/07/13
  • Last Seen:  

can i view the   example can you show the screen shot


the script is same to EAMOD where you get the script from RA stuff?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  117
  • Topics Per Day:  0.03
  • Content Count:  312
  • Reputation:   34
  • Joined:  10/15/12
  • Last Seen:  

can i view the   example can you show the screen shot

the script is same to EAMOD where you get the script from RA stuff?

I just searched it  here :)

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...