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.

5 posters

    Pls help guys~!!!

    parashivamurthy
    parashivamurthy
    Novice
    Novice


    Posts : 12
    Join date : 2009-12-12

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by parashivamurthy 1/23/2010, 11:36 pm

    thx guys!!!!!!!!!!!!! affraid
    Outerlimitro
    Outerlimitro
    Admin
    Admin


    Posts : 2507
    Join date : 2009-06-07
    Age : 34
    Location : California

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by Outerlimitro 1/18/2010, 2:01 am

    BIG THANKS TO "JANICE"

    okay here is the compilation.

    on your bot folder look for
    Code:
    bots/control/config.txt

    then when you open it search for

    Code:
    lockMap lou_fild01 // <<< - to lock the map
    lockMap_x
    lockMap_y
    lockMap_randX
    lockMap_randY

    and replace that to

    Code:
    lockMap gefenia01 // <<< - the map you want to lock the bot
    lockMap_x
    lockMap_y
    lockMap_randX
    lockMap_randY

    and then

    you need to replace the writing on

    Code:
    bots/control/macros.txt

    into this

    Code:
    ######## Storage ########
    automacro storage {
      location gefenia01
      weight > 50%
      timeout 120
      overrideAI 1
      call store
    }

    macro store {
      $item = cursed water
      $cw = @inventory ($item)
      do c @go 0
      do sit
      do talknpc 153 187 r1
      do storage add $cw
      do storage close
      do stand
      do tele
      stop
    }

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

    macro fly {
      do c @warp lou_fild01
    }

    ######## Must Heal ########
    automacro park {
      hp < 40%
      timeout 90
      exclusive 1
      overrideAI 1
      call heal
    }

    macro heal {
      do c @go 0
      do sit
      do talknpc 155 187 r0
      do stand
      do tele
    }

    ######## Loot Command ######## //admin, i just copied yours. thanks
    automacro aloot {
      map gefenia01
      timeout 300
      call {
            do c @alootid 12020 //item: Cursed Water
            }
    }

    or download it here.

    MACROS TXT FILE DOWNLOAD HERE
    Outerlimitro
    Outerlimitro
    Admin
    Admin


    Posts : 2507
    Join date : 2009-06-07
    Age : 34
    Location : California

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by Outerlimitro 1/18/2010, 1:47 am

    @janice hehehehehe

    and where does he put this code?
    is it on

    Code:
    bots/control/macros.txt

    and he just need to add the lockmap on

    Code:
    bots/control/config.txt

    look for

    Code:
    lockMap lou_fild01 // <<< - change that to gefenia01
    lockMap_x
    lockMap_y
    lockMap_randX
    lockMap_randY


    Last edited by Outerlimitro on 1/18/2010, 2:02 am; edited 1 time in total
    mranderson692004
    mranderson692004
    1st Class
    1st Class


    Posts : 265
    Join date : 2009-08-15
    Age : 38
    Location : washington, USA

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by mranderson692004 1/18/2010, 12:21 am

    ty janice.
    Janice
    Janice
    Moderator
    Moderator


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

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by Janice 1/17/2010, 11:52 pm

    the lockMap is good...
    but i'm not sure about the autostorage in the macro...
    cause 1st, there is no npc 9 at louyang 211 104,
    2nd, that is ways too much "do talk resp 0" for a storage
    3srd, if you are storing an item i think there should be at least one "do storage add" in it.

    if you want to use @warp to go to gefenia01 and do storage when 50% , you can use this:
    Code:
    ######## Storage ########
    automacro storage {
       location gefenia01
       weight > 50%
       timeout 120
       overrideAI 1
       call store
    }

    macro store {
       $item = cursed water
       $cw = @inventory ($item)
       do c @go 0
       do sit
       do talknpc 153 187 r1
       do storage add $cw
       do storage close
       do stand
       do tele
       stop
    }

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

    macro fly {
       do c @warp lou_fild01
    }

    ######## Must Heal ########
    automacro park {
       hp < 40%
       timeout 90
       exclusive 1
       overrideAI 1
       call heal
    }

    macro heal {
       do c @go 0
       do sit
       do talknpc 155 187 r0
       do stand
       do tele
    }

    ######## Loot Command ######## //admin, i just copied yours. thanks
    automacro aloot {
      map gefenia01
      timeout 300
      call {
            do c @alootid 12020 //item: Cursed Water
            }
    }

    i assume your bot do not sit down if his hp lower up to 50% so i add the heal part.
    i also assume that you are not that of a heavy user of bots. i mean you don't bot too long to exceed 30k item limit of storage
    for the warp, the bot will use "@warp gefenia01" the moment he is neither in prontera nor gefenia01
    i haven't tested it yet but the structure is pretty much the same as the one i used at gold room, it should work fine.
    Outerlimitro
    Outerlimitro
    Admin
    Admin


    Posts : 2507
    Join date : 2009-06-07
    Age : 34
    Location : California

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by Outerlimitro 1/17/2010, 9:39 pm

    that maybe hehehehe i havent tried it.
    mranderson692004
    mranderson692004
    1st Class
    1st Class


    Posts : 265
    Join date : 2009-08-15
    Age : 38
    Location : washington, USA

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by mranderson692004 1/17/2010, 9:32 pm

    most of the time it does. the way you have it there i believe it works
    Outerlimitro
    Outerlimitro
    Admin
    Admin


    Posts : 2507
    Join date : 2009-06-07
    Age : 34
    Location : California

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by Outerlimitro 1/17/2010, 9:31 pm

    i am not sure if it does work Pls help guys~!!! 946646
    mranderson692004
    mranderson692004
    1st Class
    1st Class


    Posts : 265
    Join date : 2009-08-15
    Age : 38
    Location : washington, USA

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by mranderson692004 1/17/2010, 9:29 pm

    oh that shit i couldve figured that out.
    Outerlimitro
    Outerlimitro
    Admin
    Admin


    Posts : 2507
    Join date : 2009-06-07
    Age : 34
    Location : California

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by Outerlimitro 1/17/2010, 9:27 pm

    Note: before adding or removing the codes make sure you do have a back up on your bot files.

    u need to change the location on

    bots/control/config.txt

    and look for & change that to gefenia01

    Code:
    lockMap lou_fild01 // <<< - change that to gefenia01
    lockMap_x
    lockMap_y
    lockMap_randX
    lockMap_randY

    and try to redo the macro.txt on

    bots/control/macro.txt

    Code:
    automacro storage {
       status Owg 50%
       call {
       do c @warp louyang 211 104
       pause 1
       do talk 9
       pause 1
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       do talk resp 0
       pause 1
       do c @warp gefenia01
    }
    timeout 50
    }

    automacro aloot {
       map gefenia01
       call {
       do c @alootid 12020 //item: Cursed Water
       }
    timeout 300
    }

    automacro warp {
       map prontera
       call {
       do c @warp gefenia01
    }
    }
    mranderson692004
    mranderson692004
    1st Class
    1st Class


    Posts : 265
    Join date : 2009-08-15
    Age : 38
    Location : washington, USA

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by mranderson692004 1/17/2010, 11:48 am

    wait for janice shes good that this stuff.
    parashivamurthy
    parashivamurthy
    Novice
    Novice


    Posts : 12
    Join date : 2009-12-12

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by parashivamurthy 1/16/2010, 11:16 pm

    wer 2 put that c @warp gefenia01

    i want that to cmin my config not by typing i cant type all time so pls help
    itzme17
    itzme17
    Novice
    Novice


    Posts : 41
    Join date : 2010-01-12
    Age : 26
    Location : Sa bahay nyo !

    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by itzme17 1/16/2010, 6:13 am

    you put this..


    c @warp gefenia01
    parashivamurthy
    parashivamurthy
    Novice
    Novice


    Posts : 12
    Join date : 2009-12-12

    Pls help guys~!!! Empty Pls help guys~!!!

    Post by parashivamurthy 1/15/2010, 6:16 am

    Guys i want 2 bot my rouge in gefenia01 i need that bot 2 use @warp command 2 go there or using the warper i need help pls guys help me

    Sponsored content


    Pls help guys~!!! Empty Re: Pls help guys~!!!

    Post by Sponsored content


      Current date/time is 5/10/2024, 3:14 am