Runewords / Spell names list in case someone need them.

Scripts for zMUD and CMUD

Runewords / Spell names list in case someone need them.

Postby Tuck » Fri Apr 08, 2011 5:52 pm

Here is array of 160 spellnames and runewords. Might be used not in just cmud, just decode easy xml format.

Update: 190 spells for now. Example trigger to read on cast, decrypt, and display attached.
Update2: 207 spells for now. All decrypted. Guess, there is no more spells in Sloth. Even blizzard decoded.


Trigger pattern is:
Code: Select all
Trigger pattern is: ^(*) utters the words, '(*)'$

Trigger body:
$spelltoconvert=%2
#loop %numitems(@converspellarray) {
  $spelljumblekey=%dbkey(@converspellarray,%i)
  $spellnamevalue=%db(@converspellarray,%dbkey(@converspellarray,%i))
  #if ($spelltoconvert = $spelljumblekey OR $spelltoconvert = $spellnamevalue) {
    #gagspace
    #show %ansi(green)%1%ansi(reset)%if(%len(%1)<20,%repeat(".",@wraplength-%len(%1))) casts '%ansi(magenta)$spellnamevalue%ansi(reset)'     ~($spelljumblekey~)
    #BREAK
  }
}
Attachments
runewords.xml
(11.56 KiB) Downloaded 840 times
Last edited by Tuck on Tue May 17, 2011 1:05 am, edited 4 times in total.
Tuck
Triple 40 Poster
 
Posts: 323
Joined: Mon Jun 22, 2009 12:06 pm
Location: Planet Earth
Status: Offline

Re: Runewords / Spell names list in case someone need them.

Postby *Breeze* » Sat Apr 09, 2011 7:16 am

try now Tuk
User avatar
*Breeze*
Avatar Poster
 
Posts: 520
Joined: Mon Nov 05, 2007 9:24 am
Status: Offline

Re: Runewords / Spell names list in case someone need them.

Postby Tuck » Wed Apr 13, 2011 5:18 pm

Thanks Benq!
Tuck
Triple 40 Poster
 
Posts: 323
Joined: Mon Jun 22, 2009 12:06 pm
Location: Planet Earth
Status: Offline


Return to zMUD/CMUD Scripts

Who is online

Users browsing this forum: No registered users and 2 guests