Search found 154 matches

by kkulesza
Fri Dec 09, 2011 11:56 am
Forum: Runes of Magic
Topic: New EggPet class.
Replies: 204
Views: 46287

Re: New EggPet class.

What is the bot trying to do at the time? Is it trying to get somewhere? Or is it supposed to be staying still the entire time? Bot is supposed to run and fight mobs (it is waypoint type activity - not wander type). It used to be working with earlier revisions. Bot stoped running feeded and resummo...
by kkulesza
Fri Dec 09, 2011 2:29 am
Forum: Runes of Magic
Topic: New EggPet class.
Replies: 204
Views: 46287

Re-summoning pet fail because the bot doesn't stop moving

revison 680 (i know there is 681 but i havent seen any changes to Eggpet class) Feeding and summoning a pet works great at beginning. But after i run a long time in the same location pet is getting hungry. Then the bot feeds it and tries to summon but cast is interrupted because bot keeps moving. Bo...
by kkulesza
Tue Nov 08, 2011 12:12 pm
Forum: Runes of Magic
Topic: Q: How to get item's bag-slot-number?
Replies: 8
Views: 2335

Re: Q: How to get item's bag-slot-number?

Great advice. Thx a lot lisa
by kkulesza
Tue Nov 08, 2011 8:38 am
Forum: Runes of Magic
Topic: Q: How to get item's bag-slot-number?
Replies: 8
Views: 2335

Re: Q: How to get item's bag-slot-number?

Nero wrote:Similar problem, so I thought I'd post it here instead of opening up a new topic.
Nope. That is totaly different problem. I was looking for Slot number-ID. You are looking for a number of free slots.
Hint 4 U: search the forum for this phrase: "inventory:itemTotalCount"
by kkulesza
Tue Nov 08, 2011 8:33 am
Forum: Runes of Magic
Topic: Q: How to get item's bag-slot-number?
Replies: 8
Views: 2335

Re: Q: How to get item's bag-slot-number?

rock5 wrote: If you look at Lisas example it uses "item.SlotNumber"...
My mistake.
Thx for pointig it rock5.
Thx for help lisa.
by kkulesza
Tue Nov 08, 2011 6:49 am
Forum: Runes of Magic
Topic: Q: How to get item's bag-slot-number?
Replies: 8
Views: 2335

Re: Q: How to get item's bag-slot-number?

I did my homework earlier :)
I've tried the inventory:findItem() func, but it doesnt return a slot number.
It returns some table instead of integer
by kkulesza
Tue Nov 08, 2011 6:22 am
Forum: Runes of Magic
Topic: Q: How to get item's bag-slot-number?
Replies: 8
Views: 2335

Q: How to get item's bag-slot-number?

I know i have an item my backpack. I know its name and ID. I need the backpack slot number of this item to use it in the PickupItem(slotID) function. Can i do it in rombot or ingame macro easily? I didn't find any existing function that returns items slot. So i wrote my own (edited some existing fun...
by kkulesza
Thu Nov 03, 2011 7:50 am
Forum: Runes of Magic
Topic: Q: How to force bot not to unstick?
Replies: 8
Views: 1820

Re: Q: How to force bot not to unstick?

Ok. I've done a lot of debugging (and i hate debugging) And my unsticking problem is solved. The problem was with textboxes getting focus, but in two places in code. 1. First of all i had to clear focus from "To:" textbox in order to do some further scripting while MailFrame is open. RoMSc...
by kkulesza
Thu Nov 03, 2011 4:02 am
Forum: Runes of Magic
Topic: Q: How to force bot not to unstick?
Replies: 8
Views: 1820

Re: Q: How to force bot not to unstick?

RoMScript("MailFrameTab_OnClick(2); GetKeyboardFocus():ClearFocus()") still unsticks the bot, but now only "1" is inserted into textbox. I've got VK_1 triggering in one of my skills but bot is out of combat while sending mail, so i don't know why he would press "1" but...
by kkulesza
Thu Nov 03, 2011 3:30 am
Forum: Runes of Magic
Topic: Q: How to force bot not to unstick?
Replies: 8
Views: 1820

Re: Q: How to force bot not to unstick?

in the onload section i have mail sending function: function SendToFriend() RoMScript("OpenMail()") yrest(1000) RoMScript("MailFrameTab_OnClick(2)") yrest(1000) ... end trigerring the function: <waypoint x="-12043" z="13169" y="96"> if( __WPL.Directi...
by kkulesza
Thu Nov 03, 2011 2:58 am
Forum: Runes of Magic
Topic: Q: How to force bot not to unstick?
Replies: 8
Views: 1820

Q: How to force bot not to unstick?

I have writen my own function to send mail. I trigger it inside a waypoint. The problem occurs when i open portable mailbox with bot. When mailbox is opened then the focus automaticly goes to textboxes and some "wwwww" are being writen. I can still send the mail, close mailbox and move on,...
by kkulesza
Thu Oct 06, 2011 8:05 am
Forum: Runes of Magic
Topic: Macro help
Replies: 9
Views: 2936

Re: Macro help

Macros still work if you instal "Extra Action Bar" addon and drag your macros there.
However with one exeption
/wait -after this command macros stop working

Did anyone wrote a good and working wait() function ?
by kkulesza
Thu Oct 06, 2011 7:25 am
Forum: Runes of Magic
Topic: macro for view distance?
Replies: 3
Views: 1615

Re: macro for view distance?

macro command:
ViewDistanceSlider_SetValue(50);

Minimal original value is 400
you can set it to 1, but then character may suddenly die.
50 is ok on my pc

It significantly enhances FPS rate
by kkulesza
Wed Oct 05, 2011 8:12 pm
Forum: Runes of Magic
Topic: RoM server Patch 4.0.3. - The Mighty Shield.
Replies: 502
Views: 104976

Re: RoM server Patch 4.0.3. - The Mighty Shield.

Lisa, rockV and Admin. -one word 4 U:
RESPECT

Chicken-bot is running (only sometimes crashes client ^^ )