|
You last visited: Today at 00:29
Advertisement
Vaettir Bot V0.2
Discussion on Vaettir Bot V0.2 within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.
09/16/2020, 13:38
|
#31
|
elite*gold: 0
Join Date: Oct 2012
Posts: 12
Received Thanks: 1
|
TY for the answer, but the one you talk about fail in render mode, i don't know why
|
|
|
09/17/2020, 17:50
|
#32
|
elite*gold: 0
Join Date: Jul 2008
Posts: 78
Received Thanks: 12
|
the same goes for all bot i believe. Just don't disable rendering^^
|
|
|
10/07/2020, 16:05
|
#33
|
elite*gold: 0
Join Date: Jul 2019
Posts: 11
Received Thanks: 0
|
How do I run this bot?
How do I run this bot? Is there any guide on this forum for running them?
Thanks in advance.
|
|
|
10/07/2020, 16:30
|
#34
|
elite*gold: 0
Join Date: Apr 2016
Posts: 313
Received Thanks: 166
|
Quote:
Originally Posted by xamkta
How do I run this bot? Is there any guide on this forum for running them?
Thanks in advance.
|
Install AutoIt launch the file script in 86x
But be aware if you have 0 clue there could be maleware in the files so if you want to be save go into a VM and keep your account save
|
|
|
10/15/2020, 04:35
|
#35
|
elite*gold: 0
Join Date: Aug 2014
Posts: 6
Received Thanks: 0
|
OP can you release a version that supports Ele/Me?
Like in the video.
Is anyone aware of a bot that supports ele for legendary survivor?
|
|
|
10/17/2020, 13:33
|
#36
|
elite*gold: 0
Join Date: Oct 2020
Posts: 10
Received Thanks: 0
|
hey guys.
I tried your bot.. amazing... no words.
But... donc you think we can get ban for using it ?
Do you use it on your main account or on alt account only ?
do we have a recent report ? I found the topic that speak about several years ago...
Thanks again
|
|
|
10/17/2020, 14:25
|
#37
|
elite*gold: 0
Join Date: Apr 2016
Posts: 313
Received Thanks: 166
|
Quote:
Originally Posted by youallcheat
hey guys.
I tried your bot.. amazing... no words.
But... donc you think we can get ban for using it ?
Do you use it on your main account or on alt account only ?
do we have a recent report ? I found the topic that speak about several years ago...
Thanks again
|
you are always in danger of getting banned if you bot
if you wanna stay more save there are simple rules:
not more than 2 Acc for ea IP
don't bot for a longer time (12h +)
don't use public scripts
Use dis changer & random pathing
don't bot PVP
|
|
|
10/20/2020, 02:48
|
#38
|
elite*gold: 0
Join Date: Nov 2015
Posts: 18
Received Thanks: 4
|
the v0.3 works great. i've made some little changes where I wanted to, but the one thing I still can't figure out is how to script storing golds that have a q8 stat on them. I don't need to store all the other junk, but in case there happens to drop a q8, I'd like to save it
any idea how to code it? I tried years ago when I was playing to no avail. thought I'd ask now that I'm messing around again
|
|
|
10/20/2020, 11:11
|
#39
|
elite*gold: 0
Join Date: Apr 2016
Posts: 313
Received Thanks: 166
|
Quote:
Originally Posted by timtimcharoo
the v0.3 works great. i've made some little changes where I wanted to, but the one thing I still can't figure out is how to script storing golds that have a q8 stat on them. I don't need to store all the other junk, but in case there happens to drop a q8, I'd like to save it
any idea how to code it? I tried years ago when I was playing to no avail. thought I'd ask now that I'm messing around again
|
here an example for shields with max armor .. but there are no q8 in hm anyway ^^
Code:
Case $TYPE_SHIELD
If $aReq = 9 And GetItemMaxDmg($aItem) = 16 Then ; Req8 Shields
Return False
ElseIf $aReq = 8 And GetItemMaxDmg($aItem) = 16 Then ; Req8 Shields
Return False
ElseIf $aReq = 7 And GetItemMaxDmg($aItem) = 15 Then ; Req7 Shields
Return False
ElseIf $aReq = 6 And GetItemMaxDmg($aItem) = 14 Then ; Req6 Shields
Return False
ElseIf $aReq = 5 And GetItemMaxDmg($aItem) = 13 Then ; Req5 Shields
Return False
ElseIf $aReq = 4 And GetItemMaxDmg($aItem) = 12 Then ; Req4 Shields
Return False
EndIf
|
|
|
10/20/2020, 13:57
|
#40
|
elite*gold: 0
Join Date: Nov 2015
Posts: 18
Received Thanks: 4
|
ah right i forgot about that. i got a q8/16 shield from a killroy once and by luck happened to see it in the inventory before it autosold
|
|
|
10/20/2020, 14:08
|
#41
|
elite*gold: 0
Join Date: Feb 2012
Posts: 32
Received Thanks: 4
|
Hey guys, i'm having an issue with the bot not selling anything and thus having the inventory full all the time.
What shoud I do to fix it?
Edit: i fixed it by leaving my guild, as when in the guild hall my char was heading to the rune merchant and not merchant.
How should i fix it when still in the guild?
|
|
|
10/20/2020, 14:45
|
#42
|
elite*gold: 0
Join Date: Apr 2016
Posts: 313
Received Thanks: 166
|
Quote:
Originally Posted by poalagra_t
Hey guys, i'm having an issue with the bot not selling anything and thus having the inventory full all the time.
What shoud I do to fix it?
Edit: i fixed it by leaving my guild, as when in the guild hall my char was heading to the rune merchant and not merchant.
How should i fix it when still in the guild?
|
Check if your bot recognizes which guild he is in - if he runs to the wrong merchant he probably has the wrong pathing for your GH - This is what i use for Aftercare
Code:
Func Inventory()
Out("Travel to Guild Hall")
TravelGH()
WaitMapLoading()
Out("Checking Guild Hall")
CheckGuildHall()
Merchant()
Out("Identifying")
Ident(1)
Ident(2)
Ident(3)
;~ Ident(4)
Out("Selling")
Sell(1)
Sell(2)
Sell(3)
;~ Sell(4)
If GetGoldCharacter() > 80000 Then
Out("Depositing Gold")
DepositGold()
EndIf
Sleep(GetPing()+1000)
If GetGoldCharacter() > 80000 Then
Out("Buying Rare Materials")
RareMaterialTrader()
EndIf
Chest()
StoreGolds()
LeaveGH()
WaitMapLoading()
EndFunc
|
|
|
10/20/2020, 16:43
|
#43
|
elite*gold: 0
Join Date: Feb 2012
Posts: 32
Received Thanks: 4
|
Quote:
Originally Posted by Restia Ashdoll
Check if your bot recognizes which guild he is in - if he runs to the wrong merchant he probably has the wrong pathing for your GH - This is what i use for Aftercare
Code:
Func Inventory()
Out("Travel to Guild Hall")
TravelGH()
WaitMapLoading()
Out("Checking Guild Hall")
CheckGuildHall()
Merchant()
Out("Identifying")
Ident(1)
Ident(2)
Ident(3)
;~ Ident(4)
Out("Selling")
Sell(1)
Sell(2)
Sell(3)
;~ Sell(4)
If GetGoldCharacter() > 80000 Then
Out("Depositing Gold")
DepositGold()
EndIf
Sleep(GetPing()+1000)
If GetGoldCharacter() > 80000 Then
Out("Buying Rare Materials")
RareMaterialTrader()
EndIf
Chest()
StoreGolds()
LeaveGH()
WaitMapLoading()
EndFunc
|
thanks, i will try this, i'm no programmer so it could take some time haha
other issue I noticed, since i'm no longer in a guild, it's sometimes talking to Longeye instead of the merchant.
Is this related to this issue ?
|
|
|
10/20/2020, 17:34
|
#44
|
elite*gold: 0
Join Date: Oct 2020
Posts: 10
Received Thanks: 0
|
hey guys, it seems like sometime you can fail to -60%.
In this case, the bot keep going on its routines, but your character do not move (at -60%, you have to go back to city).
Is there a way to go back to town if this happens ?
btw with only 11 in shadow, it also seems that you can get hexed (mobs have like 0.2 seconds to cast it for the last sf use). I use to play with 12 and less in dom. That works the same for the killing phasis.
sorry for my english.....
Thanks
|
|
|
10/31/2020, 10:49
|
#45
|
elite*gold: 0
Join Date: Jun 2020
Posts: 13
Received Thanks: 0
|
Hello people,
can someone explain me how i can Edit the Script that the Bot does not pick up Blue and Purple Items?
Thanks in advance
|
|
|
 |
