(Umbala) Great Nature Divider

Moderator: Moderators

Message
Author
Makubex
Noob
Noob
Posts: 11
Joined: 07 May 2008, 18:36
Noob?: No

(Umbala) Great Nature Divider

#1 Post by Makubex »

This is for people who use bots for killing Sleepers on Yuno
When you get a lot of Great Natures and want to divide them to Green Lives and get a better amount of money (with overcharge of course) it's boring to talk to the shaman NPC again and again, so, here's the macro(s) for that (everything is automated):

Code: Select all

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 6
   pause 1
   do cart get Great Nature 10
   do cart add Green Live 60
   call divider
}

macro umstore {
   do move 29 71
   pause 3
   do move umbala 97 154
}

macro return {
   pause 1
   do move umbala 219 189
}

automacro StoreGL {
   location umbala 97 154
   timeout 60
   call {
   do talk 4
   pause 2
   do talk resp 0
   pause 2
   do storage add Green Live
   pause 1
   do cart get Green Live 650
   pause 1
   do storage add Green Live
   pause 1
   do cart get Green Live
   pause 1
   do storage add Green Live
   pause 1
   do storage get Great Nature 220
   pause 1
   do cart add Great Nature 220
   pause 1
   do storage get Great Nature 10
   pause 1
   do storage close
   pause 2
   call return
   }
}

automacro CallD {
   location um_in
   console /NPC Exist/
   timeout 20
   call divider
}

automacro CallUS {
   console /Cart Item Great Nature/
   location um_in
   inventory "Great Nature" < 2
   inventory "Green Live" > 500
   timeout 20
   call umstore
}
This macro will automatically divide Great Nature to Green Live, walk to Kafra and store the Green Lives in your storage when you're overlimit, get more Great Natures from storage, and then return and start again, until you have 0 or few Great Natures on storage and inventory

First, if you're not a Merchant Class, delete the lines with "cart" and get less Great Nature before running the macro

Make sure that you're under 1000 weight and carry an amount of Great Natures that his last digit is 1, like 101, 151, 201...

You need to adjust the amount of Great Natures and Green Lives depending on the weight limit of your character, you can't talk to the Shaman NPC if you're over 90% weight (this macro is based on my Blacksmith who his weight capacity is 7500 (enlarge weight limit at lvl 9), so if you're a merchant class with ENOUGH weight limit you don't need to modify anything from this macro, you just need to start the macro with 11 Great Natures in your inventory and 1-220 in your cart)

If you find any errors just tell me, or if you're not sure of how many Great Natures you must carry tell me your weight capacity and I'll modify the macro for you
Image