Signup Now
Results 1 to 7 of 7
  1. #1
    Free User grafix's Avatar
    Join Date
    Jan 2014
    Posts
    535
    Reputation
    20
    Rep Power
    25

    Any Anti-Furniture can't handle this

    hello, i notice on many servers areca palm is annoying and bugging all scripts in oramond.

    couple anti furniture action destroying it when he is not covered by trash however if he is covered fully by trash scripts can't handle it and just stopping/crashing in place where is made a trap.


    anyone have idea how to provide solution to this matter?

  2. #2
    Free User
    Join Date
    Dec 2013
    Posts
    13
    Reputation
    10
    Rep Power
    0
    im suffering from the same problem :/

  3. #3
    Free User Pink Bull's Avatar
    Join Date
    Jul 2014
    Location
    Sweden
    Posts
    48
    Reputation
    7
    Rep Power
    0
    Me to , we need this script to browse field and destroy all un-walkable items asap! I would be happy to pay for it.

  4. #4
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    29
    @grafix @Pink Bull @Txs
    just add an action to the possible trap SQM's and paste:
    (you need a machete)

    if $standtime > 10000 then
    closewindows('browse field')
    wait(1000,2000)
    while windowcount('browse field') == 0 do
    browsefield($wptx,$wpty,$wptz)
    wait(1000,2000)
    end
    local bf = getcontainer('browse field')
    for k = 1,bf.lastpage do
    for i = 0,bf.itemcount do
    local bfId = bf.item[i].id
    while itemcount(bfId, 'browse field') > 0 and ((not iteminfo(bfId).isunmove and iteminfo(bfId).isunpass) or (iteminfo(bfId).destructible)) do
    useitemon('machete',bfId,'browse field')
    wait(500,1000)
    end
    if bf.curpage ~= bf.lastpage then
    nextpage('browse field')
    wait(1000,2000)
    end
    end
    end
    end


    I'm accepting donations! hahah

    Level Latest Scripts by Dehan
    250+
    [EK & ED & MS & RP] [Navigation] Prison -1
    200+
    [EK & ED & MS] [Navigation] Asura Palace
    200+
    [EK & ED] [Navigation] Lower Roshamuul Softcore

  5. #5
    Free User grafix's Avatar
    Join Date
    Jan 2014
    Posts
    535
    Reputation
    20
    Rep Power
    25
    Quote Originally Posted by Dehan View Post
    @grafix @Pink Bull @Txs
    just add an action to the possible trap SQM's and paste:
    (you need a machete)

    if $standtime > 10000 then
    closewindows('browse field')
    wait(1000,2000)
    while windowcount('browse field') == 0 do
    browsefield($wptx,$wpty,$wptz)
    wait(1000,2000)
    end
    local bf = getcontainer('browse field')
    for k = 1,bf.lastpage do
    for i = 0,bf.itemcount do
    local bfId = bf.item[i].id
    while itemcount(bfId, 'browse field') > 0 and ((not iteminfo(bfId).isunmove and iteminfo(bfId).isunpass) or (iteminfo(bfId).destructible)) do
    useitemon('machete',bfId,'browse field')
    wait(500,1000)
    end
    if bf.curpage ~= bf.lastpage then
    nextpage('browse field')
    wait(1000,2000)
    end
    end
    end
    end


    I'm accepting donations! hahah
    i going to check it out, i couldn't give u rep+ cuz already gave you :<
    about donation - nigga damn :S

  6. #6
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by grafix View Post
    i going to check it out, i couldn't give u rep+ cuz already gave you :<
    about donation - nigga damn :S
    I find it funny how you'll probably make quite a lot of money selling scripts, using @Dehan's code, but reacts with 'nigga damn' when the matter is giving some of it back...
    Last edited by Raphael; 05-03-2015 at 04:01 AM.

  7. #7
    Free User grafix's Avatar
    Join Date
    Jan 2014
    Posts
    535
    Reputation
    20
    Rep Power
    25
    to be honest i used it for 2 days, about nigga damn i appreciate his work maybe unfortunetly.

 

 

Posting Permissions

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