Author |
Message |
Topic: zmud windows 10 |
Kuga
Replies: 8
Views: 27898
|
Forum: zMUD General Discussion Posted: Sun Nov 15, 2015 2:50 pm Subject: zmud windows 10 |
I have it working on Win 10 Pro. I noticed the latest windows update messed up the SQLite.dll, so I rolled back the changes and reinstalled without issue. I then disabled updates for the time being. |
Topic: How do you stop triggers spamming |
Kuga
Replies: 3
Views: 6832
|
Forum: zMUD General Discussion Posted: Mon Oct 26, 2009 1:53 am Subject: How do you stop triggers spamming |
You could have one trigger that has a counter, let's say variable x. Variable x increments each time the case is hit. Once x reaches five then you do the command and reset x to zero.
Pseudo Code:
... |
Topic: zMUD DB Insert Question |
Kuga
Replies: 1
Views: 5611
|
Forum: zMUD General Discussion Posted: Mon Oct 19, 2009 10:55 pm Subject: zMUD DB Insert Question |
I found a solution using an Access Database and ADO, but still I would like to do this in one line versus what I am doing below for up to eight inserts.
#if (%len( @MobListing.1) &l ... |
Topic: zMUD DB Insert Question |
Kuga
Replies: 1
Views: 5611
|
Forum: zMUD General Discussion Posted: Sun Oct 18, 2009 9:45 pm Subject: zMUD DB Insert Question |
I have been attempting to generate an automatic entry of where people or mobs are based upon a where statement. The database was generated in zMUD and sometimes I can get it to insert the values from ... |
Topic: SQL Server |
Kuga
Replies: 14
Views: 28769
|
Forum: zMUD General Discussion Posted: Sun Mar 19, 2006 11:36 pm Subject: SQL Server |
I did try something similar to your above idea, but I had issues since I did not set the execute to a string. Thus the @varName would work, but what I had the most success with was this. It also took ... |
Topic: SQL Server |
Kuga
Replies: 14
Views: 28769
|
Forum: zMUD General Discussion Posted: Fri Mar 17, 2006 5:57 pm Subject: SQL Server |
I was messing around with sending variables with an insert or stored procedure, currently not working 100% where I want it. I am probably missing the syntax required for it.
Insert into #CALL @ADOC ... |
Topic: SQL Server |
Kuga
Replies: 14
Views: 28769
|
Forum: zMUD General Discussion Posted: Thu Mar 16, 2006 1:09 pm Subject: SQL Server |
Thanks for the examples/code Rainchild, I hope to get some time to mess with this on Friday. |
Topic: SQL Server |
Kuga
Replies: 14
Views: 28769
|
Forum: zMUD General Discussion Posted: Wed Mar 15, 2006 8:57 pm Subject: SQL Server |
I've only scanned your post, but the answers to a question I posted a while ago may help you.
http://forums.zuggsoft.com/phpbb/viewtopic.php?t=20089
Thank you for the link, I was hoping I could ge ... |
Topic: spam proofing triggers |
Kuga
Replies: 7
Views: 12377
|
Forum: zMUD General Discussion Posted: Wed Mar 15, 2006 8:56 pm Subject: spam proofing triggers |
though i guess i could turn off the triggers to drop trash, but that would leave me stuck with items that they give me while the triggers are off. but i guess that solves the problem.. sorta.
Why ... |
Topic: SQL Server |
Kuga
Replies: 14
Views: 28769
|
Forum: zMUD General Discussion Posted: Tue Mar 14, 2006 11:33 pm Subject: SQL Server |
I attempted to convert the following with no avail. I suppose it is mostly due to me having issues with the help files in zmud.
Dim strConn As String = "File Name=F:\Zmud\test.udl"
... |
Topic: v7.13a or whatever it is error |
Kuga
Replies: 27
Views: 47540
|
Forum: zMUD General Discussion Posted: Sat Sep 24, 2005 12:41 am Subject: v7.13a or whatever it is error |
Works like a charm, thanks very much for following it up Zugg! I appreciate it immensely. |
Topic: v7.13a or whatever it is error |
Kuga
Replies: 27
Views: 47540
|
Forum: zMUD General Discussion Posted: Fri Sep 23, 2005 8:57 pm Subject: v7.13a or whatever it is error |
The file that was uploaded was not 7.20b, it was 7.20a as stated when I downloaded and installed it. |
Topic: v7.13a or whatever it is error |
Kuga
Replies: 27
Views: 47540
|
Forum: zMUD General Discussion Posted: Fri Sep 23, 2005 1:07 pm Subject: v7.13a or whatever it is error |
I upgraded to 7.20 and the error still exists. I have no plugins and wiped my install as well as my global.mud file. This has not worked, if you wish me to email the file to you just respond to this p ... |
Topic: v7.13a or whatever it is error |
Kuga
Replies: 27
Views: 47540
|
Forum: zMUD General Discussion Posted: Mon Jun 20, 2005 2:20 pm Subject: v7.13a or whatever it is error |
Hi Mortis, I do not use any plug ins. And to agree with SBG and what you stated, it looks like a file integrity scan. It's probably something small just fun to find. |
Topic: v7.13a or whatever it is error |
Kuga
Replies: 27
Views: 47540
|
Forum: zMUD General Discussion Posted: Sun Jun 19, 2005 3:28 pm Subject: v7.13a or whatever it is error |
I am still getting that error as well about global.mud.
I use it somewhat heavily but when I need it, I can redo the globals since I have them copied down in notepad in case I would lose them. |
Topic: v7.13a or whatever it is error |
Kuga
Replies: 27
Views: 47540
|
Forum: zMUD General Discussion Posted: Sat Jun 18, 2005 1:21 pm Subject: v7.13a or whatever it is error |
Thanks for the support Zugg :) |
Topic: v7.13a or whatever it is error |
Kuga
Replies: 27
Views: 47540
|
Forum: zMUD General Discussion Posted: Sat Jun 18, 2005 2:00 am Subject: v7.13a or whatever it is error |
downloaded it twice, no dice, still 7.13 |
Topic: v7.13a or whatever it is error |
Kuga
Replies: 27
Views: 47540
|
Forum: zMUD General Discussion Posted: Fri Jun 17, 2005 10:22 pm Subject: v7.13a or whatever it is error |
I used the check new versions and installed that way, I redownloaded the same file from the normal public downloads section and that install worked. No idea what caused that to happen, the splash scre ... |
Topic: v7.13a or whatever it is error |
Kuga
Replies: 27
Views: 47540
|
Forum: zMUD General Discussion Posted: Fri Jun 17, 2005 1:58 pm Subject: v7.13a or whatever it is error |
When I load up zmud it states that some of my global aliases/variables may have been corrupted. This was after a memory dump error after the program ended and a successful installation update from 7.1 ... |
Topic: Spammed! Need help fixing. |
Kuga
Replies: 3
Views: 5684
|
Forum: zMUD General Discussion Posted: Wed Jun 01, 2005 2:58 am Subject: Spammed! Need help fixing. |
I setup a script that provides services and lists them through tells. Now when people send me a tell it works fine, but if I get spammed (3+ tells in a row) for deliberate reasons of causing havoc, I ... |
Topic: Inventory Reporting via Tell |
Kuga
Replies: 4
Views: 8612
|
Forum: zMUD General Discussion Posted: Sat May 28, 2005 3:02 am Subject: Inventory Reporting via Tell |
I actually got it, disregard above request. |
Topic: Inventory Reporting via Tell |
Kuga
Replies: 4
Views: 8612
|
Forum: zMUD General Discussion Posted: Sat May 28, 2005 2:16 am Subject: Inventory Reporting via Tell |
Ok, I was reading a page about data manipulation and have a question.
With my above code for getting what the bag contains, I get a lot of white space, "(Humming)" and "(Glowing)". How would I use ... |
Topic: Inventory Reporting via Tell |
Kuga
Replies: 4
Views: 8612
|
Forum: zMUD General Discussion Posted: Sat May 21, 2005 1:46 am Subject: Inventory Reporting via Tell |
Thanks much, was giving me an annoying headache. |
Topic: Inventory Reporting via Tell |
Kuga
Replies: 4
Views: 8612
|
Forum: zMUD General Discussion Posted: Sat May 21, 2005 12:57 am Subject: Inventory Reporting via Tell |
Ok, this is what is going on, I have the inventory items grabbed to a variable named inventory. It contains multiple lines (rows) of data that I would like to send in one tell string.
Example of ho ... |
|