Jump to content

Can't use horse and mounts


Recommended Posts

Hello community! I have a trouble with vanilla core <_<

I can't use horse and mounts. When i try cause horse using that 50053.png item chat give me error:

56e3748c967a.png

 

When i want use Ctrl + B:

 

56cc905e0299.png

 

It's a first problem. Second - mounts.

 

I can ride a mounts using /mount_test 20110 but can't use neither 71142.png nor 71126.png nor 71114.png. But i can wear some that items like item shop items, but without effect:

5ca41e102093.png

 

I tried to create quest following that guide. Red color is a folders created by me:

/usr/home/game/share/locale/germany/quest/object/71114/use

 

 

Here i created file with name mount.start where past:

when 71114.use begin
if pc.is_riding() then
         syschat("You can't take off the mount when you are riding.")
elseif pc.is_polymorphed() then
         syschat("You can't take off the mount when you are polymorphed.")
else
             pc.mount(20110, 600)
             pc.mount_bonus(apply.DEF_GRADE_BONUS,75,600)
end
        end

 

 

After that i typed in game /reload q and server gives me error

 

cannot find quest index for mount

 

 

after python make.py the folder that i created did removed.

 

Who can help me with solving?

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.