Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[SOLVED]Is there another way to... [Copy Items]

Custom Title Activated
Loyal Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
Is there another way to copy items other client that is easy? other than item Editor

because if i use item editor i have to add it 1 by 1 .. .and i have lots items to copy....

i read this GUIDE but i dont understand what the codes of the items...


thanks...
 
*Retired
Joined
Mar 23, 2012
Messages
609
Reaction score
77
Re: Is there another way to... [Copy Items]

csv editing changing column to column make and adding and removing it for me i used 2 diff. .csv (item) then copy (column) then paste (column) but it must have the same column name aghh hard to explain .


ex:

the one you are copying has this column

wReserved5 ll wReserved6 ll wReserved7 ll dwFlags ll dwBuyPrice ll
1 0 0 0 0


and yours is



wReserved5 ll dwFlags ll dwBuyPrice ll
1 0 0




something like that you have to be careful at copying and pasting .



This is example only. if you get this you will be able to copy a diff item.isf
but note this :

[Item Editor]

''Some item when edited at 2nd page will bug trapped so meaning u can just edit the first page of it in item editor so it means re-create it''
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
Re: Is there another way to... [Copy Items]

csv editing changing column to column make and adding and removing it for me i used 2 diff. .csv (item) then copy (column) then paste (column) but it must have the same column name aghh hard to explain .


ex:

the one you are copying has this column

wReserved5 ll wReserved6 ll wReserved7 ll dwFlags ll dwBuyPrice ll
1 0 0 0 0


and yours is



wReserved5 ll dwFlags ll dwBuyPrice ll
1 0 0




something like that you have to be careful at copying and pasting .



This is example only. if you get this you will be able to copy a diff item.isf
but note this :

[Item Editor]

''Some item when edited at 2nd page will bug trapped so meaning u can just edit the first page of it in item editor so it means re-create it''
every time i edit and save it and load the csv to item editor..the names are gone
 
Upvote 0
Elite Diviner
Joined
Apr 3, 2011
Messages
425
Reaction score
41
Re: Is there another way to... [Copy Items]

every time i edit and save it and load the csv to item editor..the names are gone
then copy the name to the original itemstrtable, then paste it in the new itemstrtable!
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
Re: Is there another way to... [Copy Items]

then copy the name to the original itemstrtable, then paste it in the new itemstrtable!

i dont understand.. i will copy 1 by 1 the names? hmmpp...

i've read a tutorial here..about opening and saving csv... i forgot the link..i cant search it anymore :/:

i think the saving is the problem there are popup that say yes or no blabla...

============
i've been experimenting saving csv without editing and load it to itemeditor then the names are there no problem...
but when i add/copy items in csv and save and open it to itemeditor i got no names and the .cps of added items are gone :?:
 
Upvote 0
*Retired
Joined
Mar 23, 2012
Messages
609
Reaction score
77
Re: Is there another way to... [Copy Items]

u can highlight many columns then copy :)

 
Upvote 0
*Retired
Joined
Mar 23, 2012
Messages
609
Reaction score
77
Re: Is there another way to... [Copy Items]

if you done that once then you can copy many items from different item csv :) but make sure that u copy and paste it in the right column
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
Re: Is there another way to... [Copy Items]

after i add
and ctrl save it ask like this .. .

aa.JPG - [SOLVED]Is there another way to... [Copy Items] - RaGEZONE Forums

what to press? grrr
 

Attachments

You must be registered for see attachments list
Upvote 0
Custom Title Activated
Loyal Member
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
Re: Is there another way to... [Copy Items]

yes . . . .

what excel did you use? i found out that when i open the csv and do nothing then close..and try to load it using item editor.. the names are gone..

im using microsoft 2007

=========================
grr wrong ..when i save csv in item editor and re open the reditor and load csv .. the names are gone grr..
 
Upvote 0
*Retired
Joined
Mar 23, 2012
Messages
609
Reaction score
77
Re: Is there another way to... [Copy Items]

yea it does that so still use the original itemstrtable get it from the glogic.rcc if you merge 2 diff item csv then merge the 2 itemstrtable
 
Upvote 0
Back
Top