Search found 154 matches

by kkulesza
Mon Dec 10, 2012 6:46 pm
Forum: Runes of Magic
Topic: Using Vehicles
Replies: 19
Views: 4719

Re: Using Vehicles

...I'm having problems when using catapults with the bot.The ones I try to utilize are in Rift. I believe You mean "Catapult Turret" in Bolinthya Rift. These do not use regular action bar, nor extraactionbar. Any Clue how to use slot 1 and 10 of that bar? They do use regular action bar. I...
by kkulesza
Tue Dec 04, 2012 9:33 pm
Forum: Runes of Magic
Topic: lvl 70 elite skill quest.
Replies: 17
Views: 9259

Re: lvl 70 elite skill quest.

lolita wrote:Did you know you can remove 1h debuff with priest/mage lv60 elite skill, and finish Quest in 30 second :lol:
Not anymore.
They've fixed this in last patch :(
by kkulesza
Mon Dec 03, 2012 7:03 pm
Forum: Runes of Magic
Topic: Ostrich Nurse
Replies: 67
Views: 13118

Re: Ostrich Nurse

Hi I have other solution for this quest. It is very easy to do manually if you translate the ostrich talk. So i've written an addon that translates ostrich talk to numbers of extra buttons. It prints into system chat numbers of extra buttons to click. This is an ingame addon (not a rombot addon). Fe...
by kkulesza
Mon Dec 03, 2012 11:37 am
Forum: Runes of Magic
Topic: Ostrich Nurse
Replies: 67
Views: 13118

Re: Ostrich Nurse

For 20 vouchers you get a guild donation package. There is 200 guild rubies in it and other mats. But You have to be in a guild castle to open it. That package is automaticly donated to the guild.

There are also other typical event rewards.
by kkulesza
Wed Sep 26, 2012 9:43 pm
Forum: Runes of Magic
Topic: Patch 5.0.3
Replies: 20
Views: 5465

Re: Patch 5.0.3

rom5.0.3, rombot739 after updatde.lua
update.lu patched most of addresses but some were assumed.
Some of these addresses are probably wrong, because i have some problems with rombot:
- very high cpu usage
- teleporting is broken after few teleportToWP()
-bot misses waypoints very often
by kkulesza
Sat Sep 01, 2012 2:48 pm
Forum: Runes of Magic
Topic: Getting skill requirements from memory
Replies: 14
Views: 3133

Re: Getting skill requirements from memory

K/S elite "Sacred Resistance". This skill has two requirements: 20 focus and 1 ammo piece
by kkulesza
Sat Sep 01, 2012 6:41 am
Forum: Runes of Magic
Topic: Getting skill requirements from memory
Replies: 14
Views: 3133

Re: Getting skill requirements from memory

-must be in combat state or not in combat state
-player must (not) have a (de)buff of some kind
-target must (not) have a (de)buff of some kind
-can't be moving
-druids have some nature points requirements (this is different from mana and focus)
-must have a specific title assumed
by kkulesza
Tue Aug 28, 2012 9:43 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Constellation (Zodiac) Pet scripts
Replies: 260
Views: 122465

Re: Rock5's Constellation (Zodiac) Pet scripts

how many squirrels do you have to catch to get 5 points? I've caught maybe 10 squirrels and got a title but no points (fairytale event cards) btw. -You get 15 elements + (extra IS item or pet crystal) with every gift exchange, so it will be easy to get enough elements for a legendary pet. -I think c...
by kkulesza
Mon Aug 06, 2012 8:48 pm
Forum: Runes of Magic
Topic: Kalin Shrine Improvements
Replies: 23
Views: 7766

Re: Kalin Shrine Improvements

There are 3 main rules: 1. The bigger your drop rate is the more trash you get from a mob. 2. The more trash you can collect the more gold you will get from whole run. 3. The faster your run is the more gold/hour you get Ad.1 Possible drop buffs: - Loot runes in weapons. X/R and X/S classes can have...
by kkulesza
Tue Jul 31, 2012 8:32 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Constellation (Zodiac) Pet scripts
Replies: 260
Views: 122465

