Search found 305 matches

by gloover
Thu Nov 01, 2012 5:49 am
Forum: Runes of Magic
Topic: Checking targets casting time?
Replies: 4
Views: 1449

Checking targets casting time?

Hey experts.

I'm trying to make a script with a part checking the remaining time of targets cast?

To be exact, I want to check the cast of mechanical bug in ToSH, so if its spawning the small bugs, my mage should react with "Discharge". Has someone any idea?
by gloover
Mon Oct 29, 2012 3:37 am
Forum: Runes of Magic
Topic: Trying to find Buff Names....
Replies: 2
Views: 1318

Re: Trying to find Buff Names....

Or you can simply type this in game chat:

Code: Select all

/script i=1 while UnitBuff( "player", i) ~= nil do name, __, __, ID = UnitBuff( "player", i) SendSystemChat(name.." "..ID) i = i + 1 end
by gloover
Wed Oct 24, 2012 11:16 am
Forum: Runes of Magic
Topic: Remove buff
Replies: 5
Views: 2995

Re: Remove buff

thx rock. Have found an elegant solution in combination with lisas buff index checking:

Code: Select all

lefttime=RoMScript("GetPlayerBuffLeftTime(GetPlayerBuff("..index..", 'HELPFUL'))");
thx again!
by gloover
Wed Oct 24, 2012 10:23 am
Forum: Runes of Magic
Topic: Remove buff
Replies: 5
Views: 2995

Re: Remove buff

Hey lisa,

do you know how to get the buff-remaining time?

player:hasBuff("Buffname") can only print true or false - is it possible to get the buff remaining time?

thx in advance!
by gloover
Tue Oct 23, 2012 12:59 am
Forum: Runes of Magic
Topic: How to uncheck/kill a buff
Replies: 2
Views: 1134

Re: How to uncheck/kill a buff

:oops: have to learn using the search correctly :oops:

thanks rock, the macro CancelPlayerBuff is what I was searching for.
by gloover
Mon Oct 22, 2012 3:34 pm
Forum: Runes of Magic
Topic: How to uncheck/kill a buff
Replies: 2
Views: 1134

How to uncheck/kill a buff

Hey people!

Does anybody know how to kill/uncheck a buff? In some situation I want to uncheck my "Briar Shield" for some segments of the waypoint - so how can I do this?

thx in advance.
by gloover
Mon Oct 15, 2012 2:00 am
Forum: Runes of Magic
Topic: Bot stucks/pausing after "Clearing target."
Replies: 9
Views: 2075

Re: Bot stucks/pausing after "Clearing target."

Hm, same issue again Bewegung zu | Soll Entfernung: 50 | Ist: 75 Kampf beendet. 18 Bebender Elementar getötet. (Kampf #43 / Laufzeit 6 Minuten) Lösche Ziel. Error in memory reading Error in memory reading Error in memory reading Error in memory reading Error in memory reading the bot stops after &qu...
by gloover
Sun Oct 14, 2012 12:14 pm
Forum: Runes of Magic
Topic: Problem with Itemset skill
Replies: 6
Views: 2438

Re: Problem with Itemset skill

Hey rock. Yes, I know, that "Awakening of the Wild" could be used on more than lightning, but the problem is, that it will be used everytime I comming close to "Face of Treachery" - and there are many of them in siege war ;) - so I decide to use it only on lightning effect. It wo...
by gloover
Sun Oct 14, 2012 10:54 am
Forum: Runes of Magic
Topic: Problem with Itemset skill
Replies: 6
Views: 2438

Re: Problem with Itemset skill

Thx rock - have solved the problem - everything was set correctly. The problem was: I've "learned" this skill, pasted this one in my skills.xml but have not restarted the game. :oops:

Damn greeny mistake - can be closed!
by gloover
Sun Oct 14, 2012 10:12 am
Forum: Runes of Magic
Topic: Bot stucks/pausing after "Clearing target."
Replies: 9
Views: 2075

Re: Bot stucks/pausing after "Clearing target."

