PDA

View Full Version : GrapeSoda's OverNight Auto Alc BETA 1.0



ilikegrapesoda72
01-05-2007, 12:05 PM
Closed - Sorry

amned92
01-05-2007, 09:51 PM
Not that I am criticizing you but I would like to recommend using some randomness on how long you wait between doing one thing and another. Like instead of doing

CastSpell(29);
wait(250);
UseItem(1);

do something like this

CastSpell(29);
wait(250+random(75));
UseItem(1);

And one last thing, try including {.include SRL/SRL/extended/xText.Scar} and then instead of doing DisguiseScar do RandomDisguise. It will randomly choose a name for it to disguise Scar with.

ilikegrapesoda72
01-06-2007, 03:16 AM
So what do you think now? Does it look decent at all =S

Edit: By the way criticize me a lot, I need feedback!