Skkont Posted February 22, 2014 Posted February 22, 2014 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 Quote
sandbox Posted February 24, 2014 Posted February 24, 2014 Did you mean that it gets deleted upon entering BG or you don't want it to be usable in BG? Quote
Skkont Posted February 24, 2014 Author Posted February 24, 2014 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. Quote
sandbox Posted February 26, 2014 Posted February 26, 2014 Seems weird, I haven't encountered anything that deletes an item upon entering a map unless a script was intended to work that way.. Quote
Question
Skkont
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:
For unmounting on enter to battleground. All OK. BUT... the item id 12622, for the mount, it delete when enter to bg.
Please help me :C
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.