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!

Collector Items

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 13, 2022
Messages
48
Reaction score
3
I tried to add Flyff Pieces in s.txt but I am only getting the first one in the line. For example:
PHP:
II_GEN_GEM_GEM_FLYFFPIECE_F 	144120000	II_GEN_GEM_GEM_FLYFFPIECE_L 	144120000	II_GEN_GEM_GEM_FLYFFPIECE_Y 	144120000	II_GEN_GEM_GEM_FLYFFPIECE_O 	144120000	II_GEN_GEM_GEM_FLYFFPIECE_R 	144120000	II_GEN_GEM_GEM_FLYFFPIECE_U 	144120000	II_GEN_GEM_GEM_FLYFFPIECE_N	144120000

I am only getting the F piece.
 
Newbie Spellweaver
Joined
Jun 10, 2014
Messages
49
Reaction score
6
Make sure your Collecting_Item in s.txt like this.
Collecting_Item
{
II_GEN_GEM_GEM_FLYFFPIECE_F 144120000
II_GEN_GEM_GEM_FLYFFPIECE_L 144120000
II_GEN_GEM_GEM_FLYFFPIECE_Y 144120000
II_GEN_GEM_GEM_FLYFFPIECE_O 144120000
II_GEN_GEM_GEM_FLYFFPIECE_R 144120000
II_GEN_GEM_GEM_FLYFFPIECE_U 144120000
II_GEN_GEM_GEM_FLYFFPIECE_N 144120000
}
 
Upvote 0
Newbie Spellweaver
Joined
Mar 13, 2022
Messages
48
Reaction score
3
Make sure your Collecting_Item in s.txt like this.
Sorry my bad it was a wrong quote but yes, the structure is definitely like that in the Collectors_Item.



All items combined in Collecting_Item must add up to a total of 1000000000.

Only the N piece is what I'm getting only just because it's placed in the first line of s.txt

 
Last edited:
Upvote 0
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
I gave you the answer lol.

All pieces must add up to that number else it breaks. So do some math and add them all together and meet the difference.

Your screenshot even shows your count doesn't match.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 13, 2022
Messages
48
Reaction score
3
I gave you the answer lol.

All pieces must add up to that number else it breaks. So do some math and add them all together and meet the difference.

Your screenshot even shows your count doesn't match.

That was a hell of math there .Thank you sir Ketchup I will message you once I'm ready if you know what I mean. There are more thing to learn :blushing:
 
Upvote 0
Status
Not open for further replies.
Back
Top