Jump to content

[ Bug or not? ] ~ What do you think?


Recommended Posts

  • Active Member

1. What do you think about this annoying 'bug' which happens in multiple situations?

2. Do you have an idea about this 'bug' or how to fix it?

 

https://www.youtube.com/watch?v=lGnuHZwdMSQ

 

Note: If you didn't noticed the bug in the video yet i'll explain you..

 

* So the bug is that you can't equip items sometimes when you attack, etc

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium

That's not a bug. That's normal.

File: char_item.cpp

Function:

bool CHARACTER::EquipItem(LPITEM item, int iCandidateCell)

The code:

	if (iWearCell != WEAR_ARROW 
		&& (dwCurTime - GetLastAttackTime() <= 1500 || dwCurTime - m_dwLastSkillTime <= 1500))
	{
		ChatPacket(CHAT_TYPE_INFO, LC_TEXT("°¡¸¸È÷ ÀÖÀ» ¶§¸¸ Âø¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù."));
		return false;
	}

You should not edit it. I think this code has his own role.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 60

      Inbuild GR2 Animation

    2. 2

      wait() function bug

    3. 0

      Remove Party Role Bonuses

    4. 1

      Fix CBar3D

    5. 2

      set_quest_state not working

    6. 1

      Fix CBar3D

  • Recently Browsing

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

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.