how do you update the scripts in the server folder there?
QUOTE (Kalen @ March 31, 2007 12:15 pm) |
how do you update the scripts in the server folder there? |
do you mean update the server scripts from the SVN that you have installed locally?
You would use the SVN Update function. If you are using TortoiseSVN, go to your server SVN folder, right click, and select the SVN Update menu option.
Those are only required if you either want to compile the server yourself or look through the scripts.
ok thankyou Arte, I was having problems with recipes still and thought maybe it was server scripts. I distro Runuo2-RC1 server with all the svn scripts updated and the recipe scrolls still show names as just recipe scroll, no runed carving knife etc and they can't be d-clicked to use them. Is this fixed in the new updated scripts or has anyone got this system to work yet? I'm pulling my hair out trying to get recipes to work correctly. Thanks for all your help, this forum is great.
Hi i posted on Bug report the new svn 163 that was edited on the core World.cs becareful it will read a warning without crash after doing a regular save.
CODE |
19/04-23:29 World: Saving...Warning: Attempted to delete 0x4002EA0E "LeftArm" du ring world save. This action could cause inconsistent state. It is strongly advised that the offending scripts be corrected. 19/04-23:29 Warning: Attempted to delete 0x4002EA0C "Torso" during world save. This action could cause inconsistent state. It is strongly advised that the offending scripts be corrected. 19/04-23:29 Warning: Attempted to delete 0x4002ECED "LargeTailorBOD" during worl d save. This action could cause inconsistent state. It is strongly advised that the offending scripts be corrected. 19/04-23:29 Warning: Attempted to delete 0x4002EA0F "RightLeg" during world save . This action could cause inconsistent state. It is strongly advised that the offending scripts be corrected. 19/04-23:29 Warning: Attempted to delete 0x4002EA11 "RightArm" during world save . This action could cause inconsistent state. It is strongly advised that the offending scripts be corrected. 19/04-23:29 Warning: Attempted to delete 0x4002E94A "SmallTailorBOD" during worl d save. This action could cause inconsistent state. It is strongly advised that the offending scripts be corrected. 19/04-23:29 Warning: Attempted to delete 0x4002EDC5 "SmallSmithBOD" during world save. This action could cause inconsistent state. It is strongly advised that the offending scripts be corrected. 19/04-23:29 Warning: Attempted to delete 0x4002EA0D "LeftLeg" during world save.
This action could cause inconsistent state. It is strongly advised that the offending scripts be corrected. 19/04-23:29 done in 1.10 seconds. |
those messages are part of the new diagnostics that were added in 163. They are a feature rather than a bug, unless they are a result of some standard distro scripts that are deleting things during saves.
You may have some system that is deleting things during serialization. Looks like corpse contents.
QUOTE (ArteGordon @ April 20, 2007 09:30 am) |
those messages are part of the new diagnostics that were added in 163. They are a feature rather than a bug, unless they are a result of some standard distro scripts that are deleting things during saves.
You may have some system that is deleting things during serialization. Looks like corpse contents. |
Nope was there error they updated and made fix since i reported it to bug track they also added the weight item of ML so now SVN is 166.
SVN Was updated again now it's SVN 169.
updated to rev 194 that importantly adds support for 6.0.1.7+ clients. Note that there are some required changes to Scripts as well that must be downloaded from the SVN.
Revision: 194
Author: mark
Date: 7:25:31 PM, Wednesday, August 08, 2007
Message:
----
Modified : /devel/Scripts/Items/Skill Items/Magical/Spellbook.cs
Modified : /devel/Server/Network/Packets.cs
Revision: 193
Author: mark
Date: 4:30:14 PM, Wednesday, August 08, 2007
Message:
Support for > 6.0.1.7 (Containers, SecureTrade, SpellBook, Vendors, etc)
WarningGump Fixed
----
Modified : /devel/Scripts/Gumps/WarningGump.cs
Modified : /devel/Scripts/Items/Misc/BulletinBoards.cs
Modified : /devel/Scripts/Items/Skill Items/Magical/Spellbook.cs
Modified : /devel/Scripts/Mobiles/Vendors/BaseVendor.cs
Modified : /devel/Server/Item.cs
Modified : /devel/Server/Items/Container.cs
Modified : /devel/Server/Mobile.cs
Modified : /devel/Server/Network/MessagePump.cs
Modified : /devel/Server/Network/NetState.cs
Modified : /devel/Server/Network/PacketHandlers.cs
Modified : /devel/Server/Network/Packets.cs
Modified : /devel/Server/SecureTrade.cs
Revision: 192
Author: mark
Date: 8:44:04 PM, Tuesday, August 07, 2007
Message:
oops!
----
Modified : /devel/Scripts/Items/Skill Items/Tailor Items/Misc/Scissors.cs
Revision: 191
Author: mark
Date: 8:31:47 PM, Tuesday, August 07, 2007
Message:
scissors should NOT be able to cut locked down or movable false items
----
Modified : /devel/Scripts/Items/Skill Items/Tailor Items/Misc/Scissors.cs
updated to rev 196
Revision: 196
Author: mark
Date: 7:37:33 PM, Thursday, August 09, 2007
Message:
oops, too many )
----
Modified : /devel/Scripts/Accounting/AccountAttackLimiter.cs
Revision: 195
Author: mark
Date: 6:01:27 PM, Thursday, August 09, 2007
Message:
fix packet throttling with handler overlay
----
Modified : /devel/Scripts/Accounting/AccountAttackLimiter.cs
Modified : /devel/Scripts/Mobiles/PlayerMobile.cs
Modified : /devel/Server/Network/PacketHandlers.cs
updated to rev 197
Revision: 197
Author: mark
Date: 3:19:44 AM, Sunday, August 12, 2007
Message:
general cleanup, fixed a slightly improbably crash issue
----
Modified : /devel/Scripts/Accounting/Account.cs
Modified : /devel/Scripts/Accounting/Firewall.cs
Modified : /devel/Scripts/Accounting/IPLimiter.cs
Modified : /devel/Scripts/Commands/GenCategorization.cs
Modified : /devel/Scripts/Commands/Generic/Extensions/Compilers/ConditionalCompiler.cs
Modified : /devel/Scripts/Commands/VisibilityList.cs
Modified : /devel/Scripts/Engines/Reports/Reports.cs
Modified : /devel/Scripts/Gumps/AdminGump.cs
Modified : /devel/Scripts/Gumps/ClientGump.cs
Modified : /devel/Scripts/Gumps/Properties/PropsGump.cs
Modified : /devel/Scripts/Gumps/Properties/SetObjectGump.cs
Modified : /devel/Scripts/Gumps/Properties/SetTimeSpanGump.cs
Modified : /devel/Scripts/Gumps/ResurrectGump.cs
Modified : /devel/Scripts/Items/Containers/Container.cs
Modified : /devel/Scripts/Items/Skill Items/Magical/Spellbook.cs
Modified : /devel/Scripts/Misc/Cleanup.cs
Modified : /devel/Scripts/Misc/DataPath.cs
Modified : /devel/Scripts/Misc/SkillCheck.cs
Modified : /devel/Scripts/Mobiles/Animals/Mounts/Ethereals.cs
Modified : /devel/Scripts/Mobiles/Vendors/BaseVendor.cs
Modified : /devel/Scripts/Regions/GuardedRegion.cs
Modified : /devel/Scripts/Skills/AnimalLore.cs
Modified : /devel/Scripts/Skills/AnimalTaming.cs
Modified : /devel/Server/Items/Container.cs
Modified : /devel/Server/Main.cs
Modified : /devel/Server/SecureTrade.cs
Revision: 199
Author: mark
Date: 2:10:42 PM, Sunday, August 12, 2007
Message:
fixed
----
Modified : /devel/Scripts/Commands/Generic/Implementors/SerialCommandImplementor.cs
Modified : /devel/Scripts/Gumps/Properties/PropsGump.cs
Modified : /devel/Scripts/Gumps/Properties/SetObjectGump.cs
Revision: 198
Author: mark
Date: 1:45:52 PM, Sunday, August 12, 2007
Message:
crash fix, issue #235
----
Modified : /devel/Scripts/Commands/Generic/Implementors/SerialCommandImplementor.cs
Revision: 200
Author: mark
Date: 11:13:21 PM, Monday, August 13, 2007
Message:
Mostly cleanup...
Removed canbeharmful check on reveal spell
BallOfSummoning required to be in pack
Cleaned up ban duration gump
----
Modified : /devel/Scripts/Gumps/BanDurationGump.cs
Modified : /devel/Scripts/Gumps/WhoGump.cs
Modified : /devel/Scripts/Items/Misc/Blocker.cs
Modified : /devel/Scripts/Items/Misc/Corpses/Corpse.cs
Modified : /devel/Scripts/Items/Misc/OilCloth.cs
Modified : /devel/Scripts/Items/Resources/Tailor/Cloth.cs
Modified : /devel/Scripts/Items/Resources/Tailor/Leathers.cs
Modified : /devel/Scripts/Items/Skill Items/Tools/SmithHammer.cs
Modified : /devel/Scripts/Items/Special/Solen Items/BallOfSummoning.cs
Modified : /devel/Scripts/Items/Special/Special Scrolls/PowerScroll.cs
Modified : /devel/Scripts/Misc/AutoSave.cs
Modified : /devel/Scripts/Spells/Sixth/Reveal.cs
How did you get 212 when i try to show log on my computer its only showing up to 200 svn ?