RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
My GTBS system

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 82
I love naruto and i want to make a naruto rpg!
GubiD's Tactical Battle system


Edit: Removed because it's not YOUR GTBS system and you don't have permission for it.
« Last Edit: November 24, 2009, 08:53:55 AM by drakonz5 »

**
Rep:
Level 83
"My" ???
"Cubid - helping to make the script"
Helping ??? he made this script ! and it's Gubid not Cubid .

Well ok , it wasn't on this forum . i have downloaded it , it's the 1.4 version , so the last one .
It has many known bugs . For exemple the "TEAM" option doesn't work well . Use only the ATB "active base mode" .
One more thing : after you have finished a battle , you are unable to save (a big error) .

Here is the fix for that :
in "Game_system" of the GTBS part , add this method :
# dricc : new method to reset tables at the end
    def end_battle
    @tactics_actors = []
    @tactics_enemies = []
    @tactics_neutral = []
    @tactics_dead = []
    @battle_events = {}
    @acted = []
  end
in "Scene_Battle_TBS" , search this :
 def tbs_phase_8
    case @result_phase
    when 0..10
      @result_phase += 1
    when 11
      show_congrat
      @result_phase += 1
      # add Dricc : reset tables
      $game_system.end_battle
    when 12
      show_gold_gain
      @result_phase += 1
    when 13
      show_item_gain
      @result_phase += 1
    when 14
      exit_battle
    end
  end

and add the lines in bold .

It is very important to know that this script can generate a lot of incompatibility problems .
You can use my scripts freely . but not for commercial use .
:ccbync:
Don't encrypt your game !!!
Want to give me credit ? Easy ,add me in your game :

********
Furry Philosopher
Rep:
Level 94
Rawr?
2013 Best RPG Maker User (Creativity)Randomizer - GIAW 11Gold - GIAW 11 (Hard)Secret Santa 2013 ParticipantFor frequently finding and reporting spam and spam bots2012 Best RPG Maker User (Programming)2012 Best RPG Maker User (Mapping)Secret Santa 2012 ParticipantGold - GIAW 9Project of the Month winner for September 2008For taking a crack at the RMRK Wiki2011 Best RPG Maker User (Programming)2011 Kindest Member2011 Best Veteran2010 Most Deserving Of A Promotion2010 Best RPG Maker User (Technical)



  • The read me CLEARLY states that you are not allowed to post this here without his permission.
  • As Dricc says, the name is GubiD, and he didn't help make it, he actually MADE it.
  • "Q: is this my first script? A: YES IT IS..."   ...it isn't your script though.
  • Your grammar and formatting could use some serious improvement.
« Last Edit: November 23, 2009, 03:57:53 PM by Zylos »




********
Resource Artist
Rep:
Level 94
\\\\\
Project of the Month winner for June 2009
lol zylos, ilu <3

**
Rep:
Level 82
I love naruto and i want to make a naruto rpg!
ok ok! enough already i get it!!!

**
Rep:
Level 82
I love naruto and i want to make a naruto rpg!
and i have PERMISSION FROM HIM!!!

**
Rep:
Level 82
I love naruto and i want to make a naruto rpg!
"My" ???
"Cubid - helping to make the script"
Helping ??? he made this script ! and it's Gubid not Cubid .

Well ok , it wasn't on this forum . i have downloaded it , it's the 1.4 version , so the last one .
It has many known bugs . For exemple the "TEAM" option doesn't work well . Use only the ATB "active base mode" .
One more thing : after you have finished a battle , you are unable to save (a big error) .

Here is the fix for that :
in "Game_system" of the GTBS part , add this method :
# dricc : new method to reset tables at the end
    def end_battle
    @tactics_actors = []
    @tactics_enemies = []
    @tactics_neutral = []
    @tactics_dead = []
    @battle_events = {}
    @acted = []
  end
in "Scene_Battle_TBS" , search this :
 def tbs_phase_8
    case @result_phase
    when 0..10
      @result_phase += 1
    when 11
      show_congrat
      @result_phase += 1
      # add Dricc : reset tables
      $game_system.end_battle
    when 12
      show_gold_gain
      @result_phase += 1
    when 13
      show_item_gain
      @result_phase += 1
    when 14
      exit_battle
    end
  end

and add the lines in bold .

It is very important to know that this script can generate a lot of incompatibility problems .


ya i spelled it wrongly...

********
Furry Philosopher
Rep:
Level 94
Rawr?
2013 Best RPG Maker User (Creativity)Randomizer - GIAW 11Gold - GIAW 11 (Hard)Secret Santa 2013 ParticipantFor frequently finding and reporting spam and spam bots2012 Best RPG Maker User (Programming)2012 Best RPG Maker User (Mapping)Secret Santa 2012 ParticipantGold - GIAW 9Project of the Month winner for September 2008For taking a crack at the RMRK Wiki2011 Best RPG Maker User (Programming)2011 Kindest Member2011 Best Veteran2010 Most Deserving Of A Promotion2010 Best RPG Maker User (Technical)
And a triple post, even better than a double post. Off to a great start, bud.

Next time please combine all of your posts into one.