kabralgaming Posted April 25, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/17 Last Seen: September 10, 2017 Share Posted April 25, 2017 I would like every time I log in he receives this information, in screenshot. - script viplogin -1,{ OnPCLoginEvent: tkxs Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted April 25, 2017 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Wednesday at 03:29 PM Share Posted April 25, 2017 (edited) 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 April 25, 2017 by Bringer 2 Quote Link to comment Share on other sites More sharing options...
0 kabralgaming Posted April 25, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/17 Last Seen: September 10, 2017 Author Share Posted April 25, 2017 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 Quote Link to comment Share on other sites More sharing options...
0 MyNoobScriptz Posted July 13, 2017 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 76 Reputation: 3 Joined: 05/01/15 Last Seen: April 9 Share Posted July 13, 2017 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 Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted July 13, 2017 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Wednesday at 03:29 PM Share Posted July 13, 2017 30 minutes ago, rotloso said: how to make Expire Date and Time left like u on my server im using the code i post it Quote Link to comment Share on other sites More sharing options...
0 MyNoobScriptz Posted July 13, 2017 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 76 Reputation: 3 Joined: 05/01/15 Last Seen: April 9 Share Posted July 13, 2017 (edited) 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 but now i use last version ( https://github.com/rathena/rathena ) i got u know how to make like old version ? Edited July 13, 2017 by rotloso add link rathena Quote Link to comment Share on other sites More sharing options...
0 Bringer Posted July 14, 2017 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 748 Reputation: 47 Joined: 03/12/14 Last Seen: Wednesday at 03:29 PM Share Posted July 14, 2017 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 but now i use last version ( https://github.com/rathena/rathena ) i got u know how to make like old version ? revise the setting of your vip system check the commit on git Quote Link to comment Share on other sites More sharing options...
0 kabralgaming Posted August 13, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/17 Last Seen: September 10, 2017 Author Share Posted August 13, 2017 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 but now i use last version ( https://github.com/rathena/rathena ) i got u know how to make like old version ? hello, you solved it ? Quote Link to comment Share on other sites More sharing options...
0 hendra814 Posted August 14, 2017 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 9 hours ago Share Posted August 14, 2017 (edited) 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 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 August 18, 2017 by hendra814 Quote Link to comment Share on other sites More sharing options...
0 danje123 Posted November 20, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 11/05/12 Last Seen: April 4, 2018 Share Posted November 20, 2017 Very useful @hendra814 Quote Link to comment Share on other sites More sharing options...
Question
kabralgaming
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.