The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
new skill riding
Author Message
JohnVeritas
Apprentice
*

Posts: 49
Likes Given: 0
Likes Received: 4 in 4 posts
Joined: Feb 2014
Reputation: 2



Post: #2
RE: new skill riding
Check here for make your own skill

You can set riding skill properties under your custom player event with trigger on @mount. With this trigger you can drop player while riding like;

Code:
on=@mount // when player try to mount a ride.
if (<argo.id> == c_horse_tan)
   if (<src.riding_skill> < 500)
      if (<r4> == 1)
      src.dismount
      src.sysmessage At sizi uzerinden atti.
      endif
  endif
endif

If you want to dismount player time by time you can do it with an external item with timer. @timer item check cont.riding_skill and cont.findlayer.25.more1 if more1 is c_llama and <cont.riding> < 600 with a rand cont.dismount that all GRTS
(This post was last modified: 02-20-2014 07:22 PM by JohnVeritas.)
02-20-2014 07:16 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
new skill riding - aptillah - 02-20-2014, 05:53 PM
RE: new skill riding - JohnVeritas - 02-20-2014 07:16 PM
RE: new skill riding - aptillah - 02-20-2014, 09:00 PM
RE: new skill riding - JohnVeritas - 02-21-2014, 10:42 PM
RE: new skill riding - aptillah - 02-22-2014, 01:47 AM
RE: new skill riding - darksun84 - 02-22-2014, 03:38 AM
RE: new skill riding - amonvangrell - 02-22-2014, 07:52 PM
RE: new skill riding - Alaric - 02-22-2014, 10:14 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)