alextoti13 Posted December 22, 2014 Posted December 22, 2014 Hello i need a gatekeeper that is made from java (i think) that teleports a party that needs to be for example 5 ppl or more and theyll have to have an ammount of an item plz help me ok
0 SweeTs Posted December 22, 2014 Posted December 22, 2014 (edited) We won't code for you. You only ask and ask for ready code, it's not working like that. Even Tessa won't help you :happyforever: I won't even explain you how to make it, since you won't understand a single thing, but anyway.. I will tell you how to make it You can take as a base the original L2TeleportInstance, clean it a bit, put a check about party and it's members amount on onBypassFeedback under you command, if it's null or < 5 then return; Then you have to make a for loop to check for the items @ party members inventory, if they don't have it return, if everything is fine then 2nd for loop with teleport. Bam done. Piece of cake :D Edited December 22, 2014 by SweeTs
0 Tessa Posted December 22, 2014 Posted December 22, 2014 We won't code for you. You only ask and ask for ready code, it's not working like that. Even Tessa won't help you :happyforever: I won't even explain you how to make it, since you won't understand a single thing, but anyway.. I will tell you how to make it You can take as a base the original L2TeleportInstance, clean it a bit, put a check about party and it's members amount on onBypassFeedback under you command, if it's null or < 5 then return; Then you have to make a for loop to check for the items @ party members inventory, if they don't have it return, if everything is fine then 2nd for loop with teleport. Bam done. Piece of cake :D Because it won't be a help but creating something from scratch.. if it was in the marketplace, why not ^_^
Question
alextoti13
Hello i need a gatekeeper that is made from java (i think) that teleports a party that needs to be for example 5 ppl or more and theyll have to have an ammount of an item
plz help me ok
3 answers to this question
Recommended Posts