Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Apr 2014
    Posts
    82
    Reputation
    10
    Rep Power
    21

    gray island refill "magic stuff"

    Hello ! iam using "Brad´s" hive surface script, and when its going to refill it writes "magic stuff" and i need it to write "trade" anyone know how to change it ? in the waypoint that hes writing and trying to refill in is like


    if not islocation(1) then
    gotolabel('BuyMfs', 'GoDeposit')
    end

    resupply('a')


    so dunno how to change what he writes :P

  2. #2
    Free User nuelma's Avatar
    Join Date
    Mar 2014
    Location
    www.facebook.com/VenezuelaTibiaGold
    Posts
    42
    Reputation
    9
    Rep Power
    0
    i refill with this action!

    reachcreature("Rock In A Hard Place")
    wait(2000,3000)
    if ischannel('NPCs') then
    npcsay('hi') waitping()
    else
    say('hi') wait(2000,3000)
    end
    wait(1000,1500)

    npcsay('magic stuff')
    wait(700,1000)

    --sell all flasks
    sellflasks() wait(500, 1000)

    --buy all the supplies
    foreach supplyitem i 'a' do
    buyitemsupto(i.id, i.uptocount) wait(500, 1000)
    end


    u only need in you supply list make category "a" to you supplys!

 

 

Posting Permissions

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