|
Anastasha Newbie
Joined: 26 Jul 2003 Posts: 9 Location: USA
|
Posted: Sat Jul 26, 2003 7:55 am
automapper problem |
hello i just downloaded zMUD today so i can almost gurantee my problem is most likely my own fault i am very new to MUDs but anyways i play achaea dreams of divine lands and when i auto configure the map it works fine i tell it to go south it goes south and everything seems to be okeydokey when i finish the auto configuration i dont see anything am i supposed to?I have it set to follow mode
and when i am walking around it doesnt appear to be doing anything
any feedback is much appreciated i am sorry if i didnt make much sense (i usually dont haha)feel free to ask me any questions you can think of and ill do my best to answer
thanks in advance |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sat Jul 26, 2003 5:29 pm |
Achaea is one of those muds that requires the user to provide #TRIGGERs before the mapper will be able to identify things. Use the forum search link and you will find many different solutions here in the forums.
|
|
|
|
Anastasha Newbie
Joined: 26 Jul 2003 Posts: 9 Location: USA
|
Posted: Sat Jul 26, 2003 6:43 pm |
thank you i greatly appreciate your help i love zMUD it looks like such a usefull tool go zugg! i cant wait to buy it
|
|
|
|
Anastasha Newbie
Joined: 26 Jul 2003 Posts: 9 Location: USA
|
Posted: Sat Jul 26, 2003 7:40 pm |
*sigh* ok can anyone explain what a trigger does exactly ive searched the forums like vijilante said but i really didnt find anything except something on weather problems so still no mapper for me can anyone help me?
|
|
|
|
Anastasha Newbie
Joined: 26 Jul 2003 Posts: 9 Location: USA
|
Posted: Sat Jul 26, 2003 7:47 pm |
#CLASS {FixDescription}
#VAR Weather {} {}
#VAR Name {} {}
#VAR Description {} {}
#VAR OutLine {} {}
#VAR Exits {} {}
#TRIGGER {^%e[1;34m(*).*$} {Name=%concat("%1",".");Description="";Exits=""} "" {color}
#COND {^%e[1;37m(*). %e[0;37m(*)$} {Weather=%concat("%1",".");Description=%stripansi("%2");#T+ DescChanger;#T+ DescChanger2} {within|param=1|color}
#TRIGGER "DescChanger2" {%e[1;31m(*)$} {Exits=%stripansi("%1")} "" {color|disable}
#TRIGGER "DescChanger" {*} {#SUB {%ansi(white)@Weather}} "" {disable}
#COND {^(*)$} {#IF (%trigger(DescChanger2)) {Description=%trim(%concat(@Description," ",%line));#IF (%pos(@Exits,@Description)) {Description=%trim(%remove(@Exits,@Description));#T- DescChanger2}} { Exits=%trim(%concat(@Exits," ",%line))};#IF (@Description) {OutLine=%trim(%left(@Description,80));#IF ((%len(@OutLine)=80)&(%rightback(@Outline,1)!=" ")) { OutLine=%leftback(@OutLine,%eval(%len(%word(@OutLine, %numwords(@OutLine)))+1))};Description=%trim(%remove(@OutLine,@Description));OutLine=%concat(%char(27),"[0;37m",@OutLine)};#IF (%ends(@Exits,".")) {OutLine=%concat(@OutLine,%cr,%char(27),"[1;31m",@Exits);Exits=""};#SUB {@OutLine};#IF ((@Description="")&(@Exits="")) {#STATE DescChanger 0;#T- DescChanger}} {looplines|param=99|disable}
#CLASS 0
i found this but i really dont know what to do with it would this help me? :/ |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Jul 27, 2003 1:39 am |
That particular script moves the weather and exits out of the description paragraph and places them on seperate lines. It is based on ansi colors used for those things.
In order to install it to zMud you copy the whole thing and paste it at the command line, then press enter. Nearly every script that is actually written to the forums is made to be useable that way. |
|
|
|
Anastasha Newbie
Joined: 26 Jul 2003 Posts: 9 Location: USA
|
Posted: Sun Jul 27, 2003 10:57 am |
so if i enter this into the commandline my automapper should be enabled? or will this just fix the weather probleb?
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Jul 27, 2003 5:22 pm |
That fixes weather and exit positioning. For Babyl the mapper worked after inputting the script and reconfiguring.
|
|
|
|
|
|