Search found 45 matches

by Skriptz
Thu Dec 22, 2011 10:40 am
Forum: Help Forum
Topic: Illusion System
Replies: 2
Views: 2730

Re: Illusion System

Thanks that works. I didn't realize that it needs to be a string with quotes otherwise it will see it as a variable and not a string.

Thanks again.
by Skriptz
Wed Dec 21, 2011 5:21 am
Forum: Help Forum
Topic: Illusion System
Replies: 2
Views: 2730

Illusion System

Okay I'm attempting to make a illusion system which isn't working out. In alias I have this varIllusion = ginseng echo("\nUsing Relapsing illusions.") In script I have this function illusion() if varIllusion == goldenseal then expandAlias("ill You shuffle your feet noisily, suddenly b...
by Skriptz
Tue Dec 13, 2011 12:36 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: mudlet video series?
Replies: 1
Views: 3297

mudlet video series?

i was thinking of doing a mudlet video series similar to what vadi has done but done differently. I was thinking of tutorials based on real situations and showing people how i make my system from the ground up in five minute lots. Would you guys be interested in something like that? It will start wi...
by Skriptz
Fri Nov 18, 2011 7:01 am
Forum: Help Forum
Topic: Monk Combo Script Help
Replies: 2
Views: 2683

Re: Monk Combo Script Help

Feel free to ignore the below. Someone already made a combo script. http://forums.mudlet.org/viewtopic.php?f=6&t=2188 I had a quick look at your script and while I can't load it to have a real good lock since my Mudlet isn't working 100% but I'll tell you how I done it which I think is alright b...
by Skriptz
Thu Nov 17, 2011 8:23 pm
Forum: Help Forum
Topic: Attempt to import locks application OSX Lion
Replies: 5
Views: 3951

Re: Attempt to import locks application OSX Lion

I have the latest 2.0-test4 and it's doing the exact same thing.
My Mac version is Mac OS X version 10.7 it was working however I think I updated a security update and it stopped working.
by Skriptz
Sun Jun 13, 2010 1:21 pm
Forum: Help Forum
Topic: Alias Problem
Replies: 3
Views: 3244

Re: Alias Problem

Probably some of your variables are nil. Try echo("\nDead:"..tostring(dead)) echo("\nAff.Anorexia:"..tostring(Aff.Anorexia)) ...etc Your a GOD Vadi. I LOVE you! I have been trying to figure out my code for 2 full days. Trying to figure out one problem that's stopping me and now ...
by Skriptz
Sun Jun 13, 2010 1:09 pm
Forum: Help Forum
Topic: Anti Illusion system. Too complex?
Replies: 3
Views: 3136

Re: Anti Illusion system. Too complex?

I guess that the first thing that I noticed was the outc.... I'm used to lusternia which is outr.... Assuming that all the commands are correct, you might want to change your send(command;command) to sendAll("command", "command") Otherwise, I don't see where your issue is. I was...
by Skriptz
Sun Jun 13, 2010 12:21 pm
Forum: Help Forum
Topic: Alias Problem
Replies: 3
Views: 3244

Alias Problem

I've created an alias with the patter ^dds$ This is it echo("\nDead:"..dead) echo("\nAff.Anorexia:"..Aff.Anorexia) echo("\nAeon:"..Aff.Aeon) echo("\nStunned:"..Aff.Stunned) echo("\nSleep:"..Aff.Sleep) echo("\nHerb:"..Balance.Herb) however I...
by Skriptz
Sun Jun 13, 2010 9:57 am
Forum: Help Forum
Topic: Anti Illusion system. Too complex?
Replies: 3
Views: 3136

Re: Anti Illusion system. Too complex?

What is wrong with this code? I tried to make it simple and it still doesn't work. I cut out the EatHerb function it doesn't work. I get rid of the starting variables and it still doesn't work. I remove all the if statements and still doesn't work. I tried using only a echo function in the function ...
by Skriptz
Sun Jun 13, 2010 4:26 am
Forum: Help Forum
Topic: Anti Illusion system. Too complex?
Replies: 3
Views: 3136

Anti Illusion system. Too complex?

Okay I have been trying this for a long while with little success. I am trying to make a curing system with several functions to make it change easier. First I check if I am afflicted by doing a diagnose using an alias "diag" Check.Diag = 1 send("diag") ResetAff() tempTimer( 2, [...