Log in

View Full Version : Deeds



jhiggs
12-11-2010, 03:37 PM
I dont suppose there is a script that will get the value of my gems, then figure out what gems it would take to get a deed, and the go get the deed for me?

I know im lazy.

JustDan
12-11-2010, 03:47 PM
http://blog.mattalgren.com/wp-content/uploads/2009/07/knowing-is-half-the-battle.jpg

Vanatar
12-11-2010, 04:38 PM
I dont suppose there is a script that will get the value of my gems, then figure out what gems it would take to get a deed, and the go get the deed for me?

I know im lazy.

Take a look at ev_deed. Ignore the help, the script is built upon another script called deed and the script names don't match up. Anyway, all you should care about is this for proper usage:

ev_deed container <name of gemsack>

A couple of caveats... make sure only gems are in the gemsack and if you have a lot of gems in your sack it might barf trying to calculate the optimum gems to drop. Other than that it works ok in my experience.

--Vanatar

Gibreficul
12-16-2010, 02:56 PM
I dont suppose there is a script that will get the value of my gems, then figure out what gems it would take to get a deed, and the go get the deed for me?

I know im lazy.

Well, your idea is fundamentally flawed. For one, gem values are subject to modifications. The only way to know a gem's true value is a bard's loresong, or a rare occasion where a character has 0 trading modification between race and all other factors involved. If in fact you are a bard, gibs_purify has an option to loresing ORB values (not all gems) and keep gems at a minimum value, and sell the rest.

The next problem is calculating the value of the gem that you actually need to get a deed. I don't know the formula. I believe it's (101 + 100 * deeds + 100 * level) / 3. That's just for Wehnimers. The other town deed systems are different.

deeds_landing.lic, Usage: ;deeds_landing <item> <container>

That's what I use for deeds. I have locksmiths, so I have access to scarabs, which is my favorite thing to use for gaining deeds... they rarely if ever fail. I'll put 20 scarabs in a sack and run the script... +20 deeds, and then I move on with my life. I'm well aware it's not what you wanted, but what you want is pretty involved, and hopefully this helps.