Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » Finished MUD Scripts
megamog75
Enchanter


Joined: 20 Nov 2002
Posts: 627
Location: USA

PostPosted: Mon Feb 24, 2003 3:32 pm   

Realms of Dispair Mage (38)level spell up
 
Ok kiddies I worked hard and long on this;it is a level spell up list and works very well for me. keep in mind these things when you cut and past:
1) I am only a LEVEL 38 MAGE!!!!!!!
2) It is made for Realms of Dispair
3) It is made for Mages(probably work on any spell casting class)
4) It uses my #aliases not yours to recast spells(so change them)
5) works with the AF command in the game(note sometimes the game lags and you may have to hit AF twice to get a correct read out)
6)most important : Make a new class(not in any other class!!!) then click on class script cut and past there!!!!

#CLASS {lspell}
#ALIAS af {lvlspells.mystical = 0;lvlspells.fly = 0;lvlspells.scry = 0;lvlspells.brawn = 0;lvlspells.ogre = 0;lvlspells.iceshield = 0;lvlspells.eldritch = 0;lvlspells.fireshield = 0;lvlspells.shield = 0;lvlspells.antimagic = 0;lvlspells.dragon = 0;lvlspells.elven = 0;lvlspells.sagacity = 0;lvlspells.slink = 0;lvlspells.acumen = 0;lvlspells.valiance = 0;lvlspells.adamant = 0;lvlspells.adroitness = 0;lvlspells.rapture = 0;lvlspells.sapience = 0;lvlspells.blazeward = 0;lvlspells.ethereal = 0;lvlspells.demonskin = 0;lvlspells.ogre = 0;lvlspells.acumen = 0;lvlspells.adroitness = 0;lvlspells.sapience = 0;lvlspells.elven = 0;lvlspells.dragonskin = 0;#send af;#wa 1500;spells}
#ALIAS spells {#echo .;#echo ******** SPELL'S MISSING ********;#if ( @lvlspells.valiance = 0) {#echo %ansi(bright,red)******** VAL IS MISSING ********};#if ( @lvlspells.adamant = 0) {#echo %ansi(bright,red)******** ADA IS MISSING ********};#if ( @lvlspells.shield = 0) {#echo %ansi(bright,red)******** SH IS MISSING ********};#if ( @lvlspells.scry = 0) {#echo %ansi(bright,red)******** SCRY IS MISSING ********};#if ( @lvlspells.fly = 0) {#echo %ansi(bright,red)******** FL IS MISSING ********};#if ( @lvlspells.antimagic = 0) {#echo %ansi(bright,red)******** SHELL IS MISSING ********};#if ( @lvlspells.blazeward = 0) {#echo %ansi(bright,red)******** BW IS MISSING ********};#if ( @lvlspells.mystical = 0) {#echo %ansi(bright,red)******** MV IS MISSING ********};#if ( @lvlspells.dragonskin = 0) {#echo %ansi(bright,red)******** DS IS MISSING ********};#if ( @lvlspells.ethereal = 0) {#echo %ansi(bright,red)******** WEB IS MISSING ********};#if ( @lvlspells.demonskin = 0) {#echo %ansi(bright,red)******** DN IS MISSING ********};#if ( @lvlspells.ogre = 0) {#echo %ansi(bright,red)******** MIGHT IS MISSING ********};#if ( @lvlspells.acumen = 0) {#echo %ansi(bright,red)******** AC IS MISSING ********};#if ( @lvlspells.adroitness = 0) {#echo %ansi(bright,red)******** ADR IS MISSING ********};#if ( @lvlspells.sapience = 0) {#echo %ansi(bright,red)******** SAP IS MISSING ********};#if ( @lvlspells.eldritch = 0) {#echo %ansi(bright,red)******** SPEAR IS MISSING ********};#if ( @lvlspells.fireshield = 0) {#echo %ansi(bright,red)******** FIRE IS MISSING ********};#if ( @lvlspells.iceshield = 0) {#echo %ansi(bright,red)******** ICE IS MISSING ********};#if ( @lvlspells.rapture = 0) {#echo %ansi(bright,red)******** RAP IS MISSING ********};#ECHO ******** END OF LIST ********}
#ALIAS spells {#echo .;#echo ******** SPELL'S MISSING ********;#if ( @lvlspells.valiance = 0) {#echo %ansi(bright,red)******** VAL IS MISSING ********};#if ( @lvlspells.adamant = 0) {#echo %ansi(bright,red)******** ADA IS MISSING ********};#if ( @lvlspells.shield = 0) {#echo %ansi(bright,red)******** SH IS MISSING ********};#if ( @lvlspells.scry = 0) {#echo %ansi(bright,red)******** SCRY IS MISSING ********};#if ( @lvlspells.fly = 0) {#echo %ansi(bright,red)******** FL IS MISSING ********};#if ( @lvlspells.antimagic = 0) {#echo %ansi(bright,red)******** SHELL IS MISSING ********};#if ( @lvlspells.blazeward = 0) {#echo %ansi(bright,red)******** BW IS MISSING ********};#if ( @lvlspells.mystical = 0) {#echo %ansi(bright,red)******** MV IS MISSING ********};#if ( @lvlspells.dragonskin = 0) {#echo %ansi(bright,red)******** DS IS MISSING ********};#if ( @lvlspells.ethereal = 0) {#echo %ansi(bright,red)******** WEB IS MISSING ********};#if ( @lvlspells.demonskin = 0) {#echo %ansi(bright,red)******** DN IS MISSING ********};#if ( @lvlspells.ogre = 0) {#echo %ansi(bright,red)******** MIGHT IS MISSING ********};#if ( @lvlspells.acumen = 0) {#echo %ansi(bright,red)******** AC IS MISSING ********};#if ( @lvlspells.adroitness = 0) {#echo %ansi(bright,red)******** ADR IS MISSING ********};#if ( @lvlspells.sapience = 0) {#echo %ansi(bright,red)******** SAP IS MISSING ********};#if ( @lvlspells.eldritch = 0) {#echo %ansi(bright,red)******** SPEAR IS MISSING ********};#if ( @lvlspells.fireshield = 0) {#echo %ansi(bright,red)******** FIRE IS MISSING ********};#if ( @lvlspells.iceshield = 0) {#echo %ansi(bright,red)******** ICE IS MISSING ********};#if ( @lvlspells.rapture = 0) {#echo %ansi(bright,red)******** RAP IS MISSING ********};#ECHO ******** END OF LIST ********}
#VAR lvlspells {valiance1adamant1shield1scry1fly1antimagic1blazeward1mystical1dragonskin0ethereal1demonskin1ogre1acumen1adroitness1sapience1elven0eldritch0fireshield0iceshield0brawn0dragon0rapture1sagacity0slink0armor1bless1aqua1invis1sanctuary1}
#TRIGGER {Affected: ~((%S)(%D)~)(%S)(%W)(*)} {lvlspells.%4 = 1}
#CLASS 0

