Signup Now
Page 7 of 11 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 102
  1. #61
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,098
    Reputation
    433
    Rep Power
    42
    Quote Originally Posted by Zaru View Post
    Im using the script of Dworak, for Royal Paladin in Demons Yalahar.

    In the depot script, is this:

     openitem(maindpbp, "Depot Chest") 


    I change for this:

    openitem(maindpbp, "Depot Box XII") 


    And work's for me;
    It wasn't working with 2.7.4 version of bot ?

  2. #62
    Free User Zaru's Avatar
    Join Date
    Oct 2014
    Location
    Minas Gerais, Brasil.
    Posts
    13
    Reputation
    10
    Rep Power
    0
    @Dworak

    After I change this:

     openitem(maindpbp, "Depot Chest")  


    to this:

     openitem(maindpbp, "Depot Box XII") 


    Yeah, work's fine for me.

    But, all scripts need some changes?
    Has a way to create a constant variable with the city selected, and replace to the "Depot Box XY"?

  3. #63
    Free User
    Join Date
    Oct 2015
    Posts
    8
    Reputation
    10
    Rep Power
    0
    While trying to deposit the items into the depo. The bot opens the correct depo chest/box but doesn't open up the backpack. Any suggestions?

  4. #64
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,098
    Reputation
    433
    Rep Power
    42
    Quote Originally Posted by Zaru View Post
    @Dworak

    After I change this:

     openitem(maindpbp, "Depot Chest")  


    to this:

     openitem(maindpbp, "Depot Box XII") 


    Yeah, work's fine for me.

    But, all scripts need some changes?
    Has a way to create a constant variable with the city selected, and replace to the "Depot Box XY"?
    Well i will update all my scripts tomorrow and sent them to customers email

  5. #65
    Free User
    Join Date
    Nov 2015
    Posts
    2
    Reputation
    10
    Rep Power
    0
    sobre os dps funcionando certo aqui,

    some one can give a sample of SKIN()?

    alguem pode me dar um exemplo de skin()?

  6. #66
    Free User
    Join Date
    Dec 2013
    Posts
    44
    Reputation
    10
    Rep Power
    0
    @Lucas Terra connection to navi is not working

  7. #67
    Free User
    Join Date
    May 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    navigation connection down :/

  8. #68
    Free User
    Join Date
    May 2015
    Posts
    72
    Reputation
    17
    Rep Power
    21
    AYou who help me in command of removing things dp
    example
    command to remove the blood vial dp dl poi for

  9. #69
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by murilex View Post
    sobre os dps funcionando certo aqui,

    some one can give a sample of SKIN()?

    alguem pode me dar um exemplo de skin()?
    This should be enough.
    auto(200)
    if $lootbodies == 0 and $targeting.id == 0 and skinspots(7) > 0 then
    skin(7)
    end


    Quote Originally Posted by mexana View Post
    @Lucas Terra connection to navi is not working
    Quote Originally Posted by tiagolima View Post
    navigation connection down :/
    Seems to be working fine here. Will investigate deeper if it keeps happening.

    Quote Originally Posted by shipokiss View Post
    AYou who help me in command of removing things dp
    example
    command to remove the blood vial dp dl poi for
    Not tested, but should work.
    moveitems('vial', 'backpack', 'depot', LIQUID_BLOOD)

  10. #70
    Free User
    Join Date
    May 2015
    Posts
    72
    Reputation
    17
    Rep Power
    21
    ok i will test

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •