Search found 154 matches

by kkulesza
Sat Feb 25, 2012 10:23 am
Forum: Runes of Magic
Topic: Q: How to check target's (de)buff name?
Replies: 7
Views: 1839

Re: Q: How to check target's (de)buff name?

if target.Buffs[1] then print(target.Buffs[1].Name) else print("No Buffs") end ok i did try this code and it works. Now i see where i was wrong. :) My code was in a loop. So First time there was a buff and it did print it, but next time there was no buff and there was error. Thx for help
by kkulesza
Sat Feb 25, 2012 10:04 am
Forum: Runes of Magic
Topic: Q: How to check target's (de)buff name?
Replies: 7
Views: 1839

Re: Q: How to check target's (de)buff name?

rock5 wrote:Means there is no first buff so no Name. Try

Code: Select all

if target.Buffs[1] then
print(target.Buffs[1].Name)
else
print("No Buffs")
end
hmmm
but it did print the buff name
it's in the first line in code from mm window
by kkulesza
Sat Feb 25, 2012 9:56 am
Forum: Runes of Magic
Topic: Q: How to check target's (de)buff name?
Replies: 7
Views: 1839

Re: Q: How to check target's (de)buff name?

It's not about mismatched string. It's about an error. Example A. working code: player:target(obj.Address); player:update(); target = player:getTarget(); target:updateBuffs(); --print(target.Buffs[1].Name) if target:hasBuff("Lizard Blood") then Examplel B. works until "target.Buffs[1]...
by kkulesza
Sat Feb 25, 2012 8:41 am
Forum: Runes of Magic
Topic: Q: How to check target's (de)buff name?
Replies: 7
Views: 1839

Q: How to check target's (de)buff name?

This code works: player:target(obj.Address); player:update(); target = player:getTarget(); if target:hasBuff("xxx") then ... but this does not: player:target(obj.Address); player:update(); target = player:getTarget(); target:updateBuffs(); debuffName=target.Buffs[1].Name if debuffName==&qu...
by kkulesza
Fri Feb 24, 2012 3:55 pm
Forum: RoM general
Topic: rom4u private server
Replies: 199
Views: 53511

Re: rom4u private server

Is this server more laggy then Frogster's EU servers?
Especially in 12+ raids and Siege Wars.

Do people often complain about lags in PvP?
by kkulesza
Fri Feb 17, 2012 5:57 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Flower festival - Bot throwing a rose at cavies minigame.
Replies: 43
Views: 14001

Flower festival - Bot throwing a rose at cavies minigame.

You can get a title from this mingame if you pay a transport rune and score more then 50 points. To get a better score drink pots that increase casting speed. Playing a guitar also helps. Turn on the bot then go to the bench and click on it to start the game. This bot makes better score then me, but...
by kkulesza
Wed Feb 15, 2012 10:37 pm
Forum: RoM Bot revision notes
Topic: 698 Changelog
Replies: 4
Views: 3530

Re: 698 Changelog

rock5 wrote: [*]Added player.Moving. True/False if you are moving.
Does it work also when I move/play manually?
Or only when bot moves by itself?
by kkulesza
Sun Feb 12, 2012 5:51 pm
Forum: Runes of Magic
Topic: Is it possible to Macro This?
Replies: 3
Views: 2375

Re: Is it possible to Macro This?

Now, I have noticed my bot does more DPS to the boss than when i Manually DPS myself! Which obviously got me thinking..... The Bot uses a DIYCE script along with this code that spams the "1" key. Is there a way i could somehow add this Code into the DIYCE macro itself so for when I'm figh...
by kkulesza
Sat Feb 11, 2012 4:32 pm
Forum: Runes of Magic
Topic: EventMonitorCheck
Replies: 4
Views: 1422

Re: EventMonitorCheck

richi wrote:I want to prove the Zone Chat in Tergothen Bay on "Regional event now restarting" and it happens nothing.
Install "EventWatch" addon. It is rom addon. Check if "WARNING_MESSAGE" event is responsible for "Regional event now restarting". I believe it is not.
by kkulesza
Sat Feb 11, 2012 4:28 pm
Forum: RoM general
Topic: Making money
Replies: 6
Views: 2793

Re: Making money

Selling stats and items from best end game instance is most profitable.
My buddy did GCH 1st boss duo farm and he was getting 80kk per day.
by kkulesza
Sat Feb 11, 2012 12:45 am
Forum: RoM general
Topic: rom4u private server
Replies: 199
Views: 53511

Re: rom4u private server

You can download their "nexus-rom-client" via torrent.
it is divided into 4 exe files.
To be honest i was afraid to download it.
exe files from russian hackers - there must be some virus inside :)
by kkulesza
Fri Feb 10, 2012 9:14 pm
Forum: RoM general
Topic: rom4u private server
Replies: 199
Views: 53511

Re: rom4u private server

Are there Siege wars on rom4u?
or other kinds of pvp?
by kkulesza
Fri Feb 10, 2012 11:29 am
Forum: RoM general
Topic: New title from IS. +10% drop, exp and talent
Replies: 1
Views: 1191

New title from IS. +10% drop, exp and talent

On EU servers there is a new title in ItemShop called "Lot 4".
Assuming this title gives you 3 bonuses:
+10% drop rate
+10% experience value rate
+10% TP experience

cost: 189 diamonds

Totaly worth it :)
by kkulesza
Thu Feb 09, 2012 11:51 am
Forum: Runes of Magic
Topic: Temp Friend
Replies: 7
Views: 2236

Re: Temp Friend

should be:

Code: Select all

settings.profile.friends
by kkulesza
Thu Feb 09, 2012 9:40 am
Forum: Runes of Magic
Topic: We need another loot option
Replies: 16
Views: 4288

Re: We need another loot option

I vote for adding an option :) 2 reasons: -it would be good if i could set max distance from deadbody to next target alive. -Rogues could also benefit from this option. Rogue can kill a group of mobs 1 by 1 from behind in hide mode, but he has to keep that melee(50) distance behind a target. If he p...
by kkulesza
Thu Feb 09, 2012 9:04 am
Forum: Runes of Magic
Topic: Basic problem finding mobs
Replies: 2
Views: 800

Re: Basic problem finding mobs

combat dist does not affect bot's decision to attack a mob or not
"MAX_TARGET_DIST" does

also check "TARGET_LEVELDIF_ABOVE" and TARGET_LEVELDIF_BELOW"
by kkulesza
Sun Feb 05, 2012 10:04 pm
Forum: Runes of Magic
Topic: droping items based on gold worth
Replies: 54
Views: 13753

Re: droping items based on gold worth

pet perfume -- for looting, 25 dias for 24 hours but you can get 30 hours of the buff since it is a 6 hour duration. I don't farm ks 24h a day, but still it's probably worth it. I'll give it a try. 6 bags -- 240 rubies for 30 days ... ruby shop luck pot -- 40 rubies for 1 hour I believe rubies are ...
by kkulesza
Sun Feb 05, 2012 12:33 pm
Forum: Runes of Magic
Topic: droping items based on gold worth
Replies: 54
Views: 13753

Re: droping items based on gold worth

lisa wrote:Have been sitting at 1.2mil/h recently =)
Impressive!
can you give us some tips?
What class?
how many Loot-runes?
wings+16?
or maybe your secret is improved waypoint?
by kkulesza
Fri Feb 03, 2012 5:56 am
Forum: RoM Bot revision notes
Topic: 695 Changelog (the speedup update)
Replies: 27
Views: 8903

Re: 695 Changelog (the speedup update)

Performance is much better now. Finally i can back to KS frarming :)