cabrall Posted June 22, 2016 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 04/26/15 Last Seen: May 12, 2017 Share Posted June 22, 2016 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. Quote Link to comment Share on other sites More sharing options...
0 REKT Posted June 23, 2016 Group: Members Topic Count: 24 Topics Per Day: 0.00 Content Count: 206 Reputation: 11 Joined: 12/06/11 Last Seen: September 13, 2024 Share Posted June 23, 2016 Why not use the DEFAULT VIP on rAthena? Instead of making another script way more complicated. Quote Link to comment Share on other sites More sharing options...
0 Neffletics Posted June 23, 2016 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 149 Reputation: 24 Joined: 02/11/16 Last Seen: May 16, 2023 Share Posted June 23, 2016 - 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~ Quote Link to comment Share on other sites More sharing options...
0 cabrall Posted June 23, 2016 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 04/26/15 Last Seen: May 12, 2017 Author Share Posted June 23, 2016 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. Quote Link to comment Share on other sites More sharing options...
0 Neffletics Posted June 23, 2016 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 149 Reputation: 24 Joined: 02/11/16 Last Seen: May 16, 2023 Share Posted June 23, 2016 Ah sorry, I believe you have to edit it manually in msgstringtable.txt Quote Link to comment Share on other sites More sharing options...
Question
cabrall
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.
Link to comment
Share on other sites
4 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.