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
Mounts with bonuses
Author Message
htid4life
Journeyman
*

Posts: 162
Likes Given: 27
Likes Received: 4 in 3 posts
Joined: Mar 2012
Reputation: 2



Post: #4
RE: Mounts with bonuses
hey im using it this way to do it...
just add e_mount to your player...
and add tags to the ride only way i know of doing it...

Code:
[events e_mount]
on=@Mount
IF (<argo.tag0.mountstr>)
modstr += <argo.tag0.mountstr>
ENDIF
IF (<argo.tag0.mountmagery>)
magery += <argo.tag0.mountmagery>
ENDIF

on=@dismount
IF (<argo.tag0.mountstr>)
modstr -= <argo.tag0.mountstr>
ENDIF
IF (<argo.tag0.mountmagery>)
magery -= <argo.tag0.mountmagery>
ENDIF

[CHARDEF c_night_llama]
ID=c_llama
NAME=Night Llama
SOUND=snd_ANIMALS_LLAMA3
ICON=i_pet_LLAMA
CAN=MT_WALK|MT_RUN
ANIM=01fff
DAM=10
ARMOR=50


ON=@CREATE
tag0.mountstr=10
tag0.mountmagery=50
STR=125
DEX=500
COLOR=0810
PARRYING={70.0 70.0}
MAGICRESISTANCE={70.0 70.0}
TACTICS={70.0 70.0}
WRESTLING={70.0 70.0}
TAMING=75.0

CATEGORY=Mounts
SUBSECTION=Llama
DESCRIPTION=Night Llama


[EOF]

[Image: htid.jpg]
08-05-2014 11:25 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes htid4life's post
Post Reply 


Messages In This Thread
Mounts with bonuses - Nara - 08-04-2014, 11:47 PM
RE: Mounts with bonuses - JohnVeritas - 08-05-2014, 08:22 AM
RE: Mounts with bonuses - Nara - 08-05-2014, 05:29 PM
RE: Mounts with bonuses - htid4life - 08-05-2014 11:25 PM
RE: Mounts with bonuses - Nara - 08-07-2014, 03:13 AM
RE: Mounts with bonuses - Runcuks - 08-07-2014, 05:48 AM
RE: Mounts with bonuses - Nara - 08-07-2014, 07:52 AM
RE: Mounts with bonuses - Extreme - 08-07-2014, 08:53 AM
RE: Mounts with bonuses - XuN - 08-07-2014, 05:24 PM
RE: Mounts with bonuses - dagger4k - 08-12-2014, 07:23 PM
RE: Mounts with bonuses - Nara - 08-12-2014, 08:27 PM

Forum Jump:


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