Search found 573 matches

by Ego95
Tue Nov 06, 2012 12:21 pm
Forum: Runes of Magic
Topic: New Help with a script
Replies: 11
Views: 2774

Re: New Help with a script

AcceptQuestByName("quest") and CompleteQuestByName("quest") are used to accept or complete quests. Just target the npc and use AcceptQuestByName("quest") and the rest will be done by the bot :) by the way, you don't have to target the mobs you want to kill with player:...
by Ego95
Mon Nov 05, 2012 6:24 pm
Forum: Runes of Magic
Topic: How to transport to a city?
Replies: 5
Views: 1400

Re: How to transport to a city?

lisa wrote:Secondly, forum search got this.

http://www.solarstrike.net/phpBB3/viewt ... amp#p32713
Okay, lisas link is a better solution :D

Code: Select all

RoMScript('CastSpellByName("Transport:Heffner Camp")')
by Ego95
Mon Nov 05, 2012 6:18 pm
Forum: Runes of Magic
Topic: How to transport to a city?
Replies: 5
Views: 1400

Re: How to transport to a city?

This is what you could use for recall for example: sendMacro("UseSkill(1,2);"); It opens the first page of your skill book (press k) and then uses the second skill (recall). It depends on which crafting things you have learned if you want to teleport to logar, heffner, ... For me sendMacro...
by Ego95
Sun Nov 04, 2012 4:24 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Ancient Treasure
Replies: 284
Views: 107407

Re: Rock5's Ancient Treasure

This is an error that exists since the runes of magic beta. It tells the server, that you are somewhere you normally can't be. I get this error too, always while teleporting up after harvesting the first fragment. But you get this error at many places in the open world so I would say - No. Your acco...
by Ego95
Sun Nov 04, 2012 6:50 am
Forum: Runes of Magic
Topic: Drill Ground BUG
Replies: 99
Views: 28029

Re: Barrack BUG

We have it on lvl 4, soon lvl 5. But what do you have to do with it? Do you have to do one of those minigames?
by Ego95
Sun Nov 04, 2012 4:20 am
Forum: Runes of Magic
Topic: Check if bot is transformed (e.g. has a costume)
Replies: 2
Views: 1327

Re: Check if bot is transformed (e.g. has a costume)

Isn't there a buff you can check for? What he wants to know is, if you generally can check for being transformed, not for a specific buff. I think you can't. The only way to do this is to check for different buffs like if player:hasBuff(buff) or player:hasBuff(buff2) or player:hasBuff(buff3) ... an...
by Ego95
Fri Nov 02, 2012 3:34 pm
Forum: Runes of Magic
Topic: Drill Ground BUG
Replies: 99
Views: 28029

Re: Barrack BUG

Can you explain this bug a bit better? Do you know what you have to do to bug it? I can't read the topic in that polish forum because I'm german. And google translator doesn't help really :D
by Ego95
Fri Nov 02, 2012 7:18 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Halloween Event - Sugarcane Candy collect
Replies: 24
Views: 9183

Halloween Event - Sugarcane Candy collect

Halloween Event - Sugarcane Candy collect I've written a small waypoint file to collect the Sugarcane Candys of the "Celt" family. You can get 2 titles for them. First title, if you trade 20 Sugarcane Candys and second one if you trade 300. You can only get 20 per day and it's really anno...
by Ego95
Thu Nov 01, 2012 8:23 am
Forum: Runes of Magic
Topic: Checking targets casting time?
Replies: 4
Views: 1503

Re: Checking targets casting time?

so if its spawning the small bugs, my mage should react with "Discharge". Has someone any idea?
Do you want to farm tp with the bot? oO
by Ego95
Wed Oct 31, 2012 3:23 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: course of terror WP
Replies: 449
Views: 120579

Re: course of terror WP

