Skip to content

Commit

Permalink
Venator Bow / Template for Prayer Book
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudS3c committed Jun 18, 2023
1 parent 14eb3f2 commit 0bc208f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/cfg/items/equippable/27610_venator_bow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,12 @@ equipment:
meleeStrength: 0
rangedStrength: 25
magicDamage: 0
renderAnimations: null
renderAnimations:
standAnimId: 9857
turnOnSpotAnim: 9861
walkForwardAnimId: 9859
walkBackwardsAnimId: 9862
walkLeftAnimId: 9859
walkRightAnimId: 9859
runAnimId: 9859
skillReqs: null
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package org.alter.plugins.content.interfaces.prayerbook;

/**
* @author <a href="https://github.com/CloudS3c">Cl0ud</a>
* @author <a href="https://www.rune-server.ee/members/376238-cloudsec/">Cl0ud</a>
*
*/

on_command("prayerbook") {
// player.setVarbit(14826) // 0 = For normal prayer book , 1 = for the new book
// ClientScript(id = 2158)
// ClientScript(id = 915, converted = [5], raw = [5], types = [i])
//IfCloseSub(topInterface = 164, topComponent = 16)
// IfSetEvents(interfaceId = 541, componentId = 41, startIndex = 0, endIndex = 4, events = ClickOp1)
}

0 comments on commit 0bc208f

Please sign in to comment.