Search found 33 matches

by CanceR
Fri Jun 13, 2014 12:51 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: changing what is on the MM window (setwindow)
Replies: 48
Views: 22008

Re: changing what is on the MM window (setwindow)

is it possible to remove script version from top of MM window? setWindowName(getHwnd(), sprintf("RoM Bot %s [%s]", BOT_VERSION, displayname)); from line 312 in bot.lua or to be changed somehow in this userfunction? i tried to remove only text and %s from above code, but it happens only at ...
by CanceR
Wed Apr 02, 2014 10:20 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Secret Garden Ideas
Replies: 105
Views: 31370

Re: Secret Garden Ideas

local ISitems_array = { 231893, -- Powerfull basic talent charm 1k 231885, -- Pet experience charm 10k 231886, -- Pet training charm 1k 231887, -- Powerfull basic experience charm 10k } for slot = 1, 60 do item = inventory.BagSlot[slot] if item then for k,v in pairs(ISitems_array) do if item.Id == ...
by CanceR
Sun Mar 30, 2014 10:09 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Secret Garden Ideas
Replies: 105
Views: 31370

Re: Secret Garden Ideas

i am trying to build WP for porting to house, unload specific items to IS bank page, and get back at entrance. (after several runs in garden - IS bag is full) how to search items in IS bagpack, if they are in the list and move only them to bank? my chars has default only page 1 & 2 in bagpack i ...
by CanceR
Sun Nov 24, 2013 5:08 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: changing what is on the MM window (setwindow)
Replies: 48
Views: 22008

Re: changing what is on the MM window (setwindow)

Hello Lisa, i know that everyone has an different opinion about every issue, bit can you specify what to change to get back XP/min or TP/min, because an hour is too long time to wait to update itself. also it is possible to be done to show Xp/time and TP/time on same window, because sometimes there ...
by CanceR
Sat Sep 21, 2013 6:47 am
Forum: Runes of Magic
Topic: Item ID and Buff ID
Replies: 4
Views: 6337

Re: Item ID and Buff ID

sorry to dig up this thread, but what if item ID is new and cannot be found in http://www.runesdatabase.com?
any code that can extract item ID from within game?
EDIT: found it in this thread: http://solarstrike.net/phpBB3/viewtopic ... 700#p50700
by CanceR
Thu Sep 19, 2013 4:20 pm
Forum: Runes of Magic
Topic: Stopping 'cast' when clicking item.
Replies: 37
Views: 9666

Re: Stopping 'cast' when clicking item.

works like charm, thx a lot again Rock
by CanceR
Thu Sep 19, 2013 2:07 pm
Forum: Runes of Magic
Topic: Stopping 'cast' when clicking item.
Replies: 37
Views: 9666

Re: Stopping 'cast' when clicking item.

Rock5, any idea how to code action like "keypressed Backward", like char is going backwards, i just want to interupt cast, initiated by "player:target_NPC("Idle Campire")". , because player:moveTo() makes char to turn viewpoint at direction of coordinates, and i do not ...
by CanceR
Sat Jun 08, 2013 9:42 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: course of terror WP
Replies: 449
Views: 113917

Re: course of terror WP

hello everyone,
did you found a way how to log data from new "Currency list" after Chapter 6 patch?
thanks in advance
by CanceR
Wed May 29, 2013 3:54 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: svn updates for userfunctions
Replies: 43
Views: 15132

Re: svn updates for userfunctions

it does not work both ways, which you proposed. i think there is major bug with loading rom/bot.lua script, and this is after i updated rom/scripts to latest version 757. but this is only when i try to start micromacro from its shortcut as descibed it below: in "Target" field have filled &...
by CanceR
Tue May 28, 2013 12:33 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: svn updates for userfunctions
Replies: 43
Views: 15132

Re: svn updates for userfunctions

hello Lisa, i updated to version 16 and have last version of the userfunction. i usually start my MM with shortcut to mm.exe, and in "Target" field have filled "C:\Games\micromacro\micromacro.exe scripts/rom/bot path:path_name" - to start path_name with last focused game client, ...
by CanceR
Sun May 26, 2013 3:26 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: YAKSS - Yet Another KS Script
Replies: 172
Views: 54784

Re: YAKSS - Yet Another KS Script

