Register to post in forums, or Log in to your existing account
 
:
Search found 478 matches for:
Page 1 of 20 Goto page 1, 2, 3 ... 18, 19, 20  Next
Author Message
  Topic: Ship locator in LUA
edb6377

Replies: 3
Views: 8114

PostForum: CMUD General Discussion   Posted: Sat Mar 21, 2015 10:54 pm   Subject: Ship locator in LUA
Something like this?


iotaparam={}
iotaparam.iota = zs.param(1)
if not http then http = require("socket.http") end;
local page, retcode, header = http.requ ...
  Topic: Gmcp in Materia Magica Problem
edb6377

Replies: 12
Views: 28297

PostForum: CMUD General Discussion   Posted: Sat Apr 28, 2012 1:01 am   Subject: Gmcp in Materia Magica Problem
Thanks zugg. We are loving the addition of it to Materiamagica.
  Topic: Gmcp in Materia Magica Problem
edb6377

Replies: 12
Views: 28297

PostForum: CMUD General Discussion   Posted: Tue Feb 21, 2012 8:29 pm   Subject: Gmcp in Materia Magica Problem
Switched to INDENT 0 compacted it and it just added spaces. The spaces WERE REQUIRED to make it function in CMUD JSON without spaces failed horribly?

Take a look?
  Topic: Gmcp in Materia Magica Problem
edb6377

Replies: 12
Views: 28297

PostForum: CMUD General Discussion   Posted: Tue Feb 21, 2012 8:26 pm   Subject: Gmcp in Materia Magica Problem
Okay Zugg question for you

They changed the GMCP to send as below in non compact format with space. This immediately fixed the issue. Concern being why in CMUD is that required and secondly why d ...
  Topic: Gmcp in Materia Magica Problem
edb6377

Replies: 12
Views: 28297

