Search found 159 matches

by Delrayne
Tue Oct 25, 2011 6:15 pm
Forum: Help Forum
Topic: Speed of scripts
Replies: 7
Views: 4484

Re: Speed of scripts

Both scenarios loop through tables. One just uses multiple functions called in a single function and the other is just one function. I know it's hard to picture without code, and my programming grammar may be off, but in about 8 hours I can give you guys some code to look at.
by Delrayne
Tue Oct 25, 2011 3:29 pm
Forum: Help Forum
Topic: Two questions
Replies: 4
Views: 3577

Re: Two questions

Not a professional by any means but it looks to me like you need to change those send()'s to echo/cecho()'s. Send() sends commands to the game like send("kill " .. matches[2]). Echo() or cecho() just send something to the client that you want to see, it doesn't send anything to the game an...
by Delrayne
Tue Oct 25, 2011 3:16 pm
Forum: Help Forum
Topic: Speed of scripts
Replies: 7
Views: 4484

Speed of scripts

I've been tinkering with my healing functions etc... and I've devised a way to have one function check against my priorities and cure accordingly. Previously I had a function for each cure type(herb, salve, smoke, etc..) that would check it's affliction priority and cure accordingly. I would then pl...
by Delrayne
Wed Jun 08, 2011 5:41 pm
Forum: Mudlet Mapper
Topic: (mapping script) Mudlet Mapper script for Achaea/IREs
Replies: 241
Views: 281174

Re: (mapping script) Mudlet Mapper script IREs

Hey Vadi, here is my suggestion for how the who list should look, when you get around to it. Delrayne - Master Delrayne Bharathian - (15627) At the foot of a fungi l (Ithaquan Council) Nothing fancy, basically mimics whytes, but I figure since thats what the vast majority are use to, why change it. ...
by Delrayne
Wed Jun 08, 2011 2:29 pm
Forum: Help Forum
Topic: xp64 -- help?
Replies: 8
Views: 4871

Re: xp64 -- help?

tried running it under admin? right click->run as administrator.

Might not help, but worth a try.
by Delrayne
Wed Jun 08, 2011 6:23 am
Forum: Help Forum
Topic: Help with GMCP Autosipper
Replies: 3
Views: 3532

Re: Help with GMCP Autosipper

Well, I tinkered with it enough to fix the issue. Thanks anyways guys! or gals.
by Delrayne
Wed Jun 08, 2011 5:28 am
Forum: Help Forum
Topic: help! need simple alias which includes numbers
Replies: 10
Views: 6263

Re: help! need simple alias which includes numbers

^getapple (\d+)$ as the alias if (matches[2]) then send("get " .. matches[2] .. " apple) else send("get apple") end ^^^Put that in your code box. I might be wrong on the 'if' statement. Not sure whether or not if matches[2] has a value it'll equal true. I'm sure someone else...
by Delrayne
Wed Jun 08, 2011 5:22 am
Forum: Help Forum
Topic: Help with GMCP Autosipper
Replies: 3
Views: 3532

Help with GMCP Autosipper

Alright, so I've created an autosipper based off this prompt: H:363 M:418 E:1718 W:1990 X:0.36 <eb> <db> Trigger to match: ^H:(\d+) M:(\d+) E:\d+ W:\d+ X:\d+\.?\d* <([eb-]+)> <([psdbf@]*)> $ With the following Lua code to run: Delrayne_Sipping() echo("\n" .. status.current_health) -- to se...
by Delrayne
Tue Jun 07, 2011 7:11 pm
Forum: General Forum
Topic: Manual/Help Section
Replies: 1
Views: 2420

Manual/Help Section

Just curious if there will ever be a more....user friendly help section loaded into the client itself, like say Z/Cmud? Looking up solutions to your problems via search/contents seems way easier than the process now. I'm not sure if doing it this way will slow down the client any, if it does than I ...