2012-01-07 22:10:06 +01:00
|
|
|
-- this file use loaded after everything is loaded and initialized
|
|
|
|
-- you can place any custom user code here
|
|
|
|
|
2012-01-15 22:19:52 +01:00
|
|
|
Hotkeys.bindKeyDown('F1', function() Game.talk('exura gran') end)
|
|
|
|
Hotkeys.bindKeyDown('F2', function() Game.talk('exori mort') end)
|
|
|
|
Hotkeys.bindKeyDown('F3', function() Game.talk('exori frigo') end)
|
|
|
|
Hotkeys.bindKeyDown('F4', function() Game.talk('exevo vis hur') end)
|
|
|
|
Hotkeys.bindKeyDown('F5', function() Game.talk('utani gran hur') end)
|
|
|
|
Hotkeys.bindKeyDown('F6', function() Game.talk('exani tera') end)
|
2012-01-07 22:10:06 +01:00
|
|
|
|
2012-01-11 22:24:37 +01:00
|
|
|
local function reload()
|
|
|
|
runscript('otclientrc.lua')
|
|
|
|
TextMessage.displayEventAdvance('Script otclientrc.lua reloaded.')
|
|
|
|
print('Script otclient.rc lua reloaded')
|
2012-01-07 22:10:06 +01:00
|
|
|
end
|
2012-01-15 22:19:52 +01:00
|
|
|
Hotkeys.bindKeyDown('Ctrl+R', reload)
|
2012-01-11 22:24:37 +01:00
|
|
|
|
2012-01-08 19:29:41 +01:00
|
|
|
rcloaded = true
|