Okay this is a simple matter.
You know when you slay a unicorn they drop those horns and some bones, right?
you usually just leave them on the floor.
BUT WAIT!
They are worth 1.1k-1k ea!
And sell very quickly on the forums.
They're members only but this is a very easy sounding script to make.
(I think)
But yeah.
Unicorns are level 13 and lvl i think 28 for black unicorns and it's an amazing way to make quick money if youre broke and can't merchant.
there's two good spots to gather them in non-wilderness.
One east of camelot and one south of edge, there are two unicorns.
And they are pretty close to a bank.
Also while you're at it.
There's an eye of newt buyer in the gather section of the scripts and eye opf newts are worth what..?
200-300ea on the forums.
EASY EASY $.
And besides all this.
Why hasn't someone come out with a function to switch worlds using the new natural world switcher right in the runescape window.
:/
And also I made this auto responder thingy.
useful for scripts?
I modified another auto- responder.
I think it would work well if i did it correctly.
SCAR Code:
If(GetChatMessage('macro')) or (GetChatMessage('bot')) and (GetChatMessage('autoer')) or (GetChatMessage('cheater'))then
Begin
WriteLn(''+ChatName+': '+Chat);
RandomReply:= Random(12);
Case RandomReply of
0 : Responce:= ('maybe i dont want to talk to you? huh? puc chat off...');
1 : Responce:= ('maybe i just dont like you, pub chat off');
2 : Responce:= ('.......');
3 : Responce:= ('wow.... go away pl0x');
4 : Responce:= ('how about puc chat off?');
5 : Responce:= ('GO AWAY');
6 : Responce:= ('shessh... pub chat off');
7 : Responce:= ('..... yeah okay maybe i just have my pub off.');
8 : Responce:= ('puclic chat is offffffffff');
9 : Responce:= ('....');
10 : Responce:= ('wow');
11 : Responce:= ('I hate nubbies');
End;
TypeSend(Responce);
Result:= True;
End;
End;