Search found 11 matches

by Baerxu
Fri Nov 11, 2016 4:38 am
Forum: Runes of Magic
Topic: Andor Training not working
Replies: 3
Views: 4047

Re: Andor Training not working

Installing OS Fix solved the issue. Thank you, my hero <3
by Baerxu
Thu Nov 10, 2016 9:22 am
Forum: Runes of Magic
Topic: Andor Training not working
Replies: 3
Views: 4047

Andor Training not working

Hey guys, I have a problem with the bot. The bot is working fine in all minigames except Andor Training. The bot talks to the NPC, starts the event and that's it. (see screenshot) This really makes me wonder because the bot works perfectly fine in every other way. What I tried so far: *Start the gam...
by Baerxu
Sat Nov 30, 2013 4:56 am
Forum: Runes of Magic
Topic: Can't use portals while game is minimized
Replies: 12
Views: 2522

Re: Can't use portals while game is minimized

Yes I do. I use Firefox to browse a little. But I do not have any power savers, screen savers or stuff. I even can play some games and the bot works. Well.. Most games minimize my RoM games and they stop working but some games seem to be fine with my games just running the in background. And I want ...
by Baerxu
Fri Nov 29, 2013 3:17 pm
Forum: Runes of Magic
Topic: Can't use portals while game is minimized
Replies: 12
Views: 2522

Re: Can't use portals while game is minimized

Ye, I know.. It seems nobody can reproduce it. A friend of mine is using the exact same script and he doesn't have any problems while going through portals :(
by Baerxu
Fri Nov 29, 2013 11:16 am
Forum: Runes of Magic
Topic: Can't use portals while game is minimized
Replies: 12
Views: 2522

Re: Can't use portals while game is minimized

I do not have a yrest between the teleport and entering the portal. I have a *waitforloadingscreen* and after that he just walks straight to the portal. If my char can't enter the instance, he goes back in order to try again. That also won't work, so I don't see how a yrest would help because the po...
by Baerxu
Thu Nov 28, 2013 4:45 pm
Forum: Runes of Magic
Topic: Can't use portals while game is minimized
Replies: 12
Views: 2522

Can't use portals while game is minimized

Hey there, I got a minor problem concerning the bot. It seems the bot can't use portals with the game minimized. (Pressing the minimizing button in the upper right corner) It does not differ whether I just create a waypoint which is *behind* the portal or I use rock's Portal Function. MM says it fou...
by Baerxu
Thu Nov 07, 2013 5:23 am
Forum: Runes of Magic
Topic: cant't use "else"
Replies: 8
Views: 2052

Re: cant't use "else"

I've added the dwarf-classes by now, don't worry :b Ye, those might change but as this is a script for a starting area this far, there is no chance any plate items will be distributed. As soon as they may get plate armor as a questreward, I might check for those elite-skills but right now there is n...
by Baerxu
Wed Nov 06, 2013 6:43 am
Forum: Runes of Magic
Topic: cant't use "else"
Replies: 8
Views: 2052

Re: cant't use "else"

OMG, I am so damn angry right now. I have been trying to fix this piece of code for hours! Tryed every possibility I could think of... And it turns out that an **** invisible ? is ruining my code -.-
Anyways, thaaaaanks a lot. (:
by Baerxu
Wed Nov 06, 2013 6:18 am
Forum: Runes of Magic
Topic: cant't use "else"
Replies: 8
Views: 2052

Re: cant't use "else"

Alright, thanks for this explanation, I guess I'll stick with elseif then (: So I took this piece of code if A then -- do A stuff elseif B then -- do B stuff elseif C then -- do C stuff end And made my piece of code look alike if _armor == 0 then -- A inventory:useItem(210512); -- A Stuff inventory:...
by Baerxu
Wed Nov 06, 2013 5:46 am
Forum: Runes of Magic
Topic: cant't use "else"
Replies: 8
Views: 2052

Re: cant't use "else"

Thanks, that really was helpful but my problem still remains. I changed my script a little to make it easier for me to use in future waypoints... So in my onload event I integrated this in my onload-event: if (player.Class1 == 2 or player.Class1 == 3) then _armor = 0; else if (player.Class1 == 4 or ...
by Baerxu
Wed Nov 06, 2013 3:56 am
Forum: Runes of Magic
Topic: cant't use "else"
Replies: 8
Views: 2052

cant't use "else"

Hey there, I want to make bot which will choose his equip from quests depending on his class. The first pieces of equipment are obtained in from a armorbag and a weaponbag. So I let my bot open those bags. Now it shall check which class the bot's primary class is because the equipment u get from tho...