I need help on these scripts some of which i need help on to operate it and some of them give me an error
-SephirothSpawn's Addition Item Drops-
Line 280:NoMethodError Occured. undefined method 'add_multi_drops' nil:NilClass
-SephirothSpawn's Crafting System-
When crafting/uncrafting the "Items" part is fine.
When Crafting/Uncraftingt he "Weapons/Armors" part is not working. I made my character learned the recipe for it, then when i go to crafting section, the weapon is faded and the "Items Required" did not show up as i putted in the script where it needed 3 items. The "cost" works, and i putted 1000 G, but the item is faded when i had 1000000G and did not let me craft it since it required no items. I tried calling the "activate weapons crafting" script but it still didnt work.
-SephirothSpawn's Dynamic Enemies-
As it generated the monsters, while in battle, one monster was doing the damage i wanted it to do but died in 1 hit. The other monster, kept missing and it had infinite hp somewhat. And i was battling 2 ghosts.
-Tricker's Advanced Mission/Skill/Shop Manager-
The quest failed to disappear off the list after i called the script,
$game_missions[mission_id].completed = true
-SephirothSpawn's Addition Item Drops-
Line 280:NoMethodError Occured. undefined method 'add_multi_drops' nil:NilClass
-SephirothSpawn's Crafting System-
When crafting/uncrafting the "Items" part is fine.
When Crafting/Uncraftingt he "Weapons/Armors" part is not working. I made my character learned the recipe for it, then when i go to crafting section, the weapon is faded and the "Items Required" did not show up as i putted in the script where it needed 3 items. The "cost" works, and i putted 1000 G, but the item is faded when i had 1000000G and did not let me craft it since it required no items. I tried calling the "activate weapons crafting" script but it still didnt work.
-SephirothSpawn's Dynamic Enemies-
As it generated the monsters, while in battle, one monster was doing the damage i wanted it to do but died in 1 hit. The other monster, kept missing and it had infinite hp somewhat. And i was battling 2 ghosts.
-Tricker's Advanced Mission/Skill/Shop Manager-
The quest failed to disappear off the list after i called the script,
$game_missions[mission_id].completed = true