Search found 125 matches

by ThulsaDoom
Fri Dec 16, 2016 3:50 am
Forum: Runes of Magic
Topic: Bot leave combat
Replies: 2
Views: 2695

Bot leave combat

Is there any way to force bot leave combat?
I'm trying to use "ROGUE_SNEAK_ATTACK" during fight with this sequence:

1. Leave combat
2. Get target (again)
3. back teleport (telefollow)
4. Sneak Attack

Since is not possible for R/M to use this skill during combat.

Thanks
by ThulsaDoom
Thu Nov 03, 2016 2:32 am
Forum: Runes of Magic
Topic: Moorlands of Farsitan
Replies: 3
Views: 4684

Re: Moorlands of Farsitan

by ThulsaDoom
Thu Oct 27, 2016 1:44 am
Forum: Runes of Magic
Topic: has anyone figured way to change mirror buffs in waypoint?
Replies: 3
Views: 2640

Re: has anyone figured way to change mirror buffs in waypoint?

I'm wondering How it can be equip different couples of cenedril and use buff.
There should be one way to do it, quick, to allow use different buff before boss fight.

Does anyone start to work on it?
by ThulsaDoom
Tue Oct 18, 2016 10:45 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Farsitan "Energetic Sequencing" Daily & EoJ.
Replies: 10
Views: 6231

Re: Farsitan "Energetic Sequencing" Daily & EoJ.

In fact you only need the Userfunction speedHAck, but if you don’t have it, it doesn’t matter. Perhaps the problem appears if you are using the client in another language, (may be Spanish ?) in this case you need to change the words as we expect to have in the event. Could you be more precise on the...
by ThulsaDoom
Mon Oct 17, 2016 6:49 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Farsitan "Energetic Sequencing" Daily & EoJ.
Replies: 10
Views: 6231

Farsitan "Energetic Sequencing" Daily & EoJ.

Waypoint to do in easy way this daily quest.
Works for english client, but for any client you only need to change the key words for the rune requesting.
Be carefully, this will do the quest very quick, so to detect you as a bot is very easy.

Daily
by ThulsaDoom
Mon Oct 03, 2016 2:41 pm
Forum: Runes of Magic
Topic: [SOLVED] Checking Party Chat for Action
Replies: 1
Views: 1565

Re: Checking Party Chat for Action

A lot of discussions a bout monitoring chat. please, chek this post for more information:

viewtopic.php?f=21&t=2333&p=22940&hilit ... art#p22940

Regards
by ThulsaDoom
Mon Oct 03, 2016 2:31 pm
Forum: Runes of Magic
Topic: [SOLVED] Start RoMBot with specific waypoint via batch file
Replies: 6
Views: 4505

Re: Start RoMBot with specific waypoint via batch file

You can use "startbot.bat", it is included in ROM folder: @echo off START ../../micromacro.exe "%~dp0/bot.lua" And you need to specify the waypoint in you profile file: <option name="WAYPOINTS" value="rbassist" /> <!-- leave empty to show a list --> executing ...
by ThulsaDoom
Mon Sep 12, 2016 7:58 am
Forum: Runes of Magic
Topic: 8 skills in 1 second?
Replies: 4
Views: 2757

Re: 8 skills in 1 second?

Thinking on the main subject of this post, eight skills executed in on second, I think can be reached if you remove the global cooldown (of course there are other options, but more complicated to execute). I found an old post: http://www.solarstrike.net/phpBB3/viewtopic.php?f=21&t=6037&p=614...
by ThulsaDoom
Wed Aug 31, 2016 4:39 am
Forum: Runes of Magic
Topic: 8 skills in 1 second?
Replies: 4
Views: 2757

Re: 8 skills in 1 second?

Eight attack skils in one second... Seems impossible, although you use any kind of buff or pots. It is not able to launch this number of orders in so little time. PJ has no enought skills without cool down to do this. We're missing something, of course if you have proof of that, somehow should be do...
by ThulsaDoom
Thu Aug 11, 2016 8:59 am
Forum: Runes of Magic
Topic: how can we disable a skill like rogue.poision
Replies: 4
Views: 2241

Re: how can we disable a skill like rogue.poision

Try like this in profile skill list:

Code: Select all