same problem as testromaddon: bot is discarding all potions from housemaid also, just after it buffs itself. Any idea how/where to fix this?
@testromaddon:
testromaddon wrote:Oh sorry by the way, the bot is buying assassins blade and arrows, i dont want him to.
Cheers
disable it in your char profile
by CanceR
Tue Jan 29, 2013 4:20 pm
Forum: Runes of Magic
Topic: Party Bot (questions/answers)
Replies: 307
Views: 79905

Re: Party Bot (questions/answers)

ok it turned out more complicated than just an incorrect address. Can you give this a try for me, in functions.lua around line 1360 you will see local listAddress = memoryReadRepeat("intptr", getProc(), addresses.partyMemberList_address, {addresses.partyMemberList_offset1,addresses.partyM...
by CanceR
Sun Jan 20, 2013 4:10 pm
Forum: Runes of Magic
Topic: buying specific items from merchant.
Replies: 20
Views: 5706

Re: buying specific items from merchant.

player:openStore(_PetHunter) inventory:storeBuyItem(herbtools, 99) in this way it works flowlessly, but in this way player:openStore(_PetHunter) for i,_minInvCount,1 do inventory:storeBuyItem(herbtools, 99) end micromacro shows error: "- scripts/rom/bot.lua:827: Failed to compile and run Lua c...
by CanceR
Sun Jan 20, 2013 1:59 pm
Forum: Runes of Magic
Topic: buying specific items from merchant.
Replies: 20
Views: 5706

Re: buying specific items from merchant.

<!-- # 9 --><waypoint x="-6851" z="-3564" y="173"> player:merchant(_PetHunter); sendMacro("ChoiceOption(1)"); for i,_minInvCount,1 do inventory:storeBuyItem(204232, 99) --RoMScript("StoreBuyItem(5,99)"); end </waypoint> this is how my waypoint looks...
by CanceR
Sun Jan 20, 2013 11:16 am
Forum: Runes of Magic
Topic: buying specific items from merchant.
Replies: 20
Views: 5706

Re: buying specific items from merchant.

Hello all, i tried numerous times with "inventory:storeBuyItem(itemIDorIndex, 99);" and with "RoMScript("StoreBuyItem(5,99)");". in command prompt it works, but micromacro does not want to buy items. i am trying to set micromacro in waypoint code to buy stack of craftin...
by CanceR
Thu Jan 17, 2013 11:19 am
Forum: Runes of Magic
Topic: Tp Farming Question
Replies: 5
Views: 2220

Re: Tp Farming Question

problem found: i was updating wrong profile. i use shortcut for fast start in style "..\micromacro\micromacro.exe scripts/rom/bot path:WP_Name1 profile:ProfileName2 character:CharName1 but ProfileName2 is different from CharName1 :), but i also have ProfileName1 == CharName1. In first WP_Name1,...
by CanceR
Thu Jan 17, 2013 1:09 am
Forum: Runes of Magic
Topic: Tp Farming Question
Replies: 5
Views: 2220

Re: Tp Farming Question

hello i tried to use above code for changing OnleaveCombat settings and it works, but when i go to merchant my char does not want to sell green items lvl66 (mainly armor and weapons), i have following code in my profile file: <!-- Auto selling options when used with player:merchant --> <option name=...
by CanceR
Sun Jan 06, 2013 5:41 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Ultra Model files
Replies: 157
Views: 56257

Re: Rock5's Ultra Model files

hello, thanks to Rock5 for hard work on this mods. do you have any list of explanations, which model what type of effect it has on game? i would like to know if you know which model affects viewing teleporter NPC Snoop, or i will need to log numerous times to find it miself. or if you have some webs...
by CanceR
Sat Dec 22, 2012 9:31 am
Forum: Runes of Magic
Topic: Party Bot (questions/answers)
Replies: 307
Views: 79905

Re: Party Bot (questions/answers)

same here, i have a similar issue: bot is not healing, due to loosing target of party leader. if party leader is targeted manually - bot starts to buff and heal for a short time, till looses target of party leader. strange is that from time to time - this bug is cleared (may be after PC restart), bu...
by CanceR
Fri Nov 30, 2012 3:36 pm
Forum: Runes of Magic
Topic: Disable self buffing
Replies: 7
Views: 1994

Re: Disable self buffing

thank you very much for detailed explanation, you Rock :)