Search found 125 matches

by Jules
Fri Dec 17, 2010 10:24 pm
Forum: Help Forum
Topic: Curing
Replies: 8
Views: 5840

Re: Curing

What I would do instead is make two tables: one to hold your list of current afflictions, and another to hold the associated cures. You may even want a third, to hold the afflictions in the order that you want them to be cured; a queue, if you were. Firstly, what I would do is create a function to i...
by Jules
Wed Dec 15, 2010 8:41 pm
Forum: Whatever
Topic: Learning proper programming with DrScheme
Replies: 2
Views: 4114

Re: Learning proper programming with DrScheme

I commend your find. This is an awesome read. Sticky plz!
by Jules
Wed Dec 08, 2010 1:35 pm
Forum: Help Forum
Topic: [SOLVED] Table Not Being Recognized in For Loop
Replies: 2
Views: 2609

Re: Table Not Being Recognized in For Loop

Ahah! Brilliant! Thank you so much!
by Jules
Wed Dec 08, 2010 7:04 am
Forum: Help Forum
Topic: [SOLVED] Table Not Being Recognized in For Loop
Replies: 2
Views: 2609

[SOLVED] Table Not Being Recognized in For Loop

Hey all. I'm rebuilding my old Lusternia system again from the ground up, this time debugging all that I can using a simple tester script that I swap code in and out for. Currently, I'm testing a function that flags certain special values, and depending on what those values are, executes a certain c...
by Jules
Thu Dec 02, 2010 2:44 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Guide to using GMCP
Replies: 9
Views: 7498

Re: Guide to using GMCP

Oo very good! Now, what did you have to do to register the gmcp.Char.Vitals event? Add in a custom event titled gmcp.Char.Vitals and bam, done? That's the only issue I'm having, other than that my parser should work. Thank you, Tsuujin! EDIT: I fixed what was wrong. There's a bug in Mudlet 1.2p6 for...
by Jules
Thu Dec 02, 2010 2:44 am
Forum: Help Forum
Topic: Guide to using GMCP
Replies: 9
Views: 5673

Re: Guide to using GMCP

Oo very good! Now, what did you have to do to register the gmcp.Char.Vitals event? Add in a custom event titled gmcp.Char.Vitals and bam, done? That's the only issue I'm having, other than that my parser should work. Thank you, Tsuujin! EDIT: I fixed what was wrong. There's a bug in Mudlet 1.2p6 for...
by Jules
Thu Dec 02, 2010 2:42 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Guide to using GMCP
Replies: 9
Views: 7498

Re: Guide to using GMCP

ACK! Double post! See below.
by Jules
Thu Dec 02, 2010 2:42 am
Forum: Help Forum
Topic: Guide to using GMCP
Replies: 9
Views: 5673

Re: Guide to using GMCP

ACK! Double post! See below.
by Jules
Thu Dec 02, 2010 1:04 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Guide to using GMCP
Replies: 9
Views: 7498

Re: Guide to using GMCP

Alright. Well, I decided to run a display(gmcp) function so I could see what sort of information was being captured from me, and there seems to be a lot! Now, I have your demo script, Vadi, from how to use ATCP appropriately and how to capture those values. I only really want the values saved in the...
by Jules
Thu Dec 02, 2010 1:04 am
Forum: Help Forum
Topic: Guide to using GMCP
Replies: 9
Views: 5673

Re: Guide to using GMCP

Alright. Well, I decided to run a display(gmcp) function so I could see what sort of information was being captured from me, and there seems to be a lot! Now, I have your demo script, Vadi, from how to use ATCP appropriately and how to capture those values. I only really want the values saved in the...