i get an error when i login
(http://img339.imageshack.us/img339/9023/errorcxn.jpg)
this is the area the line is pointing to
return keys.any? {|key| @triggered[key]}
#----------------------------------------------------------------------------
# trigger?
# Test if key was triggered once.
#----------------------------------------------------------------------------
def Input.trigger?(keys)
keys = [keys] unless keys.is_a?(Array)
return keys.any? {|key| @triggered[key]}
end
Do you have the Blizz-ABS controller for RMX-OS (http://forum.chaos-project.com/index.php?topic=5409.0) installed?
Are your scripts in the right order (http://forum.chaos-project.com/index.php/topic,23.0.html)?
ya i got the controller installed and i think i got the right order
rmx-os options
rmx-os script
global switches and variables
blizz-abs part1
part2
part3
abs controller
ATES
ATES global
mouse controller
mouse enhancment
Creation System
guild officers
versioning
i think it has something to do with my current setup of keys since i re copied everything and it worked, but when i changed the keys it gave the error
changed to this:
module Control
CUSTOM_CONTROLS = true
DISABLE_DEFAULT = true
UP = "Key['Arrow Up']"
LEFT = "Key['Arrow Left']"
DOWN = "Key['Arrow Down']"
RIGHT = "Key['Arrow Right']"
PREVPAGE = "Key['-']"
NEXTPAGE = "Key['=']"
CONFIRM = "Key['Enter']"
CANCEL = "Key['Backspace']"
ATTACK = "Key['Ctrl']"
DEFEND = "Key['Shift']"
SKILL = "Key['Alt']"
ITEM = "Key['\']"
SELECT = "Key[']']"
HUD = "Key['[']"
HOTKEY = "Key[';']"
MINIMAP = "Key['/']"
RUN = "Key['.']"
SNEAK = "Key[',']"
JUMP = "Key['Space']"
TURN = "Key['Tab']"
end
You used the config app to create the configuration?
i tried manualy and using the config app
only reason why i changed the controls in the first place was because the login screen for rmx-os wont let some of the keys to work properly,
is there a way to disable blizz-abs for the login/register screen, cause id be fine with the default controls if i knew a way.
You should really use the application. Manually configuring can break the whole script.
I didn't sort out the problems with conflicting control yet so you will have to use arrow buttons for the directional controls.