Need help with Great Nature Downgrade.

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
fittycent
Noob
Noob
Posts: 3
Joined: 01 Aug 2018, 07:09
Noob?: Yes

Need help with Great Nature Downgrade.

#1 Post by fittycent »

hey everyone. i am currently using this macro and i am experiencing a few errors. i am new to using kore and i really need help.

macro divider {

do talk 0

pause 3

do talk resp 1

pause 2

do talk resp 0

pause 1

do talk num 10

pause 1

do talk num 9

pause 1

do cart get @cart(Great Nature) 10

do cart add @inventory(Green Live) 70

call divider

}



macro umstore {

do move 29 71

pause 3

do move umbala 97 154

}



macro return {

do move umbala 219 189

}



automacro StoreGL {

location umbala 97 154

timeout 60

delay 2

call {

do talk 4

pause 2

do talk resp 0

pause 2

do storage add @inventory(Green Live)

pause 1

do cart get @cart(Green Live) 650

pause 1

do storage add @inventory(Green Live)

pause 1

do cart get @cart(Green Live)

pause 1

do storage add @inventory(Green Live)

pause 1

do storage get @storage(Great Nature) 220

pause 1

do cart add @inventory(Great Nature) 220

pause 1

do storage get @storage(Great Nature) 10

pause 1

do storage close

pause 2

call return

}

}



automacro CallD {

location um_in

console /NPC Exist/

timeout 20

delay 2

call divider

}



automacro CallUS {

console /Cart Item Great Nature/

location um_in

inventory "Great Nature" < 2

inventory "Green Live" > 500

timeout 20

delay 2

call umstore

}

i would like the kore to do as it should:

1 - breakdown great natures into green lives
2 - put green lives into cart and get great nature from cart
3 - when all great natures have been downgraded, walk to the storage
4 - store all green lives
5 - get great nature from storage and put in cart and inventory
6 - go to the shaman and repeat process from 1

any help would be greatly appreciated. i am running xkore1. thank you!

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Need help with Great Nature Downgrade.

#2 Post by fadreus »

So, what's the error? :?

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

fittycent
Noob
Noob
Posts: 3
Joined: 01 Aug 2018, 07:09
Noob?: Yes

Re: Need help with Great Nature Downgrade.

#3 Post by fittycent »

fadreus wrote:So, what's the error? :?
macro breaks down great nature ONLY when character is in front of NPC - umbala shaman.
macro gets great nature from cart and puts green live - this works fine.
character does not go to kafra storage by itself.
when character is taken to kafra storage, macro clicks/talks to ALL NPCs that it passes by.

basically, it does steps 1 and 2 from what i want it to do initially but 3-6 is just a pain. i have never tried eventmacro and i have no proper knowledge in macros per se, i just copy-pasted this from a google search. huhuhuhu...

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Need help with Great Nature Downgrade.

#4 Post by fadreus »


iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

fittycent
Noob
Noob
Posts: 3
Joined: 01 Aug 2018, 07:09
Noob?: Yes

Re: Need help with Great Nature Downgrade.

#5 Post by fittycent »

i really appreciate the comments and the links sir, but i was wondering if there were any people using the same or doing the same that could share the exact syntax/code that i need to put in my macro.

i hope someone out there can assist me with that and tell me what i need to type inside THIS configuration to make it work as i would have wanted it to.

Post Reply