Search found 145 matches

by dr-nuker
Wed Aug 28, 2013 5:59 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mini game - goblin's mine in Aslan. Solo bot WP
Replies: 53
Views: 25063

Re: Mini game - goblin's mine in Aslan. Solo bot WP

function domimic() while player:findNearestNameOrId("Mimic") do print("Mimic!") mim = player:findNearestNameOrId("Mimic") if mim then if distance(player.X, player.Z, mim.X, mim.Z) > 100 then player:moveTo(CWaypoint(mim.X, mim.Z, mim.Y),true) end end while player.Battli...
by dr-nuker
Wed Aug 28, 2013 5:18 pm
Forum: Runes of Magic
Topic: Join Battlefield
Replies: 9
Views: 2448

Re: Join Battlefield

If no one has answered by now it probably means no one knows or no one wants to answer. I myself have never done arena and don't even know how. As I found out it's sometimes worth to dig out old posts because someone else had the same problem and found a sharable solution by now. This is still a mi...
by dr-nuker
Mon Aug 26, 2013 12:19 pm
Forum: Runes of Magic
Topic: Join Battlefield
Replies: 9
Views: 2448

Re: Join Battlefield

dr-nuker wrote:Okay,

now unignore me. Sorry...

So i manage to join the arena by number but it seems to rotate, so is there a way to join by name?

And is there a function to press the Leave Battlefield after the fight is over?

Thanks!
no ideas?
by dr-nuker
Sat Aug 17, 2013 11:04 am
Forum: Runes of Magic
Topic: Join Battlefield
Replies: 9
Views: 2448

Re: Join Battlefield

Okay,

now unignore me. Sorry...

So i manage to join the arena by number but it seems to rotate, so is there a way to join by name?

And is there a function to press the Leave Battlefield after the fight is over?

Thanks!
by dr-nuker
Sun Jul 28, 2013 10:38 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Craft Festival Waypoints
Replies: 54
Views: 21267

Re: Craft Festival Waypoints

Great script!
It made my character go 75 on alchemy!

Just too stupid that there is no cooking for my main.
And i can not raise a second above 40 -.- just bad that i have 2 gatherings above that.
by dr-nuker
Sat Jul 27, 2013 1:03 pm
Forum: Runes of Magic
Topic: player:figh() or Cast problem
Replies: 9
Views: 2508

Re: player:figh() or Cast problem

Well i already found it. It get's stuck in the loop if player.Battling then repeat local _enemy = findaggroenemy() if _enemy then player:target(_enemy); player:fight() end until _enemy == nil or player.HP < 1 or player.Alive == false end It finds the enemy but does not use the fight statement. It ev...
by dr-nuker
Sat Jul 27, 2013 12:27 pm
Forum: Runes of Magic
Topic: player:figh() or Cast problem
Replies: 9
Views: 2508

Re: player:figh() or Cast problem

Well sorry for digging this out... I still don't get it! I thought player:fight() would work again, but it does NOT. If i do like function myfight(target) target = CPawn(target.Address) -- Kill any aggro mobs before going back to target player:update() if player.Battling then repeat local _enemy = f...
by dr-nuker
Tue Jul 23, 2013 3:44 pm
Forum: Runes of Magic
Topic: Male, Female?
Replies: 4
Views: 1352

Re: Male, Female?

This was fast and useful, thank you! :)


So many things to do for this damn new title system. So many waypoints and quests involved... -.-
by dr-nuker
Tue Jul 23, 2013 2:44 pm
Forum: Runes of Magic
Topic: Male, Female?
Replies: 4
Views: 1352

Male, Female?

Hello folks,

how do I find out if a player is male or female?

br,
nuker
by dr-nuker
Sun Jul 21, 2013 10:19 am
Forum: Runes of Magic
Topic: crashed game client
Replies: 10
Views: 2886

Re: crashed game client

Well,

I have to say that I also experience many crashes, when using the snoop a lot.
So I use to restart the client after several zones.

