|
kopf1988 Beginner
Joined: 19 Jun 2007 Posts: 23
|
Posted: Mon Jul 02, 2007 9:43 pm
I converted, and now, of course, need help. |
Okay, I just converted from ZMud to CMud as suggested, since CMud seems to be the thing to be updated now. I'm going to post my compatability report, and hopefully someone will tell me what most of it means.... it's impossible to understand for a newbie like me.
======
Alias i_info
[] immediate evaluation syntax no longer used [Help] : [%ansi(gray)Acropolis%ansi(red)~]
Alias i_alert
[] immediate evaluation syntax no longer used [Help] : [%ansi(gray)Acropolis%ansi(red)~]
Alias i_warning
[] immediate evaluation syntax no longer used [Help] : [%ansi(gray)Acropolis%ansi(red)~]
Alias i_error
[] immediate evaluation syntax no longer used [Help] : [%ansi(gray)Acropolis%ansi(red)~]
Alias i_add
Command not supported : #priority
Alias i_del
Command not supported : #priority
Alias i_set
Command not supported : #priority
Alias i_cure
Command not supported : #priority
Alias i_broken
%1 within quotes is not expanded [Help] : "%2"
Alias i_mended
%1 within quotes is not expanded [Help] : "broken_%1"
Alias i_scanaff
Command not supported : #priority
Alias i_exec
Command not supported : #priority
Alias i_semiauto
Command not supported : #priority
Alias i_onclass
Command not supported : #priority
Alias i_offclass
Command not supported : #priority
Alias i_skillcheck
Command not supported : #priority
Alias i_focus
Command not supported : #priority
Alias i_herb
Command not supported : #priority
Alias i_salve
Command not supported : #priority
Alias i_pipe
Command not supported : #priority
Alias i_tree
Command not supported : #priority
Alias i_scan_todo
Command not supported : #priority
Alias hits
OR operator changed from | to || [Help] : )|(
Alias on
Command not supported : #priority
Alias off
Command not supported : #priority
Alias undo
Command not supported : #priority
Alias do1
Command not supported : #priority
Alias dofree1
Command not supported : #priority
Alias def
Command not supported : #priority
Alias i_defup
Command not supported : #priority
Alias i_defcheck
Command not supported : #priority
Trigger (%d)h, (%d)m
Does not compile : illegal token: = %1 at row 2 col 8
Trigger gallop_move
Does not compile : argument expected at row 0 col 36
Trigger ^(?:\033[37m)?(?:In the trees above|Flying above)?\033[33m\s*(
%1 within quotes is not expanded [Help] : "%1"
Trigger ([^\033]+)
%1 within quotes is not expanded [Help] : " %1"
Trigger ^\033[1\;34m(.+)$
%1 within quotes is not expanded [Help] : "%1"
Trigger ^(?:\033[37m)?(?:In the trees above|Flying above)?\033[33m\s*(
%1 within quotes is not expanded [Help] : "%1"
Trigger ([^\033]+)
%1 within quotes is not expanded [Help] : " %1"
Trigger ^\033[1\;34m(.+)$
%1 within quotes is not expanded [Help] : "%1"
Trigger ^[A-Z][a-z]+ waggles (?:his|her) fingers in front of a (Vodun do
%1 within quotes is not expanded [Help] : "%1"
Trigger fs_outr
%1 within quotes is not expanded [Help] : "%2"
Trigger ^You will now attempt to parry attacks to your (left arm|right a
%1 within quotes is not expanded [Help] : "%1"
Trigger ^([A\*][ \*][p\*][r\*][i\*][c\*][k\*][l\*][y\*][ \*][s\*][t\*][i
%1 within quotes is not expanded [Help] : "%1"
Trigger ^([A-Z][a-z]+) strikes your (left arm|right arm|left leg|right l
%1 within quotes is not expanded [Help] : "%1"
Trigger ^([A-Z][a-z]+) quickly flings a tarot card at you\, and you feel
%1 within quotes is not expanded [Help] : "%1"
Trigger ^Your (left arm|left leg|right arm|right leg|head|torso) is grea
%1 within quotes is not expanded [Help] : "%1"
Trigger ^Your (left|right) (arm|leg) feels stronger and healthier\.$
%1 within quotes is not expanded [Help] : "%1"
Trigger ^([A-Z][a-z]+) raises (his|her) .+? over \2 head and begins to s
Does not compile : illegal character in expression: , at row 0 col 71
Trigger ^([A-Z][a-z]+) begins to bear down on you with (?:his|her) whirl
Does not compile : illegal character in expression: , at row 0 col 71
Trigger ^With a daegger in hand\, ([A-Z][a-z]+) begins to close in on yo
Does not compile : illegal character in expression: , at row 0 col 57
Trigger ^The blade on the daegger splits into a semblance of teeth as ([
Does not compile : illegal character in expression: , at row 0 col 57
Trigger ^(%w) tells you, (%*)
%1 within quotes is not expanded [Help] : "%2"
Trigger ^You tell (%*), "(%*)"
%1 within quotes is not expanded [Help] : "%2"
Trigger ^(%*) says, "(%*)"
%1 within quotes is not expanded [Help] : "%2"
Trigger ^(%*) say, "(%*)
%1 within quotes is not expanded [Help] : "%2"
=========
To anyone who helps, Thank You So Much!! |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Jul 02, 2007 10:20 pm |
Each item in the compatibility report should have a link. If it's a link to a help topic, click on it and read the topic...it will explain the change from zMUD. If it just says "Does not compile", then click on the link for the trigger, alias, etc and that will open it in the settings editor. Then you can select the Check Syntax option from the menu (or press Ctrl-K) and it should display the error and put the cursor at the point of the error.
The #priority command does not exist in CMUD (it isn't needed) (see the Changes in CMUD for zMUD Users help topic). You can leave it in your scripts and CMUD will ignore it, but if you want a clean compatibility report then you should remove the #priority command from your scripts. |
|
|
|
Fuego Ledrey Wanderer
Joined: 09 May 2007 Posts: 64 Location: Dustin Acres, California
|
Posted: Mon Jul 02, 2007 10:34 pm |
If you need further help, feel free to e-mail me!
|
|
_________________ EDIT: Image moved to Avatar FINALLY. |
|
|
|
oldguy2 Wizard
Joined: 17 Jun 2006 Posts: 1201
|
Posted: Thu Jul 05, 2007 2:17 pm |
:-) This is from Acropolis and it will not work in CMUD. You would be much better off just starting from scratch and writing your own system and take advantage of all the things CMUD has to offer like #switch and local variables and so on. Even if you fix those errors you are just going to end up having to change everything anyway.
|
|
|
|
|
|
|
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
|
|