Search found 7 matches

by poulpito
Mon May 02, 2011 7:25 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 235801

Re: Rock5's Millers Ranch Scripts

With the V3 final script enter in a loop with following message We try to find NPC Jenner Miller We successfully target NPC Jenner Miller and try to open the dialog window. on the screen the dialog windows is opened seems that -- Memory check if speak dialog is open. Bit faster than using "RoMS...
by poulpito
Mon May 02, 2011 6:13 am
Forum: Runes of Magic
Topic: script to send each bot separately to the mailbox
Replies: 0
Views: 1254

script to send each bot separately to the mailbox

first sorry for my english i'm french :lol: As i'm running between 5 and 10 bots concurrently, i was looking for a way to send each bot to the mailbox separately between 3 and 4 am each day and to stop others if one hang outside basically when a bot have 98egg and time is between 03 and 04am, it wri...
by poulpito
Mon Nov 29, 2010 7:50 am
Forum: Runes of Magic
Topic: [RoM API] Does funciton Houses_SetFocusFurnishingID() work ?
Replies: 5
Views: 1616

Re: [RoM API] Does funciton Houses_SetFocusFurnishingID() wo

i'm trying to create same kind of waypoint
i've dispatch all pots around the house creating a waypoint near each one

i'm trying to use commands
player:findNearestNameOrId(_objnameorid, _evalFunc)
player:target_Object()
by poulpito
Tue Nov 16, 2010 11:58 am
Forum: Runes of Magic
Topic: Use item by ID?
Replies: 6
Views: 1836

Re: Use item by ID?

you must join party before entering ;)
by poulpito
Tue Nov 16, 2010 4:48 am
Forum: Runes of Magic
Topic: Use item by ID?
Replies: 6
Views: 1836

Re: Use item by ID?

i've bypass this by using 2 account first one botting in miller with addon comonin configure to group anyone whisper with a preconfigure word (GroupInstance for example) so the instance farmer whisp the character RoMScript("SendChatMessage('secretword', 'WHISPER', 0, 'toonname');"); and wh...
by poulpito
Tue Nov 16, 2010 2:40 am
Forum: Runes of Magic
Topic: Use item by ID?
Replies: 6
Views: 1836

Re: Use item by ID?

by id : inventory:useItem(xxxx);

to get the id easily i'm using itempreview addon (/ip ingame)
by poulpito
Sun Nov 14, 2010 5:29 pm
Forum: Runes of Magic
Topic: pawn.lua:272: error reading memory in Cpawn:update<>
Replies: 37
Views: 11657

Re: pawn.lua:272: error reading memory in Cpawn:update<>

That's not going to work. If it stopped being able to read the memory (probably because the game has crashed) assigning values manually will not make it work. I understand, but the game did not crash. Only the script did. So I would see my character standing there without anything to do. If I resta...