Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to properly kill player's mount ? 0_o
Author Message
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #1
How to properly kill player's mount ? 0_o
in event of player
Code:
ON=@DISMOUNT
ARGO.KILL

so, if i mount on new one my old llama is died but also he staying like alive with 0 hits about a minute Smile

how to fix it?
04-29-2012 05:14 PM
Find all posts by this user Like Post Quote this message in a reply
Khaos
Master
**

Posts: 595
Likes Given: 166
Likes Received: 83 in 51 posts
Joined: Mar 2012
Reputation: 11



Post: #2
RE: How to properly kill player's mount ? 0_o
Whoa that is odd. So you are killing the mount on dismount and he still staying alive? Test this workaround and let me know the results:

Code:
on=@dismount
argo.kill
update

if that doesn't solve the issue...

Code:
on=@dismount
argo.hitpoints=0
update

test with argo.update as well.
04-29-2012 05:18 PM
Find all posts by this user Like Post Quote this message in a reply
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #3
RE: How to properly kill player's mount ? 0_o
im trying it... not work
[Image: J0uX4hF0i3g.jpg]

Looks like @mount problem if you killed mount when @dismount before...
need to properly overwrite @mount
maybe need to clear any memory on char or mount?
(This post was last modified: 04-29-2012 06:21 PM by WRWR.)
04-29-2012 05:22 PM
Find all posts by this user Like Post Quote this message in a reply
Khaos
Master
**

Posts: 595
Likes Given: 166
Likes Received: 83 in 51 posts
Joined: Mar 2012
Reputation: 11



Post: #4
RE: How to properly kill player's mount ? 0_o
Run a check on the mount and make sure it does not have flag statf_ridden still on it WRWR.
04-29-2012 06:33 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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