|
RobMacAF Apprentice
Joined: 09 Jun 2002 Posts: 186 Location: USA
|
Posted: Fri Jun 13, 2003 4:28 pm
Dragonrealms Scripts and such. |
If any of you play DR and have any good scripts or anything post here. I am going to make a yahoo group later today, can't now since I am at work, so we can put files there too.
Right now I have a few scripts and a great map of the crossing, out the east gate (by the moon mage guild), out the west gate, the empath guild, and the moon mage guild. I will post that on the yahoo group site when I make it and I will let you all know when it is made.
In the mean time. Put your ZMUD scripts and other things here. Lets share the knowledge. If any of you want me to email you anything I got or just want to talk about scripting in DR using ZMUD,
Email me at RobAMacAF@yahoo.com
IM me at (AIM) RobMac00 (MSN)RobMacAF@msn.com (YAHOO) RobAMacAF |
|
|
|
RobMacAF Apprentice
Joined: 09 Jun 2002 Posts: 186 Location: USA
|
Posted: Fri Jun 13, 2003 6:26 pm |
AUTO DRAGGING
This is the starting and stopping. Type dragit <name> to turn on and just dragit to turn it off
#ALIAS DragIt {#IF (@DragName="") {#VAR DragName %1;#T+ Drag;} {#VAR DragName "";#T- Drag}}
This is the class
#CLASS {dragging}
#ALIAS d {drag @dragname down}
#ALIAS down {drag @dragname down}
#ALIAS e {drag @dragname e}
#ALIAS n {drag @dragname n}
#ALIAS ne {drag @dragname ne}
#ALIAS nw {drag @dragname nw}
#ALIAS o {drag @dragname out}
#ALIAS out {drag @dragname out}
#ALIAS s {drag @dragname s}
#ALIAS se {drag @dragname se}
#ALIAS sw {drag @dragname sw}
#ALIAS u {drag @dragname up}
#ALIAS up {drag @dragname up}
#ALIAS w {drag @dragname w}
#CLASS 0 |
|
|
|
RobMacAF Apprentice
Joined: 09 Jun 2002 Posts: 186 Location: USA
|
Posted: Fri Jun 13, 2003 6:45 pm |
For the auto drag I now use these aliases to make the dragging work instead of the one listed.....
#ALIAS dragon {dragname = %1;#T+ dragging;#SH Now dragging @dragname}
#ALIAS dragoff {#T- dragging;#SH No longerragging @dragname;#VAR DragName ""}
You can then make buttons for this as well if you want |
|
|
|
Reddytedy Apprentice
Joined: 13 Oct 2000 Posts: 114 Location: USA
|
Posted: Sat Jun 14, 2003 3:23 am |
quote:
For the auto drag I now use these aliases to make the dragging work instead of the one listed.....
#ALIAS dragon {dragname = %1;#T+ dragging;#SH Now dragging @dragname}
#ALIAS dragoff {#T- dragging;#SH No longerragging @dragname;#VAR DragName ""}
You can then make buttons for this as well if you want
Put your scripts in the finished scripts forum. Also there is already a DRzMUD group on yahoo. Or should be.
Alan
Come play with us in Dragonrealms
http://www.play.net/dr |
|
|
|
|
|