Author Topic: Level script, kill monsters to level up  (Read 11369 times)

thx to skippy for helping a bit with some concepts and helping me put it together and rudyman(for gettransform wich i could of made myself, but to lazy)

ok, so far, this only works with sword, ill be looking for other ways to get this to work

anyways here you go, you get rankings too ;d


TRY IT, AND TELL ME WHAT U WOULD LIKE TO SEE IN IT THAT I DONT ALREADY HAVE

« Last Edit: April 05, 2010, 07:54:23 AM by curse »


Curse; you seem too stupid and insignificant to make this. So stop posting other peoples stuff.

yeah, because i went to another sight which is full of aot members posting scripts, and stole it from there...please, i have no time for you idiot type posts
« Last Edit: April 03, 2010, 08:35:03 PM by curse »

yeah, because i went to another sight which is full of aot members posting scripts, and stole it from there...please, i have no time for you idiot type posts
I'd beleive you if your finger could locate the stuff button once in a while.

You type like an eleven year old. No ones going to think you're making these scripts.

so just because i dont put a capital letter, i cant script? omg omg

shows how dumb you are, im done arguing with u

As dull and illiterate as curse is, I'm well aware of his scripting abilities and I'm certain he made these scripts he posts.

Though i dont blame you for not believing he made them, I can barely understand what he writes.

so just because i dont put a capital letter, i cant script? omg omg

shows how dumb you are, im done arguing with u
Not just that, you can't even spell anything right.

Not just that, you can't even spell anything right.
And generally if you spell something wrong in a script, the whole thing breaks.

so just because i dont put a capital letter, i cant script? omg omg

shows how dumb you are, im done arguing with u
Code: [Select]
for(%i=700; %i<serverConnection.getCount(); %i++)
{
%o=serverConnection.getObject(%i);
$npc=serverConnection.getObject(%i);
if(%o.getDatablock().shapefile !$= 199.shapefile && %o.getClassName() $= "AiPlayer")
{
%npc=%o.getTransform();
if(VectorDist(%npc,%player)<50)
{
$dist=VectorDist(%npc,%player);
$mouseAble=0;
if(vectorDist(%npc,%player)<2.3)
{
$mouseAble=1;
}
addArray();
break;
}
}
else
{
$mouseable=0;
}
}
$loop=schedule(1000,0,"findAi","");
}
What if Badspot changes the amount of datablocks? The 700 would no longer be valid.

Curse can script.

So dont forget on him bitches

Curse can script.

So dont forget on him bitches
I would call that crapscripting.

Curse, you really need to learn how to use TAB. Your scripts are awful to look at. Also, using a datablock's number is a richard move, you should just check if it's an AIPlayer instead.

is this the one Herb used? that made my head boom

is this the one Herb used? that made my head boom

Herb is curse O_o