简谈格挡增伤和ArmorBreaker原理
Chinese
14
Posts
6
Posters
1.5k
Views
1
Watching
-
This post is deleted!
This post is deleted! -
This post is deleted!
-
here is your "armour-breaker" in scriptapi:
module.on('attack', function (e){
target = e.gettargetentity()
mc.theplayer.sendqueue.addtosendqueue(new c02packetuseitem(target, c02packetuseitem.action_attack))
}This post is deleted! -
This post is deleted!
This post is deleted! -
This post is deleted!
-
This post is deleted!
-
This post is deleted!
-
This post is deleted!
This post is deleted! -
This post is deleted!
-
here is your "armour-breaker" in scriptapi:
module.on('attack', function (e){
target = e.gettargetentity()
mc.theplayer.sendqueue.addtosendqueue(new c02packetuseitem(target, c02packetuseitem.action_attack))
}This post is deleted!