Spec_Item --> WordServer crach
hi all,
i got etioom files, and evry time i edit Spec_Item my wordserver schar, i just edeit starcady from 99 stack to 999 ONLY thad, i edit it in excel/word/.txt... notting works... have anny ide how to fix this problem?
grtj
Re: Spec_Item --> WordServer crach
Re: Spec_Item --> WordServer crach
try not editing spec item and it should work >.<
Re: Spec_Item --> WordServer crach
use notepad, and see if that works better
Re: Spec_Item --> WordServer crach
Quote:
Originally Posted by
EternityDevest
try not editing spec item and it should work >.<
olmost all edit for shops to item edit are in thad file... LOL
---------- Post added at 10:19 PM ---------- Previous post was at 10:07 PM ----------
Quote:
Originally Posted by
Cait
use notepad, and see if that works better
jeah!!! notepad works!!! ty, only notepad is not thad good to work with if excel... you know how i can let it work with excel?
Re: Spec_Item --> WordServer crach
It didn't leave any error when world server crashed?
If yes I think i know what's problem if not idk...
If got errors post them here.
Re: Spec_Item --> WordServer crach
Quote:
Originally Posted by
arnootie
olmost all edit for shops to item edit are in thad file... LOL
---------- Post added at 10:19 PM ---------- Previous post was at 10:07 PM ----------
jeah!!! notepad works!!! ty, only notepad is not thad good to work with if excel... you know how i can let it work with excel?
As I think, when you save with excel it moves around the text, so it dont work.
You can use excel to find the info, but change and save in notepad..
maybe notepad++ works fine too
Re: Spec_Item --> WordServer crach
Quote:
Originally Posted by
Cait
As I think, when you save with excel it moves around the text, so it dont work.
You can use excel to find the info, but change and save in notepad..
maybe notepad++ works fine too
jeah, bot if u wanne edit stack size you got allot work and for stuff like thad! bot ty i keep trying!
1 Attachment(s)
Re: Spec_Item --> WordServer crach
Quote:
Originally Posted by
Jomex
It didn't leave any error when world server crashed?
If yes I think i know what's problem if not idk...
If got errors post them here.
yes i got some errorss... Attachment 90663 thad are all the logs i get!
Re: Spec_Item --> WordServer crach
Quote:
Originally Posted by
arnootie
jeah, bot if u wanne edit stack size you got allot work and for stuff like thad! bot ty i keep trying!
on many items.. yes.
in one or few items.. not very.
just go to the line for the item and search ( [Ctrl] + [F] ) for 99 and change =)
Re: Spec_Item --> WordServer crach
Quote:
Originally Posted by
Cait
on many items.. yes.
in one or few items.. not very.
just go to the line for the item and search ( [Ctrl] + [F] ) for 99 and change =)
I know, bot thare are so manny ites xD with excel it go allot faster to edit stuff like thad, bot i will tike care ty for info
Re: Spec_Item --> WordServer crach
Quote:
Originally Posted by
arnootie
Man after you do what I say you can be happy because of easy item editing with Excel :)
Just look at this:
Code:
2011/ 7/29 16:56:17 Spec_Item.txt ID:0 last_read(ID:16716 name:Rabbit Hat(M))
As the code says something is wrong with this item...
Let's take a look how it looks like(v15 propitem):
Quote:
11 II_ARM_M_CHR_RABBIT03HAT IDS_PROPITEM_TXT_009910 1 1 IK1_ARMOR IK2_CLOTHETC IK3_HAT = TRUE = SEX_MALE "3,260" 3600000 = = = = PARTS_HAT = 1 = PARTS_HAIR 1 1 = = 1 = = 1 1 _NONE 0 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 0 0 0 0 0 0 = = = = = = = = = = = = = = = = """itm_mCloRabbit03Cap.dds""" 0 """""" IDS_PROPITEM_TXT_009911
And now after editing with Excel(v15 propitem):
Quote:
11 II_ARM_M_CHR_RABBIT03HAT IDS_PROPITEM_TXT_009910 1 1 IK1_ARMOR IK2_CLOTHETC IK3_HAT = TRUE = SEX_MALE 3,26 3600000 = = = = PARTS_HAT = 1 = PARTS_HAIR 1 1 = = 1 = = 1 1 _NONE 0 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 0 0 0 0 0 0 = = = = = = = = = = = = = = = = """itm_mCloRabbit03Cap.dds""" 0 """""" IDS_PROPITEM_TXT_009911
As you can see the " are disappearing so....
The server crashes because it doesn't know what is 3,26 cuz in that column it should be normal number like 5 or 6 or higher or 3,26 in " ".
There are 2 things you can do:
-Play with shit notepad.exe
-Change all values from 3,26 to 4 like all other cs parts have and be happy to use Excel...
And..... POOF your server works :)
If it helps anyone please click Like IT
Re: Spec_Item --> WordServer crach
Quote:
Originally Posted by
Jomex
Man after you do what I say you can be happy because of easy item editing with Excel :)
Just look at this:
Code:
2011/ 7/29 16:56:17 Spec_Item.txt ID:0 last_read(ID:16716 name:Rabbit Hat(M))
As the code says something is wrong with this item...
Let's take a look how it looks like(v15 propitem):
And now after editing with Excel(v15 propitem):
As you can see the " are disappearing so....
The server crashes because it doesn't know what is 3,26 cuz in that column it should be normal number like 5 or 6 or higher or 3,26 in
" ".
There are 2 things you can do:
-Play with shit notepad.exe
-Change all values from 3,26 to 4 like all other cs parts have and be happy to use Excel...
And..... POOF your server works :)
If it helps anyone please click Like IT
WOOOWWW
ty!
only one thing ;D
There are 2 things you can do:
-Play with shit notepad.exe
-Change all values from 3,26 to 4 like all other cs parts have and be happy to use Excel...
i dont get it wath i need to do, whare i change it?
Re: Spec_Item --> WordServer crach
open spec_item with excel and search in dwCost for all commas (,) and change all values with them to 4 and then it should work....
Re: Spec_Item --> WordServer crach
Quote:
Originally Posted by
Jomex
open spec_item with excel and search in dwCost for all commas (,) and change all values with them to 4 and then it should work....
eahhh..... its eah... works GREAT!!! realy ty you i mean it, notepad ist not thad fast to work with as excel so ty!!!