Author |
Message |
Topic: VT102 support |
Khana
Replies: 21
Views: 9634
|
Forum: CMUD General Discussion Posted: Sun Jul 19, 2009 5:55 pm Subject: VT102 support |
I appreciate the effort Zugg. Thanks! |
Topic: VT102 support |
Khana
Replies: 21
Views: 9634
|
Forum: CMUD General Discussion Posted: Sun Jul 19, 2009 4:55 am Subject: VT102 support |
I've done a quick reinstallation and I am experiencing the same random bleeds. Should I attempt to completely uninstall then reinstall the client? |
Topic: VT102 support |
Khana
Replies: 21
Views: 9634
|
Forum: CMUD General Discussion Posted: Sun Jul 19, 2009 4:50 am Subject: VT102 support |
For me it's precisely the same issue.. I'll try reinstalling the software, it took a long time to load so something may have gone awry.
Sorry about the vague description. |
Topic: VT102 support |
Khana
Replies: 21
Views: 9634
|
Forum: CMUD General Discussion Posted: Sun Jul 19, 2009 3:14 am Subject: VT102 support |
It doesn't appear as if 3.09 has fixed the VT102 color issue. |
Topic: VT102 support |
Khana
Replies: 21
Views: 9634
|
Forum: CMUD General Discussion Posted: Thu Jul 09, 2009 5:01 pm Subject: VT102 support |
Updated and tried again. Same issues but this time I sent the error reports. There's quite a few. |
Topic: VT102 support |
Khana
Replies: 21
Views: 9634
|
Forum: CMUD General Discussion Posted: Thu Jul 09, 2009 3:47 pm Subject: VT102 support |
Recently our MUD's project has involved some VT102 on a test port of ours and we're encountering some issues specifically with CMUD.
Testing on Putty or older versions of ZMUD appear to render no n ... |
Topic: Simple question! |
Khana
Replies: 9
Views: 4770
|
Forum: CMUD General Discussion Posted: Mon May 18, 2009 6:25 pm Subject: Simple question! |
That did the trick, appreciate it. |
Topic: Simple question! |
Khana
Replies: 9
Views: 4770
|
Forum: CMUD General Discussion Posted: Mon May 18, 2009 5:48 pm Subject: Simple question! |
Whoa, so setting all my triggers to define my variables by 1.00 works, but now when the math is done it rounds to about eight places. Anyone know a way to just make it to the hundredths place? |
Topic: Simple question! |
Khana
Replies: 9
Views: 4770
|
Forum: CMUD General Discussion Posted: Mon May 18, 2009 5:42 pm Subject: Simple question! |
Changing the order of the equation so that it multiplied before diving worked.
I am dividing by variables, so where in the stage do I add .00? in the triggers that set the variables, or ((@myvar.0 ... |
Topic: Simple question! |
Khana
Replies: 9
Views: 4770
|
Forum: CMUD General Discussion Posted: Mon May 18, 2009 5:21 am Subject: Simple question! |
Now, does anyone know how to force cmud to deal with things in the decimal places? |
Topic: Simple question! |
Khana
Replies: 9
Views: 4770
|
Forum: CMUD General Discussion Posted: Mon May 18, 2009 4:43 am Subject: Simple question! |
That did the trick, thanks alot.
So when looking for percentages I just have to multiply everything by 100 before hand :P |
Topic: Simple question! |
Khana
Replies: 9
Views: 4770
|
Forum: CMUD General Discussion Posted: Mon May 18, 2009 3:45 am Subject: Simple question! |
I'm attempting to find the average of some variables, I'm going about it like so
#math totalpercfail (((@totalnone+@totalfade+@totalblow)/@totalchant)*100)
The *100 is because I figured it may r ... |
Topic: Noob question |
Khana
Replies: 3
Views: 2362
|
Forum: CMUD General Discussion Posted: Tue Mar 03, 2009 1:44 pm Subject: Noob question |
It appears to be working now, thanks. |
Topic: Noob question |
Khana
Replies: 3
Views: 2362
|
Forum: CMUD General Discussion Posted: Tue Mar 03, 2009 1:26 pm Subject: Noob question |
#SWITCH ((@emergency = yes) and (@combat = yes)) {#3 ~~;#3 flee}
((@emergency = yes) and (@combat = no)) {c gate fuyu}
( ... |
Topic: Noob question |
Khana
Replies: 3
Views: 2362
|
Forum: CMUD General Discussion Posted: Tue Mar 03, 2009 12:38 pm Subject: Noob question |
What is not equals? I'm used to !=, but that doesn't appear to work in zscript. |
Topic: Infinite loop toggle? |
Khana
Replies: 14
Views: 6315
|
Forum: CMUD General Discussion Posted: Mon Mar 02, 2009 5:45 pm Subject: Infinite loop toggle? |
Not sure what you're asking - please clarify. Don't use words like "manually", explain exactly what you're pressing or typing or whatever.
Well, I meant I was typing return, then a few spaces a ... |
Topic: Infinite loop toggle? |
Khana
Replies: 14
Views: 6315
|
Forum: CMUD General Discussion Posted: Mon Mar 02, 2009 4:01 pm Subject: Infinite loop toggle? |
Interesting. That only just occurred to me since I realized the trigger was self-sustaining.
Thanks again. |
Topic: Infinite loop toggle? |
Khana
Replies: 14
Views: 6315
|
Forum: CMUD General Discussion Posted: Mon Mar 02, 2009 3:38 pm Subject: Infinite loop toggle? |
Hm, I appreciate the formatting for me, but I still can't figure out how to do it manually. Does the entire script have to be formatted the same in order for it to compile? So that when I'm in the m ... |
Topic: Infinite loop toggle? |
Khana
Replies: 14
Views: 6315
|
Forum: CMUD General Discussion Posted: Mon Mar 02, 2009 2:12 pm Subject: Infinite loop toggle? |
Thanks Gamma, that explains alot.
Here's the new alias:
#SWITCH ((@mana > 10) and (@frenzy = no)) {c frenzy} ((@lkicks = no) and (@mana > ... |
Topic: Infinite loop toggle? |
Khana
Replies: 14
Views: 6315
|
Forum: CMUD General Discussion Posted: Mon Mar 02, 2009 2:08 pm Subject: Infinite loop toggle? |
I've made the recommended alteration:
#alarm +5 {buffupkeep}
However now it seems like every other iteration it doubles the command.
c talons
c talons
c talons
(Changed to #alarm 5 {b ... |
Topic: Infinite loop toggle? |
Khana
Replies: 14
Views: 6315
|
Forum: CMUD General Discussion Posted: Mon Mar 02, 2009 2:02 pm Subject: Infinite loop toggle? |
What's the fundamental difference in wait and alarm? |
Topic: Infinite loop toggle? |
Khana
Replies: 14
Views: 6315
|
Forum: CMUD General Discussion Posted: Mon Mar 02, 2009 6:12 am Subject: Infinite loop toggle? |
I have an alias that intentionally runs on an infinite loop, resetting itself with a wait timer every 5 seconds. However every now and then the client will come up with an error, notifying me of the ... |
Topic: New to running operations |
Khana
Replies: 7
Views: 3205
|
Forum: CMUD General Discussion Posted: Sat Feb 28, 2009 7:33 pm Subject: New to running operations |
Thanks Rahab, I'll look into the #switch command |
Topic: New to running operations |
Khana
Replies: 7
Views: 3205
|
Forum: CMUD General Discussion Posted: Fri Feb 27, 2009 12:09 am Subject: New to running operations |
Okay, I figured out everything for the trigger that defines what geomancer weapon I'm holding, thanks alot! I'll try and use the same command for figuring out which alias I have to use to re-equip my ... |
Topic: New to running operations |
Khana
Replies: 7
Views: 3205
|
Forum: CMUD General Discussion Posted: Fri Feb 27, 2009 12:05 am Subject: New to running operations |
Okay so my understanding so far is that iskey checks the things within the ()'s to see if %1 matches a line in "Weapontypes," if it does, it changes geoweapon to %1? |
|