Search found 53 matches

by filipsworks
Thu May 20, 2010 8:18 am
Forum: Runes of Magic
Topic: problems with "KNIGHT_PUNISHMENT" Skill
Replies: 11
Views: 2556

Re: problems with "KNIGHT_PUNISHMENT" Skill

If
Starrider wrote:I dont knowhow to make a buffquery on the target to script an onskillcast routine
then U need a shortcut...
by filipsworks
Thu May 20, 2010 8:16 am
Forum: Runes of Magic
Topic: bot
Replies: 4
Views: 1562

Re: bot

1) Run Game Client and "enter to the game world" with U'r character
2) Run micromacro as administrator (in folder without any spaces in folder tree (c:\micromacro is best)
3) type rom\update.lua
by filipsworks
Wed May 19, 2010 6:22 am
Forum: Runes of Magic
Topic: How to actively enter sleep mode?
Replies: 6
Views: 1822

Re: How to actively enter sleep mode?

[*]if you like to activate the sleep mode by yourself, using a keypress then use the expert profile option <option name="USE_SLEEP_AFTER_RESUME" value="true" /> By doing that your char will enter the sleep mode after pressing pause/resume key.[/list] OMFG! Thx 4 this... really n...
by filipsworks
Wed May 19, 2010 6:18 am
Forum: Runes of Magic
Topic: problems with "KNIGHT_PUNISHMENT" Skill
Replies: 11
Views: 2556

Re: problems with "KNIGHT_PUNISHMENT" Skill

" reqbuffname="Light Seal III" "

Have U a VK_something shortcut for "light seal III" ??
by filipsworks
Fri May 14, 2010 9:58 pm
Forum: Runes of Magic
Topic: Need some help with RB strange behaviors :-)
Replies: 15
Views: 3460

Re: Need some help with RB strange behaviors :-)

4 me and one of my friends micromacro must have "Above Normal" priority to work correctly.
by filipsworks
Fri May 14, 2010 9:56 pm
Forum: Runes of Magic
Topic: How to actively enter sleep mode?
Replies: 6
Views: 1822

Re: How to actively enter sleep mode?

Thanks for quick reply, but how to do that? Put into code or macro or command? Alexxx In easy way: 1) Create new waypoint file. 2) U will get smth like this: <waypoints> ... <waypoint></waypoint> ... </waypoints> 3) Put code to get smth like this: <waypoints> ... <waypoint>player:sleep();</waypoint...
by filipsworks
Wed May 12, 2010 2:49 am
Forum: Runes of Magic
Topic: How to change the channel with bot?
Replies: 5
Views: 2016

Re: How to change the channel with bot?

hello one question, where do i have do paste it? Paste it where U want to be executed: 4 example U can paste it into waypoint file like that <!-- # 6 --> <waypoint x="-128" z="-8708"> id = RoMScript("GetCurrentParallelID()"); if id == 1 then RoMScript("ChangeParal...
by filipsworks
Wed May 12, 2010 2:36 am
Forum: Runes of Magic
Topic: ERROR inventory.lua:409
Replies: 18
Views: 4058

Re: ERROR inventory.lua:409

But the bot displays not read symbols What? 11111.jpg These are the characters I see when items are sold. and everything is working properly. It is desirable to add a feature to check the occupancy of the bag. LOL! Replace "Durability(replace with...)" with "\143\224\174\231\173\174\...
by filipsworks
Tue May 11, 2010 2:44 pm
Forum: Runes of Magic
Topic: ERROR inventory.lua:409
Replies: 18
Views: 4058

Re: ERROR inventory.lua:409

But the bot displays not read symbols What? Sometimes bot have problem with character encoding (4 example in PL (polish) we have national characters like śżźćńóęął) and sometimes bot cannot read them. This characters are readable by bot <=> only if they are written and saved by notepad++ (with note...
by filipsworks
Tue May 11, 2010 2:32 pm
Forum: Runes of Magic
Topic: Need some help with RB strange behaviors :-)
Replies: 15
Views: 3460

Re: Need some help with RB strange behaviors :-)

Look @ my post on http://www.solarstrike.net/phpBB3/viewtopic.php?f=21&t=1259 If U have slow CPU (less than 5k pts. in bot output benchmark) U can only kill all unneeded processes (with explorer.exe of course ;)) and change micromacro.exe priority to "Above Normal" in your taskmanager....
by filipsworks
Tue May 11, 2010 2:23 pm
Forum: Runes of Magic
Topic: How to: using waypoint files (Examples: DQ running, multi )
Replies: 108
Views: 115457

Re: How to: using waypoint files (Examples: DQ running, mul

Administrator wrote: You shouldn't be using loadPaths() at the end of a return path. It'll automatically switch the waypoint lists when it gets to the end, and I suspect calling loadPaths() in the middle could confuse it.
Now is working... THX 4 that!
by filipsworks
Mon May 10, 2010 11:27 am
Forum: Runes of Magic
Topic: How to: using waypoint files (Examples: DQ running, multi )
Replies: 108
Views: 115457

Re: How to: using waypoint files (Examples: DQ running, mul

I have 2 WP path files - exp.xml and exp_return.xml if I die grinding with exp.xml, after ressurection bot starts to follow with exp_return.xml witch have loadPaths("exp.xml"); (updated) in correct place, but if he come to the last point of exp_return.xml and see function loadPaths("e...
by filipsworks
Mon May 10, 2010 11:19 am
Forum: Runes of Magic
Topic: Stuck when not actually stuck
Replies: 2
Views: 1143

Re: Stuck when not actually stuck

Tested it many times - this is in case if u cpu benchmark (made by bot and showed in "his" output) is lower then 5k points. My home PC have 1,41GhZ only (know is archaic...:/) and I made some small steps to improve performance of bot pathfinding to do not get "Unstacking player blabla...