Giter Site home page Giter Site logo

Comments (3)

sebyg666 avatar sebyg666 commented on July 25, 2024

Hi i saw this and thaugh id try and help you out a bit. Motentons sets are there as examples. Those sets are by no means fixed. You can edit them with what ever you want. The cape and ring are like the magian fastcast staffs and the elemental gorgets, belts, and mage obis. You can easily utilize them in your gear sets. For example you may only have 2 of the 7 fast cast staffs. So you create a default staff in the globals ( gear.default.fastcast_staff = "name the staff here" ) and then in your set you can use
main=gear.FastcastStaff

Now what it does is if the spell you'r casting has an element that matches one of you'r fastcast staffs, motentons files automaticly checks your inventory to see which staffs you have. If you dont have a matching staff it will equip your default one. This applies to obis ele belts and capes and in a similar manner the zodiac ring and twilight cape. The cape and ring you will also need to create defaults incase weather or day do not match the element of the spell, that way gearswap can select what peices of gear are best at the time.

gear.default.obi_waist = "Aswang sash"
gear.default.obi_back = "Toro Cape"
gear.default.obi_ring = "Strendu Ring"

put the above in your globals file (using what ever gear you actually have) and these will be equipped as defaults.

back=gear.ElementalCape, waist=gear.ElementalObi, ring1=gear.ElementalRing

put that in your midcast nuking gear and it will use the correct obi, cape and ring for your nuke, or default cape, obi and ring if you dont have them.

As for the stoneskin fast cast u can do this

sets.precast.FC = {
main=gear.FastcastStaff,sub={name="Vivid Strap",order=2},
head="Nahtirah hat",ear2="Loquac. Earring",
body="Anhur Robe",hands="Repartie gloves",ring1="Prolix Ring",ring2='Veneficium Ring',
back="Swith Cape",waist="Witful belt",legs="Orvail Pants",feet="Chelona Boots"}

sets.precast.FC['Enhancing Magic'] = set_combine(sets.precast.FC, {waist="Siegel Sash"})

sets.precast.FC.Stoneskin = set_combine(sets.precast.FC, sets.precast.FC['Enhancing Magic'], {hands="Carapacho Cuffs"})

This will basicly equip your standard fastcast set and then layer on top the set that adds fastcast to enhancing spells only (stoneskin is enhancing magic) and then the stoneskin fast cast gear. And if you happen to have the magian earth fastcast staff it will equip it too. You'll notice for the sub (grip) theres an order number. this will force the grip to be equipped second. (i dont know currently how to make order be set for the main weapon because of the naming convension but you would set the staff as order 1 such that gearswap doesnt try to equip the grip first, just incase you were using a club and shield for example. you cant equip a grip with a club, so you'd want the staff equipped first then the grip.)

for the stoneskin midcast to equip stoneskin potency gear u can do something similar (these are my bard sets)

sets.midcast.FastRecast = {
main={name="Lehbrailg +2",order=1},sub={name="Vivid Strap",order=2},range="Angel Lyre",
head="Nahtirah Hat",ear2="Loquacious Earring",
body="Anhur Robe",hands="Gendewitha Gages +1",ring1="Prolix Ring",
back="Swith Cape",waist="Phasmida Belt",legs="Artsieq Hose",feet="Battlecast Gaiters"}

sets.midcast['Enhancing Magic'] = set_combine(sets.midcast.FastRecast, {
main={name="Lehbrailg +2",order=1},sub={name="Fulcio Grip",order=2},
neck="Colossus's Torque",
back="Merciful Cape",waist="Olympus Sash",legs="Portent Pants"})

sets.midcast.Stoneskin = set_combine(sets.midcast.FastRecast, sets.midcas['Ehancing Magic']
{neck="Stone Gorget",ear1='Earthcry Earring}

this will do for you exactly the same as the fast cast but for the midcast. itll equip ur fastrecast gear first, then layer on top enhancing gear, then stoneskin gear automatically.

You can do this for a lot of stuff. If you need any help im sure motenton or i can assist. Im not currently using his most up to date files so this code might need a bit of change but this is just a basic example of the power of motes files. Hope this helps you out.

Hope you enjoy.

from gearswap-jobs.

geekgirl101 avatar geekgirl101 commented on July 25, 2024

Ah right understood. I may as well keep them around then since I'm not a big collector of individual items for every spell element. :)

And yeah I worked out how to do the set combine weeks ago. Was just curious to why the items weren't already being included.

Didn't know about the order, I've had the game comment a few times about not being able to equip a grip without a 2H weapon, so I'll put those in there.

Thanks so much for the insight.

from gearswap-jobs.

sebyg666 avatar sebyg666 commented on July 25, 2024

not a problem, anytime.

from gearswap-jobs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.