Jump to content
  • 0

Problems about My Server


Stupeflix

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   3
  • Joined:  03/30/13
  • Last Seen:  

Hi I'm just wondering why everytime I click or wear my custom item it always says the image below.

 

Problem #1

Hx1njff.png

 

Problem #2

Why is the GUILD NAME doesn't appear in game?  only the char name and the position title.

mM542SH.png

 

 

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

zHP1yWC.png

 

 

I hope someone could help me about my problems. Thanks !

Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   3
  • Joined:  03/30/13
  • Last Seen:  

;

 

 

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 ?

 

4B6da2l.jpg


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

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   3
  • Joined:  03/30/13
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  354
  • Reputation:   110
  • Joined:  01/30/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   3
  • Joined:  03/30/13
  • Last Seen:  

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

KqHu7R5.png

 

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.

5nRiyZT.png

 

screenies of my data folder

Axth4X7.png

QNKHDPt.png

UAUYvow.png

 

but still I got some error sprites. :(

JQsonoG.png

HIfS7ME.png

 

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.

IuC1TpK.png

Thanks in advance. Hope to fix all my problems. :)

Edited by Stupeflix
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   76
  • Joined:  06/13/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

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:
QNKHDPt.png

¿© folder and ³² files!

Edited by Haziel
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  354
  • Reputation:   110
  • Joined:  01/30/13
  • Last Seen:  

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:

QNKHDPt.png

¿© folder and ³² files!

Rename the prefix ³² into ¿© and will work

Edited by FXFreitas
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  09/27/15
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   3
  • Joined:  03/30/13
  • Last Seen:  

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:

QNKHDPt.png

¿© 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:

QNKHDPt.png

¿© 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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  265
  • Reputation:   95
  • Joined:  09/30/14
  • Last Seen:  

I believe showname is also a NEMO patch. Could be disabled when you diffed your client.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   3
  • Joined:  03/30/13
  • Last Seen:  

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 ?

 

4B6da2l.jpg


Bump !
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...