How to call AutoSell

International

Moderator: Moderators

Message
Author
Darksin
Noob
Noob
Posts: 13
Joined: 07 Nov 2017, 15:50
Noob?: Yes

How to call AutoSell

#1 Post by Darksin »

Hi,

I'm Writing a macro to complete the novice ground and i cant find a good way to trigger the autosell to complete the merchant quest.

Any help is appreciated.

heres the part of the code i wrote so far.

Code: Select all

   pause @rand(3,4)
   do conf route_randomWalk 0
   pause 1
   do conf attackAuto 0
   pause 1
   do conf itemsTakeAuto 0
   pause @rand(3,4)
   do move $.map @rand(104,106) @rand(38,40)
   pause 1
   do talknpc 109 41 w1 c w1 c w1 c w1 c r0 w1 c w1 c w1 c w1 c w1 c r0 w1 c w1 c w1 c
   pause 1
   do eq @inventory (Novice Adventurer's Suit [1])
   do eq @inventory (Somber Novice Hood)
   do eq @inventory (Novice Slippers)
   do eq @inventory (Novice False Eggshell)
   do eq @inventory (Novice Cutter [3])
   do eq @inventory (Novice Guard)
   do eq @inventory (Merchant Manual)
   
   pause 1
   
   do talknpc 103 50 w2 c w2 c w2 c w2 r0 w2 c w2 r0 w2 c if ($location  !=  new_1-3)
   
   do sellAuto_npc [$.map 100 50] 
   do sellAuto 1
for now i take the quest, equip the merchat manual go to lvl 1 if not there and activate autosell

how do i call the sell function?

Glikadin
Human
Human
Posts: 29
Joined: 09 Dec 2016, 09:05
Noob?: Yes

Re: How to call AutoSell

#2 Post by Glikadin »


Post Reply