calvnnhobs / AnturMUD

2 stars 1 forks source link

Add wear slot BACKPACK #10

Closed calvnnhobs closed 7 years ago

calvnnhobs commented 7 years ago

Add "backpack" eq slot. Maybe just "back"?

calvnnhobs commented 7 years ago

http://www.tbamud.com/forum/8-snippets/23-how-to-add-a-wear-slot

Exiled0 commented 7 years ago

I think I've done this with my latest patch. Things didn't line up perfectly with the tutorial (mainly, tutorial has an extra section in one of the files with a bunch of blank spaces - " " - set aside, which I did not see. I think I covered everything.

calvnnhobs commented 7 years ago

Cool, send a new pull request and I can test

calvnnhobs commented 7 years ago

I've merged this code in. Checking now

calvnnhobs commented 7 years ago

Looking good, now part of AnturMUD!

Exiled0 commented 7 years ago

My hope is to also have armor (either backplate or a strapped on shield) as an option eventually. But I believe that is just creating new items, and this same code should cover wearing, right?