Help Me Algorit...

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
ggwpbot
Noob
Noob
Posts: 1
Joined: 05 Sep 2016, 22:24
Noob?: Yes

Help Me Algorit...

#1 Post by ggwpbot »

Hi folks, I 'm new to this Openkore . He got the idea but I can not put it into macros ... I have my bot working " but I have to take it manually to the area" and good is what I want :

1. when entering Use
1.1.- @go 8
1.2.- @aloot rate 2
1.3.- @aloot item aloevera
1.4.- @aloot item Elunium
1.5.- @aloot item 13006
2. at the end of these step healer and use the warp
2.1.- talknpc NPC Exists : Healer ( 213 , 152)
2.2.- talknpc NPC Exists : Warper (208, 152 ) "option 1"
2. when half weight fence go 8
2.1.- @go 8
3. after this to go 8
3.1.- sell the gokurin NPC Exists : Tool Dealer ( 213 , 147)
4. when you do this again Step 2


"i have this"

automacro gowarp {
mapchange comodo
call gogank
}
macro gogank {
pause 2---------------------------->
do c @aloot rate 2---------------->
pause 2---------------------------->
do c @aloot item Elunium--------> i need this use one time only
pause 2----------------------------> every go 8 use it aloot and aloot and aloot ... :S not work 1 time
do c @aloot item Aloevera------->
pause 2---------------------------->
do c @aloot item 13006---------->
pause 2
do talknpc 213 152---------------> this not work "if i writing "do talknpc 213 152 y"
pause 2----------------------------> heal work but not use next npc
do talknpc 208 152 r0 c----------> this work
mapchange mjolnir_03
release gowarp
}

automacro weightfull {-------->
weight >= 50%----------------> this work but the next not work xd...
call go8------------------------->
}

macro go8 {---------------------->
do c @go 8------------------------> this not work xD
do autosell------------------------>
pause 10-------------------------->
}


PD: i try talk on english... i not speak much english xD... this forum have spanish community ? "give me the link plz"

"i solved the problem"

this is my macro "aloot and autostorage"

automacro pesopeso {
weight > 50%
delay 5
call {
pause 2
do c @storage
pause 1
do storage add Feather
pause 1
do storage add Elunium
pause 1
do storage add Aloevera
pause 1
do storage add Zargon
pause 1
do storage add Dragon Tail
pause 1
do storage add Dragon Scale
pause 1
do storage add Argos Card
pause 1
do storage add Sky Petite Card
pause 1
do storage add Mantis Card
pause 1
do storage add Flora Card
pause 1
do storage add White Herb
pause 1
do storage add Emerald
pause 1
do storage close
timeout 10
}
}

automacro aloot {
mapchange mjolnir_03
run-once 1
delay 5
call {
do c @aloot rate 2
do c @aloot item Aloevera #1
do c @aloot item Elunium #2
do c @aloot item White Herb #3
do c @aloot item Emerald #4
do c @aloot item 13006 #5
do c @aloot item Dragon Scale #6
do c @aloot item Zargon #7
do c @aloot item Dragon Tail #8
}
}

this is my "started macro"

automacro empezar {
location not ayothaya 151 117
run-once 1
delay 2
call {
do c @go 8
}
}
#----------------------------
automacro gogank {
location ayothaya 151 117
call npc
timeout 20
}
macro npc{
do talk @npc (213 152) #buffer
pause 2
do talknpc 208 152 r0 c #warpert
pause 2
}


":D anyone can help me now plz... i need macro Asura champ... (healer, dangerous, critical, dangerous, healer, warper... use asura on mob... and @GO "MAP") and step one again... thx

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Help Me Algorit...

#2 Post by Mortimal »

Code: Select all

automacro weightfull {-------->
weight >= 50%----------------> this work but the next not work xd...
call go8------------------------->
}

macro go8 {---------------------->
do c @go 8------------------------> this not work xD
do autosell------------------------>
pause 10-------------------------->
}
Useless macro!
Use this setups in config:

Code: Select all

saveMap <mapnamehere>
saveMap_warpToBuyOrSell 1
saveMap_warpChatCommand @go 8
itemsMaxWeight_sellOrStore 50
storageAuto 1
storageAuto_useChatCommand @storage
and learn about items.txt file in openkore wiki -_-
------------------------------------------------------------------

Code: Select all

do talknpc 213 152---------------> this not work "if i writing "do talknpc 213 152 y"
\/\/\/\/\/\/\/\/\/\/\/

Code: Select all

do talk @npc(213 152)
Please use pin function for uploading your file contents!

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Help Me Algorit...

#3 Post by SkylorD »

Amazing bRO! ^^ I've not tested but it's looking beauty!
Learn rules

Locked