Jump to content
  • 0

vip login


kabralgaming

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/12/17
  • Last Seen:  

I would like every time I log in he receives this information, in screenshot.
screenrAthena000.jpg.a66da8741fe18db06de37c098889d6e9.jpg
 - script viplogin -1,{
OnPCLoginEvent:
 
tkxs
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  745
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

 

OnPCLoginEvent:
		if (vip_status(1)) {
			dispbottom "========================";
			dispbottom "Account Status : VIP";
			dispbottom "Expire Date : "+vip_status(2);
			dispbottom "Time left : "+vip_status(3);
			dispbottom "========================";
			end;
		}
	}
Edited by Bringer
  • Upvote 2
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/12/17
  • Last Seen:  

29 minutes ago, Bringer said:

 


OnPCLoginEvent:
		if (vip_status(1)) {
			dispbottom "========================";
			dispbottom "Account Status : VIP";
			dispbottom "Expire Date : "+vip_status(2);
			dispbottom "Time left : "+vip_status(3);
			dispbottom "========================";
			end;
		}
	}

PERFECT MAN TANKS, VERY VERY TANKS

screenrAthena001.jpg.db2d1f7cdabf27c9003fab81b0d4dbdd.jpg

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  75
  • Reputation:   3
  • Joined:  05/01/15
  • Last Seen:  

On 4/25/2017 at 6:36 PM, Bringer said:

 


OnPCLoginEvent:
		if (vip_status(1)) {
			dispbottom "========================";
			dispbottom "Account Status : VIP";
			dispbottom "Expire Date : "+vip_status(2);
			dispbottom "Time left : "+vip_status(3);
			dispbottom "========================";
			end;
		}
	}

how to make Expire Date and Time left like u

 

on my server

sdfsdf.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  745
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

30 minutes ago, rotloso said:

how to make Expire Date and Time left like u

 

on my server

sdfsdf.png

im using the code i post it

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  75
  • Reputation:   3
  • Joined:  05/01/15
  • Last Seen:  

2 hours ago, Bringer said:

im using the code i post it

i used your code

i got it when i use old rAthena version

old rathena

vip.png.687fb7c52dbd6f91130aab1a34099d3c.png

but now i use last version ( https://github.com/rathena/rathena )

i got 

sdfsdf.png.f1cd9ab3d99c4bd4e21b094a714f4c10.png

u know how to make like old version ?

Edited by rotloso
add link rathena
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  745
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

On 7/13/2017 at 3:02 PM, rotloso said:

i used your code

i got it when i use old rAthena version

old rathena

vip.png.687fb7c52dbd6f91130aab1a34099d3c.png

but now i use last version ( https://github.com/rathena/rathena )

i got 

sdfsdf.png.f1cd9ab3d99c4bd4e21b094a714f4c10.png

u know how to make like old version ?

revise the setting of your vip system check the commit on git

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  04/12/17
  • Last Seen:  

On ‎13‎.‎07‎.‎2017 at 4:02 AM, rotloso said:

i used your code

i got it when i use old rAthena version

old rathena

vip.png.687fb7c52dbd6f91130aab1a34099d3c.png

but now i use last version ( https://github.com/rathena/rathena )

i got 

sdfsdf.png.f1cd9ab3d99c4bd4e21b094a714f4c10.png

u know how to make like old version ?

hello, you solved it ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1191
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

On 8/13/2017 at 8:52 AM, kabralgaming said:

hello, you solved it ?

i'm already make git issue, here the link https://github.com/rathena/rathena/issues/2328

if they are solve this problem i will notice it in this thread

Edit:

team already make some changes, but still not solve the problem

screenrAthena025.jpg.67465cb81e0806be9f410f6aaaf7bc5c.jpg

 

Latest update;

i'm already solved the script, here for check vip status.

prontera,140,226,6	script	VIP System	109,{
if (vip_status(1)){
set .@Timer, vip_status(VIP_STATUS_EXPIRE);

mes "[ VIP NPC ]";
mes "Welcome "+strcharinfo(0)+",";
mes "^FF0000Your VIP Status will Expire at:^000000"; mes gettimestr("%Y-%m/%d %H:%M:%S",21,vip_status(VIP_STATUS_EXPIRE));
mes "^FF0000Time left: ^000000" + callfunc("Time2Str",.@Timer);
}
end;                
}

 

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