Jump to content

Recommended Posts

Posted

Can I get, for example, 2 scripts working simultaneously. That means, I've got a target+kill script...but I can't get my self using soulshots. I've done some attemptions though, but I ended up spamming ss. The script is used on 231b where item use has got some delay(5 secs I think). Is there any way?

 

Btw here's my script:

 

TARGET_NEAREST_NAME "SomeName"
SLEEP 10000
TARGET_NEAREST_NAME "SomeName"
TARGET_NEAREST_NAME "SomeName"
TARGET_NEAREST_NAME "SomeName"
SLEEP 10000
TARGET_NEAREST_NAME "AnotherName"
SLEEP 10000
TARGET_NEAREST_NAME "AnotherName"
TARGET_NEAREST_NAME "AnotherName"
TARGET_NEAREST_NAME "AnotherName"
TARGET_NEAREST_NAME "AnotherName"
SLEEP 10000
JUMP_TO_LINE 0

I also have another script which teleports and moves(+going back to town when dies), it works like a charm.

 

But I can't get the 1st script working with the any ss script. btw the id of the item which I want to be used is "1465".

 

Any help welcome!

 

i dont see why you would need two scripts, incorporate the soulshot script into the killing script. also your script is a little flawed to say the least, unless you are hunting certain mobs. you should go over the already written scripts, "level, level2, level3" and work from them.

 

 

Posted

because if you do not have a key, some things cannot be spammed as quick, incorporating it into a script is easy, just add a

 

WHILE

/ss here

WEND

Posted

because if you do not have a key, some things cannot be spammed as quick, incorporating it into a script is easy, just add a

 

WHILE

DO

LOOP

WEND

 

yeah its basic programming language.

Posted

basically anything can be scripted in l2.net and its not rocket science, a good way to learn as well. newcomers might get puzzled but as they look and use the scripts will understand the works of it.

Posted

yeah a good thing to do is to look at the scripts people have made and that are on the forum and to manipulate them to your needs, its what i did with the leveling script/kiting scripts i changed them to suit my needs, and worked on that until i started to become competent with the scripting. It does help if you have done some programming before though with things like Subs and defining integers etc.

Posted

I've already looked some scripts+the script commands that are posted on the official site of l2net, But i couldn't figure out how to get to work 2 scripts together. In addition, i'm spamming the target command in order to attack my bots and gain pvps.(1pvp=1adena)

Ty mpj

Posted

As i said on my first post, there's a delay of 5secs between item use and that's why i want a script to do this job...

Even if u set it to 100ms it'll take 5secs to use the same item.

Posted

I could tell you how to do it, but then you wouldn't learn anything.... I never had to spam SS but I figured it out in 3 minutes, look at the thread how to make WHILE statements, you can actually copy and paste the exact command and it would work, just need to add a few things, edit my message.. you should probably add something to delay the spamming, or else you will be spamming SS every M/S

 

And yes, this can be added to your script, while will work with your other script.

 

This here, works. You just need to figure out the second half

 

WHILE

PRINT_TEXT "This is to test, if this message is spammed then it works"

//USE_ITEM 1464

WEND

 

 

Hilltop, Slothmo added a 5 second delay for anyone that dosen't have a product key, the reason is that this way, it forces the user to spend a tiny bit of time looking at the scripting. This bot is based on scripting, if you know nothing about it then this may not be the bot for you, we are not looking for the 1000000 newbie beggars, we are looking for people that are willing to learn, be smart. You do not need to be a programmer to script, scripting is far easier and simpler, and it helps you understand "programming" if you ever decide to do exactly that.

 

The bot comes with 3 leveling scripts as well as tests, try them out let them help you. Product keys are not to make money, believe me slothmo probably worked at 50 cents an hour on this project... any one who thinks this is a money making program is wrong.

Posted

I'll edit this postwith the results as soon i get to my pc. I've seen that the delay is completely deleted from ct1 and over.

 

Tested, and it works perfectly...

Posted

I got this problemm in OOG!!

 

12:04:33 p.m. :[ERROR: GameReadThread crashed : Unable to read data from the transport connection: An established connection was aborted by the software in your host machine.

 

It got it after select my char

 

whats happening??

Posted

has this only happened once? your computer closed the connection for whatever reason, maybe lag or server crashed.

Posted

i didnt know about the 5 second delay since i've never needed to spam SS either, but i agree with everything you said, it isnt a bot for the newbies, not like walker with all the options and you click and go. But l2.net has endless possibilities due to its advanced scripting options.

Posted

yes, and the scripting engine works 1000 times faster... as well as the targeting system, if you tweak it right can be WAY faster, it can also be made to look like you are using real players, with human delays and such.

Guest
This topic is now closed to further replies.



×
×
  • Create New...