Eledrianek 
Apprentice

Posts: 21
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2014
Reputation: 0
![]()
|
RE: Upgrade live server
Thank you for your quick answer.
The first problem is related to origin lots of our items - to 51a age.
[itemdef 04555]
defname=i_golden_platemail_legs
name="Golden Platemail Legs"
id=01411
We are still using this number based itemdef. My question is if I have other choice than change every single item manually.
----
About the trade window layer...item is not existing anymore  ( and logs takes more than 7k lines and I have no idea how to transfer this items to correct layer. Is this possible to track how this error arise some way?
---
About walk in .ini:
Code:
// Walk limiting code: buffer size (in tenths of second)
WalkBuffer=0
// Walk limiting code: regen speed (%)
WalkRegen=1000
// In game effects to turn on and off
// Messages echoed to the server console while in debug mode
// DEBUGF_NPC_EMOTE 00001
// DEBUGF_ADVANCE_STATS 00002
// DEBUGF_WALKCODES 00080 // try the new walk code checking stuff
// DEBUGF_EXP 00200 // experience gain/loss
// DEBUGF_LEVEL 00400 // experience level changes
// DEBUGF_SCRIPTS 00800 // debug flag for scripts
// DEBUGF_LOS 01000 // debug flag for AdvancedLOS
// DEBUGF_WALK 02000 // debug flag for new walking check stuff
// DEBUGF_PACKETS 04000 // log packets to file
// DEBUGF_NETWORK 08000 // debug flags for networking
//DebugFlags=00
OptionFlags=08|0200|00004000|00002000|00010000|00000080
(This post was last modified: 08-16-2014 03:01 AM by Eledrianek.)
|
|
08-16-2014 03:00 AM |
|
|