Signup Now
Results 1 to 2 of 2

Thread: Sd maker script

  1. #1
    Free User
    Join Date
    Jun 2015
    Posts
    5
    Reputation
    10
    Rep Power
    0

    Sd maker script

    Hello everyone, im new using this bot and i wanted to know if it is possible to make a script to make SDS with mana potions and then when the char has no more potions buy more of them and when he reaches 0 soul go hunt rotworms or something like that. I need this so i can pg the magic level from my sorcerer ! thanks!

  2. #2
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by porongueiro View Post
    Hello everyone, im new using this bot and i wanted to know if it is possible to make a script to make SDS with mana potions and then when the char has no more potions buy more of them and when he reaches 0 soul go hunt rotworms or something like that. I need this so i can pg the magic level from my sorcerer ! thanks!
    Yes, is possible.

    you will need some actions like this:

    Check Soul:
    if $soul <= 5 and $wptsection == 'Hunt' then
    gotolabel('Start','Refill')
    end


    To buy blank runes and potions:
    resupply('rp') -- r for blank runes, p for mana potions.


    make runes:
    auto(1000)
    if itemcount('blank rune') >= 1 and $soul >= 5 and $mp >= 1000 then
    cast('adori gran mort')
    end


    whatever you want... simple and easy
    Last edited by Borges; 06-11-2015 at 07:16 PM.
    Helped you? REP+

 

 

Posting Permissions

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