Jump to content

Como adicionar VIP e Cash manualmente pelo Phpmyadmin


Recommended Posts


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  02/21/19
  • Last Seen:  

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)

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.02
  • Content Count:  101
  • Reputation:   5
  • Joined:  12/04/16
  • Last Seen:  

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!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  02/21/19
  • Last Seen:  

Cara muito obrigado me ajudou muito!! Nem estou usando a tabela e já funcionou. Adicionar cash no phpmyadmin é a melhor coisa, bem mais facil

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  42
  • Reputation:   2
  • Joined:  02/21/19
  • Last Seen:  

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?

 

 

global_reg_value.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...