|
Similar Threads
|
[Buying] Vaettir Bot, LDoA bot
06/25/2017 - Guild Wars Trading - 2 Replies
Hello e*pvpers!
I would like to buy good vaettir bot which have :
*mode for identify golds or store golds in depo,
* salvage white,blue and purple items, lodestones and store materials in depo after full iventory etc,
* salvage after run in Bjora Marches and after he go to farm more.
* pick only black and white dye
* pick event items
* selling items to merchant (golds )
|
[Selling] Presearing Bot(s) + Vaettir Farm Bot
07/12/2016 - Guild Wars Trading - 14 Replies
CLOSE Please
|
WTS Vaettir Bot [Vbot]
07/14/2011 - Guild Wars Trading - 40 Replies
English
hello guys :D
Here I would like to sell my self-made Vaettir Bot (Vbot)
The bot is very safe , stable and I offer a good support.
As Payment I accept Ectos and Paypal.
The price is 30 ectos for the bot +1 charcter.
If you want to run this bot on more than 1 charcter then you have to pay 10 ectos extra for every char.
For example: You want to run 4 charcters. Then you have to pay 30 ectos for the bot+1char and 30ectos extra (10 for every char)
|
Vaettir Bot...NEED HELP beim coden
11/22/2008 - General Coding - 1 Replies
Skillung ist:
1. Glyphe der Schnelligkeit
2.Tödliches Paradoxon
3.Schattenform
4.Ich bin Unaufhaltbar
8.Rückkehr
Der bot startet vor den bjora sümpfen
Gegenstandanvisieren liegt auf "ö"
und Gegenstand ablegen auf "b"
|
All times are GMT +1. The time now is 00:29.
|
|