acaciomilk Posted March 16, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 42 Reputation: 2 Joined: 02/21/19 Last Seen: April 21, 2024 Share Posted March 16, 2019 Boa noite galera. Gostaria de saber como adicionar manualmente um VIP nas contas diretamente pelo phpmyadmin. Eu sei que é da mesma forma de adicionar conta de ADM (group_id 99) até ai tudo bem mas gostaria que o vip expirasse em 30 dias então como configurar o prazo de validade do VIP? É possivel também adicionar cash manualmente pelo phpmyadmin? Como fazer? Obrigado. (Estou cansado de Npcs vip e cash que não funcionam então quero aprender como fazer isso manualmente) Quote Link to comment Share on other sites More sharing options...
Tupac Posted March 28, 2019 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 101 Reputation: 5 Joined: 12/04/16 Last Seen: December 20, 2019 Share Posted March 28, 2019 Utilize o sistema vip do rathena. Com esta item_db2_re.sql no seu phpmyadmin INSERT INTO `item_db2_re` (`id`, `name_english`, `name_japanese`, `type`, `price_buy`, `price_sell`, `weight`, `atk:matk`, `defence`, `range`, `slots`, `equip_jobs`, `equip_upper`, `equip_genders`, `equip_locations`, `weapon_level`, `equip_level`, `refineable`, `view`, `script`, `equip_script`, `unequip_script`) VALUES (7711, 'Ticket_Vip#1', 'Ticket Vip #1', 2, 10000, NULL, 10, NULL, NULL, NULL, NULL, 4294967295, 63, 2, NULL, NULL, NULL, NULL, NULL, 'atcommand \"@vip +1d/j \"+strcharinfo(0)+\"\";', NULL, NULL), (7712, 'Ticket_Vip#7', 'Ticket Vip #7', 2, 10000, NULL, 10, NULL, NULL, NULL, NULL, 4294967295, 63, 2, NULL, NULL, NULL, NULL, NULL, 'atcommand \"@vip +7d/j \"+strcharinfo(0)+\"\";', NULL, NULL), (7713, 'Ticket_Vip#30', 'Ticket Vip #30', 2, 10000, NULL, 10, NULL, NULL, NULL, NULL, 4294967295, 63, 2, NULL, NULL, NULL, NULL, NULL, 'atcommand \"@vip +30d/j \"+strcharinfo(0)+\"\";', NULL, NULL); Estava com mesmo problema e foi simples de resolver tão simples que nem imaginava que este seria o problema: Troquei o "equip_upper" de 7 para 63 E funcionou sem erros! Quote Link to comment Share on other sites More sharing options...
acaciomilk Posted April 2, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 42 Reputation: 2 Joined: 02/21/19 Last Seen: April 21, 2024 Author Share Posted April 2, 2019 Cara muito obrigado me ajudou muito!! Nem estou usando a tabela e já funcionou. Adicionar cash no phpmyadmin é a melhor coisa, bem mais facil Quote Link to comment Share on other sites More sharing options...
acaciomilk Posted April 2, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 42 Reputation: 2 Joined: 02/21/19 Last Seen: April 21, 2024 Author Share Posted April 2, 2019 Aluguei meu host e nele veio um emulador que a tabela do cash é a global_reg_value e eu não sei como preenche la alguém poderia me dar um exemplo? Quote Link to comment Share on other sites More sharing options...
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.