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!

RouItemMctPey.txt error

Initiate Mage
Joined
Oct 6, 2017
Messages
4
Reaction score
0
Hi, I recently started messing around with private server files, mainly Odin and i was going to try and add cs items to item merchant Pey, i did everything like the tutorials said to do so I'm not sure what's wrong.

The problem:

Code:
NPCItemList::NPCItemListTable::nilt_ReadTable : Read error[../9Data/Shine/NPCItemList/RouItemMctPey.txt]05:40:38 : AssertClass::ac_AssertFail : # comment expected[1]

I for the life of me have yet to figure out what is causing it. I can talk to her and click purchase then the item window doesn't pop up and i can't talk to her again for a few minutes.

I wasn't planning on posting but i couldn't find the answer anywhere i searched for a few days before i gave up. So if anyone can help me i would greatly appreciate it.
 
Initiate Mage
Joined
Oct 6, 2017
Messages
4
Reaction score
0
Re: Need help , please. >.<

Yeah, this is what i added. The 1 and 2 was already there with Elrue 1 and stuff. I just added 3 and up.

#Record 3 Karis - - - - -#Record 4 MRBlueDragon02 ACRedDragon02 JustRevival EXPCard04_5 - -#Record 5 CS_Charm50 CS_Charm20 Huntervoucher01 DIncrease1_3 -#Record 6 LuckyEl1 LuckyLix1 LuckyXir1 - -#Record 7 LuckyEl2 LuckyLix2 LuckyXir2 - - -#Record 8 LuckyEl3 LuckyLix3 LuckyXir3 - - -#Record 9 LuckyEl4 LuckyLix4 LuckyXir4 - - -#Record 10 LuckyEl5 LuckyLix5 LuckyXir5 - - -#Record 11 PerfectRedEye01_01 PerfectBuleMile01_01 GoldNine01_1 - - -#Record 12 GoldNine01_2 PerfectBuleMile02_01 PerfectRedEye02_01 - - -#Record 13 GoldNine07_3 PerfectBuleMile03_01 PerfectRedEye03_01 - - -#Record 14 GoldNine07_4 PerfectBuleMile04_01 PerfectRedEye04_01 - - -#Record 15 GoldNine07_5 PerfectBuleMile05_01 PerfectRedEye05_01 - - -#Record 16 AddInventory02_4 PoveofBlass03 MiniGa01_1 - - -#Record 17 RamaPotion03 RamaPotion04 RamaPotion05 RamaPotion06 RamaPotion07 - #End

The whole text looks like this.

; ItemList in NPC #ignore \o042 ; ÀοëºÎÈ£ ¹«½Ã #exchange # \x20 ; # => space ; 2006.01.25#Table Tab00 ;¾ÆÀÌÅÛ»óÁ¡#ColumnType BYTE String[33] String[33] String[33] String[33] String[33] String[33] #ColumnName Rec Column00 Column01 Column02 Column03 Column04 Column05#Record 0 El1 - - Pickaxe Q_Peg Q_Hammer#Record 1 FlyStone - - - - -#Record 2 WoodenHorse01 - - - - -#Record 3 Karis - - - - -#Record 4 MRBlueDragon02 ACRedDragon02 JustRevival EXPCard04_5 - -#Record 5 CS_Charm50 CS_Charm20 Huntervoucher01 DIncrease1_3 -#Record 6 LuckyEl1 LuckyLix1 LuckyXir1 - -#Record 7 LuckyEl2 LuckyLix2 LuckyXir2 - - -#Record 8 LuckyEl3 LuckyLix3 LuckyXir3 - - -#Record 9 LuckyEl4 LuckyLix4 LuckyXir4 - - -#Record 10 LuckyEl5 LuckyLix5 LuckyXir5 - - -#Record 11 PerfectRedEye01_01 PerfectBuleMile01_01 GoldNine01_1 - - -#Record 12 GoldNine01_2 PerfectBuleMile02_01 PerfectRedEye02_01 - - -#Record 13 GoldNine07_3 PerfectBuleMile03_01 PerfectRedEye03_01 - - -#Record 14 GoldNine07_4 PerfectBuleMile04_01 PerfectRedEye04_01 - - -#Record 15 GoldNine07_5 PerfectBuleMile05_01 PerfectRedEye05_01 - - -#Record 16 AddInventory02_4 PoveofBlass03 MiniGa01_1 - - -#Record 17 RamaPotion03 RamaPotion04 RamaPotion05 RamaPotion06 RamaPotion07 - #End



Oops, that didn't turn out like it was supposed to >.<



pey.PNG - RouItemMctPey.txt error - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 25, 2013
Messages
87
Reaction score
13
Re: Need help , please. >.<

#Record 5 and #Record 6 -> Just 5 items. (maybe some other too)
Each line beginning with #Record should contain exactly 6 Items
or - to tell the server that this slot is empty.
 
Initiate Mage
Joined
Oct 6, 2017
Messages
4
Reaction score
0
Re: Need help , please. &gt;.&lt;

Oh! I see. I feel kind dumb now since i didn't know that and it was like right in my face the whole time @.@



Thanks for the help but i figured it out finally.

The solution~

Replace every npc text in NPCItemList with NPCItemList from your fresh server files if you still have them downloaded, then add what you want. It works :)
 
Back
Top