08-16-2015, 07:35 PM
1. Im sorry but im really confused now. You said that the Menu script must go after the battle system but before the multi slot addon (and its patch?).
Do you mean like this?
Atoa's Battlesystem
Mog Menu Equip
Mog Menu Status (your option)
Atoa's Add-Ons (including Multiple Slots)
Patch ???
Main
2. At What script and at what exact line I need to change the number to 352, because you didint mention the script...
3. I basicially did it like this: I hope this is right.
changed these line into these.
4. About window Status, do I just need to insert your new version of WIndow_status instead of the current version in the mog status script or the Atoas patch??
Thanks, so far.
Sorry for my low understanding, its getting more and more complicated.
Do you mean like this?
Atoa's Battlesystem
Mog Menu Equip
Mog Menu Status (your option)
Atoa's Add-Ons (including Multiple Slots)
Patch ???
Main
2. At What script and at what exact line I need to change the number to 352, because you didint mention the script...
3. I basicially did it like this: I hope this is right.
Code:
if @item_window.x > 272
@item_window.x -= 25
elsif @item_window.x <= 272
@item_window.x = 272
end
Code:
if @item_window.x > 280
@item_window.x -= 20
@item_window.contents_opacity += 15
elsif @item_window.x <= 280
@item_window.x = 280
@item_window.contents_opacity = 280
end
changed these line into these.
4. About window Status, do I just need to insert your new version of WIndow_status instead of the current version in the mog status script or the Atoas patch??
Thanks, so far.
Sorry for my low understanding, its getting more and more complicated.