|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
Join Date: Jul 2004
Location: IL, USA
Posts: 581
|
Not sure if this is a known or seen problem or if it is just my shard as are many of the problems I have.
Example: 1000 GP in backpack. Take off 90 and put in another pile in the backpack. Roll over the 2 piles with mouse, the original pile shows 910 and the new pile show 1000. Only after you close and reopen the backpack does the new pile show as 90. If you pick up the new pile it shows correctly 90 gp. Set it back down in the back pack and it still shows 1000. Along this same problem, in a securetrade window, items do not show any properties to the person recieving the items. After the trade, no props until you close backpack and reopen. So is this just me? If it is just me, can someone give me a direction to start looking to see what I screwed up. Edit On further search I see it is not just me. Thanks for reading. Last edited by haazen; 11-27-2006 at 12:50 AM. |
|
|
|
|
|
#4 (permalink) | |
|
Forum Expert
|
Quote:
__________________
Broadside ~AkA~ Bad Karma |
|
|
|
|
|
|
#5 (permalink) |
|
Forum Novice
Join Date: May 2004
Age: 48
Posts: 100
|
All that mess started back on svn 87 - 90 when they changed the packets in the core..
Also if you drop something on the ground you may have to move off screen and back to see it. Not sure why this has not been addressed.. |
|
|
|
|
|
#9 (permalink) |
|
Forum Expert
|
I noticed this with the scribers tomb actually where if they pull out 100 recalls than seperate pikes of 10 each time they pull 10 the stack goes down 10 but then instead of dropping the 10 stack it turns to match the new stack number this meaning 90 lol i just noticed this...hrmm Ok but its just the display count that is incorrect its the right amount after you remove from pack
__________________
Broadside ~AkA~ Bad Karma Last edited by Broadside; 11-27-2006 at 02:13 PM. |
|
|
|
|
|
#11 (permalink) | |
|
Forum Expert
|
Quote:
Here, add this piece of code to your PlayerMobile Code:
public override void Lift( Item item, int amount, out bool rejected, out LRReason reject ) //Added by Kenko
{
base.Lift( item, amount, out rejected, out reject );
if( item != null ) //Temporary fix to OPL update bug
item.InvalidateProperties();
}
|
|
|
|
|
|
|
#13 (permalink) | |
|
Forum Novice
Join Date: Mar 2004
Location: Wisconsin
Age: 45
Posts: 789
|
Appreciate the info Kenko and will give that a try.
We are running svn 107 and the issue has been around since several SVN releases back-when they changed the packets in the core and in several scripts. Right now the issues apply in several areas since the packet change: * Items not appearing on screen(tried closing one eye and that didnt help :P ) * Updating totals with stacked items * Players unable to see items locked down in their house * Locked down or secured items in a house becoming unlocked and deleting - had 2 instances of this, one instance was a plant was locked down(definate) and the player paged later they could not see the plant, I could(staff) and the plant was no longer locked down, the other plants in the house had deleted. Second instance, redesigned my house and locked down or secured the few containers/items I had. A stealable basket from the Yomotso Mines was secured with 4 items inside and later dissappeared, a tailor resource box was secured and also deleted( had a prior save to check and make sure they were indeed secure at that point and they were ) * Players unable to see items in their backpack * Secure trade window not showing properties * On mouse over not showing properties * I know I am missing one or two more i have written down, but I think this is clear enough. Would like to know when the Bug Posting Section will be back up so the RunUO team could address this issue and others could post issues they have found in regard to packets and we can get it fixed :] Thanks! Koluch
__________________
Quote:
|
|
|
|
|
|
|
#17 (permalink) | |
|
Forum Expert
Join Date: Dec 2005
Posts: 465
|
Quote:
__________________
Accurately, the persanagem is young is written to the side of the name |
|
|
|
|
|
|
#18 (permalink) | |
|
Forum Expert
Join Date: Dec 2005
Posts: 465
|
Quote:
__________________
Accurately, the persanagem is young is written to the side of the name |
|
|
|
|
|
|
#20 (permalink) |
|
Forum Expert
|
The bug reports section IS back up:
http://www.runuo.com/issues/ You have to register there, to post new issues. ![]() |
|
|
|
|
|
#21 (permalink) |
|
Forum Expert
|
still haveing problem with mark scrolls out of book i get a message in log when attempt to seperate a stack of them that reads
Code:
Warning: 0x400194AB: Item must have a zero paramater constructor to be separated from a stack. 'SpellScroll'.
__________________
Broadside ~AkA~ Bad Karma |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|