Jump to content

Question

Posted

pls help me, i need script simple. vip message.

 

 OnPCLoginEvent:

 

vip = yes

 

=============================================

exp value:

Drop rate:

Death Penalty:

your VIP status is valid for year,months,days,hours,minutes.

you are VIP until: year,months,days,hours,minutes.

=============================================

 

vip = no

 

=============================================

exp value:

drop rate:

death penalty:

to become a VIP and increase your experience.

Acesse : www

=============================================

 

pls, tks. merci. obrigado.

4 answers to this question

Recommended Posts

  • 0
Posted
-   script    Sample    -1,{
	OnPCLoginEvent:
    if ( getgroupid() == 5 ) {
	dispbottom "=============================================";
	dispbottom "exp value:";
	dispbottom "Drop rate:";
	dispbottom "Death Penalty:";
	dispbottom "your VIP status is valid for year,months,days,hours,minutes.";
	dispbottom "you are VIP until: year,months,days,hours,minutes.";
	dispbottom "=============================================";
	end;
	} else {
	dispbottom "=============================================";
	dispbottom "exp value:";
	dispbottom "Drop rate:";
	dispbottom "Death Penalty:";
	dispbottom "to become a VIP and increase your experience.";
	dispbottom "Acesse : www";
	dispbottom "=============================================";
	}
	}

Not tested, I wrote it using my phone's notepad. Hope it works~

  • 0
Posted

Why not use the DEFAULT VIP on rAthena? Instead of making another script way more complicated.

 

I wear default

 

every map change is boring.

 

 I wanted so when logs

-   script    Sample    -1,{
	OnPCLoginEvent:
    if ( getgroupid() == 5 ) {
	dispbottom "=============================================";
	dispbottom "exp value:";
	dispbottom "Drop rate:";
	dispbottom "Death Penalty:";
	dispbottom "your VIP status is valid for year,months,days,hours,minutes.";
	dispbottom "you are VIP until: year,months,days,hours,minutes.";
	dispbottom "=============================================";
	end;
	} else {
	dispbottom "=============================================";
	dispbottom "exp value:";
	dispbottom "Drop rate:";
	dispbottom "Death Penalty:";
	dispbottom "to become a VIP and increase your experience.";
	dispbottom "Acesse : www";
	dispbottom "=============================================";
	}
	}

Not tested, I wrote it using my phone's notepad. Hope it works~

 

 

 sorry you do not understand me.

 

 I need the sql tables values ​​there where I specified.

 

 you understand me

 I do not write much English.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...