Jump to content
  • 0

Reins of Mount Rent


GM Takumirai

Question


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

- Requesting i have a problem with the item 12622 [Reins of Mount] - in rentitem w/ time , because when the item already expired the item is gone but the mount is still there.

- so im requesting is't possible if the NPC will allow you to rent the mount but the NPC will use a script .. the item 12622 script { setmounting(); },{},{}

how can i make it { setmounting(); },{},{} rental for 7days and the setmounting will be gone??..

- for test purpose lets put it first for 1min.

- calling for help

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   8
  • Joined:  02/08/12
  • Last Seen:  

before svn update i fix like this

- script DelNewMount -1,{
OnPCLogoutEvent:
if( ismounting() ) {
setmounting();//This removes the user mount
}
end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   3
  • Joined:  01/23/12
  • Last Seen:  

is your server is the latest revision? if not then update it cause it has been fixed already.

please read http://sourceforge.net/apps/trac/rathena/changeset/15845

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...