sonyk2
Members-
Content Count
11 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by sonyk2
-
help with F Ticket AddVip wanted to integrate it with the npc I have
sonyk2 replied to sonyk2's question in Script Support
sorry I was very tired when I posted -
help with F Ticket AddVip wanted to integrate it with the npc I have
sonyk2 posted a question in Script Support
Good morning sorry for the inconvenience I wanted your help if possible kk I tried to edit but I'm noob // ------------------------------------------------ -------------------------------------------------- ------------ script de função F_TicketAddVip5 { query_sql "SELECT` days` FROM` viptable` WHERE` vipacc_id` = '" + getcharid (3) + "'",. @ checkDays; if (. @ checkDays> 0) { set. @ setDays, (. @ checkDays + 5); query_sql "UPDATE` viptable` set` days` = '" +. @ setDays + "'? WHERE` vipacc_id` ='" + getcharid (3) + "'"; query_sql "SELECT` group_id` FROM` login` WHERE` account_id` = '" + getcharid (3) + "'",. @ nível de usuário; if (. @ userLevel <1) query_sql " else { query_sql" UPDATE` login` set `group_id` = '1' WHERE` account_id` = '" + getcharid (3) + " query_sql "SELECT` userid` FROM` login` ONDE` account_id` = '" + getcharid (3) + "'",. @ userID $; query_sql "SELECT` email` FROM` login` ONDE` account_id` = '" + getcharid (3) + "'",. @ userEmail $; query_sql "INSERT INTO` viptable` (` vipacc_id`, `vip_id`,` days`, `email`) VALUES ('" + getcharid (3) + "', '" +. @ userID $ + "', '5 ',' "+. @ accEmail $ +" ') "; } atcommand "@reloadpcdb"; dispbottom "Você erigido 5 dias de conta VIP, parabéns!"; specialeffect 338; fim; Retorna; } wanted to use with this npc vipadmin.txt -
Request script display time left for vip account
sonyk2 replied to hadiesyafiq's question in Script Requests
estou com este erro teria como como trocar os dias por minutos ??? -
boa noite teria ele para Rathena
-
hosting Hercules on Google Cloud with CentOS 8
sonyk2 replied to AnnieRuru's question in Linux Support
boa já estava planejando usar o google pra teste muito obg -
estou tentando mudar o lvl max para 300 segui este https://herc.ws/wiki/Edit_Max_Level mas não deu
-
funcionou muito obrigado now I will translate for PT-BR