icon/npc chatbox

jaiko23

New member
Messages
94
Points
0
Hi, im just wondering, where can i find this? i want to remove it, because of the error showing up which is why i think the npc is not there, about the resource volume_low_twin which is i cant find. please do help me on this one.

Thank you!

screenHercules001.jpg

 
Hey, you can edit it in
data/luafiles514/lua files/signboardlist.lub
 

{ "lasagna", 205, 325, 10, IT_SIGNBOARD, "유저인터페이스\\item\\ship_ticket.bmp", " Ferry Service", "#0x00FFFFFF" },
--> { "izlude", 195, 213, 10, IT_SIGNBOARD, "유저인터페이스\\item\\ship_ticket.bmp", " To Lasagna", "#0x00FFFFFF" },
{ "malangdo", 218, 81, 10, IT_SIGNBOARD, "유저인터페이스\\item\\ship_ticket.bmp", " To Lasagna", "#0x00FFFFFF" },


Just delete it or if I am remember correctly add -- before to  deline it. 
Like:

Code:
--{ "izlude", 195, 213, 10, IT_SIGNBOARD, "유저인터페이스\\item\\ship_ticket.bmp", "  To Lasagna", "#0x00FFFFFF" },
 
same question im using anacondaq 





but i dont see any files " data/luafiles514/lua files/signboardlist.lub "

so where can i remove all the icon? :)  

 
Back
Top