Jump to content
  • 0

Problem with item_noequip.


Question

Posted

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

 

3 answers to this question

Recommended Posts

Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...