Signup Now
Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22
  1. #21
    Free User
    Join Date
    Dec 2016
    Posts
    9
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Borges View Post
    Last edited by Borges; Today at 09:31 AM.
    still droping platinum coins, maybe cuz im in svargrond not in edron? I just wanna buy 150 potions not full cap amout...

  2. #22
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by CzarujacyMagik View Post
    still droping platinum coins, maybe cuz im in svargrond not in edron? I just wanna buy 150 potions not full cap amout...
    Why u droping platinum coins if u don't need withdrawn cash anymore?
    and other thing... how much free cap do u have?

    Anyway I've tested this action and worked for me.

    --Shop Trainer
    mp = 'mana potion' -- Mana potion
    count = 110 -- Amount of mana potions
    firstspell = 'exura ico' -- Spell to train
    secondspell = 'exura ico' --spell to train
    per = 30 -- Percentage to use manas and spells
    logout = false -- logout if you take winning lottery ticket?

    --DO NOT EDIT BELOW--
    auto(100)
    eatfoodfull()
    if itemcount(itemid(mp)) == 0 then
    sellflasks()
    while itemcount(mp) < count do
    tobuy = count - itemcount(mp)
    if tobuy < 0 then
    tobuy = 0
    end
    buyitems(mp, tobuy)
    wait(200,500)
    end
    else
    if $mppc <= per then
    useoncreature(mp,$self)
    wait(200,500)
    end
    if $mppc >= per and cancast(firstspell) then
    cast(firstspell)
    wait(200,500)
    if cancast(secondspell) then
    cast(secondspell)
    wait(200,500)
    end
    end
    if itemcount(5957) ~= 0 then
    useitem(5957)
    end
    moveitems(5956, ground($posx, $posy, $posz), 100)
    if logout then
    if itemcount(5958) >= 1 then
    xlog()
    wait(500,1000)
    messagebox('Congratulations', 'You taked winning lottery ticket')
    end
    end
    end
    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
  •