auto trade buy macro problem

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

auto trade buy macro problem

#1 Post by bellemund12 »

Hello guys,

i'll go straight to my problem about auto-trade buying bot

my bot is set to relog every 30 mins but then after it relogs, auto-trade buying will not triggered anymore
it will not make a pub chat

here's my macro.txt

automacro openchatroom {
map prontera
run-once 1
delay 2
call openchat
}

macro openchat {
do chat create "B>Ori56k,ROri11k,SDust1k,SCrumb16k" 2 0 0946
}



what should i do?
rocknroll
Been there done that!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: auto trade buy macro problem

#2 Post by rocknroll »

bcause run-once 1 has no release

Code: Select all

automacro openchatroom {
 map prontera
 run-once 1
 delay 2
 call openchat
}

macro openchat {
 do chat create "B>Ori56k,ROri11k,SDust1k,SCrumb16k" 2 0 0946
}

#Release the automacro (lock / run-once) hook ingame
automacro clrng {
hook in_game
exclusive 1
call {
	release all
	}
}
Sorry, my english is very bad !
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: auto trade buy macro problem

#3 Post by bellemund12 »

rocknroll wrote:bcause run-once 1 has no release

Code: Select all

automacro openchatroom {
 map prontera
 run-once 1
 delay 2
 call openchat
}

macro openchat {
 do chat create "B>Ori56k,ROri11k,SDust1k,SCrumb16k" 2 0 0946
}

#Release the automacro (lock / run-once) hook ingame
automacro clrng {
hook in_game
exclusive 1
call {
	release all
	}
}

wooh cool i forgot that one , ok wait i'll try :D :D
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: auto trade buy macro problem

#4 Post by bellemund12 »

another thing, after it dies. It will just make chatroom even if it is not on it's correct coordinates :oops: