mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-07 16:49:07 +00:00
A lot of fixes (#242)
* Fixed stuff related to shop trading > Refactored stuff to facilitate resolving an issue regarding sellnig item to a full shop > Removed double value message in shop * Fixed some stuff related to agility -Removed a useless obstacle in wilderness course that alowed insane xp gains; -Added some 'flexibility' to some obstacles at agility pyramid; -Removed useless vars; -Added proper xp to obstacles; -Added bonus xp for completing agility pyramid -Most likely more; ***Animations still missing: Crossing gaps and jumping gaps*** * resolve conflicts * delete old files * A lot of fixes Christmas Cracker (anim other player & text & admin right & rare protection) Added check in stack value when withdrawing from bank to prevent losing items when max int value is reached fixed double message on pickpocketing when in combat Renamed methods Removed unused methods Removed admin restriction when trying to use the cannon Cleaned KBD drops Boots of lightness weight reduction is fixed More...
This commit is contained in:
@@ -1773,15 +1773,19 @@ public class NPCDrops extends NPCDropsHandler {
|
||||
public static final ItemDrop[] kingblackdragon = {
|
||||
new ItemDrop( i("dragon bones"), 1, ALWAYS ),
|
||||
new ItemDrop( i("black dragonhide"), 1, ALWAYS ),
|
||||
new ItemDrop( i("rune longsword"), 1, UNCOMMON ),
|
||||
new ItemDrop( i("rune battleaxe"), 1, UNCOMMON ),
|
||||
new ItemDrop( i("blood rune"), 50, COMMON ),
|
||||
new ItemDrop( i("death rune"), 50, COMMON ),
|
||||
new ItemDrop( i("iron arrow"), 690, COMMON ),
|
||||
new ItemDrop( i("law rune"), 50, UNCOMMON ),
|
||||
new ItemDrop( i("mithril arrow"), 250, UNCOMMON ),
|
||||
new ItemDrop( i("rune arrow"), 50, UNCOMMON ),
|
||||
new ItemDrop( i("rune sq shield"), 1, UNCOMMON ),
|
||||
new ItemDrop( i("rune platebody"), 1, UNCOMMON ),
|
||||
new ItemDrop( i("rune longsword"), 1, UNCOMMON ),
|
||||
new ItemDrop( i("rune battleaxe"), 1, UNCOMMON ),
|
||||
new ItemDrop( 1319, 1, UNCOMMON ), //Rune 2h sword
|
||||
new ItemDrop( 1201, 1, UNCOMMON ), //Rune kiteshield
|
||||
new ItemDrop( 1615, 1, UNCOMMON ), //Dragonstone
|
||||
new ItemDrop( i("dragon med helm"), 1, RARE ),
|
||||
new ItemDrop( 2361, new int[]{1, 4}, UNCOMMON ),
|
||||
new ItemDrop( 2363, new int[]{1, 2}, UNCOMMON ),
|
||||
|
||||
Reference in New Issue
Block a user