PostForum: CMUD General Discussion   Posted: Tue Feb 21, 2012 4:32 am   Subject: Gmcp in Materia Magica Problem
0.1058 | <IAC><SB><201>room.info{"num":225834,"name":"The Arches of Rune Estates East","zone":"Rune Estates"," ...
  Topic: CMUD PRO 3.34 --> Trigger States
edb6377

Replies: 7
Views: 13987

PostForum: CMUD General Discussion   Posted: Fri Feb 17, 2012 3:13 am   Subject: CMUD PRO 3.34 --> Trigger States
I will try.. i have not tried that way but it seems to locally when i import my backup
  Topic: Package Library - Install vs Update
edb6377

Replies: 3
Views: 6410

PostForum: CMUD General Discussion   Posted: Fri Feb 17, 2012 3:12 am   Subject: Package Library - Install vs Update
I second this
  Topic: CMUD PRO 3.34 --> Trigger States
edb6377

Replies: 7
Views: 13987

PostForum: CMUD General Discussion   Posted: Thu Feb 16, 2012 1:37 am   Subject: CMUD PRO 3.34 --> Trigger States
unfortunate because my packages depend on them greatly and so they only work for me :(
  Topic: CMUD PRO 3.34 --> Trigger States
edb6377

Replies: 7
Views: 13987

PostForum: CMUD General Discussion   Posted: Tue Feb 14, 2012 11:54 pm   Subject: CMUD PRO 3.34 --> Trigger States
My package is fine.. but no matter which package it is if i create a trigger with trigger states and upload it to the library and then download it to a new pc poof goes the states.. I am like wtf.. :( ...
  Topic: CMUD PRO 3.34 --> Trigger States
edb6377

Replies: 7
Views: 13987

PostForum: CMUD General Discussion   Posted: Tue Feb 14, 2012 7:20 pm   Subject: CMUD PRO 3.34 --> Trigger States
I create a package that has all the states and configuration I want.

When i upload it to the file library all appears well.

I then travel to work, Download the package I uploaded and all #COND ...
  Topic: Gmcp in Materia Magica Problem
edb6377

Replies: 12
Views: 28297

PostForum: CMUD General Discussion   Posted: Thu Feb 09, 2012 7:29 am   Subject: Gmcp in Materia Magica Problem
When we do this in cmud 3.24 pro its

gmcp: {
char: {
clan: Alyriae","clanalliancemembersince":1265768089,"clanhonorific":"Adeptus Major","clanmembersince":1264897563,"clansecurity":"seti ...
  Topic: CMUD Plugins - SDK
edb6377

Replies: 3
Views: 7030

PostForum: CMUD General Discussion   Posted: Thu Feb 09, 2012 5:21 am   Subject: CMUD Plugins - SDK
create plugins that render things in a visual manner that packages do not allow based on the capabilities provided or to expand upon the to directly integrate with outside data sources, testing enviro ...
  Topic: #MXP and URL/color ISSUE
edb6377

Replies: 8
Views: 15087

PostForum: CMUD General Discussion   Posted: Mon Feb 06, 2012 3:09 pm   Subject: #MXP and URL/color ISSUE
okay guys i think i got this one. The only time i had this problem is when i called a trigger and then use #SHOW or #MXP with mxp commands. #SUB MXP Command works fine however. So until Zugg takes ...
  Topic: CMUD Plugins - SDK
edb6377

Replies: 3
Views: 7030

PostForum: CMUD General Discussion   Posted: Mon Feb 06, 2012 2:06 pm   Subject: CMUD Plugins - SDK
Zugg,

Any news on when will be able to begin building plugins for CMUD? or do i miss something?

Thanks
  Topic: Gathering data from website
edb6377

Replies: 6
Views: 13514

PostForum: CMUD General Discussion   Posted: Tue Jan 31, 2012 12:16 am   Subject: Gathering data from website
Ixy here is a more real example


$char=%1
$u=%url(%concat("http://annwn.info/player/",$char))
$page=$u.Get
#CALL %regex($page,%concat("&l ...
  Topic: Gathering data from website
edb6377

Replies: 6
Views: 13514

PostForum: CMUD General Discussion   Posted: Sat Jan 28, 2012 10:51 am   Subject: Gathering data from website
ixy,

i know this is an older topic but cmud pro has support for %url that might help

i.e.

i used the following to find the link to the search box and iterate through the pages.


$char=% ...
  Topic: [3.24]Bug with <image>?
edb6377

Replies: 15
Views: 35536

PostForum: CMUD Beta Forum   Posted: Sat Jan 28, 2012 6:09 am   Subject: This should work
This one should work in general. Just remove the switches you don't want :)


#SWITCH (%lower(%1)) ("clan") {
$locale=%replace(%-2," ", &q ...
  Topic: #MXP and URL/color ISSUE
edb6377

Replies: 8
Views: 15087

PostForum: CMUD General Discussion   Posted: Wed Jan 18, 2012 8:27 pm   Subject: #MXP and URL/color ISSUE
when typing manually it does not break

When using in a trigger it breaks

Original
<<V Hp>561</V>hp <V Sp>520</V>sp <V St>550</V>st>

After Trigger
& ...
  Topic: #MXP and URL/color ISSUE
edb6377

Replies: 8
Views: 15087

PostForum: CMUD General Discussion   Posted: Wed Jan 18, 2012 8:23 pm   Subject: #MXP and URL/color ISSUE
lol nope it returned on next logon with it still disabled. It must disable something else that is re-enabled on session reconnect.
  Topic: #MXP and URL/color ISSUE
edb6377

Replies: 8
Views: 15087

PostForum: CMUD General Discussion   Posted: Mon Jan 16, 2012 10:52 pm   Subject: #MXP and URL/color ISSUE
Interestingly enough if i turn off the system entity <stat the problem disappears.. I will play with it some more to be sure.
  Topic: #MXP and URL/color ISSUE
edb6377

Replies: 8
Views: 15087

PostForum: CMUD General Discussion   Posted: Thu Jan 12, 2012 7:14 am   Subject: #MXP and URL/color ISSUE
Okay let me give that a go and see what i get.
  Topic: #MXP and URL/color ISSUE
edb6377

Replies: 8
Views: 15087

PostForum: CMUD General Discussion   Posted: Tue Jan 10, 2012 1:02 am   Subject: #MXP and URL/color ISSUE
#MXP <color white><a @questurl >Here</a></color>

or

#MXP This is a <a 'http://www.zuggsoft.com' 'Zugg Software'>hyperlink</a>

makes my mud end up from ...
  Topic: Materia Magica
edb6377

Replies: 9
Views: 19406

PostForum: zMUD General Discussion   Posted: Thu Nov 05, 2009 6:39 pm   Subject: Materia Magica
haha.. yeah :P im a bit slow ;D...

Zmud is still the only one i can get the mapper to work properly in Materia Magica though. Cmud still gives me problems
  Topic: Materia Magica
edb6377

Replies: 9
Views: 19406

PostForum: zMUD General Discussion   Posted: Thu Nov 05, 2009 3:13 pm   Subject: Materia Magica
I mapped all of alyria with no problems or performance just by jumping between zones. I am not going to say its the bees knees in performance but its certainly not lagging.
  Topic: [1.03] Variable Expansion in Substitute command
edb6377

Replies: 8
Views: 11505

PostForum: CMUD Beta Forum   Posted: Wed Nov 04, 2009 10:38 pm   Subject: [1.03] Variable Expansion in Substitute command
is this still broken?
 
Page 1 of 20 Goto page 1, 2, 3 ... 18, 19, 20  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net