Jump to content
  • 0

Problem with item_noequip.


Skkont

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  36
  • Reputation:   1
  • Joined:  01/07/14
  • Last Seen:  

Hi,

 

I have a problem with item_noequip.

 

My server have mounts for rent. And i want disable it in BattleGround.

 

So i made this script:

 

- script nomountbg -1,{
OnPCLoadMapEvent:
OnInit:
     if ( strcharinfo(3) == "bat_b02" ) {
if( ismounting() ) {
setmounting;
}
end;
}
}

For unmounting on enter to battleground. All OK. BUT... the item id 12622, for the mount, it delete when enter to bg.

 

This my item_noequip.txt
 
//----------------------------------------------------------------------------
// Battlegrounds
//----------------------------------------------------------------------------
12218,8 //Assumptio_5_Scroll
14590,8 //Pty_Assumptio_Scroll
12622,8 // Mount

Please help me :C

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Did you mean that it gets deleted upon entering BG or you don't want it to be usable in BG?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  36
  • Reputation:   1
  • Joined:  01/07/14
  • Last Seen:  

I dont want it to be usable in BG, but i already do that. But, the problem is, when my players enter to BG the item 12622 is deleted from they inventory.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Seems weird, I haven't encountered anything that deletes an item upon entering a map unless a script was intended to work that way..

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...