Nyyrazzilyss / NyyLIB

Mudlet client script for Torilmud
http://www.torilmud.com/phpBB3/viewtopic.php?f=4&t=27194
GNU General Public License v2.0
7 stars 4 forks source link

"fly" NyyScript alias causes conflicts with 1) bahamat rogue claw "fly" powers name 2) enchanter "fly" powers spell #294

Closed Gyrx closed 1 year ago

Gyrx commented 3 years ago

Bahamut gear "the hollowed claw of a balor demon" has a "fly" powers to grant self fly for 1 hour. Enchanter "fly" powers spell also conflicts. Neither of these can be used until disabling the "fly" alias.

Combat Powers: -=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=--=-=--=-=-=-=-=-=-=-=-=-=--=-=-=- Wings of the Balor [fly ] Equipment

NyyScript pattern: ^fly$

if charData:get("container") == nil then cecho("[container not set]\n") return end

mud:send("rem swirling") mud:send( p("swirling") ) mud:send( g("wings") ) mud:send("wear wings")

Nyyrazzilyss commented 3 years ago

Changed the alias to ^ffly$ It's about equipment i'm wearing anyways, was never intended for general useage.