would that work as realod waypoint for COT and surrvival
I think you don't need any waypoints. Just put everything in the onLoad.
by Ego95
Wed Oct 31, 2012 6:15 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD First Boss spam solo and party, full DoD now too
Replies: 105
Views: 31644

Re: DoD First Boss spam solo and party, full DoD now too

If you move your whole onload into a temporary userfunction. Thanks for the hint rock :) works fine. Found the error in line 177 function settings.profile.events.onSkillCast() if DOD_SOLO then player:updateBuffs() if player:hasDebuff("Gedankenkontrolle") then __WPL:setForcedWaypointType(&...
by Ego95
Wed Oct 31, 2012 2:22 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD First Boss spam solo and party, full DoD now too
Replies: 105
Views: 31644

Re: DoD First Boss spam solo and party, full DoD now too

Lol -.- Now my script doesn't work anymore and I don't know why. I get an error in the onLoad event: 8:15am - ... Bot/micromacro/scripts/rom/classes/waypointlist.lua:83 I've tried everything. I copied the whole onLoad of the original script postet in this topic but the script doesn't work anymore. A...
by Ego95
Tue Oct 30, 2012 2:09 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD First Boss spam solo and party, full DoD now too
Replies: 105
Views: 31644

Re: DoD First Boss spam solo and party, full DoD now too

WOW :O Thanks lisa, I've just tried it. I thought it would sell like in my older DoD script (it clicked on every item as fast as you would do it on your own). It sold two bags in one second :D Great <option name="INV_AUTOSELL_IGNORE" value="xxx,xxxx,xxxx,xxx" /> has to be in stri...
by Ego95
Tue Oct 30, 2012 9:49 am
Forum: Runes of Magic
Topic: Patch 5.04 [Fixed]
Replies: 18
Views: 5030

Re: Patch 5.04 [Fixed]

lol, and I am trying to get it working myself since 2 hours now with lisas guide and it didn't work. Thanks rock ;)
by Ego95
Tue Oct 30, 2012 8:21 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD First Boss spam solo and party, full DoD now too
Replies: 105
Views: 31644

Re: DoD First Boss spam solo and party, full DoD now too

Maybe you are still full because you have not set the properties in your profile correctly. there is one option that configures which items to sell and how many stats the items may have up to which number the bot sells them. I think default is "2" but in dod easy you get purples with 3 st...
by Ego95
Mon Oct 29, 2012 4:01 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 236147

Re: Rock5's Millers Ranch Scripts

Do people still do the egg quest in millers??
If not I'd just delete the files off first post and lock the topic =)
I still use it. I bot the fresh eggs without completing the quest sometimes, so that I'm able to do the quest quickly once per day to get the golden egg.
by Ego95
Mon Oct 29, 2012 12:09 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: DoD First Boss spam solo and party, full DoD now too
Replies: 105
Views: 31644

Re: DoD First Boss spam solo and party, full DoD now too

I really love this waypoint, but I don't get the bot to sell anything. It opens the NPC window clicks 2 or three times on the Repair button, closes the window and tries it again. Any other people have this problem too? Of course the autosell is enabled and the slots were set to 120-180.
by Ego95
Sun Oct 21, 2012 12:44 pm
Forum: Runes of Magic
Topic: Winternight Witches farming
Replies: 20
Views: 6173

Re: Winternight Witches farming

<mobs> <!-- names of mobs we want to attack --> <!-- if no names defined we will attack all mobs --> <mob name="Aisha" /> <mob name="" /> <mob name="" /> </mobs> Maybe set Aisha to your mobs? :P
by Ego95
Thu Oct 18, 2012 4:27 pm
Forum: Runes of Magic
Topic: Things to use Micromacro
Replies: 2
Views: 1930

Re: Things to use Micromacro

For example you could farm Shrine of Kalin, bot monster cards or farm mementos. What do you mean with "phirius"? If you mean the phirius coins - they aren't farmable. Only 100 per day, with some special quest 200 per day. If you mean phirius potions you could use my noob script for the gob...