Jump to content
  • 0

Can Anyone help me with these errors?


Keiichi

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   0
  • Joined:  12/30/11
  • Last Seen:  

:D

I HAVE A SCREEN SHOT

2v2uwyw.jpg

Please Help me

THANKS :P

(SOLVE ANOTHER PROBLEM BELOW)

Edited by keiichi
Link to comment
Share on other sites

22 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

looks like a custom item error? have you done anything with customs?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   0
  • Joined:  12/30/11
  • Last Seen:  

I already Solved the 1st Problem but now i have this

90aaad.jpg

When i equip ears. It show the aladdin's prince hat.

Please help me solve this

Edited by keiichi
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   47
  • Joined:  11/18/11
  • Last Seen:  

< Wrong section, this is mostly a client issue >

You should take a look here: http://rathena.org/wiki/Custom_Items

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

looks like a view id problem

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   0
  • Joined:  12/30/11
  • Last Seen:  

how to i fix the view id problem.

the one on the accessoryid.lua i placed 1001

on the itemdb's view id i also placed 1001

but why?

please help

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

is this the only custom item in ur server? Are you sure the sprite name is correct? Can u post codeboxes of your accname and accessory id luas

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   47
  • Joined:  11/18/11
  • Last Seen:  

It could also be that the ³²_file.spr is not the correct one though, check them with spr_conview program. I mean if you have the view ids set correctly it could be an option.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   349
  • Joined:  11/20/11
  • Last Seen:  

First find out the view id for Wolf ears. Go to your item_db2, and check the wolf ears view id and correct it if it's wrong.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  221
  • Reputation:   12
  • Joined:  12/18/11
  • Last Seen:  

As others have said, it is your ViewID which is messed up.

If you are editing in LUAs, make sure you have the correct ViewID in the accessoryid.lua .

Also, make sure you have the correct ViewID in the ItemDB. The ViewID in the item_db scripts is just before the brackets (effects)

Ex.

9,9,9,9,1111,{ bonus bAllStats,1; },{},{}

1111 would be the ViewID. You must have set or the Aladin Hat to the ViewID of the Wolf Ears, or the Wolf Ears ViewID to the ID of the Aladin Hat.

Hope it helped.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   0
  • Joined:  12/30/11
  • Last Seen:  

Sir this is whats in my accesorryid.lua , accname.lua , item_db , item_db2 , sprite folder and 32 folder.

talglg.jpg

Please help me

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

should be 32_spritename

and accname should be _Wolf_Ears

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   0
  • Joined:  12/30/11
  • Last Seen:  

Ok sir . i'll try if it works :D Thanks

<bump>

Still the same problem :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

can you make a new post with the changes you made now.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   0
  • Joined:  12/30/11
  • Last Seen:  

Sir this happened again.

i1kz7k.jpg

I tried putting Lighthazen_Aura.

itemdb

15000,Lighthazen_Aura,Lighthazen Aura,5,20,,700,,0,,0,0xFFFFFFFF,7,2,256,,0,0,741,{ bonus2 bSubRace,RC_DemiHuman,10; },{},{}

accessoryid.lua

ACCESSORY_LIGHTHAZEN_AURA = 741,

accname.lua

[ACCESSORY_IDs.ACCESSORY_LIGHTHAZEN_AURA] = "_LHZ",

My Sprite is Located @ datasprite¾ÆÀÌÅÛ

lhz.act and lhz.spr

¿© sprites @ sprite¾Ç¼¼»Ç¸®¿©

¿©_lhz.act and ¿©_lhz.spr

32 Sprites @ sprite¾Ç¼¼»Ç¸®³²

³²_lhz.act and ³²_lhz.spr

what seems to be the problem now?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

try an unused id above 1000 view ID, i believe 741 may be already be occupied by something else in kRO.

if the error persists we will start from there.

Edited by Judas
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   0
  • Joined:  12/30/11
  • Last Seen:  

If errors persists consult Judas :D

Sir still got the error :)

HELP :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

Have u tried accessory_LHZ insteaf of

Lighthalzen in accname and accessoryid luas

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   0
  • Joined:  12/30/11
  • Last Seen:  

Sir i just tested that one. but still got the error :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

hmm alright. Do younhave teamviewer? If so pm

Me with the login and pass

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   0
  • Joined:  12/30/11
  • Last Seen:  

Ok sir. ill download TeamViewer :D ill just PM you the id and pass thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  221
  • Reputation:   12
  • Joined:  12/18/11
  • Last Seen:  

Solved? Hope you get the answer quick :D

Happy New Year!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

I think pretty much solved. I think he just needs help on server side settings

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...