Jump to content

Three Simple Problem


Recommended Posts

hello guy's i have a problem can some one help please
my problem is in costume weapon 
https://www.youtube.com/watch?v=XtZPlr0YzhQ

second problem 
in the warehouse(bank) when I put the weapon or anything in the warehouse can not be recovered 
https://www.youtube.com/watch?v=Pyrt-Hzza2M

Thirdly when riding an animal Only in the lycan make bug like that 
https://www.youtube.com/watch?v=H4IGOhkWhy0

 

P.S : In Another Character The Mount Don't Give Bugs
 

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Thirdly when riding an animal Only in the lycan make bug like that 
https://www.youtube.com/watch?v=H4IGOhkWhy0

 

Open game/src/input_main.cpp 

 

Search  : 

 

if (((false == ch->IsRiding() && fDist > 25) || fDist > 40) && OXEVENT_MAP_INDEX != ch->GetMapIndex())

 

Replace:

 

if (((false == ch->IsRiding() && fDist > 750) || fDist > 999) && OXEVENT_MAP_INDEX != ch->GetMapIndex())

 

Mount bug fixed.

 

Link to comment
Share on other sites

16 minutes ago, alondark said:

Thirdly when riding an animal Only in the lycan make bug like that 
https://www.youtube.com/watch?v=H4IGOhkWhy0

 

Open game/src/input_main.cpp 

 

Search  : 

 

if (((false == ch->IsRiding() && fDist > 25) || fDist > 40) && OXEVENT_MAP_INDEX != ch->GetMapIndex())

 

Replace:

 

if (((false == ch->IsRiding() && fDist > 750) || fDist > 999) && OXEVENT_MAP_INDEX != ch->GetMapIndex())

 

Mount bug fixed.

 

Really? You're funny.

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



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