Stupeflix Posted October 17, 2015 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 61 Reputation: 3 Joined: 03/30/13 Last Seen: May 29, 2018 Share Posted October 17, 2015 Hi I'm just wondering why everytime I click or wear my custom item it always says the image below. Problem #1 Problem #2 Why is the GUILD NAME doesn't appear in game? only the char name and the position title. Problem #3 In this case. From where I'm standing. It must have an NPC called the Woe_Controller. But base on the image, the NPC doesn't appear. woe_controller.txt prontera,149,193,4 script WOE Information 835,{ doevent "WOE_CONTROL::OnMenu"; end;OnAgitStart: while(agitcheck()) { specialeffect EF_BEGINSPELL6; sleep 425; } end;} I'm using the latest SVN from GIT and I'm using also 20130807 client and Packet Ver. Also newprontera.grf also attached on my DATA.INI I hope someone could help me about my problems. Thanks ! Quote Link to comment Share on other sites More sharing options...
Stupeflix Posted November 3, 2015 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 61 Reputation: 3 Joined: 03/30/13 Last Seen: May 29, 2018 Author Share Posted November 3, 2015 ; BTW. Still my problem is #2 Guild name not showing, even if i use /showname Another problem appear. I just recent add custom weapon, but after i build my grf file, that error appears. Even if I use my old GRF still it shows. Every time I use ALT+Q to view my equip that error will appear. Just wondering. How to fix this ? Bump ! Already fix the problem, the problem is in the Iteminfo.lub/lua that's why i make a new iteminfo to fix the error. Also, Problem #2 I already fixed it. I just changed my LANGTYPE on my clientinfo.xml which value is 1 to 0 Quote Link to comment Share on other sites More sharing options...
Haziel Posted October 17, 2015 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted October 17, 2015 Problem #1:This only occurs with this item? If so, post the Item Script, please. Problem #2: Use /showname. Problem #3:If your NPC is not casting errors on console, check on .conf files (scripts_custom.conf in example) if it's name is listed correctly to be load when the server starts. Quote Link to comment Share on other sites More sharing options...
Stupeflix Posted October 18, 2015 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 61 Reputation: 3 Joined: 03/30/13 Last Seen: May 29, 2018 Author Share Posted October 18, 2015 Problem #1: This only occurs with this item? If so, post the Item Script, please. Problem #2: Use /showname. Problem #3: If your NPC is not casting errors on console, check on .conf files (scripts_custom.conf in example) if it's name is listed correctly to be load when the server starts. Problem #1 here is the item script from import/item_db.txt 25123,Blade_of_Dragon,Blade of Dragon,4,0,0,0,,50,,1,0xFFFFFFFE,8,2,1,0,0,1,1371,{ bonus2 bAddRace,RC_DemiHuman,10; },{},{} Problem #2 I will gonna try that. Problem #3 Regarding this, thanks for the info. All items in Script_custom.conf have // thats why it doesn't appear. Quote Link to comment Share on other sites More sharing options...
FXFreitas Posted October 18, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 354 Reputation: 110 Joined: 01/30/13 Last Seen: June 7, 2024 Share Posted October 18, 2015 One more thing about thr Problem 1: Your msgstringtable.txt (in data folder or your grf) isn't compatible with your client, some messages will be show wrong. And this: 25123,Blade_of_Dragon,Blade of Dragon,4,0,0,0,,50,,1,0xFFFFFFFE,8,2,1,0,0,1,1371,{ bonus2 bAddRace,RC_DemiHuman,10; },{},{} 8 = 3rd Classes (excl. Trans-3rd classes and 3rd Baby classes) Change into 63 and check if works Quote Link to comment Share on other sites More sharing options...
Stupeflix Posted October 18, 2015 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 61 Reputation: 3 Joined: 03/30/13 Last Seen: May 29, 2018 Author Share Posted October 18, 2015 (edited) One more thing about thr Problem 1: Your msgstringtable.txt (in data folder or your grf) isn't compatible with your client, some messages will be show wrong. And this: 25123,Blade_of_Dragon,Blade of Dragon,4,0,0,0,,50,,1,0xFFFFFFFE,8,2,1,0,0,1,1371,{ bonus2 bAddRace,RC_DemiHuman,10; },{},{} 8 = 3rd Classes (excl. Trans-3rd classes and 3rd Baby classes) Change into 63 and check if works I already cchange it but still the same. 25123,Blade_of_Dragon,Blade of Dragon,4,0,0,0,,50,,1,0xFFFFFFFE,63,2,1,0,0,1,1371,{ bonus2 bAddRace,RC_DemiHuman,10; },{},{} Problem #1 still my problem and #2 Here are the screenies on how I setup my custom items File that I used: >Latest SVN from GIT >Client exe 2013-08-07aragexe >Packet Ver 20130807 >Data folder v4.0 from here For Problem #2 Still the same. I already type /showname 1 or 2. Nothings happen. screenies of my data folder but still I got some error sprites. and additional question. what is the difference between this items. One item is having a color RED, while other item has no color red. Just wondering. Thanks in advance. Hope to fix all my problems. Edited October 18, 2015 by Stupeflix Quote Link to comment Share on other sites More sharing options...
Litro Endemic Posted October 18, 2015 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 283 Reputation: 79 Joined: 06/13/13 Last Seen: June 7, 2023 Share Posted October 18, 2015 1 QA: You didn't have the right msgstringtable.txt for your client (answered above) 2 QA: You didn't correctly patch the client that you are using, what client patcher did you use, try nemo patcher if you didn't use it get the latest one from github. Additional QA: it's the mark that item is the newest or latest come to inventory something like that its just my hunch, i think you need to rebuild your client files... if you are using the latest kro, you didn't need the data v4.0 (CMIIW...) but you will lost some files (npc, item and other) that come from other official server (jRO, etc...), you can use folder data and system from translation github lastly the luafiles it seem the cause is case sensivity or you put it on data folder and did you patch your client with read data folder first ?, post your current accessoryid.lua/lub and accname.lua/lub Quote Link to comment Share on other sites More sharing options...
Haziel Posted October 18, 2015 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted October 18, 2015 (edited) First of all, get your data files here: here.Question #1:Update your data, you're using wrong msgstringtable.txt. Question #2: If you used /showname and it doesn't change, you need to reDiff your Client properly, also enabling /showname. Question #3: About the pink circle, it's because the item was the newest added to your inventory.About your Sprite Error:Man, look at your own screens, your file names, you did put them on wrong folder...Look:¿© folder and ³² files! Edited October 18, 2015 by Haziel 1 Quote Link to comment Share on other sites More sharing options...
FXFreitas Posted October 18, 2015 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 354 Reputation: 110 Joined: 01/30/13 Last Seen: June 7, 2024 Share Posted October 18, 2015 (edited) If the /showname in game don't work try in Ragnarok Setup (with ghost icon or the open setup if you're using it). Abou the item, I'm testing a place holder with same entry... 25123,Blade_of_Dragon,Blade of Dragon,4,0,0,0,,50,,1,0xFFFFFFFE,36,2,1,0,0,1,1371,{ bonus2 bAddRace,RC_DemiHuman,10; },{},{}it worked for me using the same job (baby sorcerer)... Remember to reload your item database in game via @reloaditemdb About your Sprite Error: Man, look at your own screens, your file names, you did put them on wrong folder... Look: ¿© folder and ³² files! Rename the prefix ³² into ¿© and will work Edited October 18, 2015 by FXFreitas Quote Link to comment Share on other sites More sharing options...
grasst Posted October 18, 2015 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 09/27/15 Last Seen: April 8, 2016 Share Posted October 18, 2015 Hi, Regarding to Q2: change the value to yes in conf\battle\party.conf // Display party name regardless if player is in a guild. // Official servers do not display party name unless the user is in a guild. (Note 1) display_party_name: yes and use /shownameI hope it works for you Quote Link to comment Share on other sites More sharing options...
Stupeflix Posted October 20, 2015 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 61 Reputation: 3 Joined: 03/30/13 Last Seen: May 29, 2018 Author Share Posted October 20, 2015 First of all, get your data files here: here. Question #1: Update your data, you're using wrong msgstringtable.txt. Question #2: If you used /showname and it doesn't change, you need to reDiff your Client properly, also enabling /showname. Question #3: About the pink circle, it's because the item was the newest added to your inventory. About your Sprite Error: Man, look at your own screens, your file names, you did put them on wrong folder... Look: ¿© folder and ³² files! 1 QA: You didn't have the right msgstringtable.txt for your client (answered above) 2 QA: You didn't correctly patch the client that you are using, what client patcher did you use, try nemo patcher if you didn't use it get the latest one from github. Additional QA: it's the mark that item is the newest or latest come to inventory something like that its just my hunch, i think you need to rebuild your client files... if you are using the latest kro, you didn't need the data v4.0 (CMIIW...) but you will lost some files (npc, item and other) that come from other official server (jRO, etc...), you can use folder data and system from translation github lastly the luafiles it seem the cause is case sensivity or you put it on data folder and did you patch your client with read data folder first ?, post your current accessoryid.lua/lub and accname.lua/lub If the /showname in game don't work try in Ragnarok Setup (with ghost icon or the open setup if you're using it). Abou the item, I'm testing a place holder with same entry... 25123,Blade_of_Dragon,Blade of Dragon,4,0,0,0,,50,,1,0xFFFFFFFE,36,2,1,0,0,1,1371,{ bonus2 bAddRace,RC_DemiHuman,10; },{},{}it worked for me using the same job (baby sorcerer)... Remember to reload your item database in game via @reloaditemdb About your Sprite Error: Man, look at your own screens, your file names, you did put them on wrong folder... Look: ¿© folder and ³² files! Rename the prefix ³² into ¿© and will work Thank you very much Guys !!! it works already. sorry for late reply about this. But still problem #2 not solved. Stil Guild name and Party Name not showing. Hi, Regarding to Q2: change the value to yes in conf\battle\party.conf // Display party name regardless if player is in a guild. // Official servers do not display party name unless the user is in a guild. (Note 1) display_party_name: yes and use /showname I hope it works for you I already change it to YES but nothings happen. But do I need to re-compile if I change anything in CONF folder? Quote Link to comment Share on other sites More sharing options...
Nova Posted October 20, 2015 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 265 Reputation: 96 Joined: 09/30/14 Last Seen: May 15, 2024 Share Posted October 20, 2015 I believe showname is also a NEMO patch. Could be disabled when you diffed your client. Quote Link to comment Share on other sites More sharing options...
Stupeflix Posted November 1, 2015 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 61 Reputation: 3 Joined: 03/30/13 Last Seen: May 29, 2018 Author Share Posted November 1, 2015 BTW. Still my problem is #2 Guild name not showing, even if i use /showname Another problem appear. I just recent add custom weapon, but after i build my grf file, that error appears. Even if I use my old GRF still it shows. Every time I use ALT+Q to view my equip that error will appear. Just wondering. How to fix this ? Bump ! Quote Link to comment Share on other sites More sharing options...
Question
Stupeflix
Hi I'm just wondering why everytime I click or wear my custom item it always says the image below.
Problem #1
Problem #2
Why is the GUILD NAME doesn't appear in game? only the char name and the position title.
Problem #3
In this case. From where I'm standing. It must have an NPC called the Woe_Controller. But base on the image, the NPC doesn't appear.
woe_controller.txt
prontera,149,193,4 script WOE Information 835,{
doevent "WOE_CONTROL::OnMenu";
end;
OnAgitStart:
while(agitcheck()) {
specialeffect EF_BEGINSPELL6;
sleep 425;
}
end;
}
I'm using the latest SVN from GIT and I'm using also 20130807 client and Packet Ver. Also newprontera.grf also attached on my DATA.INI
I hope someone could help me about my problems. Thanks !
Link 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.