Skkont Posted February 22, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 36 Reputation: 1 Joined: 01/07/14 Last Seen: December 9, 2015 Share 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 Link to comment Share on other sites More sharing options...
sandbox Posted February 24, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: March 31 Share 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 Link to comment Share on other sites More sharing options...
Skkont Posted February 24, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 36 Reputation: 1 Joined: 01/07/14 Last Seen: December 9, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
sandbox Posted February 26, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: March 31 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.