Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Just move the Cursor of the Item_Scene to the right
#22
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.
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.
Reply }


Messages In This Thread
RE: Just move the Cursor of the Item_Scene to the right - by Djigit - 08-16-2015, 07:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Permanently modifying move speed Keeroh 5 8,569 05-24-2017, 05:47 AM
Last Post: DerVVulfman
   little Edit of the cursor world map system Djigit 3 5,845 08-24-2014, 02:31 AM
Last Post: Djigit
   Atoa ACBS Target move wrong after move to center Djigit 4 5,784 08-04-2014, 05:16 AM
Last Post: Djigit
   Possible to move battle actors when escaping? NewHope 8 12,350 07-27-2012, 06:14 AM
Last Post: NewHope
   Cursor, Selection, and Scrolling tnsi 7 9,698 01-10-2012, 04:16 AM
Last Post: DerVVulfman



Users browsing this thread: