PDA

View Full Version : What scirpt to make?



Troll
12-23-2010, 06:02 PM
Im going to try and make my frist scirpt, i have made stuff before but never finished them :( So i'm asking what dont we have that you would like ?
I dont care if its hard or easy i will give it my best shot.

It must be free to play, and fit in with my stats,

Atk 26
Str 36
Def 24
Range 4
Magic 29
Runecarfting 61
Mining 77
Fishing 77
woodcutting 75
smithing 51

So idea's?
:)

E: Oh and cant be done by MSI as they as so much better then me :p and no one will use it :p

**BANNED The Man
12-23-2010, 07:14 PM
Anywhere Chicken Killer? :D

-Boom

Troll
12-23-2010, 07:27 PM
Yeah, good idea thanks :), shame its not a good money maker

TomTuff
12-23-2010, 07:45 PM
AK Smither, Any type of runecrafter

BraK
12-23-2010, 07:46 PM
Funny note think Evilchicken made one of the logest standing script and it was a Chicken killer. Trully If your making your first script just doing something easy even if its been done is progress. We learn by doing and repetition. You get better at scripting by scripting. Good Luck on the Script :)

~BraK

Troll
12-23-2010, 07:53 PM
Thanks :) im trying to make a chicken fighter now.
Also a quick question no point in thread, how could i find if im in a fight? Or should i just Wait(RandomRange(1250,5550))? Thanks

RISK
12-23-2010, 08:01 PM
You could use reflection and do this:

procedure CheckFight;
begin
if (GetAnimation) > 0 then
begin
end else
end;


That wouldn't really properly work, but it is something to look at and find a way to use it.


Thanks :) im trying to make a chicken fighter now.
Also a quick question no point in thread, how could i find if im in a fight? Or should i just Wait(RandomRange(1250,5550))? Thanks

Frement
12-23-2010, 08:05 PM
Or just use srl_InFight() function.

Troll
12-23-2010, 08:14 PM
Thanks Frement :)

KingKong
12-23-2010, 11:13 PM
IMO fighting scripts are a bit complicated to do as your first scripts as they require quite a bit of failsafes, my first script was a watercrafter, second was aircrafting with tele, then i made a superheater, a cooker and then a wcer.