Odd, let's try some trace values
$mLoot = 6
$mLootOff=0
$mLootIn = Round(Random(6 - 0, 6 + 0)) ;Reset Counter (6-0=6, 6+0=6) Random(6, 6)
Can't figure out why it'd give -1.
Edit: Figured it out, Same min-max values for random returns 0. Random(1,1) and Random(2,2) etc.. Returns 0.
Last edited by S|cK; 06-17-2012 at 07:19 AM.
no matter what im changing here, nothing changes ingame.. you got the same ppl?
$attackTime = 3900 ;Time (in ms) the script will shoot sarkoth with the right button
$attackMulti = "True" ;True if you want to shoot both left and right in addition to the middle (False for Lightning Ball)
$walktime = 2800 ;Time (in ms) the script waits for you to enter and load the cellar. Slow this down for slower move speeds and loading times
$loadtime = 3400 ;Time (in ms) the script waits for the game to load before it starts pathfinding. Slow this down for slower hard drives
$tptime = 6900 ;Time (in ms) the script waits for teleport before exiting the game
thanks for your help. where exactly is the file? found something with ini in the script but guess that isnt the ini right?
edit: to i have to create the ini myself? if yes where to put this? and do i just have to copy the things in i want to change?
edit2: have it lol on desktop. sorry![]()
Last edited by botimo; 06-17-2012 at 07:34 AM.
first of all thanks to notAres and all the others that are working to make this script not only possible but incredibly good, I always had this issue with all the versions when the bot has to pick many gems it doesn't pick other items sometimes, I tried adding the multiple ALT use codes I found in this post but none of them made it stop having this problem so if someone have an idea
to fix this please share it thanks in advance.
this works so awesome with the ini.. thanks alot!!!
Hey guys just a quick question regarding the example code below:
What are the numbers 1 and 80 for?Code:ElseIf CheckFor("ExitGame", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 80) Then
I'm just trying to write another piece of code so it then checks if the banner or profile page has been accidentally clicked and opened, resulting with the script unable to find the Resume button.
Hi guys.
What i have to do when i can't change my move options?
When i press = in game, nothing happened, but script saying that his is running, and is in main menu.
Will pay someone who knows what they are doing to do this for fullscreen 1920x1080 widescreen. For whatever reason, full screened windowed won't show up in options for me. PM me and we will talk about payment.
Last edited by furiousg3orge; 06-17-2012 at 08:17 AM.
Nevermind me!
Last edited by oskarelenstedt; 06-17-2012 at 09:32 AM.
1.9.1 seems to have an issue for me regarding runs until vendor.
It starts off at 1 when my config says 5, then proceeds to vendor and every game after that the counter runs in the negative numbers.
-17 runs deep it still hadn't used a vendor function.
I ran this with a clean script from update, so I will be reverting back to 1.8 for now.