[XP] Wizered67's Ultimate Mouse Menu

Started by Wizered67, March 27, 2011, 05:00:14 pm

Previous topic - Next topic

Wizered67

I never got around to fixing the bugs. Sorry. I will try EVENTUALLY.

mroedesigns


Wizered67

Did you maybe not have any armour on before equipping it? I'm not completely sure though, because I thought I fixed that.

mroedesigns

January 18, 2012, 08:18:07 pm #43 Last Edit: January 18, 2012, 08:25:02 pm by mroedesigns
Nope, no armor on before. Let me try with armor already equiped and see if it makes a difference.

Edit ::

Now Im getting the error that Diagostimo was getting. Tried this fix, but no luck.
Spoiler: ShowHide
Quote from: Wizered67 on June 16, 2011, 07:44:21 pm
I fixed the error you reported, but I'm too lazy to upload a fix right now. Sorry. To fix it yourself, go into the script "Equip Armour" and look for "def info_weapon". Just change it to "def info_armour" and it should work.

Wizered67

I'll try to look into this over this weekend. I don't know why that's happening...

mroedesigns

Sounds good. I'd send you a demo, but it's getting rather big xD

Here's a script list, in order. Also, pretty redic now that I look at it  :roll:
Spoiler: ShowHide
RMX-OS Options
RMX-OS Script
- Versioning
- Global Variables
- Chat Filter
- Daily Message

Single Instance Script
Actor Class Mod
Quick Message Script

Quest Log
- RMX-OS Controller

Equipment Requirements

Passive Skills

Stat Distribution System

A.T.E.S.
- Global DNS for RMX-OS

Blizz ABS 1-3
- Visual Equipment
  -- RMX-OS Controller
- Z Hud
- Enemy Healthbar
- Battle Music
- Action Recharge Time

RMX-OS Following (had to be below blizz abs)

Mouse Controller
- Enhancement

(MOUSE WINDOW APIs)
Frame Class
...
Mouse_Window::Controller

(CUSTOM WINDOWS)

Config
Menu System
...
Shop
MWC

RMX-OS Main


mroedesigns

January 21, 2012, 02:27:09 am #47 Last Edit: January 21, 2012, 02:35:57 am by mroedesigns
DLing now.. is Tons a requirement? I use Blizz ABS for my input module.

Edit :: Hmm.

It works sometimes, but on occasion I get a NoMethod error on line 51 of the equip armor part.

 elsif $data_armors[data].kind == 2
   @type = 3
      elseif $data_armors[data].kind == 3
  @type = 4
   end

the middle line is 51 (elseif $data_armors[data].kind == 3)

Ill poke around some more and figure out exactly whats causing it if I can.

Wizered67

Oh, that's a typo. It should be
elsif
I think instead of elseif.

chaucer

hey i got a few questions, love the script by the way :D
1.where can i find the method for the exit button? for when you exit the menu's.
2.is there a way to call each scene without going through the main menu source, like when a certain button is pressed itll go straight to the hotkeys or straight to equip. hope that i make sense..

mroedesigns

 :facepalm:

Wow.
Cant believe I didnt see that. Granted it was very early in the morning here.

Wizered67

Quote from: chaucer on January 21, 2012, 02:05:48 pm
hey i got a few questions, love the script by the way :D
1.where can i find the method for the exit button? for when you exit the menu's.
2.is there a way to call each scene without going through the main menu source, like when a certain button is pressed itll go straight to the hotkeys or straight to equip. hope that i make sense..


1. You mean when you click the little X on the top right corner of the menus? I honestly don't remember, but I don't think I ever use it in the script. Do I? I wrote this so long ago.

2. There is and it should be fairly easy. I don't think I will add this myself, but you need to find where it checks for the input to open the menu and then have it check for key input on the others and open the right menu.

I just updated the script with a few changes. Hopefully they help make the script better. For the record, I'm not quite sure if accessories work.

Here's the updated version http://www.sendspace.com/file/0cfd5d

whitespirits

Can any 1 reupload this demo or add the script?

Wizered67

I'll dig around and see if I can find it, but give me a bit. Not sure why the link went down.

whitespirits

Thanks Wizard, just an extra question what happened to ur building project? houses etc

G_G

January 29, 2014, 09:42:05 am #55 Last Edit: January 29, 2014, 09:43:15 am by gameus
Quote from: Wizered67 on January 28, 2014, 08:47:46 pm
Not sure why the link went down.


Because with sendspace if it goes 15 days with no download it gets deleted. There are so many other reliable file hosts.

Dropbox, Box, Mediafire, and Google Drive would be my recommendations.

PhoenixFire

I would also like to point out SkyDrive.. It's a good alternative as well.. I would place it second after DropBox though.

Quote from: whitespirits on January 28, 2014, 10:20:30 am
Can any 1 reupload this demo or add the script?


I would like to point out that you're 100% aware that this is not only for RMX-OS, but it also wasn't de-bugged very much. If you're aware of both of these, and plan to script a bit yourself, then my point is invalid, so feel free to ignore it :V:
Quote from: Subsonic_Noise on July 01, 2011, 02:42:19 amNext off, how to create a first person shooter using microsoft excel.

Quote from: Zeriab on September 09, 2011, 02:58:58 pm<Remember when computers had turbo buttons?

Wizered67

Alright, here you go. https://dl.dropboxusercontent.com/u/25507891/Custom%20Windows.zip

I took a quick look and it seemed to work for the most part. However, as I recall, it requires a few other scripts the way it is set up right now. Those scripts being Blizz-ABS, RMX-OS, and I believe Game_Guy's quest script is required for the quest section of the menu. I haven't personally had problems with the menu in the past, but have been able to easily fix issues I found. If you do not know scripting and won't be able to figure out how to fix any of the potentially minor problems that may arise, this probably isn't the script for you. I've generally speaking moved on from RMXP and will only be able to give limited scripting support.