Yuka Posted June 8, 2014 Posted June 8, 2014 Hi, I am pretty sure this has been done already. I want to implement a custom Poison Bottle, Acid Bottle and Fire Bottle which can only be used on BG maps. So I guess it's a simple modification of the skills to check if on map X and then use custom item if there is one, else use the normal one. Would be glad if someone could share this. Thanks! Bump. Quote
Emistry Posted June 9, 2014 Posted June 9, 2014 you can just use this instead of asking for source mod db/re/item_noequip.txt //---------------------------------------------------------------------------- // Battlegrounds //---------------------------------------------------------------------------- 12218,8 //Assumptio_5_Scroll 14590,8 //Pty_Assumptio_Scroll Quote
Yuka Posted June 9, 2014 Author Posted June 9, 2014 you can just use this instead of asking for source mod db/re/item_noequip.txt //---------------------------------------------------------------------------- // Battlegrounds //---------------------------------------------------------------------------- 12218,8 //Assumptio_5_Scroll 14590,8 //Pty_Assumptio_Scroll Hm, but with this I can only disallow item in BG, right? I want to allow using AD/EDP with my custom Poison/Acid/Fire Bottle at BG only and nowhere else. Quote
Emistry Posted June 9, 2014 Posted June 9, 2014 ==‘’ that file are used for you to make sure certain item can be use in certain maps... since you want your custom item can be use only in battleground map, then just add in your custom item id there. Quote
Yuka Posted June 10, 2014 Author Posted June 10, 2014 ==‘’ that file are used for you to make sure certain item can be use in certain maps... since you want your custom item can be use only in battleground map, then just add in your custom item id there. Well and how does the Skill know that it should use the custom item instead of the normal item? I guess it needs a source edit for the skills. Bump. Bumperino. Quote
Question
Yuka
Hi,
I am pretty sure this has been done already.
I want to implement a custom Poison Bottle, Acid Bottle and Fire Bottle which can only be used on BG maps.
So I guess it's a simple modification of the skills to check if on map X and then use custom item if there is one, else use the normal one.
Would be glad if someone could share this.
Thanks!
Bump.
7 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.