#CLASS {lspell|refresh_in_out}
#CLASS 0

#CLASS {lspell|refresh_in_out|outlspells}
#TRIGGER {The mystical tint to your vision fades} {lvlspells.mystical = 0;mv}
#TRIGGER {you slowly float to the ground} {lvlspells.fly = 0;fl}
#TRIGGER {Your clairvoyance slowly disintegrates} {lvlspells.scry = 0;scry}
#TRIGGER {You are no longer invisible} {lvlspells.invis = 0;in}
#TRIGGER {Your muscles return to their natural state} {lvlspells.brawn = 0;brawn}
#TRIGGER {The ogre might pervading your muscles dissipates} {lvlspells.ogre = 0;might}
#TRIGGER {The hail of ice rapidly melts and evaporates into nothingness.} {lvlspells.iceshield = 0;ice}
#TRIGGER {The eldritch sphere about you winks from existence} {lvlspells.eldritch = 0;spear}
#TRIGGER {The mystical flames are quelled by a sudden rush of air.} {lvlspells.fireshield = 0;fire}
#TRIGGER {Your force shield shimmers then fades away.} {lvlspells.shield = 0;sh}
#TRIGGER {The shimmering shell and its protection from magic fade away...} {lvlspells.antimagic = 0;shell}
#TRIGGER {The wit of the dragon withdraws from your mind.} {lvlspells.dragon = 0;wit}
#TRIGGER {Your elven features wane and you feel less charismatic.} {lvlspells.elven = 0;eb}
#TRIGGER {Furrowing your brow, you sense the weight of wisdom leave you.} {lvlspells.sagacity = 0;sa}
#TRIGGER {You suddenly feel less coordinated...} {lvlspells.slink = 0;slink}
#TRIGGER {The memories of knowledge forgotten fade away.} {lvlspells.acumen = 0;ac}
#TRIGGER {Your resistance to paralysis slowly fades away...} {lvlspells.valiance = 0;val}
#TRIGGER {Your skin returns to its more fragile state.} {lvlspells.adamant = 0;ada}
#TRIGGER {Your limbs become less nimble as your movements lose their fluidity.} {lvlspells.adroitness = 0;adr}
#TRIGGER {Your grace and charm wane in an instant.} {lvlspells.rapture = 0;rap}
#TRIGGER {The wisdom of ages fades from your mind.} {lvlspells.sapience = 0;sap}
#TRIGGER {The ward of flames ceases to protect you.} {lvlspells.blazeward = 0;bw}
#TRIGGER {Your leathery skin grows thinner as your spell wanes.} {lvlspells.dragonskin = 0;dn}
#TRIGGER {Your flesh sheds its draconian aspects.} {ds}
#TRIGGER {The ethereal web about you dissipates.} {web}
#CLASS 0

