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.
[MISSING] Tons of Add-ons v4.5b

0 Members and 1 Guest are viewing this topic.

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

*
A man chooses,
Rep:
Level 92
a slave obeys
Project of the Month winner for April 2008

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Maybe tomorrow. I've found an old piece of code while browsing the forums, it would be a nice addition I think.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

*
A man chooses,
Rep:
Level 92
a slave obeys
Project of the Month winner for April 2008
Maybe tomorrow. I've found an old piece of code while browsing the forums, it would be a nice addition I think.
What would be this time then?  :lol:would see tomorrow.

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
It was this thingy here:

Code: [Select]
# Target 'em all! by Blizzard
# Version: 1.0b
# Date: 27.9.2006

FULL_TARGET_IDS = []

class Scene_Battle
 
  alias make_skill_action_result_target_all_later make_skill_action_result
  def make_skill_action_result
    if FULL_TARGET_IDS.include?(@active_battler.current_action.skill_id)
      @target_battlers = []
      for enemy in $game_troop.enemies
        @target_battlers.push(enemy) if enemy.exist?
      end
      for actor in $game_party.actors
        @target_battlers.push(actor) if not actor.dead?
      end
    end
    make_skill_action_result_target_all_later
  end

end
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

*
A man chooses,
Rep:
Level 92
a slave obeys
Project of the Month winner for April 2008
It was this thingy here:

Code: [Select]
# Target 'em all! by Blizzard
# Version: 1.0b
# Date: 27.9.2006

FULL_TARGET_IDS = []

class Scene_Battle
 
  alias make_skill_action_result_target_all_later make_skill_action_result
  def make_skill_action_result
    if FULL_TARGET_IDS.include?(@active_battler.current_action.skill_id)
      @target_battlers = []
      for enemy in $game_troop.enemies
        @target_battlers.push(enemy) if enemy.exist?
      end
      for actor in $game_party.actors
        @target_battlers.push(actor) if not actor.dead?
      end
    end
    make_skill_action_result_target_all_later
  end

end

I Never thought there was actually one....I needed it 0_e I thought it never existed!!! ZOMG!!!!

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

*
A man chooses,
Rep:
Level 92
a slave obeys
Project of the Month winner for April 2008
*updates*
Nice...One question, How do I activate the Target e'm all?  ???

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Target 'em all! has its own 4 lines of instructions.

EDIT:

Another update, lol!
« Last Edit: February 08, 2007, 02:08:18 PM by Dr_eadful »
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

*
A man chooses,
Rep:
Level 92
a slave obeys
Project of the Month winner for April 2008
Target 'em all! has its own 4 lines of instructions.

EDIT:

Another update, lol!
Nice..=O
This is gonna help me move faster through all those Maps in Debug mode XD

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Yup. :) I thought this would be awesomely useful for the entire community, so I put it in as an add-on. :) I also use a debug room and an enhanced debugger, with party switch and the option to return to the debug room.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

**
Rep: +0/-0Level 89
Where do I add this in in the scripts window?

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Over Main, but below the other standard script and below any the SDK and any script you are using maybe.

"In Russia, Blizzard makes his scripts SDK compatible with YOU!"

Oh God, I need that in my sig/personal text!
Somebody needs to make an uncyclopedia article on me. ::)
« Last Edit: February 11, 2007, 02:18:10 PM by dr_azzilB »
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

**
Rep: +0/-0Level 89
Ok, that's officially awesome...

*runs off to find Avatar...*

**
Rep:
Level 88
yea!!
were do i add this under the other abs you made or a new script because either way i get problems
mark

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Yes, add it under. But there are code "interceptions", so you will need to remove some code from the ABS most probably, because it already is in the Tons of Add-ons. Also the Minimap will not work correctly in the ABS.

*updates to 2.71b*
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

**
Rep:
Level 88
yea!!
i put ur add on underneath the script of ur normal one and i delted the mini map and the thing keeps saying stak level too low
mark

**
Rep: +0/-0Level 89
I added both of the scripts in the title, but when I go to quit, then cancel in the debug mode, I get the following error message:

????? 'RingMenu' ? 283 ??? Type Error ????????\
cannot convert Nil into String

Also I deleted the shadowed text and something else entirely out of blizzard's add=ons that caused errors...

Could someone help?

*
A man chooses,
Rep:
Level 92
a slave obeys
Project of the Month winner for April 2008
I Still need to know the bug in the script that's bothering with the Reflect System =/

***
Rep:
Level 88
14th birthday in a month {april 4th !!!!!!!}
Uhhh i keep getting an error with my cms after i put this script in its a stack lvl too deep error in the bitmap section of the stormtronics cms. Whats wrong?
Tdogg427
(Guard Tower Studios)
Thats right foos Cloud

Which Final Fantasy Character Are You?
Final Fantasy 7

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
i put ur add on underneath the script of ur normal one and i delted the mini map and the thing keeps saying stak level too low

Another script has the same part of code. Which scripts are you using?

I added both of the scripts in the title, but when I go to quit, then cancel in the debug mode, I get the following error message:

????? 'RingMenu' ? 283 ??? Type Error ????????\
cannot convert Nil into String

Also I deleted the shadowed text and something else entirely out of blizzard's add=ons that caused errors...

Could someone help?

It's a bug in the Ring Menu I would say. Does it work without my Add-ons? If yes, it could be the same problem like above.

I Still need to know the bug in the script that's bothering with the Reflect System =/

Can you upload your Scripts.rxdata somewhere else? Megaupload is being a bitch to me. =/ Try sendspace.com

Uhhh i keep getting an error with my cms after i put this script in its a stack lvl too deep error in the bitmap section of the stormtronics cms. Whats wrong?


Same code twice. Remove the def gradient_bar and def draw_text methods from the CMS.
« Last Edit: February 18, 2007, 06:00:45 PM by Blizzard »
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

***
Rep:
Level 88
EVIL DOGGY!!!! CATS RULE!
BLIZZARD'S BACK!!!!!!! WOOOOO!!!!

BTW Very nice add-on's this will surely help me a lot
DO NOT LOOK HERE!!!!!
...
...
...
WHY DID YOU LOOK!!! YOU DISOBEDIENT FOOL

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
That's what it was made for. =) I'll update it to v2.8b now. ;8

EDIT:

Done. ;8
« Last Edit: February 18, 2007, 06:07:34 PM by Blizzard »
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

***
Rep:
Level 88
EVIL DOGGY!!!! CATS RULE!
Hurray!! Even more add-on's woot!

You rock Blizz! +Rep ;D
DO NOT LOOK HERE!!!!!
...
...
...
WHY DID YOU LOOK!!! YOU DISOBEDIENT FOOL

*
A man chooses,
Rep:
Level 92
a slave obeys
Project of the Month winner for April 2008
I Still need to know the bug in the script that's bothering with the Reflect System =/

Can you upload your Scripts.rxdata somewhere else? Megaupload is being a bitch to me. =/ Try sendspace.com
http://www.sendspace.com/file/1xwxuv

That's the one =o