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?
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?
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:
In WorldSvr ini: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
PHP Code:# Enable [DropDiscount] section of const.scp
# For overriding specific item drops with
# others for events?
UseDropDiscount=1
have to be so?
[DropDiscount] OriginalKind OriginalOption ChangeKind ChangeOption ChangeRate
0 579 1
1 580 1
2 581 1
so?
Oh man and to thing I edited every terrain manually lol, meh thanx for that tip anyway it will still be usefull :P
Last edited by chumpywumpy; 11-05-09 at 01:41 PM.
You don't need to edit manually, i gave you the fix. Doing it my way avoids having to edit every terrain file.
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?
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.
then have to delete one line Const.scp? if so which lines? or just activate the dropdiscount?
He already told you what to do. Read what chumpy said and you'll be fine.
[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?
so?Code:[DropDiscount] OriginalKind OriginalOption ChangeKind ChangeOption ChangeRate 0 783 0 100 1 783 0 100 2 783 0 100
or
[DropDiscount] OriginalKind OriginalOption ChangeKind ChangeOption ChangeRate
0
1
2
?
Read his post PROPERLY and you will have your answer.
This is mine.
Now enable DropDiscount.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
![]()
# 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?
chumpywumpy nice work ^^!