Como houve muitos pedidos tá ai.
Obs² : Para terminar não mostra o cash na loja, se alguem quiser fazer poste na continuação do topico
Substitua isso no script [WIN] Window_ShopBuy
- Código:
return if $game_party.item_number(Item_Ouro::Item_Id.to_i) < @item.price * $amount
$game_party.lose_item(Item_Ouro::Item_Id.to_i,$amount * @item.price)
por
- Código:
if $game_switches[10] == true
return if $game_variables[28] < @item.price * $amount
$game_variables[28] -= $amount * @item.price
else
return if $game_party.item_number(Item_Ouro::Item_Id.to_i) < @item.price * $amount
$game_party.lose_item(Item_Ouro::Item_Id.to_i,$amount * @item.price)
end
e no script [SC] Net Rmxp Hud procure
- Código:
if $janela_item != true
$equip_w.visible = true
$equip_w.active = true
$item_w.refresh
$item_w.visible = true
$item_w.active = true
$janela_gold_w.refresh
@janela_gold_w.visible = true
end
Substitua
- Código:
@janela_gold_w.visible = true
por
- Código:
if $game_switches[10] == true
@janela_gold_w.visible = false
else
@janela_gold_w.visible = true
end
Obs : Para ativar a loja de cash é nescessario ativar a switch 10 então :
Loja de Gold ponha antes para desativar a switch 10
Loja de Gold ponha antes para ativar a switch 10
Cash : Variavel 28
Creditos:
Faabinhuuu ;
Marlos (Script Base)
http://powerslaves.xp3.biz << Em criação