Signup Now
Results 1 to 3 of 3
  1. #1
    Free User marcosvim's Avatar
    Join Date
    May 2015
    Posts
    12
    Reputation
    10
    Rep Power
    0

    move new star for hand

    i like a persistent for move Royal Star id:25759 for hand

  2. #2
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,669
    Reputation
    73
    Rep Power
    26
    local MainBP = "green backpack"
    local AmmoId = 25759

    if itemcount(AmmoId, MainBP) > 0 then
    while itemcount(AmmoId, "rhand") == 0 do
    equipitem(AmmoId, "rhand", 100)
    waitping()
    end
    end


    Visit:
    (◣_◢)

  3. #3
    Free User marcosvim's Avatar
    Join Date
    May 2015
    Posts
    12
    Reputation
    10
    Rep Power
    0
    dont work
    i change only backpack, but not works
    Last edited by marcosvim; 05-05-2018 at 12:54 AM.

 

 

Posting Permissions

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