Step 7 outlines how to get coordinates, but i am not sure about getting coordinates based off the location of your cursor. If you are using GWtoolbox you can see your character's current coordinates in real time.
Derv Bot by The Sav3r ==> Fully working
Build : iboga > Ogajgop5qSmXqiENAAsXAAAAAAA
kebob > Ogek8Jp4Kzqk513m2Vz1AGC0MJ7F
salad > Ogajgop5qSmXqiENAAsXAAAAAAA
cof > OgCjkqqLrSihdftXYijhOXhX0kA (
I don't know if it's normal that the bot only takes care of making the 1st group)
build for iboga is doubled in this post. what is the skale farm build?
I'm just coming back to the game after quite some time off. I've got this old rit dust farm bot, but I'm unsure what's wrong with it. It seems like it doesn't inject properly, in that I can choose the character I want to use for the farm, and the GUI updates as if the bot has started, but the character doesn't move, and there are no error messages for me to work from.
I don't know much about coding/writing scripts, but I'm super willing to learn if someone wants to help me out.
I'm just coming back to the game after quite some time off. I've got this old rit dust farm bot, but I'm unsure what's wrong with it. It seems like it doesn't inject properly, in that I can choose the character I want to use for the farm, and the GUI updates as if the bot has started, but the character doesn't move, and there are no error messages for me to work from.
I don't know much about coding/writing scripts, but I'm super willing to learn if someone wants to help me out.
Thanks in advance!
Try this and let me know! I couldn't test it myself since i don't have a character that can do this farm.
Hi, i have a little question about the vaettir bot on the first page.
Does this part work ?
vaettir-v0.3.au3 -> 1265
Code:
Func CanSell($aItem)
Local $LMODELID = DllStructGetData($aItem, "ModelID")
Local $LRarity = GetRarity($aItem)
; Local $Requirement = GetItemReq($aItem)
Local $IsCaster = IsPerfectCaster($aItem)
Local $IsStaff = IsPerfectStaff($aItem)
Local $IsShield = IsPerfectShield($aItem)
Local $IsRune = IsRareRune($aItem)
Local $Type = DllStructGetData($aItem, "Type")
Local $NiceMod = IsNiceMod($aItem)
If $lModelID == $Item_ID_Glacial_Stones Then Return False
Switch $IsRune
Case True
Return False
EndSwitch