Jump to content
  • 0
Sign in to follow this  
Crown The Empire

Armadilha, ajuda!

Question

A skill "Armadilha" não está funcionando corretamente!

 

Acontece o seguinte:

O jogador passa por cima tira a maioria das armadilhas e trava só depois em uma célula que sequer tem armadilha.

 

case UNT_ANKLESNARE:case UNT_MANHOLE:if( sg->val2 == 0 && tsc && (sg->unit_id == UNT_ANKLESNARE || bl->id != sg->src_id) ) {int sec = skill->get_time2(sg->skill_id,sg->skill_lv);if( status_change_start(bl,type,10000,sg->skill_lv,sg->group_id,0,0,sec, 8) ) {const struct TimerData* td = tsc->data[type]?iTimer->get_timer(tsc->data[type]->timer):NULL;if( td )sec = DIFF_TICK(td->tick, tick);if( sg->unit_id == UNT_MANHOLE || battle_config.skill_trap_type || !map_flag_gvg(src->bl.m) ) {unit_movepos(bl, src->bl.x, src->bl.y, 0, 0);clif->fixpos(bl);}sg->val2 = bl->id;} elsesec = 3000; //Couldn't trap it?if( sg->unit_id == UNT_ANKLESNARE ) {clif->skillunit_update(&src->bl);/*** If you're snared from a trap that was invisible this makes the trap be* visible again -- being you stepped on it (w/o this the trap remains invisible and you go "WTF WHY I CANT MOVE")* bugreport:3961**/clif->changetraplook(&src->bl, UNT_ANKLESNARE);}sg->limit = DIFF_TICK(tick,sg->tick)+sec;sg->interval = -1;src->range = 0;}break;

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Esta correto, isto é um "lag gráfico", parece que ele só esta preso bem depois, porém ele esta no local correto.

Share this post


Link to post
Share on other sites
  • 0

Veja o HP das armadilhas, dependendo do tipo de servidor(rates, lv  e tudo mais) pode ser problema do HP baixo

Share this post


Link to post
Share on other sites
  • 0

Isso é sim um delay do gráfico, já obtive esse tipo de problema, se não for realmente o delay gráfico, é o HP, pois se for um HP mínimo o tempo consequentemente na armadilha será menor que o esperado, veja suas configurações.

Share this post


Link to post
Share on other sites
  • 0

A armadilha está funcionando normalmente no PVP. Já no GvG o jogador passa por cima retira quase todas, e trava somente em uma celula

que nem tem armadilha.

 

4oUWmzw.jpg

 

Queria que o jogador travesse na armadilha imediatamente assim que passa por cima como deveria ser, que nem a imagem abaixo..

Só que a armadilha só trava corretamente quando o PVP está ligado...

 

UpnhN9J.jpg

 

Sobre o HP das armadilhas onde eu posso modifica - lo?

Edited by Crown The Empire

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.