Post: Runescape 2007 models - [RELEASE]
03-05-2015, 05:51 PM #1
Stunz
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({});
In this release you'll get...

Items:
Occult necklace
Trident of the seas
Abyssal tentacle
Mystic smoke staff

NPC's:
Smoke devil
Callisto

Models download:
You must login or register to view this content.

Where it says ####, put your desired ID that you want for the item/NPC there.


Occult necklace

You must login or register to view this content.

    
case [COLOR="#FF0000"]####[/COLOR]:
itemDef.name = "Occult necklace";
itemDef.description = "A satanic evil embodies this amulet."
.getBytes();
itemDef.anInt200 = 7824;
itemDef.anInt165 = 7824;
itemDef.modelID = 7825;
itemDef.modelZoom = 240;
itemDef.modelRotationY = 265;
itemDef.modelRotationX = 50;
itemDef.modelOffset1 = 2;
itemDef.modelOffset2 = 230;
itemDef.itemActions = new String[5];
itemDef.itemActions[1] = "Wield";
break;



Trident of the seas

You must login or register to view this content.

    
case [COLOR="#FF0000"]####[/COLOR]:
itemDef.name = "Trident of the seas";
itemDef.description = "A weapon from the deep."
.getBytes();
itemDef.anInt200 = 1052;
itemDef.anInt165 = 1052;
itemDef.modelID = 1051;
itemDef.modelRotationY = 420;
itemDef.modelRotationX = 1130;
itemDef.modelZoom = 2755;
itemDef.modelOffset2 = 0;
itemDef.modelOffset1 = 0;
itemDef.itemActions = new String[5];
itemDef.itemActions[1] = "Wield";
itemDef.itemActions[3] = "Check";
break;




Abyssal tentacle

You must login or register to view this content.

    
case [COLOR="#FF0000"]####[/COLOR]:
itemDef.name = "Abyssal tentacle";
itemDef.description = "A weapon from the abyss, embedded in a slimy tentacle."
.getBytes();
itemDef.modelID = 4185;
itemDef.modelZoom = 913;
itemDef.modelRotationY = 304;
itemDef.modelRotationX = 148;
itemDef.modelOffset1 = 0;
itemDef.modelOffset2 = 3;
itemDef.itemActions[1] = "Wield";
itemDef.anInt165 = 4186;
itemDef.anInt200 = 4186;
itemDef.itemActions[1] = "Wield";
itemDef.itemActions[3] = "Check";
itemDef.itemActions[4] = "Dissolve";
break;



Mystic smoke staff

You must login or register to view this content.

    
case [COLOR="#FF0000"]####[/COLOR]:
itemDef.name = "Mystic smoke staff";
itemDef.description = "It's a slightly magical stick."
.getBytes();
itemDef.anInt200 = 28301;
itemDef.anInt165 = 28301;
itemDef.modelID = 28300;
itemDef.modelRotationY = 360;
itemDef.modelRotationX = 1550;
itemDef.modelZoom = 2905;
itemDef.modelOffset2 = -1;
itemDef.modelOffset1 = -4;
itemDef.itemActions = new String[5];
itemDef.itemActions[1] = "Wield";
break;



Smoke devil

You must login or register to view this content.

    
case [COLOR="#FF0000"]####[/COLOR]:
entityDef.name = "Smoke devil";
entityDef.combatLevel = 160;
entityDef.anIntArray94[0] = 28302;
EntityDef smoke = forID(1624);
entityDef.standAnim = smoke.standAnim;
entityDef.walkAnim = smoke.walkAnim;
entityDef.actions = smoke.actions;
entityDef.anInt86 = smoke.anInt86;
entityDef.anInt91 = smoke.anInt91;
break;



Callisto

You must login or register to view this content.

    
case [COLOR="#FF0000"]####[/COLOR]:
entityDef.name = "Callisto";
entityDef.combatLevel = 470;
entityDef.anIntArray94[0] = 28298;
EntityDef callisto = forID(105);
entityDef.standAnim = callisto.standAnim;
entityDef.walkAnim = callisto.walkAnim;
entityDef.actions = callisto.actions;
entityDef.anInt86 = 70;
entityDef.anInt91 = 60;
break;



Item.cfg


    
item = [COLOR="#FF0000"]####[/COLOR] Abyssal_tentacle A_weapon_from_the_abyss,_embedded_in_a_slimy_tentacle. 81336 122004 0 0 90 0 0 0 0 0 0 0 0 86 0
item = [COLOR="#FF0000"]####[/COLOR] Abyssal_tentacle A_weapon_from_the_abyss,_embedded_in_a_slimy_tentacle. 81336 122004 0 0 0 0 0 0 0 0 0 0 0 0 0
item = [COLOR="#FF0000"]####[/COLOR] Occult_necklace A_satanic_evil_embodies_this_amulet. 18000 27000 0 0 0 0 12 0 0 0 0 0 0 0 2
item = [COLOR="#FF0000"]####[/COLOR] Occult_necklace A_satanic_evil_embodies_this_amulet. 18000 27000 0 0 0 0 0 0 0 0 0 0 0 0 0
item = [COLOR="#FF0000"]####[/COLOR] Trident_of_the_seas A_weapon_from_the_deep. 27200 40800 0 0 0 0 15 0 2 3 1 15 0 0 0
item = [COLOR="#FF0000"]####[/COLOR] Trident_of_the_seas A_weapon_from_the_deep. 27200 40800 0 0 0 0 0 0 0 0 0 0 0 0 0
item = [COLOR="#FF0000"]####[/COLOR] Uncharged_trident It_needs_to_be_charged_with_death_runes,_chaos_runes,_fire_runes_and_coins. 27200 40800 0 0 0 0 15 0 2 3 1 15 0 0 0
item = [COLOR="#FF0000"]####[/COLOR] Uncharged_trident It_needs_to_be_charged_with_death_runes,_chaos_runes,_fire_runes_and_coins. 27200 40800 0 0 0 0 0 0 0 0 0 0 0 0 0
item = [COLOR="#FF0000"]####[/COLOR] Mystic smoke staff It's_a_slightly_magical_stick. 18000 27000 0 10 -1 40 10 0 2 3 1 10 0 50 0
item = [COLOR="#FF0000"]####[/COLOR] Mystic smoke staff It's_a_slightly_magical_stick. 18000 27000 0 0 0 0 0 0 0 0 0 0 0 0 0

(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Stunz for this useful post:

ResistThePower

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo