Jump to content

Question

6 answers to this question

Recommended Posts

  • 0
Posted (edited)
OnPCLoginEvent:
if( BaseClass==Job_Archer )
       dispbottom "Please Avoid using Dagger or attack without bow because it will cause error to you thanks";
    end;

EDIT:

anyway, why does it give an error?

Edited by Technoken
  • 0
Posted

Thankyou :D . i don't know it too :D hahah when im using dagger the sprite show its attacking like a bow :X i think i replace in weapontabl ? in lua

 

OnPCLoginEvent:
if( BaseClass==Job_Archer )
       dispbottom "Please Avoid using Dagger or attack without bow because it will cause error to you thanks";
    end;

EDIT:

anyway, why does it give an error?

 


OnPCLoginEvent:
if( BaseClass==Job_Archer )
       dispbottom "Please Avoid using Dagger or attack without bow because it will cause error to you thanks";
    end;

EDIT:

anyway, why does it give an error?

 

its not working sir :X /?

  • 0
Posted

I guess the best way to solve this kind of issue is you need to fix the error on client side. some people might ignore the message.

  • 0
Posted (edited)

Please dont Skip the error, You solve your error by doing that but the error are still their ..

 

I guess the best way to solve this kind of issue is you need to fix the error on client side. some people might ignore the message.

 

 

i don't know where is the error in sniper sprite because i use the sprite of the KRO 

i test the no weapon attackin in Act Editor its working . but ingame when i hit without weapon they show the attack of bow instead of no weapon 

 

post-467-0-13584900-1460024139_thumb.png

 

instead of no weapon style it show bow attacking style 

 

post-467-0-53400600-1460024963_thumb.png

 

here's my Sniper Sprite :sniper sprite.rar

--------------------------------------------------------------------------------------------

 

fixed. just right now 6:45PM Phil time . 

 

i just replace some image in actor

Edited by Kariton Revolution
  • 0
Posted


- script Sample#npc -1,{

OnPCStatCalcEvent:

.@equipid = getequipid( EQI_HAND_L );

if ( .@equipid > 0 && BaseJob == Job_Archer )

if ( getiteminfo( .@equipid,11 ) == 1 ) {

unequip EQI_HAND_L;

}

end;

}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...