Search found 426 matches

by kanta
Tue Sep 06, 2011 3:35 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Coast of Opportunity waypoint file - Levels 20-40
Replies: 70
Views: 25435

Re: Coast of Opportunity waypoint file - Levels 20-40

You can always go to

http://www.runesdatabase.com/

and grab the item ID from the url like:

http://www.runesdatabase.com/item/209006/gazelle-feces

where "209006" is the item ID.
by kanta
Tue Sep 06, 2011 3:29 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: MountSpeedhack ( some code for userfunction addon)
Replies: 8
Views: 4645

Re: MountSpeedhack ( some code for userfunction addon)

aspart wrote:should make a macro to turn it on and off in game.
This isn't a hack like Romeo's. This is code to be used in the bot waypoints.
by kanta
Tue Sep 06, 2011 3:21 pm
Forum: Runes of Magic
Topic: Optimising KS (looting) etc, etc - questions, and lots of it
Replies: 12
Views: 3254

Re: Optimising KS (looting) etc, etc - questions, and lots o

Nero wrote: except this unfortunate looting issues.
Try adding the following to your <onLeaveCombat> profile section. It seems to have helped me a bit.

Code: Select all

player:lootAll()
by kanta
Tue Sep 06, 2011 1:02 pm
Forum: Runes of Magic
Topic: Change exp Per Hour in Window title
Replies: 52
Views: 10820

Re: Change exp Per Hour in Window title

Check this thread started by Lisa:

http://www.solarstrike.net/phpBB3/viewt ... =27&t=2034

It tracks some character info and gold gained. Maybe you could modify it for what you want.
by kanta
Tue Sep 06, 2011 12:49 pm
Forum: Runes of Magic
Topic: SOLUTION: If you have trouble running bot after RoM update
Replies: 12
Views: 3021

SOLUTION: If you have trouble running bot after RoM update

You would think by now that everyone would know that when there's a game update, there will be issues with the bot. Wait till the coders get the update and then wait a little more. We aren't all in the same time zone here, learn the valued skill called PATIENCE . If you don't have this skill leveled...
by kanta
Mon Sep 05, 2011 9:03 pm
Forum: Runes of Magic
Topic: Special event after being stuck + Auto-restart client
Replies: 7
Views: 1712

Re: Special event after being stuck + Auto-restart client

Thanks Lisa, much appreciated
by kanta
Sat Sep 03, 2011 9:36 pm
Forum: Runes of Magic
Topic: Special event after being stuck + Auto-restart client
Replies: 7
Views: 1712

Re: Special event after being stuck + Auto-restart client

So I would create a userfunction called "userfunction_altunstick.lua"? Then within that file I'd do something like?

Code: Select all

function unstick6()
some code
more code
I saw the other thread before but have never understood how to use it exactly.
by kanta
Sat Sep 03, 2011 2:04 pm
Forum: Runes of Magic
Topic: Useful AddOns
Replies: 96
Views: 137881

Re: Useful AddOns

I was just browsing through the new addon list at Curse. I found this one and am gonna try it. It lists instance farming stats.

http://rom.curse.com/downloads/rom-addo ... mcalc.aspx
by kanta
Sat Sep 03, 2011 1:51 pm
Forum: Runes of Magic
Topic: How to trigger if-statement when in combat
Replies: 15
Views: 3861

Re: How to trigger if-statement when in combat

Hi there Caspy. I knew you would get the info you needed here. :D
by kanta
Mon Aug 29, 2011 3:20 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Goblin Mines WP
Replies: 38
Views: 11503

Re: Goblin Mines WP

With the house change he put in there, are you actually able to use the house like you actually bought the contract? If so.... What happens when someone else enters the house? They are not going to see the different model unless they are also replacing the model...
by kanta
Sun Aug 28, 2011 2:17 pm
Forum: Runes of Magic
Topic: Dont loot more than 99 of an item
Replies: 11
Views: 2487

Re: Dont loot more than 99 of an item

Right, because the "" would make it a text string instead of a numerical value.
by kanta
Sat Aug 27, 2011 11:32 pm
Forum: Runes of Magic
Topic: Dont loot more than 99 of an item
Replies: 11
Views: 2487

Re: Dont loot more than 99 of an item

create your table, for this example keptitems = {"Amulet of Light", "phitius pot", "some other item", "Something else", "blah blah"} One other question. Instead of using the item names, could I do something like keptitems = {itemID#1, itemID#2, item...
by kanta
Sat Aug 27, 2011 11:24 pm
Forum: Runes of Magic
Topic: Looking For a Command help..
Replies: 15
Views: 3045

Re: Looking For a Command help..

I thought about the local thing but wasn't sure if it would be necessary.... Kinda avoided asking about it because I thought it would be a noob question :roll:
by kanta
Sat Aug 27, 2011 10:08 pm
Forum: Runes of Magic
Topic: Looking For a Command help..
Replies: 15
Views: 3045

Re: Looking For a Command help..

Cool, I'd forgotten how to add a default value. I think I'm actually gonna keep this one :D
by kanta
Sat Aug 27, 2011 10:06 pm
Forum: Runes of Magic
Topic: Dont loot more than 99 of an item
Replies: 11
Views: 2487

Re: Dont loot more than 99 of an item

Thank you very much Lisa, once again you are a godsend :)
by kanta
Sat Aug 27, 2011 12:16 pm
Forum: Runes of Magic
Topic: Dont loot more than 99 of an item
Replies: 11
Views: 2487

Re: Dont loot more than 99 of an item

Hmmm... this has me thinking now... Would there be a way to make that look at an item table instead of ("item name")? Trying to think how to word this for it to make sense. Ok, say I want to add that function to my onleavecombat section. There are several things I would like it to check fo...
by kanta
Sat Aug 27, 2011 10:58 am
Forum: Runes of Magic
Topic: Looking For a Command help..
Replies: 15
Views: 3045

Re: Looking For a Command help..

If this is something you are going to do many times through your waypoint file you could make it into a userfunction so any changes you make to the base coding only needs to be changed once and not have to search through and change many instances of it. Open a text editor (such as notepad or whateve...
by kanta
Tue Aug 23, 2011 2:15 pm
Forum: Runes of Magic
Topic: Need to auto-zoom the camera to first person
Replies: 8
Views: 2566

Re: How can auto-zoom the camera to first person?

Run MM with rom\getpos to have it show coordinates.
by kanta
Tue Aug 23, 2011 2:13 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 37848

Re: Cleanbag userfunction

Ah ok, thank you very much. This is a much better option than adding every item to the Lootomatic drop filter :)
by kanta
Tue Aug 23, 2011 2:09 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: course of terror WP
Replies: 449
Views: 120633

Re: course of terror WP

rock5 wrote:So try just extracting the "model" folder in the archive into the "Runes of Magic" folder.
Ya, Rock is correct. Sorry I didn't put that in my post, I was tired when I posted last night and didn't think of it.