Jump to content
  • 0

3x3 Sprite Pneuma Error


crossmp

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  03/20/16
  • Last Seen:  

Hi rAthena!

I'm running a server on eAthena, since http://eAthena.wsis not avaiable I decided to ask here instead.

 

First thing first kindly accept my apology if I posted in a wrong section.

 

So, here's the thing, the Acolyte's skill Pneuma (skillID 25) sprite is not showing properly in my server.

The skill's sprite is 3x3 cells, instead of 1x1, 

FW9Ln9v.jpg

 

I thought it was a client side error, so I've tried to replace the Pneuma skill sprite on my grfs [pneuma1.str, pneuma2.str, pneuma3.str] with a custom pneuma with timer. Still, the Pneuma was showing with 3x3 cells sprite. (with 3x3 3 seconds left pneuma-duration timer)

iJkR7OSl.jpg

 

So I suppose its not a client-sided error.

 

But the Pneuma's range is working properly (3x3 instead of 4x4), and when I used @effect 141 (Pneuma's skill effect according to doc/effect_list.txt) the sprite was showing properly too.

zt00ox3.jpg

 

I tried to reverse Angelmelody of herc.ws solution to make "Old pneuma effect", but when I checked my db/skill_unit_db.txt its already

 25,0x85,    ,  1, 0,  -1,all,   0x003	//AL_PNEUMA

So I check the eAthena's github db/skill_unit_db.txt and it's same as mine

 25,0x85,    ,  1, 0,  -1,all,   0x003	//AL_PNEUMA

Is there any way to fix this? Thanks!

I've attached my diffed client to see If there's any error on the client.

ragnarok.zip

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   11
  • Joined:  12/06/11
  • Last Seen:  

Hi rAthena!

I'm running a server on eAthena, since http://eAthena.wsis not avaiable I decided to ask here instead.

 

First thing first kindly accept my apology if I posted in a wrong section.

 

So, here's the thing, the Acolyte's skill Pneuma (skillID 25) sprite is not showing properly in my server.

The skill's sprite is 3x3 cells, instead of 1x1, 

FW9Ln9v.jpg

 

I thought it was a client side error, so I've tried to replace the Pneuma skill sprite on my grfs [pneuma1.str, pneuma2.str, pneuma3.str] with a custom pneuma with timer. Still, the Pneuma was showing with 3x3 cells sprite. (with 3x3 3 seconds left pneuma-duration timer)

iJkR7OSl.jpg

 

So I suppose its not a client-sided error.

 

But the Pneuma's range is working properly (3x3 instead of 4x4), and when I used @effect 141 (Pneuma's skill effect according to doc/effect_list.txt) the sprite was showing properly too.

zt00ox3.jpg

 

I tried to reverse Angelmelody of herc.ws solution to make "Old pneuma effect", but when I checked my db/skill_unit_db.txt its already

 25,0x85,    ,  1, 0,  -1,all,   0x003	//AL_PNEUMA

So I check the eAthena's github db/skill_unit_db.txt and it's same as mine

 25,0x85,    ,  1, 0,  -1,all,   0x003	//AL_PNEUMA

Is there any way to fix this? Thanks!

I've attached my diffed client to see If there's any error on the client.

attachicon.gifragnarok.zip

Why ur still using eAthena? i don't understand this people they still keep on using an outdated emulator try to moved to rAthena.

there's a big gap between this two emulator.

If you don't want to encounter any error, i'd recommed to move to rAthena.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

What client date did you use?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  03/20/16
  • Last Seen:  

What client date did you use?

Its 6 August 2013 client I suppose..

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

using latest git? Since im testing it just now with client date given and didnt get any problem.  :)


 

 

I tried to reverse Angelmelody of herc.ws solution to make "Old pneuma effect", but when I checked my db/skill_unit_db.txt its already

 25,0x85,    ,  1, 0,  -1,all,   0x003	//AL_PNEUMA

So I check the eAthena's github db/skill_unit_db.txt and it's same as mine

 25,0x85,    ,  1, 0,  -1,all,   0x003	//AL_PNEUMA

Is there any way to fix this? Thanks!

I've attached my diffed client to see If there's any error on the client.

attachicon.gifragnarok.zip

 

Since you didn't even change that part.

 

 

skill_unit_db.txt

 

25,0x85,   ,  1, 0,  -1,all, 0x003  //AL_PNEUMA

 

change to

 

25,0x85,    ,  1, 0,  -1,all,   0x2003 //AL_PNEUMA

Edited by Elsa Mist
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  03/20/16
  • Last Seen:  

 

using latest git? Since im testing it just now with client date given and didnt get any problem.  :)

 

 

I tried to reverse Angelmelody of herc.ws solution to make "Old pneuma effect", but when I checked my db/skill_unit_db.txt its already

 25,0x85,    ,  1, 0,  -1,all,   0x003	//AL_PNEUMA

So I check the eAthena's github db/skill_unit_db.txt and it's same as mine

 25,0x85,    ,  1, 0,  -1,all,   0x003	//AL_PNEUMA

Is there any way to fix this? Thanks!

I've attached my diffed client to see If there's any error on the client.

attachicon.gifragnarok.zip

 

Since you didn't even change that part.

 

 

skill_unit_db.txt

 

25,0x85,   ,  1, 0,  -1,all, 0x003  //AL_PNEUMA

 

change to

 

25,0x85,    ,  1, 0,  -1,all,   0x2003 //AL_PNEUMA

 

Enlighten me by "latest git", please? :D

I didn't do the "ragexe diff" things, my vps hosting provide the .exe client

Thanks! 

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