Announcement
Announcement
| 2nd Quarter Contest Announcement posted! See the Community Announcements section. |
New threads (complete scripts) here will go into a moderation queue. You will not see your thread appear when you create it. A moderator will decide if it will be approved or denied.
![]() ![]() |
Aug 21 2008, 06:20 PM
Post
#1
|
|
![]() ![]() Type: Undisclosed |
Soma's Only fight in grass and water
kind of like pokemon but I could not figure out how to do the dungeons part this is the only Version i will make if some one wants me to edit it a little for them i will be glad to do so if i can Features Self explained Demo http://www.mediafire.com/?awiokzwkzus CODE #==========================================================================
# Soma's Fight In High Grass And Water # Version 1 (Final) #This script is kind of like pokemon you can only battle in water or high #you will still have to set the encounter normally but you will only #be able to fight when you walk in thoses Areas #========================================================================== #This will be the only Version I make of This but as always i will redo it #a little for anyone who wants to change it but dosen't know how #========================================================================== #Credit #Soma Creator #========================================================================== module Soma GrassFightDisable = 6 end class Game_Player alias soma_grassfight_updateenc update_encounter def update_encounter if !$game_switches[Soma::GrassFightDisable] temp = @encounter_count soma_grassfight_updateenc @encounter_count = temp @encounter_count -= 1 if $game_map.boat_passable?(x, y) @encounter_count -= 1 if $game_map.ship_passable?(x, y) @encounter_count -= 1 if $game_map.bush?(@x, @y) else soma_grassfight_updateenc end end end -------------------- Philip Aka Soma
|
|
|
|
Aug 22 2008, 12:15 AM
Post
#2
|
|
![]() Type: Undisclosed Alignment: Unaligned |
-------------------- I no longer support Tankentai.
|
|
|
|
Aug 22 2008, 12:31 AM
Post
#3
|
|
![]() Type: Designer |
He who plagiarizes scripts of others is lost >.>
|
|
|
|
Aug 22 2008, 01:43 AM
Post
#4
|
|
![]() Not a democracy ![]() Type: Spriter Alignment: Lawful Evil |
I wish to know if you're Magica, know Magica or anything, so please PM me because apparently you've been reported for plagiarizing... and it's not good. So please PM me and when we have left things clear we'll reopen this for you if that's the case okay?
-------------------- |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 23rd May 2013 - 05:53 PM |
|
|