in trunk there is a
maxhpper="30"
with the skill ROGUE_ASSASSINS_RAGE.
As it is a attack enhancing skill ... what could be the reason for this? I suggest to patch that line to
<skill name="ROGUE_ASSASSINS_RAGE" aslevel="1" type="buff" cooldown="300" target="self" inbattle="true" />
So that ...
Search found 4 matches
- Mon Oct 05, 2009 5:51 am
- Forum: Runes of Magic
- Topic: hpper with assasins_rage
- Replies: 1
- Views: 977
- Tue Sep 15, 2009 6:29 am
- Forum: MicroMacro general & support
- Topic: read-eval-print
- Replies: 2
- Views: 1996
read-eval-print
Hello,
in real life I do programm Python. I especially enjoy that interactive console there, which allows me to easily check the effects of singular commands.
is there something similiar to MicroMacro / LUA ?
That is, instead of script/myscriptname.lua I want to be able to enter
printf ("Hello ...
in real life I do programm Python. I especially enjoy that interactive console there, which allows me to easily check the effects of singular commands.
is there something similiar to MicroMacro / LUA ?
That is, instead of script/myscriptname.lua I want to be able to enter
printf ("Hello ...
- Wed Sep 09, 2009 2:19 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 1894631
Re: RoM bot - optimization potential inventory
hello, in younger svn versions ROMbot uses
function CInventory:bestAvailableConsumable(type)
to know which healing potion to use.
When a healing potion is put on one of the action bars, a "shadow" remains after there are no more potions available. Inventory scan somehow seems to find them, and ...
function CInventory:bestAvailableConsumable(type)
to know which healing potion to use.
When a healing potion is put on one of the action bars, a "shadow" remains after there are no more potions available. Inventory scan somehow seems to find them, and ...
- Wed Sep 09, 2009 1:22 pm
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 1894631
Re: RoM bot - Bug in rev 220 and up, + fix
hello,
starting rev. 220 there is code to check if the macro-function ("RoMScript") is working, i.E. if the key is defined correctly, an empty macro is present.... lines 775ff in settings.lua
that works on bot.lua
but that fails on createpath.lua, as it ends with startMacro(main, true)
With this ...
starting rev. 220 there is code to check if the macro-function ("RoMScript") is working, i.E. if the key is defined correctly, an empty macro is present.... lines 775ff in settings.lua
that works on bot.lua
but that fails on createpath.lua, as it ends with startMacro(main, true)
With this ...