Hmm, this could be more difficult to localize the problem.
by gloover
Sun Oct 14, 2012 10:09 am
Forum: Runes of Magic
Topic: Problem with Itemset skill
Replies: 6
Views: 2438

Problem with Itemset skill

Hey guys. I've included some eliteskill and itemsetskills for Warrior/Warden - all of them works fine except of Composure skills.xml <!-- Elite --> <skill name="WARRIOR_BATTLE_CREED" id="494624" mana="30" type="buff" buffname="505208" target="se...
by gloover
Sun Oct 14, 2012 7:52 am
Forum: Runes of Magic
Topic: Bot stucks/pausing after "Clearing target."
Replies: 9
Views: 2075

Re: Bot stucks/pausing after "Clearing target."

Yeap - have switched <option name="DEBUGGING" value="true" /> so from time to time I got this "Error in memory reading" which is causing this stucking :shock: - have the newest bot rev.
by gloover
Sun Oct 14, 2012 4:02 am
Forum: Runes of Magic
Topic: Bot stucks/pausing after "Clearing target."
Replies: 9
Views: 2075

Bot stucks/pausing after "Clearing target."

Hey experts.

from time to time I got a problem, that after killing a mob ("Clearing target."), the bot stands an do nothing! I have delete everything from my <onleavecombat> segment, but the problem is not solved.
Has enyone the same problem? Any solution?
by gloover
Wed Oct 10, 2012 1:24 am
Forum: Runes of Magic
Topic: Going through the wall aka teleportToWP()
Replies: 3
Views: 1364

Re: Going through the wall aka teleportToWP()

8-) ok, rock - I'll act on your advice and check everything pixel by pixel.
by gloover
Wed Oct 10, 2012 1:10 am
Forum: Runes of Magic
Topic: Problem with AcceptQuestByName()
Replies: 5
Views: 1758

Re: Problem with AcceptQuestByName()

Oh, thx - have not seen this changelog.

I allways prefer to use ID's instead of names, but at this time the romdatabase is just updated to v.5.0.0 - so all crysalia quests are not yet included.
by gloover
Tue Oct 09, 2012 2:45 pm
Forum: Runes of Magic
Topic: Problem with AcceptQuestByName()
Replies: 5
Views: 1758

Problem with AcceptQuestByName()

Hello again,

ist there a difference on how to use AcceptQuestByName() to accept only the daily (blue) quests and not the red?
If there are 2 quests same named (blue and red) - this function allways accept the red one.

How can i select only the daily quest?

thx in advance!
by gloover
Tue Oct 09, 2012 12:16 pm
Forum: Runes of Magic
Topic: Going through the wall aka teleportToWP()
Replies: 3
Views: 1364

Going through the wall aka teleportToWP()

Hello experts. I'm trying to automizing the gobling malatina: one of the parts is to shorting the migration distance to the elementar room. I've tried to going under based on rocks method used in Antient Treasure - but I allways got a pull back stucking in the texture. Have manually tried to telepor...
by gloover
Wed Oct 03, 2012 5:43 am
Forum: Runes of Magic
Topic: Buff player in range
Replies: 4
Views: 1598

Re: Buff player in range

Hey Rock, hello Lisa. I would picking this issue again - have not succeeded atm. I want to make a priest as a buffer character, to buff only in list selected Chars (not in group) when they're in range. The Idea is to using em in siege war standing near the resurection point. So the problem is, the b...
by gloover
Tue Oct 02, 2012 5:50 am
Forum: Runes of Magic
Topic: The new Exp bug - need waypoint help
Replies: 33
Views: 8280

Re: The new Exp bug - need waypoint help

So, the quest bug was fixed today :cry: :cry: :cry:
by gloover
Mon Oct 01, 2012 10:22 am
Forum: Runes of Magic
Topic: The new Exp bug - need waypoint help
Replies: 33
Views: 8280

Re: The new Exp bug - need waypoint help

I have another problem - rock, lisa, hope u can help! My bot selects the portal and use those as it should, but from time to time as the bot selecst the portal and this is disappearing at the same time, the bot is standing and doing nothing! is it possible the check if the portal is selected and exi...