Gargaroth95
-
Posts
21 -
Joined
Reputation Activity
-
Gargaroth95 reacted to manacrazed in The proxy and you
Ordush is a god among men and has helped me out. I'm new to proxies and so I had no idea what I was doing, for anyone who finds themelves in a similar position:
First, turn on the proxy and change the type to Socks5 (Done by going clicking the profile button in top right -> my Orders -> the "eye" image next to the IP.
Then, the IP address for host name is the one of the IP you're going to use. (shown under my orders -> eye image -> manager) e.g. 171.231.67.135:39907 (example)
The port is the last set of numbers after the " : " 39907 (example)
Hope this helps someone, and thanks again Ordush for helping me out!
-
Gargaroth95 got a reaction from TheSmokie in How to let the character learn the specified Spell
Thanks!
-
Gargaroth95 reacted to eeny in Get quest item from grinding mobs
I assume you want the bot to grind mobs till it finds the item that starts a quest.
take a look at the below profile.. The first pulse is a kill and loot, however the <iscomplete> condition is:
<IsCompleteCondition>return ItemsManager.GetItemCountById(113578) >= 240;</IsCompleteCondition>
What that does is checks you bags for ITEMID- in this case 113578 and if its bigger than or equal to 240 the quest is complete.
All i would do is change the ITEM id to the quest start object and set value to =1. the next quest profile step will be to "pick up the quest" . In the Quest you need to set true "pickup from item" and add the item ID. ( pic attached).
Without doing it for you i cant give you much else- hope that helps