This costs some time but it is still better option than having a crashed client doing nothing all night long...
by dr-nuker
Tue Jul 16, 2013 6:16 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 244281

Re: Rock5's Mail Mods

Since my last update i'm facing problems, too. I wanted to get the userfunction to send items by tier of mana stone they would give. But I spam one of my characters with the items from several farmers so it happens all the time that it's mailbox is full. But not totally full. I think it can hold 90 ...
by dr-nuker
Sat Jul 13, 2013 3:13 pm
Forum: Runes of Magic
Topic: Join Battlefield
Replies: 9
Views: 2448

Re: Join Battlefield

It's an old topic, but still:

To complete a script i'm still looking for a method to join 1vs1 arena...

any progress here?
The give snippets are too confusing for me...

br,
nuker

edit:
Please, just ignore me! I've had i typo...
by dr-nuker
Tue Jul 09, 2013 12:47 pm
Forum: Runes of Magic
Topic: player:figh() or Cast problem
Replies: 9
Views: 2508

Re: player:figh() or Cast problem

maybe you need set elite factor to more then 5 <option name="AUTO_ELITE_FACTOR" value="5" /> <!-- (value * your max HP) to designate a mob as "elite" --> Well thanks. I'm the world's "not so smart"est person. Actually this line somehow got lost in my profile....
by dr-nuker
Sat Jun 29, 2013 9:56 am
Forum: Runes of Magic
Topic: player:figh() or Cast problem
Replies: 9
Views: 2508

Re: player:figh() or Cast problem

No idea?
Anybody?

I also tried via console. But i can not target mobs and also not cast or fight them (besides Attack())

This was never a problem before but i can not work out what is missing now :&
by dr-nuker
Wed Jun 26, 2013 4:30 pm
Forum: Runes of Magic
Topic: player:figh() or Cast problem
Replies: 9
Views: 2508

player:figh() or Cast problem

Hello there, i made myself a very long script for this new title stuff and i end up with a quest in waterdragon cave. So basically the quests needs you to pass by and kill 10 of the elements hanging around at 10 fixed spots. So i tried to find the elements, target them and use player:fight() so that...
by dr-nuker
Wed Jun 12, 2013 1:39 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Swim, Speed and wall hacks
Replies: 208
Views: 73339

Re: Swim, Speed and wall hacks

no, you're not.

The server get's millions or billions of such messages every day.
I dont think you can get banned for that...
by dr-nuker
Sat Jun 08, 2013 9:07 am
Forum: RoM general
Topic: Goblin mine
Replies: 4
Views: 2166

Re: Goblin mine

Well all i found do work.
BUT you can not use it as they are. Most pass by the starter and do NOT pay the tokens so you can NOT open boxes.
Adjust them to talk to the guy and pay the bill. Then just use the scripts...
by dr-nuker
Mon Jun 03, 2013 4:30 pm
Forum: Runes of Magic
Topic: Use skills for secondary class
Replies: 4
Views: 1204

Re: Use skills for secondary class

So maninly I could copy all skills from all classes to all other classes. I thought it might cause delays or problems if there are too many skills in every class setting... It wouldnt cause any problems, if there was any delay it would only be at startup when the profile is loaded. I use "user...
by dr-nuker
Sun May 26, 2013 4:40 pm
Forum: Runes of Magic
Topic: Use skills for secondary class
Replies: 4
Views: 1204

Re: Use skills for secondary class

So maninly I could copy all skills from all classes to all other classes.

I thought it might cause delays or problems if there are too many skills in every class setting...
by dr-nuker
Sun May 26, 2013 12:36 pm
Forum: Runes of Magic
Topic: Use skills for secondary class
Replies: 4
Views: 1204

Use skills for secondary class

Hello there, i'm just asking myself if it is possible to let the bot also use a list of skills for possible secondary class. So in general: I use one profile only, but different class combinations. I'm just lazy and want to keep it that way. So the common skills are available at any combination. But...