ECSRO GameServer local overlap job exception (DWCAVE)

09/22/2014 21:27 Pci#1
Hello guys, im working on ECSRO Files to make Donwhang cave work.
the problem is appeard that thing = -32767 //thats dw cave wRegionID
error from SR_GameServer ;
[Only registered and activated users can see links. Click Here To Register...]

i did everything extracted data added region to _RefRegion table but it works with SWSRO&ZSZC gameserver but local overlap on Ecsro gameserver please help me guys.
10/05/2014 07:55 D1nt3#2
ovar lap problem usually happens due confilcted lines in linked tables like teletelport and tele... make sure that any line is not writen 2 times and make a clean to the db
10/05/2014 21:59 tschulian#3
Quote:
Originally Posted by D1nt3 View Post
ovar lap problem usually happens due confilcted lines in linked tables like teletelport and tele... make sure that any line is not writen 2 times and make a clean to the db

Im also working on ECSRO Files and a local overlap is an error which really occures if you used wrong figures!

For example: in RefObjItem I twisted the ID by mistake - good that I made a backup right before that. I checked them for equality and saw the mistake.

The problem for you: if u edited much things its hard to get reversed to it.
11/02/2014 21:32 Pci#4
Quote:
Originally Posted by tschulian View Post
Im also working on ECSRO Files and a local overlap is an error which really occures if you used wrong figures!

For example: in RefObjItem I twisted the ID by mistake - good that I made a backup right before that. I checked them for equality and saw the mistake.

The problem for you: if u edited much things its hard to get reversed to it.
already fixed it, thank you guys anyway.