Official ScriptUO EasyUO Scripts > Script Debug

lack of skill needed to harvest

(1/3) > >>

redneck:
trying to figure out how to make a script ignore a tree or vein if it lacks the skill to mine or chop. i have very little scripting knowledge. but i am trying.

The Ghost:
NO need because UO have it build in. As your skill improves, you become capable of mining and smelting more obscure forms of ore:

    0+ Iron Ore
    65+ Dull Copper Ore
    70+ Shadow Iron Ore
    75+ Copper Ore
    80+ Bronze Ore
    85+ Golden Ore
    90+ Agapite Ore
    95+ Verite Ore
    99+ Valorite Ore

info
http://uo.stratics.com/content/skills/mining.php
http://www.uoguide.com/Mining

redneck:
server i use has customs that require over 100 and so the script just sets there and keeps mining even if it cant pull anything

The Ghost:

within the scrip search for a journal entry similar to this.

--- Code: ---if Too_far_away in #journal || You_can't_do_that in #journal || Target_Cannot_Be_Seen  in #Journal
--- End code ---
those are the key word that make you jump the the next location.

those are the word that make you stay and lumber

--- Code: ---if harvest in #journal
--- End code ---

 Now what you need to do if to find correct wording and add so you move to the next location.

TrailMyx:
What's the gameplay era of your server?  Is it pre AOS?

Navigation

[0] Message Index

[#] Next page

Go to full version