Disconnect's by potions

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Valued Member MecBew is offline
    MemberRank
    Oct 2007 Join Date
    103Posts

    Question Disconnect's by potions

    Gys
    always when I am part of the map, or dungeon, if I get two potions of dex or str take,iml disconnected. anyone know how to fix this?


  2. #2
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Disconnect's by potions

    Yes looted extract pots are known to be broken, as soon as you pick up the second and they try to stack it crashes. Replace them with chaos lamps using DropDiscount and sell them via cash shop or cabalcash items as those are not affected. Interestingly crafted ones stack ok.

    In Const.scp remove all lines under DropDiscount other than these:

    PHP Code:
    [DropDiscount]    OriginalKind    OriginalOption    ChangeKind    ChangeOption    ChangeRate
    0    579    1    783    0    100
    1    580    1    783    0    100
    2    581    1    783    0    100 
    In WorldSvr ini:

    PHP Code:
    # Enable [DropDiscount] section of const.scp
    # For overriding specific item drops with
    # others for events?
    UseDropDiscount=

  3. #3
    Valued Member MecBew is offline
    MemberRank
    Oct 2007 Join Date
    103Posts

    Re: Disconnect's by potions

    have to be so?

    [DropDiscount] OriginalKind OriginalOption ChangeKind ChangeOption ChangeRate
    0 579 1
    1 580 1
    2 581 1

    so?

  4. #4
    Member cuddlezz is offline
    MemberRank
    Apr 2009 Join Date
    79Posts

    Re: Disconnect's by potions

    Oh man and to thing I edited every terrain manually lol, meh thanx for that tip anyway it will still be usefull :P

  5. #5
    Valued Member MecBew is offline
    MemberRank
    Oct 2007 Join Date
    103Posts
    Quote Originally Posted by cuddlezz View Post
    Oh man and to thing I edited every terrain manually lol, meh thanx for that tip anyway it will still be usefull :P
    but manually editing, can get this bug?

    failed, how do I edit manually? is how?

    i need fix this =(
    Last edited by chumpywumpy; 11-05-09 at 01:41 PM.

  6. #6
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Disconnect's by potions

    You don't need to edit manually, i gave you the fix. Doing it my way avoids having to edit every terrain file.

  7. #7
    Valued Member MecBew is offline
    MemberRank
    Oct 2007 Join Date
    103Posts

    Re: Disconnect's by potions

    yes, I did what you posted there but i when I get a potion already led DC, would better explain what I delete rows, highlight them in Const.scp?

  8. #8
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Disconnect's by potions

    You only need those 3 rows under DropDiscount, no other rows, and then you have to enable DropDiscount in your worldsvr ini. If it is working extract pots will no longer drop.

  9. #9
    Valued Member MecBew is offline
    MemberRank
    Oct 2007 Join Date
    103Posts

    Re: Disconnect's by potions

    then have to delete one line Const.scp? if so which lines? or just activate the dropdiscount?

  10. #10
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: Disconnect's by potions

    He already told you what to do. Read what chumpy said and you'll be fine.

  11. #11
    Valued Member MecBew is offline
    MemberRank
    Oct 2007 Join Date
    103Posts

    Re: Disconnect's by potions

    [DropDiscount] OriginalKind OriginalOption ChangeKind ChangeOption ChangeRate
    0 579 1 783 0 100
    1 580 1 783 0 100
    2 581 1 783 0 100

    What I do not understand is that these lines have to remove. Could you tell me what are some?

    Code:
    [DropDiscount]    OriginalKind    OriginalOption    ChangeKind    ChangeOption    ChangeRate 
    0                    783    0    100 
    1                    783    0    100 
    2                    783    0    100
    so?

    or

    [DropDiscount] OriginalKind OriginalOption ChangeKind ChangeOption ChangeRate
    0
    1
    2

    ?

  12. #12
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: Disconnect's by potions

    Read his post PROPERLY and you will have your answer.

  13. #13
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Disconnect's by potions

    This is mine.

    PHP Code:
    [DropDiscount]    OriginalKind    OriginalOption    ChangeKind    ChangeOption    ChangeRate
    0    579    1    783    0    100
    1    580    1    783    0    100
    2    581    1    783    0    100


    [Guild]    CreateFee 
    Now enable DropDiscount.


  14. #14
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: Disconnect's by potions

    # Enable [DropDiscount] section of const.scp
    # For overriding specific item drops with
    # others for events?
    UseDropDiscount=1

    Chumpy told you this for a reason didn`t he?

  15. #15
    Member bLoWoNeR is offline
    MemberRank
    Mar 2009 Join Date
    Almeria,EspaLocation
    57Posts

    Re: Disconnect's by potions

    chumpywumpy nice work ^^!



Page 1 of 2 12 LastLast

Advertisement