cabrall Posted June 22, 2016 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
0 REKT Posted June 23, 2016 Posted June 23, 2016 Why not use the DEFAULT VIP on rAthena? Instead of making another script way more complicated. Quote
0 Neffletics Posted June 23, 2016 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
0 cabrall Posted June 23, 2016 Author 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
0 Neffletics Posted June 23, 2016 Posted June 23, 2016 Ah sorry, I believe you have to edit it manually in msgstringtable.txt Quote
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.
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.