NakedWolf Posted April 4, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 120 Reputation: 2 Joined: 03/21/17 Last Seen: February 18, 2021 Share Posted April 4, 2017 (edited) can some one help me how to fix this error? after adding the custom mob in-game when i try to @monster monsterID i get this error Cannot find File : sprite\¸ó½ºÅÍ\.spr Edited April 4, 2017 by NakedWolf Quote Link to comment Share on other sites More sharing options...
0 Felten Posted April 4, 2017 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 104 Reputation: 15 Joined: 01/18/16 Last Seen: July 15, 2024 Share Posted April 4, 2017 Did you modified your luas? Quote Link to comment Share on other sites More sharing options...
0 Poring King Posted April 4, 2017 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted April 4, 2017 (edited) Check all you need when adding custom mobs i cant find the old wiki of rAthena for adding custom mobs but here is the other optionhttp://herc.ws/wiki/Custom_Mobs Edited April 4, 2017 by Poring King Quote Link to comment Share on other sites More sharing options...
0 NakedWolf Posted April 5, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 120 Reputation: 2 Joined: 03/21/17 Last Seen: February 18, 2021 Author Share Posted April 5, 2017 Please help me i had be stuck with this for a week i have did correctly still i have the same problem it says "Cannot find File : sprite\¸ó½ºÅÍ\.spr" please help me to fix it guys am using 2015-09-16 On 4/4/2017 at 11:00 PM, Felten said: Did you modified your luas? i did it doing the video posted in rathena using ChunkSpy 1. I have placed both this files in client side data folder. data > lua files > datainfo > jobname.lua and npcidentity.lua 2. I have placed the sprite in client side data folder. data> sprite > ¸ó½ºÅÍ > Icering.act and Icering.spr jobname.lua npcidentity.lua Quote Link to comment Share on other sites More sharing options...
0 pambe Posted April 25, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 03/20/17 Last Seen: March 14, 2022 Share Posted April 25, 2017 Same problem please help... I also got no mob_db2.txt but only in SQL Quote Link to comment Share on other sites More sharing options...
0 NakedWolf Posted April 25, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 120 Reputation: 2 Joined: 03/21/17 Last Seen: February 18, 2021 Author Share Posted April 25, 2017 Its still not fixed Quote Link to comment Share on other sites More sharing options...
0 Poring King Posted April 26, 2017 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted April 26, 2017 10 hours ago, pambe said: Same problem please help... I also got no mob_db2.txt but only in SQL The latest rAthena master already remove the mob_db2 . all monster and custom monster are back to mob_db 1 hour ago, NakedWolf said: Its still not fixed Your Error is "Cannot find File : sprite\¸ó½ºÅÍ\.spr" you have a missing sprite file in your data folder . if you are tying to add a custom monster you should provide sprite file, act file of your custom monster and follow the guide how to put it in your server . Quote Link to comment Share on other sites More sharing options...
0 pambe Posted April 27, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 03/20/17 Last Seen: March 14, 2022 Share Posted April 27, 2017 Thank you for replying Poring King I follow the guide on judas. I just extract my lub files and edit it directly. I have input my custom mob on npc identity and jobname and also adding it on Re/mob_db also in pre-re/mob_db CustomID# 3465 & #3436 Also I already make folder on client data/sprite/korean language mob and also put the custom sprite dragging it back using grf editor. I use grf editor to extract the file. Do I need it to decompile to Lua file first? Already stuck for a week now. When spawning ID I get that error. Thank you, All the help is always appreciated Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted April 27, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted April 27, 2017 (edited) 27 minutes ago, pambe said: Thank you for replying Poring King I follow the guide on judas. I just extract my lub files and edit it directly. I have input my custom mob on npc identity and jobname and also adding it on Re/mob_db also in pre-re/mob_db CustomID# 3465 & #3436 Also I already make folder on client data/sprite/korean language mob and also put the custom sprite dragging it back using grf editor. I use grf editor to extract the file. Do I need it to decompile to Lua file first? Already stuck for a week now. When spawning ID I get that error. Thank you, All the help is always appreciated you must add .spr and .act files to your grf which is mob sprites, the error message states that youa re missing those files or you miss located them Edited April 27, 2017 by Cyro Quote Link to comment Share on other sites More sharing options...
0 Poring King Posted April 27, 2017 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted April 27, 2017 Even you put that in npcidentity and jobname if the file act and sprite are not in there it will cost of error . Quote Link to comment Share on other sites More sharing options...
0 pambe Posted April 27, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 03/20/17 Last Seen: March 14, 2022 Share Posted April 27, 2017 (edited) I already put the srite spr and act on data.grf with same file directory on my client. And I try changing from 3635 to 5000 I don't get error but now it say summon failed cannot find monster ID. I already put 2 custom mob to its not the mob sprite problem. I will tell step by step I made. Please tell where did I go wrong 1. I extracted npcidentit.lub and jobname.lub. On I Made folder data/luafiles/data info same directory and Enter the monster name and input monster ID 5001 and ID 5002. Jobname.lub NpcIdentity.lub 2. Edit and input my custom mob on pre-re/mob_db and re/mob_db on server side.(will also put later). Copied Poring and just edit the mob id. mob_db pre-re and re 3.make folder data/sprite/korean lang. Mob and input my custom mob spr and act file. 4.now using grf editor I drag and drop the files to its corresponding pathway. Save. Lub files and sprite 5.Recompile my server. No error logging in but when I summon the ID. I get error cannot find file sprite/@@@/mob.spr and mob.act my client shuts down. I'm using same client as TS 2015-9-16a Thank you all for the help. Really need guidance on this. Because there is a few guide almost old ones already. Edited April 27, 2017 by pambe Adding Files Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted April 27, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted April 27, 2017 Seems your lub files are outdated Try updating them Here is a link : https://github.com/ROClientSide/Translation To be more specific, this would be related to missing entries in luafiles514\lua files\datainfo\NPCIdentity.lub and jobame.lub Quote Link to comment Share on other sites More sharing options...
0 pambe Posted April 27, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 03/20/17 Last Seen: March 14, 2022 Share Posted April 27, 2017 (edited) now I got this monster failed no monster ID Did I do something wrong from the step by step i have made? EDIT: I got progress i have summoned it but I cannot kill it and the sprite of my custom is just poring I can also search it using @mobinfo 6500 Change ID to 6500 and 6501 Increase the max_mob to 10000 EDIT: i got it working now. I just play around the monster ID checking Monster_last on npcidentity change from 6500 to 3625 i got 3 working custom mobs now. thanks for all those who help. Edited April 28, 2017 by pambe Updating Quote Link to comment Share on other sites More sharing options...
Question
NakedWolf
can some one help me how to fix this error?
after adding the custom mob in-game when i try to @monster monsterID i get this error
Cannot find File : sprite\¸ó½ºÅÍ\.spr
Edited by NakedWolfLink to comment
Share on other sites
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.