cabrall Posted June 22, 2016 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 Keysito Posted June 23, 2016 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 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 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 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...
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