Re: Rock5's Constellation (Zodiac) Pet scripts

-you can get functional packages faster then goddess
-yes. you can get water elements from both
-you cant get wings from functional packages
by kkulesza
Mon Jul 30, 2012 9:45 am
Forum: MicroMacro general & support
Topic: Q: How to unregister all timers?
Replies: 2
Views: 1858

Re: Q: How to unregister all timers?

Thx for answer.
I've forgot about other timers that i didn't register in my scripts.
It would be better to leave them alone.
I think i'll make make own function that will register timers and add their names to global list.
by kkulesza
Mon Jul 30, 2012 6:43 am
Forum: MicroMacro general & support
Topic: Q: How to unregister all timers?
Replies: 2
Views: 1858

Q: How to unregister all timers?

Is there a way to unregister all timers, even if i don't know their names and how many was registered?
by kkulesza
Thu Jul 26, 2012 5:12 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Constellation (Zodiac) Pet scripts
Replies: 260
Views: 122465

Re: Rock5's Constellation (Zodiac) Pet scripts

1st char on WinXP - script run up to ~12 pieces of cloth - then MM crashed with an exception 2nd char on Win7 - script run up to 21 pieces of cloth => golden package 3rd char on Win7 - script run up to 17 pieces of cloth => got 5 pieces of materials - didn't watch very closely, but bot seems to hav...
by kkulesza
Wed Jul 25, 2012 5:21 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Constellation (Zodiac) Pet scripts
Replies: 260
Views: 122465

Re: Rock5's Constellation (Zodiac) Pet scripts

Here are my two improvment suggestion to BillDoorNZ's WeavingMachine 1.2 or 1.3 script: 1. Sometimes bot clicks the machine a little bit later then some other player. And then he stands there for ever doing nothing. So instead of this code: player:target_Object(id_WeavingMachine,1000); if (not build...
by kkulesza
Wed Jul 25, 2012 6:55 am
Forum: Runes of Magic
Topic: Q: How to get counter value from buff?
Replies: 0
Views: 1574

Q: How to get counter value from buff?

Some buffs have iteger counters (not time counters)
For example druid's nature points.
How to get those counters values?

EDIT: NVW i've found it myself

Code: Select all

player:updateBuffs();for k,v in pairs(player.Buffs) do print(k,"  ",v.Name," ",v.Count,"  ",v.Level) end
by kkulesza
Sun Jul 22, 2012 7:44 am
Forum: Runes of Magic
Topic: improving player:lootAll()
Replies: 11
Views: 2380

Re: improving player:lootAll()

2. You can chek if first bot has already picked up loot, and only then try to loot with second bot Well you know how to check mementos on one bot. The rest is a problem of communication betwin bots (i believe there was a good thread about it on this forum). - One way i communicating via chat messag...
by kkulesza
Sat Jul 21, 2012 6:35 pm
Forum: Runes of Magic
Topic: Need Some help please
Replies: 2
Views: 976

Re: Need Some help please

Having some issues with bot picking up the same Quest Public and Regular Quest is there away to prevent this? How you do it? What do you want? What don't you want? how can i stand up after changing channels and prevent my bot from looking around? i just want it to stand at a waypoint --get up keybo...
by kkulesza
Sat Jul 21, 2012 6:29 pm
Forum: Runes of Magic
Topic: improving player:lootAll()
Replies: 11
Views: 2380

Re: improving player:lootAll()

1. You can synchronize bots so they don't pickup loot at the same time.
2. You can chek if first bot has already picked up loot, and only then try to loot with second bot
3. You can make your own looting function
by kkulesza
Thu Jul 19, 2012 6:21 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Constellation (Zodiac) Pet scripts
Replies: 260
Views: 122465

Re: Rock5's Constellation (Zodiac) Pet scripts

About the other event minigame with magic weaving machine. It is quite easy to get max score (21) manually and get best rewards, but sometimes if i'm distracted or think too long i fail. So i'd love to have bot for this too :) For those who don't know what is this minigame about: At East corner of V...