Signup Now
Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Free User
    Join Date
    Sep 2014
    Posts
    21
    Reputation
    10
    Rep Power
    0

    Mlvl maker -> changing vials for a ticket

    Hello. I am looking for such a script which would drink mfs and try to change the empty vials for a winning lottery ticket.

  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 grelo View Post
    Hello. I am looking for such a script which would drink mfs and try to change the empty vials for a winning lottery ticket.
    I didn't test, but should work.

    --Shop Trainer
    mp = 'mana potion' -- Mana potion
    count = 200 -- Amount of mana potions
    firstspell = 'utana vid' -- Spell to train
    secondspell = 'exura vita' --spell to train
    per = 50 -- Percentage to use manas and spells
    logout = true -- logout if you take winning lottery ticket?

    --DO NOT EDIT BELOW--
    auto(100)
    eatfoodfull()
    if itemcount(itemid(mp)) == 0 then
    opentrade()
    wait(200,500)
    npcsay('vial')
    wait(200,500)
    npcsay('yes')
    wait(200,500)
    npcsay('yes')
    wait(200,500)
    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
    Last edited by Borges; 12-26-2016 at 11:31 AM.
    Helped you? REP+

  3. #3
    Free User
    Join Date
    Sep 2014
    Posts
    21
    Reputation
    10
    Rep Power
    0
    Perfect!

  4. #4
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by grelo View Post
    Perfect!
    got the ticket?
    Helped you? REP+

  5. #5
    Free User
    Join Date
    Jan 2016
    Posts
    7
    Reputation
    10
    Rep Power
    0
    where I should paste this code? I'm not still really good using this bot yet

  6. #6
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by powstinda View Post
    where I should paste this code? I'm not still really good using this bot yet
    scripter/persistent
    Helped you? REP+

  7. #7
    Free User
    Join Date
    Feb 2014
    Posts
    13
    Reputation
    10
    Rep Power
    0
    doesnt work for me :S i dont know whats wrong

  8. #8
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by ingason View Post
    doesnt work for me :S i dont know whats wrong
    what don't worked? some msg error? are you near NPC "Sandra"?
    I can't help you if you don't help me
    Helped you? REP+

  9. #9
    Free User
    Join Date
    Feb 2014
    Posts
    13
    Reputation
    10
    Rep Power
    0
    yes.. i was close to sandra and it did exura vita once.. then didint even continue, and used pots but didint buy and say hi vial xd

  10. #10
    Wind Powered
    Join Date
    Oct 2015
    Posts
    35
    Reputation
    10
    Rep Power
    0
    I just tested it, and it worked flawlessly

 

 

Posting Permissions

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