 |
killer78 Beginner
Joined: 23 Mar 2005 Posts: 15
|
Posted: Thu Mar 24, 2005 3:48 pm
a small problem with spaces |
Here is the mud output i use for the trigger not incl code brackets
[Hits: 2228/2228 Mana: 5005/5005 Moves: 984/ 984]
Here is how my patternmatching is atm
Hits:%s%d/(%d)%sMana:%s%d/(%d)%sMoves:%s%d/%s(%d
If my move go over 1000 this gets messed up anyone has a smart idea how to fix this trigger to work properly without having to make a second trigger without the last %s |
|
|
 |
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Thu Mar 24, 2005 3:52 pm |
Hits:%s%d/(%d)%sMana:%s%d/(%d)%sMoves:%s%d/*(%d)
|
|
|
 |
killer78 Beginner
Joined: 23 Mar 2005 Posts: 15
|
Posted: Thu Mar 24, 2005 4:08 pm |
with that one it thinks the last (%d) is 4 so that dont work to well :(
|
|
|
 |
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Thu Mar 24, 2005 4:44 pm |
I just noticed that, thats odd Oo.
Well this is a dirty workaround heh
Hits:%s%d/(%d)%sMana:%s%d/(%d)%sMoves:%s%d/{ |}(%d)
I tested it, should work |
|
|
 |
killer78 Beginner
Joined: 23 Mar 2005 Posts: 15
|
Posted: Thu Mar 24, 2005 5:20 pm |
superb works now :)
|
|
|
 |
|
|