mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-06 16:49:07 +00:00
Merge pull request #527
* Various Fixes * Sea Turtle can be cooked, fixed xp received when cooking Manta Ray * Al kharid warrior has correct emote when fighting * Drop tables only roll once for items that do not have 100% drop rate (Prevents multiple items from rolling and dropping on same npc) * Nerfed Tree Spirit (Lost City) max hit (From 20 to 10) * Nerfed Abyssal Demon max hit (From 16 to 8)
This commit is contained in:
@@ -10970,7 +10970,7 @@
|
||||
"height": 2
|
||||
},
|
||||
{
|
||||
"maxHit": 16,
|
||||
"maxHit": 8,
|
||||
"strength": 150,
|
||||
"attack": 250,
|
||||
"x": 3425,
|
||||
@@ -10980,7 +10980,7 @@
|
||||
"height": 2
|
||||
},
|
||||
{
|
||||
"maxHit": 16,
|
||||
"maxHit": 8,
|
||||
"strength": 150,
|
||||
"attack": 250,
|
||||
"x": 3428,
|
||||
@@ -10990,7 +10990,7 @@
|
||||
"height": 2
|
||||
},
|
||||
{
|
||||
"maxHit": 16,
|
||||
"maxHit": 8,
|
||||
"strength": 150,
|
||||
"attack": 250,
|
||||
"x": 3425,
|
||||
@@ -11000,7 +11000,7 @@
|
||||
"height": 2
|
||||
},
|
||||
{
|
||||
"maxHit": 16,
|
||||
"maxHit": 8,
|
||||
"strength": 150,
|
||||
"attack": 250,
|
||||
"x": 3423,
|
||||
@@ -11010,7 +11010,7 @@
|
||||
"height": 2
|
||||
},
|
||||
{
|
||||
"maxHit": 16,
|
||||
"maxHit": 8,
|
||||
"strength": 150,
|
||||
"attack": 250,
|
||||
"x": 3427,
|
||||
@@ -11020,7 +11020,7 @@
|
||||
"height": 2
|
||||
},
|
||||
{
|
||||
"maxHit": 16,
|
||||
"maxHit": 8,
|
||||
"strength": 150,
|
||||
"attack": 250,
|
||||
"x": 3416,
|
||||
@@ -11030,7 +11030,7 @@
|
||||
"height": 2
|
||||
},
|
||||
{
|
||||
"maxHit": 16,
|
||||
"maxHit": 8,
|
||||
"strength": 150,
|
||||
"attack": 250,
|
||||
"x": 3413,
|
||||
@@ -11040,7 +11040,7 @@
|
||||
"height": 2
|
||||
},
|
||||
{
|
||||
"maxHit": 16,
|
||||
"maxHit": 8,
|
||||
"strength": 150,
|
||||
"attack": 250,
|
||||
"x": 3410,
|
||||
@@ -11050,7 +11050,7 @@
|
||||
"height": 2
|
||||
},
|
||||
{
|
||||
"maxHit": 16,
|
||||
"maxHit": 8,
|
||||
"strength": 150,
|
||||
"attack": 250,
|
||||
"x": 3413,
|
||||
|
||||
Reference in New Issue
Block a user