#CLASS {lspell|refresh_in_out|inlspells}
#TRIGGER {A magical resistance to paralysis consumes you.} {lvlspells.valiance = 1}
#TRIGGER {Your bone condenses and soldifies while your skin grows thick and tough.} {lvlspells.adamant = 1}
#TRIGGER {A force shield of shimmering blue surrounds you.} {lvlspells.shield = 1}
#TRIGGER {You receive a revelatory vision...} {lvlspells.scry = 1}
#TRIGGER {You rise into the currents of air...} {lvlspells.fly = 1}
#TRIGGER {A shimmering translucent shell forms about you.} {lvlspells.antimagic = 1}
#TRIGGER {A yellow glow surrounds you, protecting you from intense heat.} {lvlspells.blazeward = 1}
#TRIGGER {Your eyes tingle slightly as mystical visions are unleashed.} {lvlspells.mystical = 1}
#TRIGGER {You fade out of existence.} {lvlspells.invis = 1}
#TRIGGER {Your flesh changes to emulate the scaly skin of a dragon.} {lvlspells.dragonskin = 1}
#TRIGGER {You weave an ethereal web about your body.} {lvlspells.ethereal = 1}
#TRIGGER {Your skin becomes thick and leathery, similar to that of a demon.} {lvlspells.demonskin = 1}
#TRIGGER {The unfettered power of an ogre flows through your muscles.} {lvlspells.ogre = 1}
#TRIGGER {Knowledges long forgotten swirl in your memories.} {lvlspells.acumen = 1}
#TRIGGER {Your movements become more fluid and nimble.} {lvlspells.adroitness = 1}
#TRIGGER {The virtue of wisdom expands your mind in ways previously inconceivable.} {lvlspells.sapience = 1}
#TRIGGER {Your face is blessed with elven features as you grow more attractive.} {lvlspells.elven = 1}
#TRIGGER {A magical eldritch sphere forms about you...} {lvlspells.eldritch = 1}
#TRIGGER {Mystical flames rise to enshroud you.} {lvlspells.fireshield = 1}
#TRIGGER {A glistening hail of ice encompasses you.} {lvlspells.iceshield = 1}
#TRIGGER {Your frame is wracked with pain as your muscles expand and ripple.} {lvlspells.brawn = 1}
#TRIGGER {Minor flaws in your appearance vanish as your social grace comes to the fore.} {lvlspells.rapture = 1}
#TRIGGER {The wisdom of your elders blossoms within you.} {lvlspells.sagacity = 1}
#TRIGGER {You suddenly feel more nimble...} {lvlspells.slink = 1}
#TRIGGER {Your mind awakens in reception to the dragon's wit.} {lvlspells.dragon = 1}
#CLASS 0


Note that there is some other frills in here that really don't do anything but i left them in, so have fun. Smile

Joseph

megamog75
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » Finished MUD Scripts All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net