<skill name="ROGUE_POISON"    		hotkey="MACRO" priority="10" autouse="false" />
Regards
by ThulsaDoom
Fri Aug 05, 2016 4:32 am
Forum: Runes of Magic
Topic: How do iI enable enchanted throw automaticly?
Replies: 12
Views: 4543

Re: How do iI enable enchanted throw automaticly?

Hi; You only need to add this code in you rogue profile skill list: <skill name="ROGUE_ENCHANTED_THROW" hotkey="MACRO" priority="100" /> when you start the bot, automatically will cast it, and will keep it on. Be sure that you have: <skill name="ROGUE_ENCHANTED_THR...
by ThulsaDoom
Wed Mar 30, 2016 1:44 pm
Forum: Runes of Magic
Topic: Reseting waypoint
Replies: 3
Views: 1499

Re: Reseting waypoint

I tried all the versions available, not using speedhack, antivirus off...
The problem persists. Also I have problems with the dialog windows, the bot doesn't confirm to exchange.

Yes, it seems a timing problem, may be CPU faster than RomBot?
by ThulsaDoom
Tue Mar 29, 2016 1:56 am
Forum: Runes of Magic
Topic: Reseting waypoint
Replies: 3
Views: 1499

Re: Reseting waypoint

Trying all my waypoints, I noticed something wrong with the timing, for example, when confirming missions, on opening chests in secret garden... Changing the computer affects the bot. There is something to adjust on micro macro software? or I need to rewrite the code taking into account the new CPU ...
by ThulsaDoom
Mon Mar 28, 2016 3:16 am
Forum: Runes of Magic
Topic: Reseting waypoint
Replies: 3
Views: 1499

Reseting waypoint

Recently I changed PC.

Wen booting suddenly appears in console: "Was pulled back. Reseting waypoint"

Bot gets lost.

Always I use speed hack. The new computer is i7.

Any ideas?
by ThulsaDoom
Mon Feb 15, 2016 11:19 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Splitwater Coast Daily: Hired Hands
Replies: 2
Views: 1799

Re: Splitwater Coast Daily: Hired Hands

Dear; You need to close the "if" with "end". if queststate == "complete" then player:target_NPC(123670) -- Carlie CompleteQuestByName(427164) -- Hired Hands else __WPL:setWaypointIndex(__WPL:findWaypointTag("Loop")) local dqCount, dqPerDay = RoMScript("Da...
by ThulsaDoom
Tue Jan 26, 2016 10:39 am
Forum: Runes of Magic
Topic: Scout "SCOUT_AUTOSHOT"
Replies: 2
Views: 1511

Re: Scout "SCOUT_AUTOSHOT"

Perfect, this means that "toggleable" works well.
I will review the profile, if there is something wrong.

Many thanks!
by ThulsaDoom
Tue Jan 26, 2016 3:20 am
Forum: Runes of Magic
Topic: Scout "SCOUT_AUTOSHOT"
Replies: 2
Views: 1511

Scout "SCOUT_AUTOSHOT"

<skill name="SCOUT_AUTOSHOT" id="492589" range="0" type="damage" casttime="0" cooldown="1" target="enemy" addweaponrange="true" toggleable="true" globalcooldown="false" /> : Hi; Since I start to play...
by ThulsaDoom
Sat Nov 07, 2015 4:47 am
Forum: Runes of Magic
Topic: Get Skill cooldown to use in profile
Replies: 13
Views: 4525

Re: Get Skill cooldown to use in profile

Now I can select between "Keen Attack" or "Splitting Chop" depending on its availability. This allow to be efficient on rage use. Here the options on <skills_warrior> and <OnPreSkillCast> for Warrior / Rogue. <skill name="WARRIOR_SPLITTING_CHOP" hotkey="MACRO"...
by ThulsaDoom
Fri Nov 06, 2015 4:22 pm
Forum: Runes of Magic
Topic: Get Skill cooldown to use in profile
Replies: 13
Views: 4525

Re: Get Skill cooldown to use in profile

great, it works! Thanks
by ThulsaDoom
Tue Nov 03, 2015 4:49 am
Forum: Runes of Magic
Topic: Get Skill cooldown to use in profile
Replies: 13
Views: 4525

Re: Get Skill cooldown to use in profile

Yes (referring to Bill D Cat), I don't know how to link the code in onLoad section to onPresSkillCast.

But I will test what you propose.

Thanks