No mi dispiace, non lo hostato io, ma il creatore, comunque era la demo.
Se ne vuoi uno diverso, scrivi su google: MOD - Main Menu V 1.0, e clicca sul primo link (a me è uscito il sito al primo link)
Messaggi: 16
Discussioni: 7
Thanks Received:
0 in 0 posts
Thanks Given: 0
Thanks Received:
0 in 0 posts
Thanks Given: 0
Registrato: Dec 2010
Reputazione:
0
06-02-2011, 02:15 PM
(Questo messaggio è stato modificato l'ultima volta il: 06-02-2011, 02:16 PM da david coulibaly.)
non so se ti serve ancora ma per far si che i mostri appaiono nell'erba alta ecco qui lo script
#==========================================================================
# ** Fight In Grass
#==========================================================================
# by Magica
# Version 1 [VX]
# January 24th, 2008
#==========================================================================
module GameBaker
GrassFightDisable = 6
end
#==========================================================================
#
#
#
#
#
#
#
#
#==========================================================================
class Game_Player
alias gamebaker_grassfight_updateenc update_encounter
def update_encounter
if !$game_switches[GameBaker::GrassFightDisable]
temp = @encounter_count
gamebaker_grassfight_updateenc
@encounter_count = temp
@encounter_count -= 1 if $game_map.bush?(@x, @y)
else
gamebaker_grassfight_updateenc
end
end
end
#==========================================================================
# End of file!
#=========================================================================
Autore:Magica
devi inserire lo script sopra main