Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Marshal_Dump problems...

Scripts:

Mr.Mo's SBABS v1.0
Multi-Equip - Trickster
Parallax Background - R2- Created by dubealex
Display Animations 2.0
Compass - Daniel_Maximus2
Gameover to Inn - Seph
Crafting - Seph
World Objects version 2.0 - by Prexus
Dynamic Shadows v4.0 - Rataime
Universal Message System 1.3 - Ccoa
Particle Engine - Near
Anti-Lag- f0tz
Advanced Title Screen - Seph
Trickster's Curve Generator
SDK 2.2
Dream - Blizzard
Method and Class Library - Trickster
Aleworks Input Module(AIM)
Scene Base - Seph
 
I don't know what you did to your database, but it's f**ked up (empty), and that prevents Trickster's equip script from working.

Please try to fix your database, and then reupload a demo if there is any problem left.
 
Yep Rataime has it right

well for my Multi-Equip Script you overlooked one thing when removing everything from the database

Code:
  #--------------------------------------------------------------------------
  # * Initial Equipment
  #     syntax - actor_id => {slot id => equip id}
  #--------------------------------------------------------------------------
  Init_Equip = {
  1 => {0=>1, 2=>1, 3=>5, 4=>13},
  2 => {0=>5, 1=>1, 2=>5, 3=>17},
  7 => {0=>25, 1=>9, 2=>21},
  8 => {0=>29, 1=>9, 2=>21}
  }
  #--------------------------------------------------------------------------
  # * Battle Test Equipment
  #     syntax - actor_id => {slot id => equip id}
  #--------------------------------------------------------------------------
  BT_Equip = {
  1 => {0=>4, 1=>2, 2=>1, 3=>5, 4=>13},
  2 => {0=>5, 1=>1, 2=>5, 3=>17},
  7 => {0=>25, 1=>9, 2=>21},
  8 => {0=>29, 1=>9, 2=>21}
  }
  #--------------------------------------------------------------------------
  # * Fixed Equipment
  #     syntax - actor_id => {slot_id => bool}
  #--------------------------------------------------------------------------
  Equip_Fix = {
  }
  #--------------------------------------------------------------------------
  # * Armor_Types
  #   syntax - armor_id = (kind - 1)
  #--------------------------------------------------------------------------
  Armor_Types = {33 => 4
  }

You will have to clear/setup those constants or else the script will bug out
 
Hi there, umm... I have the same error, I believe (though I don't have the multi-equip script), and I'd be happy for any help. :shy:

Error Demo:
http://www.box.net/shared/talfdqhjxl

It happens when I try to save with multiple party members and I think it may have something to do with the ABS, but I'm not 100% on that. Also, I get an error when loading the saved file.

Thanks for your time. :thumb:


EDIT: And also, samamanjaro, I hope you don't mind me posting in your topic. :s
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top