-
Adding Custom Items
Okay so my main.exe has been cracked on all offsets.
My BMD files are all done and load up fine in the client. BMD and OZJ are in the correct location.
The only problem I seem to have is starting GameServer after I have modified item(New).txt.
I get the following error:
http://i.imgur.com/rZrWe.png
This happens even when just copy and pasting an existing item into the row below.
I am using TitanTech 11.12.20. If I use the item(New).txt that came with the server files it works fine but with no custom items.
Could somebody elaborate on where I may have gone wrong?
Thank you all in advance!
-
Re: Adding Custom Items
bump D:
Seems nobody else has had this issue!
-
Re: Adding Custom Items
Bump again, somebody must know :(
-
Re: Adding Custom Items
Hello, you need to analyze the file item(new).txt, check where needed "end".
Mainly that's the problem.
Code:
//Index ItemSlot Skill X Y Serial Drop ItemName ItemLvl DmgMin DmgMax Speed Dur MDur MPwr ReqLvl Str Agi Ene Vit Com Type DW/SM DK/BK Elf/ME MG DL SUM RF
example:
0
0 0 0 1 2 1 1 1 "Kris" 6 6 11 50 20 0 0 0 40 40 0
end
without end:
0
0 0 0 1 2 1 1 1 "Kris" 6 6 11 50 20 0 0 0 40 40 0
why have this error.
-
Re: Adding Custom Items
It does have end. There are no errors in the item.txt. It's an issue with the GameServer :(
-
Re: Adding Custom Items
Not a gameserver error.
Post the file item(new).txt and see.
Luck.-