Would you like to react to this message? Create an account in a few clicks or log in to continue.
Hello! Everyone. Thank You for Visiting Our Forum. Feel Free to Post Your Message. Admins/Moderators would like to Answer your Needs & Questions. Thank You & Have A Nice Day.

3 posters

    i Need Bot For Aloe and CW Thanks :D

    `sHinBi` [aShLey]
    `sHinBi` [aShLey]
    Moderator
    Moderator


    Posts : 723
    Join date : 2009-08-06
    Age : 37
    Location : CHASE

    i Need Bot For Aloe and CW Thanks :D Empty Re: i Need Bot For Aloe and CW Thanks :D

    Post by `sHinBi` [aShLey] 1/25/2010, 4:50 am

    Ayt!! Amazing!! Thanks for the innovation. i Need Bot For Aloe and CW Thanks :D 237829 i Need Bot For Aloe and CW Thanks :D 237829
    Janice
    Janice
    Moderator
    Moderator


    Posts : 158
    Join date : 2010-01-07
    Age : 32
    Location : Canada

    i Need Bot For Aloe and CW Thanks :D Empty Re: i Need Bot For Aloe and CW Thanks :D

    Post by Janice 1/24/2010, 11:02 pm

    OK!!!! this was.... i'll say it's a success on my part. thanks to ate ashley for sharing her bot config with us. ate, it gave me something to start with.

    first of all, change this in mon_control.txt (just to be sure)
    Code:
    all 0 0 0

    Sky Petite 2 0 1
    Ground Petite 2 0 1
    Grove 2 0 1

    Violy 2 0 1
    Fake Angel 2 0 1

    then, hange this in macro.txt
    Code:
    automacro aloevera {
       inventory "aloevera" < 100
       overrideAI 1
       run-once 1
       call get
    }

    macro get {
       do c @alootid aloevera
       [
       do c @warp hu_fild07
       do conf lockMap hu_fild07
       do conf teleportAuto_idle 0
       do conf route_randomWalk 1
    ]
    }

    automacro cw {
       inventory "aloevera" >= 100
       inventory "cursed water" < 100
       overrideAI 1
       run-once 1
       call get1
    }

    macro get1 {
       do c @alootid 12020
       [
       do c @warp gefenia01
       do conf lockMap gefenia01
       do conf teleportAuto_idle 0
       do conf route_randomWalk 1
    ]
    }

    automacro store {
       inventory "aloevera" >= 100
       inventory "cursed water" >= 100
       overrideAI 1
       priority 0
       timeout 60
       call kafra
    }

    macro kafra {
       do c @go 0
       do sit
       do talknpc 153 187 r1
    }

    automacro proccess {
       console "Storage opened."
       exclusive 1
       call step
    }

    macro step {
       $item12020 = cursed water
       $item606 = aloevera
       $inv12020 = @inventory ($item12020)
       $inv606 = @inventory ($item606)
       [
       do storage add $inv12020
       do storage add $inv606
    ]
       do storage close
       do stand
       release all
       stop
    }

    ######## Tele ########

    automacro warp {
       location not hu_fild07
       location not gefenia01
       location not prontera
       overrideAI 1
       timeout 10
       call fly
    }

    macro fly {
       release all
       stop
    }

    ######## Must Heal ########

    automacro park {
       hp < 20%
       timeout 90
       exclusive 1
       overrideAI 1
       call heal
    }

    macro heal {
       do c @go 0
       do sit
       do talknpc 155 187 r0
       do stand
       release all
       stop
    }

    bounce bounce bounce
    that's it you're done.
    you don't have to worry about changing the config.txt cause the bot will change it for you.
    if you find it strange when your bot is always carrying 100 aloevera and cw or less, it's because i set the bot to store all aloevera and cw every time he will have 100 or more each.
    `sHinBi` [aShLey]
    `sHinBi` [aShLey]
    Moderator
    Moderator


    Posts : 723
    Join date : 2009-08-06
    Age : 37
    Location : CHASE

    i Need Bot For Aloe and CW Thanks :D Empty Re: i Need Bot For Aloe and CW Thanks :D

    Post by `sHinBi` [aShLey] 1/24/2010, 9:47 pm

    Janice wrote:Idea
    ate let me borrow this setting and tweak with it a bit.
    i'm planning to merge both aloevera and cw settings into one.
    lemme try if i can do it...

    Sure I would love to. CW and Aloe can be obtain from the different mobs and different maps so can't be done with one bot only. Anyway, I dont know what you are planning to do. Hehehhee.. You have Yahoo Messenger? PM me your ID. i Need Bot For Aloe and CW Thanks :D 672384
    Janice
    Janice
    Moderator
    Moderator


    Posts : 158
    Join date : 2010-01-07
    Age : 32
    Location : Canada

    i Need Bot For Aloe and CW Thanks :D Empty Re: i Need Bot For Aloe and CW Thanks :D

    Post by Janice 1/24/2010, 9:40 pm

    Idea
    ate let me borrow this setting and tweak with it a bit.
    i'm planning to merge both aloevera and cw settings into one.
    lemme try if i can do it...
    `sHinBi` [aShLey]
    `sHinBi` [aShLey]
    Moderator
    Moderator


    Posts : 723
    Join date : 2009-08-06
    Age : 37
    Location : CHASE

    i Need Bot For Aloe and CW Thanks :D Empty Re: i Need Bot For Aloe and CW Thanks :D

    Post by `sHinBi` [aShLey] 1/24/2010, 6:49 pm

    You do the same with CW. i Need Bot For Aloe and CW Thanks :D 776164
    `sHinBi` [aShLey]
    `sHinBi` [aShLey]
    Moderator
    Moderator


    Posts : 723
    Join date : 2009-08-06
    Age : 37
    Location : CHASE

    i Need Bot For Aloe and CW Thanks :D Empty Re: i Need Bot For Aloe and CW Thanks :D

    Post by `sHinBi` [aShLey] 1/24/2010, 6:48 pm

    Change this in config.txt

    Code:
    lockMap hu_fild07
    lockMap_x
    lockMap_y
    lockMap_randX
    lockMap_randY

    Change this in macro.txt

    Code:
    automacro aloot {
       map hu_fild07
       call {
       do c @alootid Aloevera

    Lastly change this in mon_control.txt

    Code:
    all 0 0 0
    Sky Petite 2 0 1
    Grove 2 0 1

    I used that setup. And with regard to the map. You can always change that to a map that has the most number of the specific mob. (check www.ratemyserver.net) But hu_fild07 has a lot of Sky Petite.
    i Need Bot For Aloe and CW Thanks :D 672384
    Janice
    Janice
    Moderator
    Moderator


    Posts : 158
    Join date : 2010-01-07
    Age : 32
    Location : Canada

    i Need Bot For Aloe and CW Thanks :D Empty Re: i Need Bot For Aloe and CW Thanks :D

    Post by Janice 1/24/2010, 6:33 pm

    i wanna see, i wanna see!!!
    mind posting it here???
    ate ashley pls...
    `sHinBi` [aShLey]
    `sHinBi` [aShLey]
    Moderator
    Moderator


    Posts : 723
    Join date : 2009-08-06
    Age : 37
    Location : CHASE

    i Need Bot For Aloe and CW Thanks :D Empty Re: i Need Bot For Aloe and CW Thanks :D

    Post by `sHinBi` [aShLey] 1/24/2010, 6:01 pm

    awts?? meron ako.. gusto mo? hehehe... may bot ako sa aloe.. wahehhee
    Antukin
    Antukin
    1st Class
    1st Class


    Posts : 480
    Join date : 2009-11-11
    Age : 32
    Location : Philippines,Valenzuela City

    i Need Bot For Aloe and CW Thanks :D Empty i Need Bot For Aloe and CW Thanks :D

    Post by Antukin 1/24/2010, 1:05 am

    Janice Give Me Plzz.. Thank You Smile

    Aloe and CW For Now.. Ahihihi

    Sponsored content


    i Need Bot For Aloe and CW Thanks :D Empty Re: i Need Bot For Aloe and CW Thanks :D

    Post by Sponsored content


      Current date/time is 4/26/2024, 10:26 pm