[XP] Blizz-ABS Controller for RMX-OS

Started by Blizzard, January 17, 2010, 05:02:36 pm

Previous topic - Next topic

luchs

sorry! i have used 1.8 :(


with 1.9.1 it works!

thanks for support <3

[Luke]

July 07, 2010, 03:59:29 am #161 Last Edit: July 08, 2010, 03:29:01 am by [Luke]
Okay, almost all the problems were the fault of my stupidity.

I wish you luck in preparing next version.

HeroX

whenever mi and my buddy tried to use our potion item in the same map we keep getting this error.

not too sure whats the cause  :shy:
anyone encounter the same thing?




Blizzard

Make sure your scripts are in the right order, make sure your scripts are all up to date and make sure you are not using old save data.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Guilink

First, hi and congratulations on everything!. I'm your fan.


But let's get down to problems ... I installed the latest versions of RMX OS and Blizz-ABS, and Blizz-ABS RMX OS Controller.

I found the following bugs when I logged in with two characters ...
First, the online system stopped working properly, you could not see exactly the positions of the characters.
Second, only sometimes I could make an attack with monsters or pvp.
Third, the monsters respawn does not work.

Now what I want to know is if this is normal and you want to fix, or am I doing something wrong?..

Sorry for bad English, I am Brazilian and I'm using Google translator, so it can respond more clearly as possible. Thank you Master!
Waiting for BABS Controller for RMX-OS update! '-'

www.manaextreme.blogspot.com (my brazilian game-newblog)

Wizered67

Unfortunately, the controller is still a little glitchy. We will both have to wait until Blizzard sorts these things out.....

Guilink

Blizzard...

Update this please *-*

(yn)...
Waiting for BABS Controller for RMX-OS update! '-'

www.manaextreme.blogspot.com (my brazilian game-newblog)

Blizzard

Somebody's going to help me fix this today.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Guilink

Really?! I'm waiting anxiously for this!


=DD

Waiting for BABS Controller for RMX-OS update! '-'

www.manaextreme.blogspot.com (my brazilian game-newblog)

nathmatt

Blizzard you 4got to make it where the hotkeys will not set when the chat window is active to save you time here
Spoiler: ShowHide
class Scene_Map
 
  def update_hotkeys
    # update hotkey assignment display if existing
    @hotkeys.update if @hotkeys != nil
    # no hotkey linking if direct keys are being used
    return if BlizzABS::Config::DIRECT_HOTKEYS || $game_temp.chat_active
    # iterate through all number keys
    BlizzABS::Cache::Keys.each {|i|
        # if number key i was triggered
        if Input.trigger?(Input::Key[i.to_s])
          # if hotkey is valid for this skill
          if $game_player.skill_hotkeys[i] != 0
            # set this skill as the hot skill
            $game_player.battler.skill = $game_player.skill_hotkeys[i]
          # if hotkey is valid for this item
          elsif $game_player.item_hotkeys[i] != 0
            # set this item as hot item
            $game_player.battler.item = $game_player.item_hotkeys[i]
          else
            # reset hot skill and hot item
            $game_player.battler.skill = $game_player.battler.item = 0
          end
        end}
  end
     
end
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script


Blizzard

Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Magus

I keep getting this error  "Bizz-abs controller line 119 ,type error occured: Can't clone Nilclass"

Can anyone tell me how to fix this? (what went wrong D:)
LEVEL ME DOWN. THE ANTI-BLIZZ GROUP IS AMONG YOU... Do it for the chick below...She watches..<br />

Blizzard

When you add Blizz-ABS or the controller to your game, the save data doesn't work anymore and you have to delete it (in RMX-OS's case that means wiping the database).
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Magus

Urgh, it's been a while since I used this. "Saved Data. Wiping the database."     Could anyone tell me which folder this data is located in, (in the case of manually deleting the saved data)    I have to be clear on "What exactly is this saved data; that way, next time, I wouldn't have to bother you guys for help :<"
LEVEL ME DOWN. THE ANTI-BLIZZ GROUP IS AMONG YOU... Do it for the chick below...She watches..<br />

Blizzard

You need to run a query on the database for that. :P
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Magus

Thanks
Quote from: Blizzard on October 02, 2010, 02:53:22 pm
You need to run a query on the database for that. :P


Okay, thanks so much for the help. :o 
Spoiler: ShowHide
(Most guys would have given me the middle finger by now and told me to eff off)
  I do have another error unfortunately D:  This isn't anyone's fault. I know I'm bugging you guys half to death. D:  But, whenever I start my game, I get this error: 
Spoiler: ShowHide


I'm still investigating this error as of now though.
LEVEL ME DOWN. THE ANTI-BLIZZ GROUP IS AMONG YOU... Do it for the chick below...She watches..<br />

Blizzard

You are using a script that is not compatible with Blizz-ABS or you didn't put your scripts in a proper order (you put something below Blizz-ABS that shouldn't be below Blizz-ABS).
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Magus

Nevermind. I copy and pasted my old one (which works) made the necessary changes and now I'm like all set here.
LEVEL ME DOWN. THE ANTI-BLIZZ GROUP IS AMONG YOU... Do it for the chick below...She watches..<br />

Guilink

Waiting for BABS Controller for RMX-OS update! '-'

www.manaextreme.blogspot.com (my brazilian game-newblog)

Blizzard

The script has been updated. The new version fixes the controls conflict between Blizz-ABS and RMX-OS. Special Thanks to Ryex for that.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.