Search found 573 matches

by Ego95
Thu Oct 18, 2012 4:14 pm
Forum: Runes of Magic
Topic: Stop botting if other players are in range
Replies: 17
Views: 5936

Re: Stop botting if other players are in range

Think about the error. Fix it in your mind. *Rock5 tries to read AlterEgo95s mind* And I thought you have mind reading skills! :( LOL, sorry rock Yes, would be helpful to post what kind of error it is :D But I think I found the error today. There was only an "end" too much under the "...
by Ego95
Tue Oct 16, 2012 5:51 pm
Forum: Runes of Magic
Topic: Stop botting if other players are in range
Replies: 17
Views: 5936

Stop botting if other players are in range

Hey rock, I'm using your "wait until it's less crowded" code you posted in the CountMobs userfunction topic. I tried to change something but it seems not to work: function playerDetect() if Count_Players == true then if CountPlayers(nil, true) > 0 then player:cast("ROGUE_HIDE"); ...
by Ego95
Tue Oct 16, 2012 5:04 am
Forum: Runes of Magic
Topic: Return first waypoint in DoD
Replies: 7
Views: 2010

Re: Return first waypoint in DoD

Good morning, I have a problem when I kill in Dalanis, how do I go back to the first point waypoint to start? I have to make another waypoint files with the path to the instance?. thanks Are you doing fullruns or only the first boss? If you are doing fullruns and use the portal at the last boss you...
by Ego95
Sat Oct 13, 2012 10:41 am
Forum: Runes of Magic
Topic: Slim Client
Replies: 1
Views: 888

Re: Slim Client

For example you can download it here: http://www.runesofmagic.com/de/client-download.html
by Ego95
Fri Oct 12, 2012 8:56 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Goblin Mines - Phirius Potion farm
Replies: 43
Views: 17642

Re: Goblin Mines - Phirius Potion farm

Code: Select all

I can't see how those extra brackets could make any difference.
I've just tested it and it doesn't make any difference :D
Everything works like it should
by Ego95
Fri Oct 12, 2012 3:18 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Goblin Mines - Phirius Potion farm
Replies: 43
Views: 17642

Re: Goblin Mines - Phirius Potion farm

if (not player:hasBuff("506684")) then inventory:useItem(207200); end Noticed it was buffing every time before it entered romoved the extra brackets on that code. Thanks Great share if not player:hasBuff("506684") then inventory:useItem(207200); end You are right. I didn't notic...
by Ego95
Wed Oct 10, 2012 3:54 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 255565

Re: Rock5's Mail Mods

Okay. Well, then I'm going to try a reinstallation of the addon :-)
by Ego95
Tue Oct 09, 2012 4:00 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 255565

Re: Rock5's Mail Mods

Is it possible, that your modified addon doesn't work well with german clients? Now I'm using the normal addon because your modified one gets stuck while loading the mails. Is says something like Refreshing Mailbox but it doesn't finish. Any solutions?
by Ego95
Tue Oct 09, 2012 3:46 pm
Forum: Runes of Magic
Topic: Problem with AcceptQuestByName()
Replies: 5
Views: 1799

Re: Problem with AcceptQuestByName()

Have a look here: http://solarstrike.net/phpBB3/viewtopic.php?f=30&t=4071
You can use for example

Code: Select all

AcceptQuestByName("questname", "daily")
But you can use the id aswell

Code: Select all

AcceptQuestByName(YourQuestID)
by Ego95
Sun Oct 07, 2012 9:05 am
Forum: Runes of Magic
Topic: How to call Pet?
Replies: 1
Views: 716

Re: How to call Pet?

The bot does this itself. Only change the pet assist options in your profile. I think is was something like

Code: Select all

PET_ASSIST_ENABLE
and

Code: Select all

PET_ASSIST_SLOT
by Ego95
Mon Oct 01, 2012 11:10 am
Forum: Runes of Magic
Topic: The new Exp bug - need waypoint help
Replies: 33
Views: 8628

Re: The new Exp bug - need waypoint help

I've got a working script for portals, smetimes it gets stuck, if it targets the portal and then the portal disappears. But anyway, here it is: <?xml version="1.0" encoding="utf-8"?><waypoints type="RUN"> <!-- # 1 --><waypoint x="5503" z="-4221" y=&q...
by Ego95
Sat Sep 29, 2012 4:08 pm
Forum: Runes of Magic
Topic: The new Exp bug - need waypoint help
Replies: 33
Views: 8628

Re: The new Exp bug - need waypoint help

at that same npc how do you switch classes? so you can get the quest swich class then turn in? I've got some different waypoints depends on your character level. If you would tell me on which server you are playing I could send you my script as PM. I don't want to see people running exactly the sam...
by Ego95
Fri Sep 28, 2012 9:13 pm
Forum: Runes of Magic
Topic: The new Exp bug - need waypoint help
Replies: 33
Views: 8628

Re: The new Exp bug - need waypoint help

I keep getting the following error at Lyeve.

[string " ..."]:3: attempt to call global 'NPCTeleport' (a nil value)

Am I missing a function somewhere?
http://solarstrike.net/phpBB3/viewtopic.php?f=27&t=3828
by Ego95
Fri Sep 28, 2012 4:35 pm
Forum: Runes of Magic
Topic: The new Exp bug - need waypoint help
Replies: 33
Views: 8628

Re: The new Exp bug - need waypoint help

AcceptQuestByName, CompleteQuestByName, AcceptAllQuests, CompleteAllQuests and even ChoiceOptionByName are all part of the bot now. No need to download any userfunction.
Yes, but for

Code: Select all

if questlog:haveQuest()
you need your userfunction or don't you, rock?
by Ego95
Fri Sep 28, 2012 4:07 pm
Forum: Runes of Magic
Topic: The new Exp bug - need waypoint help
Replies: 33
Views: 8628

Re: The new Exp bug - need waypoint help

Hi, to accept quest you should use player:target_NPC("Daris"); yrest(1000) AcceptQuestByName("Fortschrittsnotiz der Abenteurergilde"); and player:target_NPC("Laath Tawan"); yrest(1000) CompleteQuestByName("Fortschrittsnotiz der Abenteurergilde") to complete it...
by Ego95
Thu Sep 27, 2012 6:37 pm
Forum: Runes of Magic
Topic: Mysterious bags in new zone?
Replies: 6
Views: 5596

Re: Mysterious bags in new zone?

Mysterious Bag and havent been able to get the bot to loot them. Any suggestions?
Maybe start the Get_Object_Id in micromacro/scripts/rom/ and look at the ID's. I think the ID is an other one.
by Ego95
Thu Sep 27, 2012 2:10 pm
Forum: Runes of Magic
Topic: Daily Quests
Replies: 5
Views: 2234

Re: Daily Quests

Sorry I don't understaand (call me silly XD)
What I should do to restart dayliquests?
When I finish 10 Dailyquests what will I do?
You have to buy a Daily Quest Reset Ticket in the item shop. On EU servers it costs 39 dias and if it's in the daily offer it costs 20.
by Ego95
Thu Sep 27, 2012 2:02 pm
Forum: Runes of Magic
Topic: one? manage t he bot gold
Replies: 3
Views: 1504

Re: one? manage t he bot gold

Please improve your english. I know, mine isn't very good too, but I think other people know what I want to say. I really don't know what you are trying to tell me. And please don't send me your posts of this topic as pm.
by Ego95
Thu Sep 27, 2012 1:52 pm
Forum: Runes of Magic
Topic: Instances to farming old-recordings
Replies: 3
Views: 1573

Re: Instances to farming old-recordings

Yes, you could use

Code: Select all

RoMScript("SetInstanceLevel('easy')")
in your DoD script before entering the instance.
by Ego95
Wed Sep 26, 2012 3:59 pm
Forum: Runes of Magic
Topic: Instances to farming old-recordings
Replies: 3
Views: 1573

Re: Instances to farming old-recordings

Can you explain what old-recordings are? Because you said something of "old" and "dod" you mean ancient mementos? If you want an instance which is lower than dod you could try to farm/bot them in the origin. You get 4 mementos (i think it were 4), too but the boss has only 1 kk h...