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?
auto trade buy macro problem
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.
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.
-
- Been there done that!
- Posts: 118
- Joined: 19 Sep 2011, 07:30
- Noob?: Yes
Re: auto trade buy macro problem
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 !
-
- Human
- Posts: 49
- Joined: 01 Oct 2012, 20:20
- Noob?: No
Re: auto trade buy macro problem
rocknroll wrote:bcause run-once 1 has no releaseCode: 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


-
- Human
- Posts: 49
- Joined: 01 Oct 2012, 20:20
- Noob?: No
Re: auto trade buy macro problem
another thing, after it dies. It will just make chatroom even if it is not on it's correct coordinates 
