Jump to content
  • 0

Bug Ice Wall


Gladius

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   63
  • Joined:  04/29/19
  • Last Seen:  

Hi guys!

I'm having trouble with the skill ice wall.
The wall is not being invoked, only one column, wtff
I do not know how to categorize this problem, maybe it's in source?

watch the video below:

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

Use /mineffect in game, maybe a client or folder bug, not emulator.

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   63
  • Joined:  04/29/19
  • Last Seen:  

2 hours ago, Kakaroto said:

Use /mineffect in game, maybe a client or folder bug, not emulator.

 

Thanks for the answer! But, not work: /

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

13 minutes ago, Gladius said:

 

Thanks for the answer! But, not work: /

What is your client version?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   63
  • Joined:  04/29/19
  • Last Seen:  


perceive

6 minutes ago, Kakaroto said:

What is your client version?

2015-11-04aRagexe_patched

I perceive that in this version when applying the diff of "shake", also did not have an effect, is it a problem of this hexed?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

I think that map is flagged "similar" as woe maps. Try to use Ice Wall in a norma field, try lou_fild01 180 180 and see if it works well there o:

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   63
  • Joined:  04/29/19
  • Last Seen:  

14 minutes ago, Kido said:

I think that map is flagged "similar" as woe maps. Try to use Ice Wall in a norma field, try lou_fild01 180 180 and see if it works well there o:

I have tested elsewhere and the problem prevails:

prt_fild08
image.png.f7696e203788deb480f59e28b258b9c2.png

lou_fild01 180 180
image.png.5cf25fe025fac0a3c5ffc173a1966380.png
 

I looked for mapflags that could cause this problem but I did not find it.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

Oh, that's a real problem/bug D:! I think it's in the src, try to post the issue here https://rathena.org/board/forum/35-source-support/

I'm not good at src stuff, so I won't be able to help you D:! sry

Gud luk with that :d

 

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   63
  • Joined:  04/29/19
  • Last Seen:  

3 hours ago, Kido said:

Oh, that's a real problem/bug D:! I think it's in the src, try to post the issue here https://rathena.org/board/forum/35-source-support/

I'm not good at src stuff, so I won't be able to help you D:! sry

Gud luk with that :d

 

No problems @Kido, tkss!! ❤️

 

Other informations:


skill_tree
image.png.2e1fce5667ebc4821fa171fb6adf4ce6.png

 

skill_db
image.thumb.png.afb9c2b8d935f819dbab1604005de9b1.png

 

skill_unit_db
image.png.64d602886049ff07fa359ca1c6f72378.png

 

 

Edited by Gladius
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.01
  • Content Count:  235
  • Reputation:   63
  • Joined:  04/29/19
  • Last Seen:  

@up

I have no idea where to look ?
If this problem is identified as a source, could any mod move it?

Bump ?

I thought it might be some problem related to gepard.
but after the shield installation continues this problem ?

Anyone have any idea what it can be?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  790
  • Reputation:   225
  • Joined:  01/30/13
  • Last Seen:  

I assume the actual problem is that the health of the icewall is only set for the original cell and not for the others, so the others immediately time out. That's the impression I get when watching the video.

I don't have a client anymore to test this on a fresh rAthena checkout, though, so I don't know if that's a bug in the emulator or if one of your changes (or a bad merge) are the cause.

The setting of health happens in skill.cpp here:

			case WZ_ICEWALL:
				unit_val1 = 200 + 200*skill_lv;
				unit_val2 = map_getcell(src->m, ux, uy, CELL_GETTYPE);
				break;

I'd try to start debugging there...

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