Signup Now
Page 31 of 33 FirstFirst ... 212930313233 LastLast
Results 301 to 310 of 327
  1. #301
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,568
    Reputation
    149
    Rep Power
    30
    Quote Originally Posted by rafu View Post
    Ikeep getting this error when trying to sell loot

    error in Action script sellRafzan:
    [" local JEWELS == {"Leather Ha..."]:Action: sellRafzan:6: unexpected symbol near '=='

    how can I solve it?
    1. stop quoting whole fucking post
    2. where did it happen?

  2. #302
    Free User
    Join Date
    Sep 2016
    Posts
    6
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Imba View Post
    1. stop quoting whole fucking post
    2. where did it happen?
    it gets into the floor where rafzan is and appears the error, then the char leaves without selling the loot

  3. #303
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,568
    Reputation
    149
    Rep Power
    30
    download newst version.........

  4. #304
    Free User
    Join Date
    Aug 2016
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Coryms venore gets stuck at depo, it doesnt deposit the items ;( but thanks for sharing anyway

  5. #305
    Free User Natixs's Avatar
    Join Date
    Mar 2016
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Script name: Ultimate Venore Coryms


    I try to test this ! but i stock in dp venore char try to open and close backpack everytime

  6. #306
    Banned
    Join Date
    Jul 2016
    Posts
    830
    Reputation
    46
    Rep Power
    0
    Quote Originally Posted by Natixs View Post
    Script name: Ultimate Venore Coryms


    I try to test this ! but i stock in dp venore char try to open and close backpack everytime
    Hello, @Natixs I saw your post that you are new to WB, so im going to be kind with you

    It's because you didnt change your backpacks. Take a look





    Just use the backpacks that you wish, and that's all.

  7. #307
    Free User Natixs's Avatar
    Join Date
    Mar 2016
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Sargul View Post
    Hello, @Natixs I saw your post that you are new to WB, so im going to be kind with you

    It's because you didnt change your backpacks. Take a look





    Just use the backpacks that you wish, and that's all.


    Ok, i going to try, thanks!!

  8. #308
    Free User
    Join Date
    Jan 2016
    Posts
    4
    Reputation
    10
    Rep Power
    0
    I use your Liberty Bay Wyrms X2 script, and every one loop on resp character go back to dp, deposit items, not buy potions and come back on resp.. I have checked everything is ok, cap are under 50 to come back, I got alot more.. Where can be a problem? Thanks for answer!

    Edit.

    Sorted it. Sorry for 'spam' and thanks for good script man!
    Last edited by Zabsky; 10-02-2016 at 07:58 PM.

  9. #309
    Free User shAdOwArt's Avatar
    Join Date
    Apr 2015
    Location
    Kharos
    Posts
    189
    Reputation
    151
    Rep Power
    22
    Action 002 in the section "Edron" in your blessing buyer:
    -- [MENTION=28084]desc[/MENTION]	Returns blessing cost of your character
    -- @returns int
    function blessingcost()
    if ($level <= 30) then
    return 2000
    elseif ($level > 30 and $level < 120) then
    return 200*($level - 20)
    elseif ($level >= 120) then
    return 20000
    end
    end
    travel = 2000
    bless = blessingcost()*5
    total = travel + bless
    if (isrange(3, 1)) then
    npctalk("hi")
    if (total > 0) then
    npctalk("deposit all", "yes", "withdraw "..total, "yes", "balance")
    else
    npctalk("balance")
    end
    else
    gotolabel("inBank", "Edron")
    end

    On line 12 you're overriding the travel function from Lucas Terra's library which will prevent other scripts from working after this script has been used. A local variable should be used instead.

  10. #310
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,568
    Reputation
    149
    Rep Power
    30
    Quote Originally Posted by shAdOwArt View Post
    Action 002 in the section "Edron" in your blessing buyer:
    -- [MENTION=28084]desc[/MENTION]	Returns blessing cost of your character
    -- @returns int
    function blessingcost()
    if ($level <= 30) then
    return 2000
    elseif ($level > 30 and $level < 120) then
    return 200*($level - 20)
    elseif ($level >= 120) then
    return 20000
    end
    end
    travel = 2000
    bless = blessingcost()*5
    total = travel + bless
    if (isrange(3, 1)) then
    npctalk("hi")
    if (total > 0) then
    npctalk("deposit all", "yes", "withdraw "..total, "yes", "balance")
    else
    npctalk("balance")
    end
    else
    gotolabel("inBank", "Edron")
    end

    On line 12 you're overriding the travel function from Lucas Terra's library which will prevent other scripts from working after this script has been used. A local variable should be used instead.
    Thanks for report but i knew about it. If i will ever manage to update script, i will fix this issue.

 

 

Tags for this Thread

Posting Permissions

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