Author |
Message |
Topic: NUM macro |
Drewbie
Replies: 2
Views: 3095
|
Forum: CMUD General Discussion Posted: Sun Apr 15, 2012 7:30 pm Subject: NUM macro |
this created an even larger problem, so I just macro'ed the whole keypad, even the defaults. So now the num lock stat no longer matters |
Topic: NUM macro |
Drewbie
Replies: 2
Views: 3095
|
Forum: CMUD General Discussion Posted: Sun Apr 15, 2012 6:51 pm Subject: NUM macro |
solved...haha...took a lil doing, but made it work, here's how
#IF (@numberpad_spell=notcast)
{
xfb
numberpad_spell=cast
#WAIT 50
numberpad_spell=notcast
}
{
numberpad_spell=cast
}
#Cal ... |
Topic: NUM macro |
Drewbie
Replies: 2
Views: 3095
|
Forum: CMUD General Discussion Posted: Sun Apr 15, 2012 5:47 pm Subject: NUM macro |
I love using the 10 key for navigation and other functions. I am now looking to make an alias for the num lock key. however, I want it to FORCE the num lock status to remain on. hope that makes se ... |
Topic: %concat and quotes/#query problem |
Drewbie
Replies: 4
Views: 3979
|
Forum: CMUD General Discussion Posted: Sun Jan 22, 2012 6:11 am Subject: %concat and quotes/#query problem |
So, after much work I've gotten virtually nowhere. I've looked at other people's difficulty with #QUERY for some possible solutions. Here's what I've attempted. Again, any help would be hot. Perso ... |
Topic: %concat and quotes/#query problem |
Drewbie
Replies: 4
Views: 3979
|
Forum: CMUD General Discussion Posted: Sun Nov 27, 2011 6:23 pm Subject: %concat and quotes/#query problem |
thanks for the respons, though neither of these suggestions worked for me. Honestly, I am only used to coding very basic things. This is my first step into using the database at all and most of thes ... |
Topic: %concat and quotes/#query problem |
Drewbie
Replies: 4
Views: 3979
|
Forum: CMUD General Discussion Posted: Sun Nov 27, 2011 7:27 am Subject: %concat and quotes/#query problem |
#QUERY %concat("((&MobName=",$quest_mob,") && (&Area=",$quest_area,"))") All
so, this obviously does not work because the search is not surrounded by quotes. I can not figure out h ... |
|