My file. For Russian Client works perfectly
I have not enough knowledge to make it versatile for different languages, but with my patch all works well for the Russian version. Hope you can make it universal for all languages
(In Russian language:
У меня нехватает знаний сделать это универсальным для ...
Search found 7 matches
- Fri Dec 05, 2014 1:06 pm
- Forum: Runes of Magic
- Topic: createpath + getid + getpos together
- Replies: 163
- Views: 43289
- Sat Nov 29, 2014 11:58 am
- Forum: Runes of Magic
- Topic: createpath + getid + getpos together
- Replies: 163
- Views: 43289
Re: createpath + getid + getpos together
1. Maybe we should always add the header in files created by createpath.lua:
<onLoad>
</onLoad>
2. For the Russian game client. in order to properly selected menu correctly was recorded in files created by createpath.lua require a patch to file createpath.lua. start from line 669:
local name, typ ...
<onLoad>
</onLoad>
2. For the Russian game client. in order to properly selected menu correctly was recorded in files created by createpath.lua require a patch to file createpath.lua. start from line 669:
local name, typ ...
- Fri May 11, 2012 1:33 am
- Forum: RoM Bot revision notes
- Topic: 709 Changelog
- Replies: 42
- Views: 19585
Re: 709 Changelog
add please in \database\skills.xml
<skill name="KNIGHT_FULL_MOON_CLEAVE" id="495486" mana="250" range="100" cooldown="20" type="damage" target="enemy" aoecenter="player" />
I'll add it to my next commit but are you sure about the range? The skill description says the range is 80.
Yes, range ...
<skill name="KNIGHT_FULL_MOON_CLEAVE" id="495486" mana="250" range="100" cooldown="20" type="damage" target="enemy" aoecenter="player" />
I'll add it to my next commit but are you sure about the range? The skill description says the range is 80.
Yes, range ...
- Mon May 07, 2012 4:52 am
- Forum: Runes of Magic
- Topic: database skills fix
- Replies: 42
- Views: 16636
Re: database skills fix
Code: Select all
<skill name="KNIGHT_FULL_MOON_CLEAVE" id="495486" mana="250" range="100" cooldown="20" type="damage" target="enemy" aoecenter="player" />- Mon May 07, 2012 4:49 am
- Forum: RoM Bot revision notes
- Topic: 709 Changelog
- Replies: 42
- Views: 19585
Re: 709 Changelog
add please in \database\skills.xml
Code: Select all
<skill name="KNIGHT_FULL_MOON_CLEAVE" id="495486" mana="250" range="100" cooldown="20" type="damage" target="enemy" aoecenter="player" />
- Sat May 05, 2012 11:39 am
- Forum: RoM Bot revision notes
- Topic: 709 Changelog
- Replies: 42
- Views: 19585
Re: 709 Changelog
Please post functionMousePatchAddr = ? for previos version client(4.0.9). Need for AOE skills for BOT
p.s. sory for my bad english - I`m Russian...
p.s. sory for my bad english - I`m Russian...
- Tue Mar 13, 2012 11:58 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Malatina's survival
- Replies: 409
- Views: 166043
Re: Malatina's survival
After this script not worked ROMeo's Multihack
In file survivalR5onload.lua add command flyoff()
--=== Open chests ===--
function chests()
local chest
repeat
chest = player:findNearestNameOrId(brownwoodenchest,nil,clickchest)
if chest then
fly()
teleport(chest.X+10,chest.Z+10,18)
repeat ...
In file survivalR5onload.lua add command flyoff()
--=== Open chests ===--
function chests()
local chest
repeat
chest = player:findNearestNameOrId(brownwoodenchest,nil,clickchest)
if chest then
fly()
teleport(chest.X+10,chest.Z+10,18)
repeat ...