Compare commits

...

228 Commits

Author SHA1 Message Date
dginovker a05175210c Converted a lot of IDs, not all 2020-01-19 23:59:00 -05:00
dginovker 847830c104 Created itemdef.json with same content as itemdefs.gsu. Still need to read from it 2020-01-19 11:36:35 -05:00
dginovker eafe99af0a Latest compile 2020-01-13 07:53:55 -05:00
Mr Extremez 60239a38cf A few changes (#362)
- Stalls now dissapear when thieving them
- Added the missing coal rock in barbarian village
- Added some height level checks for object spawns
2020-01-13 07:53:18 -05:00
Daniel Ginovker 85a0406d9b Add rogues bank (#361) 2020-01-11 21:45:16 -05:00
dginovker dded6b8fd0 2.0 client notif 2020-01-10 18:15:01 -05:00
Mr Extremez db1f5ed785 Some fixes (#359)
- Added message of the week to welcome screen interface
- Added face north when clicking compass
- Disabled the blank tab on game frame
- Fixed all of the dialogue issues I could find in rune mysteries
- Fixed a few typos and did a very minor clean up in the dialogue file still a lot more planned soon
- Disabled resizable on the client seeing as it doesnt work correct currently anyways
2020-01-08 18:27:59 -05:00
Gptaqbc b1eaacf93c Door fix to facilitate Rune Mysteries script (#350)
Now some doors doesnt have forcemove anymore.
2020-01-07 17:57:08 -05:00
MitchvanWijngaarden c48b2575e9 fixed essence mining when multiple people are mining (#349) 2020-01-07 17:56:53 -05:00
dginovker cad66fdcc8 Latest compile 2020-01-06 07:41:36 -05:00
Daniel Ginovker d3a15b1aad Update README.md 2020-01-03 17:23:16 -05:00
Mr Extremez fdbb05597a A few fun fixes (#348)
- Ranging guild now works
- Fletching should no longer randomly stop if more than on person is doing it
- Added dragon longsword special attack

Closes #346
Closes #216
Closes #245
2020-01-03 09:12:09 -05:00
Gptaqbc 6b9d1d5881 Resolved couple special attacks issues(Whip, magic long bows, draggon daggers) (#347)
Resolved couple special attacks issues(Whip, magic long bows, draggon daggers)

I also discovered some issues about the special attack. There is no delay between the special attack and the next hit and the dragon longsword special attack doesnt work at all.
2020-01-02 18:35:04 -05:00
dginovker e3e74a6a25 Track github discord invites 2020-01-01 21:21:46 -05:00
dginovker 9272195db6 Merge branch 'master' of https://github.com/dginovker/2006rebotted 2020-01-01 17:58:04 -05:00
dginovker 3437877fb2 Made creating a new acc more obvious 2020-01-01 17:57:42 -05:00
MitchvanWijngaarden 33ef596bd3 Closes #343. Allows multiple players to steal from a stall at the same tick. (#344) 2020-01-01 12:51:12 -05:00
Mr Extremez d1c2150c60 Random stuff (#342)
- added poison arrows to usable arrows
- cleaned up some code
- changed ardougne tele to correct coords
- enabled pest control (although it needs a lot of work still)
- fixed some typos
- made beads drop a bit more often, so its more accurate like real rs
2019-12-31 12:42:53 -05:00
dginovker e8bfe7f88a Fix ::Stuck & stacktrace (regression) 2019-12-30 23:47:23 -05:00
Gptaqbc e88c5eaca8 Fixed the delay on banking a non stackable item (#341)
Brought back old code as what I previously did affected the time it takes to bank items.
2019-12-30 23:25:01 -05:00
DavidVarbit 1b5f185944 * Fix: Runes are consumed even if you cant tele from wildy after level 20 #337 (#340)
* Cleaned up Spell teleports
2019-12-30 18:53:09 -05:00
Gptaqbc c27e629da2 Bank stuff (#339)
* Fixed dcing on picking up items when inventory is full that I introduced

* Added Shantay Pass bank area and changed Jukats shop stock
2019-12-30 15:37:27 -05:00
dginovker bd97bdca3c Quick compile 2019-12-30 13:48:25 -05:00
Gptaqbc 6ce09f3091 Fixed dcing on picking up items when inventory is full that I introduced (#338) 2019-12-30 13:45:05 -05:00
dginovker e6e18efe34 December 30th update early :) 2019-12-29 20:28:42 -05:00
Daniel Ginovker c87f135e97 Fixed some items dcing client (#330) 2019-12-27 12:47:56 -05:00
dginovker 54dc827dfa Tee output so we can see if there's a server crash 2019-12-27 12:46:34 -05:00
dginovker 094c3f79dc Merge branch 'master' of https://github.com/dginovker/2006rebotted 2019-12-26 00:44:51 -05:00
dginovker 8e68d9739c update readme 2019-12-26 00:44:41 -05:00
Daniel Ginovker 43a0f3e9f1 Gptaqbc new stuff 6 (#328)
* Some stuff on weight

Some stuff on weight

* Cleaned some code related to trading and fixed most likely the issue where the player stays busy and cant trade till relog

Cleaned some code related to trading and fixed most likely the issue where the player stays busy and cant trade till relog

* removed a shitload of '== true'

I did a search and replace but I manually checked the changes that were made so there shouldn't be any issue with that.

* Fixed drop issue

* Fixed duel arena, changed some chat message so they are all the same, changed Additem

Fixed duel arena:
> 98% completed duel (the winning duel sound is still missing)
> Added forfeiting
> Added checks to prevent tbing, teleothers, teleport and logout from duel
> Remove the check for same IP to disable duel

Item Assistant:
> Changed the AddItem method so it now drops items on the ground if inventory is full

Cleaned some stuff while I was at it...

* Update ItemAssistant.java

Oupsie

* Resolving my issues

* Allow walking during movement

* Why won't commit work

Co-authored-by: Gptaqbc <56596815+Gptaqbc@users.noreply.github.com>
2019-12-26 00:33:18 -05:00
Daniel Ginovker e8685c97d0 Remove prices.txt, which isn't used anymore it seems (#326)
* Remove prices.txt, which isn't used anymore it seems

* Actually git rm the file too...
2019-12-25 21:31:32 -05:00
dginovker b79103ed79 Add link to PR guide 2019-12-25 20:28:36 -05:00
Gptaqbc aa6b9a9aa0 New stuff 6 (#325)
* Some stuff on weight

Some stuff on weight

* Cleaned some code related to trading and fixed most likely the issue where the player stays busy and cant trade till relog

Cleaned some code related to trading and fixed most likely the issue where the player stays busy and cant trade till relog

* removed a shitload of '== true'

I did a search and replace but I manually checked the changes that were made so there shouldn't be any issue with that.

* Fixed drop issue
2019-12-25 16:09:25 -05:00
Gptaqbc 5f500280b2 New stuff 6 (#324)
* Some stuff on weight

Some stuff on weight

* Cleaned some code related to trading and fixed most likely the issue where the player stays busy and cant trade till relog

Cleaned some code related to trading and fixed most likely the issue where the player stays busy and cant trade till relog

* removed a shitload of '== true'

I did a search and replace but I manually checked the changes that were made so there shouldn't be any issue with that.
2019-12-25 13:01:24 -05:00
dginovker 1c2deaacb6 Make setup instructions easier 2019-12-24 19:58:26 -05:00
Gptaqbc 287018346b Some stuff on weight (#323)
* Some stuff on weight

Some stuff on weight

* Cleaned some code related to trading and fixed most likely the issue where the player stays busy and cant trade till relog

Cleaned some code related to trading and fixed most likely the issue where the player stays busy and cant trade till relog
2019-12-24 13:40:50 -05:00
Gptaqbc 850b09e6fc New stuff 5 (#322)
* Refactored smithing and added cannonball making in there too (?) as the interface have an option for it.

Refactored smithing and added cannonball making in there too (?) as the interface have an option for it.

* Added check for hammer when smithing

Added check for hammer when smithing
2019-12-24 12:57:01 -05:00
dginovker 9759d004eb latest compile 2019-12-23 22:42:22 -05:00
Gptaqbc 10070843e6 New stuff 4 (#319)
* Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk

Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk

* Commented clipping server side check so we can work on it

Commented and brought back the old code so gates works while we work in the clipping check server side.

* Added Canifis bank to the bank boolean

* Fixed the drops problem

* Added cannonball making, fixed some typos, added some command for admin to get 999k hp and prayer points(usefull for debugging)

New feature:
- Cannonball making
New Commands:
- ::hp
- ::pray

* Update DwarfCannon.java
2019-12-23 22:38:24 -05:00
Gptaqbc b1b06e9cb9 Refactored smithing and added cannonball making in there too (?) as the interface have an option for it. (#320)
Refactored smithing and added cannonball making in there too (?) as the interface have an option for it.
2019-12-23 22:37:55 -05:00
Daniel Ginovker 1702a9b726 Make 8 spaces 4 (#317) 2019-12-23 12:54:42 -05:00
Mr Extremez 32bbf1e003 Quick patch (#316)
- Fixed npc drops/anims
- Fixed some combat sounds that were not working
- Made Kalphite Queen a multi area
2019-12-23 12:23:04 -05:00
dginovker bc4320ee68 fix drops 2019-12-22 17:35:10 -05:00
Gptaqbc b07dd8cfb7 New stuff 4 (#315)
* Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk

Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk

* Commented clipping server side check so we can work on it

Commented and brought back the old code so gates works while we work in the clipping check server side.

* Added Canifis bank to the bank boolean

* Fixed the drops problem
2019-12-22 17:34:35 -05:00
dginovker 7f7e00788e latest compile 2019-12-22 16:03:42 -05:00
Gptaqbc 2790decd44 Added some sound, refactored fletching and arrowmaking a bit... I've … (#314)
* Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk

Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk

* Commented clipping server side check so we can work on it

Commented and brought back the old code so gates works while we work in the clipping check server side.

* Added Canifis bank to the bank boolean
2019-12-22 15:59:32 -05:00
Mr Extremez c5c1c2fc35 Cats/kalphite queen/random (#313)
- Did some work with the kalphite queen
2019-12-22 15:59:26 -05:00
Gptaqbc 17e5e7ea5c Random stuff 3 (#312)
* Make ::update automatically restart server as well

* Add bank area checks back since previously you could open a bank, and as long as you didn't open another interface you could abuse it

* Fix noclip (NEEDS TESTING)

* Revert "Fix noclip  (#302)"

This reverts commit 521ae52e4c.

* ::clip command removed, fixed a typo, reordered some stuff, fixed a bug with others cannon

-Removed the clip command from the client;
-Fixed a typo in a dialogue;
-Fixed mud battlestaff nto working as runes (water and earth);
-Fixed a bug with other cannons near you preventing you from setting down a cannon. Somehow your player would glitch himself and make it impossible to spawn a cannon at certain spot;

* Snow improvement

Nothing major

* Fixed Click to teleport command

Fixed Click to teleport command;

* cleaned stuff

* Update Commands.java

* Fixed picking up items requiring 2 clicks when not standing on/near it. Fixed the sound so it doesnt repeat itself anymore if spamclicked.

Fixed picking up items requiring 2 clicks when not standing on/near it. Fixed the sound so it doesnt repeat itself anymore if spamclicked.

Co-authored-by: Daniel Ginovker <dcress01@uoguelph.ca>
2019-12-22 00:05:59 -05:00
Gptaqbc bda71ee34a Random stuff 3 (#311)
* Make ::update automatically restart server as well

* Add bank area checks back since previously you could open a bank, and as long as you didn't open another interface you could abuse it

* Fix noclip (NEEDS TESTING)

* Revert "Fix noclip  (#302)"

This reverts commit 521ae52e4c.

* ::clip command removed, fixed a typo, reordered some stuff, fixed a bug with others cannon

-Removed the clip command from the client;
-Fixed a typo in a dialogue;
-Fixed mud battlestaff nto working as runes (water and earth);
-Fixed a bug with other cannons near you preventing you from setting down a cannon. Somehow your player would glitch himself and make it impossible to spawn a cannon at certain spot;

* Snow improvement

Nothing major

* Fixed Click to teleport command

Fixed Click to teleport command;

* cleaned stuff

* Update Commands.java

Co-authored-by: Daniel Ginovker <dcress01@uoguelph.ca>
2019-12-21 18:46:34 -05:00
Gptaqbc f6e8f2d851 Random stuff 3 (#308)
* Make ::update automatically restart server as well

* Add bank area checks back since previously you could open a bank, and as long as you didn't open another interface you could abuse it

* Fix noclip (NEEDS TESTING)

* Revert "Fix noclip  (#302)"

This reverts commit 521ae52e4c.

* ::clip command removed, fixed a typo, reordered some stuff, fixed a bug with others cannon

-Removed the clip command from the client;
-Fixed a typo in a dialogue;
-Fixed mud battlestaff nto working as runes (water and earth);
-Fixed a bug with other cannons near you preventing you from setting down a cannon. Somehow your player would glitch himself and make it impossible to spawn a cannon at certain spot;

* Snow improvement

Nothing major

* Fixed Click to teleport command

Fixed Click to teleport command;

* cleaned stuff

Co-authored-by: Daniel Ginovker <dcress01@uoguelph.ca>
2019-12-21 12:49:54 -05:00
dginovker 7157020ac6 Latest compile 2019-12-20 12:46:05 -05:00
dginovker 5ce95df4ea Merge branch 'master' of https://github.com/dginovker/2006rebotted 2019-12-20 12:35:40 -05:00
dginovker 13977992d7 Fix most of the clipping (minor stuff with doors left) 2019-12-20 12:35:12 -05:00
Gptaqbc 2005be0948 Random stuff 3 (#307)
* Make ::update automatically restart server as well

* Add bank area checks back since previously you could open a bank, and as long as you didn't open another interface you could abuse it

* Fix noclip (NEEDS TESTING)

* Revert "Fix noclip  (#302)"

This reverts commit 521ae52e4c.

* ::clip command removed, fixed a typo, reordered some stuff, fixed a bug with others cannon

-Removed the clip command from the client;
-Fixed a typo in a dialogue;
-Fixed mud battlestaff nto working as runes (water and earth);
-Fixed a bug with other cannons near you preventing you from setting down a cannon. Somehow your player would glitch himself and make it impossible to spawn a cannon at certain spot;

* Snow improvement

Nothing major

Co-authored-by: Daniel Ginovker <dcress01@uoguelph.ca>
2019-12-20 11:42:15 -05:00
MitchvanWijngaarden 0842e2bc9c Added in ::prayer and ::energy commands, semi-closes #305 (#306)
* Added in ::prayer and ::energy commands, closes #305

* Added in message prefix 'Run energy: ' and 'Prayer points: ' to ::prayer and ::energy commands.
2019-12-20 11:41:18 -05:00
Gptaqbc a27b9e22f9 Random stuff 3 (#304)
* Make ::update automatically restart server as well

* Add bank area checks back since previously you could open a bank, and as long as you didn't open another interface you could abuse it

* Fix noclip (NEEDS TESTING)

* Revert "Fix noclip  (#302)"

This reverts commit 521ae52e4c.

* ::clip command removed, fixed a typo, reordered some stuff, fixed a bug with others cannon

-Removed the clip command from the client;
-Fixed a typo in a dialogue;
-Fixed mud battlestaff nto working as runes (water and earth);
-Fixed a bug with other cannons near you preventing you from setting down a cannon. Somehow your player would glitch himself and make it impossible to spawn a cannon at certain spot;

Co-authored-by: Daniel Ginovker <dcress01@uoguelph.ca>
2019-12-19 22:50:15 -05:00
dginovker 00500a072b Noclip fix thanks to ethan 2019-12-19 21:47:27 -05:00
Daniel Ginovker cfa59f4a4d Revert "Fix noclip (#302)" (#303)
This reverts commit 521ae52e4c.
2019-12-18 20:02:13 -05:00
Daniel Ginovker 521ae52e4c Fix noclip (#302)
* Add bank area checks back since previously you could open a bank, and as long as you didn't open another interface you could abuse it

* Fix noclip (NEEDS TESTING)
2019-12-18 17:35:12 -05:00
Daniel Ginovker 62a22f8857 Add bank area checks back since previously you could open a bank, and as long as you didn't open another interface you could abuse it (#301) 2019-12-17 15:19:39 -05:00
Daniel Ginovker 223c3194a8 Fix bank packet exploit + fishing guild banking (#300) 2019-12-17 15:11:59 -05:00
Daniel Ginovker 0653db8ad1 Fix some shop item prices (#296) 2019-12-16 15:03:03 -05:00
dginovker e0d795323b Dec 15th update 2019-12-15 19:38:25 -05:00
dginovker a16311ba15 Merge branch 'fix_packet_exploits' 2019-12-15 19:37:14 -05:00
Daniel Ginovker f12181140b Fix 32-bit java (#289) 2019-12-15 19:33:23 -05:00
Daniel Ginovker 6bf8d407e0 Make ::update automatically restart server as well (#291) 2019-12-15 19:33:16 -05:00
Gptaqbc 9ed0acfb04 Random fixes 2 (#294)
* Make ::update automatically restart server as well

* Added toggeable snow(only activable in december), added walking queue reset when using objects changing Z, made it so the wildy warning interface is appearing when entering in wildy

For some reason the resetWalkingQueue added to the execute method wasnt doing anything so I manually added it to every interaction possible... LOL

Wildy warning interface was appearing when clicking with player in wildy. I made it so it appears straight when walking 1 tile in wildy zone. Wont appears if player logs in wildy as he already knows this shit.
2019-12-15 19:33:03 -05:00
Mr Extremez 87eaaed36f Fixes (#293)
- Added ROL for player and npcs
- Fixed Redemption now works for players and NPCs
- Fixed prayer not updating on prayer tab when it goes down in points
- Fixed not being able to use glories after trading them
- Fixed item spawn crash (only affected some people such as myself and a few others)
2019-12-14 23:46:05 -05:00
dginovker 06d40b9a98 Fix banking packet exploit, & setup for a future of preventing packet exploits 2019-12-13 13:46:29 -05:00
dginovker 37322d4874 Latest updates 2019-12-12 23:11:24 -05:00
Josh Shippam b94157f01b Remove Accidentally Added Import (#285) 2019-12-13 02:34:23 +00:00
Danial c1a5cf449c Shop fixes (#284)
* Update ShopAssistant.java

* Fixup fish selling/buying

* fixup

* tidy up

* fixup 0 stock items being removed
2019-12-13 01:07:44 +00:00
Josh Shippam 23951e9af6 Implement Ring Of Forging (#283) 2019-12-13 01:05:25 +00:00
Danial 2d58593be9 Fixup smelting (#281)
* Fixup smelting

* Move iron fail check, show message

* revert

* More smithing refactoring
2019-12-13 00:37:13 +00:00
Danial 9b160452ad Update Commands (#280)
* Show commands in interface

* Update players command, add playershops command

* Remove null command

* Update Commands.class
2019-12-13 00:36:18 +00:00
dginovker f39993e3d9 Latest compile + jars 2019-12-12 04:54:04 -05:00
Mr Extremez 6ad9d1f7e9 Random fixes (#273)
- Cant open nest if you do not have space
- Added working yo yo
- Added monks robe spawns
- Added ability to make god pages
- Removed a few warnings

closes #265
closes #262
closes #259
closes #243
2019-12-12 04:32:56 -05:00
Danial 8ec8a92d20 Fix for boots of lightness (#272) 2019-12-12 04:32:06 -05:00
Gptaqbc c891e4741e Added Winter theme and fixed couple items that werent wore in the correct slot (#271)
Added Winter theme and fixed couple items that werent wore in the correct slot
2019-12-12 04:31:21 -05:00
Daniel Ginovker 64ae22188f Small shop QoL (#267)
* Shop command clarification

* small syntax
2019-12-11 00:43:58 -05:00
Daniel Ginovker f3b47bb0d6 Added warning for 32-bit and > 1.8 Java versions (#264)
* Added warning for 32-bit and > 1.8 Java versions

* Clarify why
2019-12-10 19:21:45 -05:00
Daniel Ginovker dc4694c24c Remove rare protection, add all NPCs to a static list (#254) 2019-12-09 22:59:54 -05:00
Daniel Ginovker a9d720fbae Remove some perma aggro monsters (#252) 2019-12-09 18:50:39 -05:00
dginovker ba7daa72d5 Latest compile 2019-12-07 21:19:44 -05:00
Gptaqbc 55a35a26b2 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...
2019-12-07 21:16:18 -05:00
Mr Extremez 8e524cdcda Couple quick fixes (#240)
- Fix global drops at KQ
- Should fix pickpocketing crash hopefully

closes #236
closes #233
2019-12-06 16:12:48 -05:00
dginovker 9c21669609 Merge branch 'misc2' of https://github.com/RedSparr0w/2006rebotted 2019-12-05 23:08:25 -05:00
dginovker 06798c5e90 Merge branch 'RedSparr0w-misc2' 2019-12-05 23:06:30 -05:00
RedSparr0w 8317f3f031 check player has completed tutorial island 2019-12-06 15:14:31 +13:00
dginovker d9d450f61e Latest compile 2019-12-05 12:58:10 -05:00
Mr Extremez 8af938548b More fixes (#235)
- Dwarf cannon can now be seen by anyone and not just the person who sets it down (they can also see the rotation now)
- Fixed doors being removed when clicking them
- Removed banking command for regular players
- Fixed nulodion now only gives if you have space
- Updated nulodion message so it doesnt say to find him at home
- Npcs wont follow you if you turn on the cantAttack comamand (for admins
- Fixed gate at KBD
- Fixed the gates at Ice giants in wildy

#closes 132
#closes 203
#closes 211
#closes 6

also this one should be closed from previous patch

#closes 219
2019-12-05 12:55:25 -05:00
dginovker 9fb110bb41 Latest compile, hopefully fix bug 2019-12-04 22:24:07 -05:00
Mr Extremez 402d732975 Some fixes (#231)
* Some fixes

- Changed lumbridge teleport to require 31 magic instead of 32
- Added back gaining items from thieving stalls
- Fixed dialgoue issue after leveling up skill (such as smithing)
- Made god capes untradable
- Removed cannon balls from shop (they werent supposed to be in there)

* refactor pickpocketing slightly

* more refactoring, actual random

* refactor, each stall has it's own respawn timer

* refactor argument names

* Update Stalls.java
2019-12-04 21:13:47 -05:00
RedSparr0w 199df17cf9 bots don't drop items 2019-12-02 21:00:16 +13:00
dginovker 256452114c latest compile 2019-12-01 19:08:27 -05:00
Gptaqbc e2cf6d2998 Agility fixes (#224)
* 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
2019-12-01 19:03:29 -05:00
Danial 705f624a2b Add message showing how many coins you collected from your shop (#227) 2019-12-01 19:03:04 -05:00
dginovker fdac3e1422 Latest compile 2019-12-01 13:58:48 -05:00
dginovker 414c9c3d0d New .sh script paths 2019-12-01 13:55:30 -05:00
Danial bbb33d243e Fixup, Add new command (#226)
* refactor saving

* add command to change password

* cleanup
2019-12-01 13:40:54 -05:00
dginovker 930bc8d37b class cleanup + latest compile 2019-11-29 20:27:51 -05:00
Danial d4b16a25aa Fixup being able to kill monsters without correct slayer level (#220)
* Cannon only fire at npcs on same height level.

* Cannon cannot kill monsters if you do not have the slayer level
2019-11-29 00:04:53 -05:00
Danial 680a0c2ee0 Add more shop definitions, Add legends guild stores (#217)
* remove trailing \t add legends guil shop

* Add missing shops

* remove out of scope items (non 317)

* fix item id

* Add legends guild shop npc

* Add Legends Guild General Store.

* Update ShopHandler.java
2019-11-28 11:49:14 -05:00
Mr Extremez 68256e41d8 Some more minor clean up (#215)
* General clean up

- Reduced woodcutting code by alot, reverted the array to an enum
- Moved the login player method to the packet sender
- Deleted some dead code/cleaned up

* More random cleanup/refractoring

- Moved combat constants to combatconstants.java
- Moved dialogue options to dialogueoptions.java
- Deleted more dead code

* Replaced some poorly written methods

- refreshSkill, levelUp, and getTotalLevel all used way too much code for such a simple function so cleaned it up
- deleted a few other bits of dead code

* Fight caves

- Should fix fight caves npcs nulling out in the middle of your waves if they are too far away
- Also removed some unneeded scynchronization in itemassistant.java

* Gates

- Started cleaning up gate system, still can be improved a lot more
2019-11-28 11:47:06 -05:00
Daniel Ginovker 20303071de Updated setup guide for new refactor (#214) 2019-11-25 12:33:43 -05:00
Mr Extremez d876a923b9 Cleanup part 1 (#213)
* Clean up part 1

- Removed lots of dead code
- Removed unncessary files not in use
- Cleaned up small bits of code
- Removed a few warnings
- Server.java ---> GameEngine.java
- Constants.java ---> GameConstants.java

* Cape Dye

Rewrote cape dying

* Packaging

- redone ----> com.rebotted

* PacketSender/clean up

- ActionSender ---> PacketSender
- Moved many more packets to packetsender
- Cleaned up more dead code

* Merge Client/Player

- Merged Client.java with Player.java (both were doing same thing so redundant to have both)
- Removed some more dead code
- Tidy a few small things up

* Quests/more clean up

- Removed more dead code
- Made quests static in order to clean them up a bit

* More cleanup

- Removed some more of the dead quest code
- Correcting naming of some of the shop variables
2019-11-25 12:08:56 -05:00
Danial 3d1ae1b288 remove deleteItem2 → deleteItem (#212) 2019-11-24 23:07:52 -05:00
dginovker f1ea4810dd Merge fix: 2019-11-24 14:09:18 -05:00
dginovker c9c3888c20 runserver.sh loop update 2019-11-24 14:04:38 -05:00
dginovker a50f7d548b Merge branch 'RedSparr0w-bot' 2019-11-24 14:00:35 -05:00
dginovker fd31f57f5d Merged: 2019-11-24 13:59:52 -05:00
mikeysasse2 3650170a84 Fixed random trees everywhere (#209)
* Fixed random trees everywhere

* Npcs will no longer face southwest every time they take a step.
Added a fixed for walking forever after teleporting/region change (only tested that walking still works, never tested if the fix would resolve the issue).
You can now only click an object once per tick.
2019-11-24 13:48:02 -05:00
RedSparr0w 4e8832cded tidy up 2019-11-24 23:47:47 +13:00
RedSparr0w 4b78f6c136 give slayer xp on kill 2019-11-24 23:41:43 +13:00
dginovker 8393c0c928 Pmods can run ;:update 2019-11-24 01:00:38 -05:00
RedSparr0w 564f400007 check un noted version for buy price etc 2019-11-24 17:50:34 +13:00
RedSparr0w c3f4e831a3 trim the excess tabs 2019-11-24 16:43:02 +13:00
RedSparr0w 9d57cb6d1a Buy noted items from player owned stores 2019-11-24 16:37:03 +13:00
RedSparr0w ab57946a01 items are un noted when sold to shop 2019-11-24 16:28:31 +13:00
RedSparr0w f7d719c811 refactor saving 2019-11-24 16:27:10 +13:00
RedSparr0w 2498cff188 Only un note items if its not player owned 2019-11-24 15:38:46 +13:00
RedSparr0w 209b3b3bf3 Update HighscoresHandler.java 2019-11-24 13:16:10 +13:00
RedSparr0w 4f5c808298 Fixup highscores, ignore admin dev and bots 2019-11-24 13:02:53 +13:00
RedSparr0w 8920ff512a Face bot random direction 2019-11-24 00:13:17 +13:00
RedSparr0w 66cc2e47fe dont count bots toward player count, add playerBotCount 2019-11-23 21:22:48 +13:00
RedSparr0w e110ba296e Exclude bots from player counts 2019-11-23 21:08:51 +13:00
RedSparr0w 2104fd9918 Bots use normal chat, with effects 2019-11-23 20:40:56 +13:00
RedSparr0w 576bee32c3 lowercase item name 2019-11-23 17:39:38 +13:00
RedSparr0w c91027f25f lowercase metric 2019-11-23 17:32:12 +13:00
RedSparr0w 64ce050d10 add gp to lower prices 2019-11-23 17:25:19 +13:00
RedSparr0w bda929229e Fixup free space check 2019-11-23 17:07:13 +13:00
RedSparr0w 05a3a912f6 Add comments 2019-11-23 17:05:25 +13:00
RedSparr0w 4c42557332 Tidy up number formating 2019-11-23 17:01:18 +13:00
RedSparr0w f4ea14f2bf Fixup rounding for millions 2019-11-23 16:47:32 +13:00
RedSparr0w e42394fdbe Update ShopHandler.class 2019-11-23 16:26:06 +13:00
RedSparr0w 28b7163c6d Add another check to not remove items 2019-11-23 16:25:48 +13:00
RedSparr0w ded7cd28b8 Set currencyName 2019-11-23 16:13:24 +13:00
RedSparr0w 626d237a8e reset workspace 2019-11-23 15:53:01 +13:00
RedSparr0w 4445fc0871 Update workspace.xml 2019-11-23 15:05:30 +13:00
RedSparr0w e519d1b00b Fixup buying too many items 2019-11-23 14:58:44 +13:00
RedSparr0w 2b93d72a15 Add trade zones 2019-11-23 14:32:16 +13:00
RedSparr0w 2683ab888b Make it so bots cannot be attacked by npcs 2019-11-23 14:05:58 +13:00
RedSparr0w 3a4895590e fixup close shop, re-open shop 2019-11-23 14:01:42 +13:00
RedSparr0w a1ff2458f1 update close shop method 2019-11-23 13:48:46 +13:00
RedSparr0w 5a520fa316 Add close shop command 2019-11-23 13:29:17 +13:00
RedSparr0w aa61fc5cbf add ability to withdraw your profits 2019-11-23 12:38:41 +13:00
RedSparr0w b920549af0 don't charge player to withdraw items from their store 2019-11-23 12:02:22 +13:00
RedSparr0w 10c7adf74d fixup ordering of shop items 2019-11-23 11:39:03 +13:00
RedSparr0w d2cf6fac12 Take players appearance 2019-11-23 11:17:40 +13:00
RedSparr0w b940e8e859 Set custom prices 2019-11-23 11:05:43 +13:00
RedSparr0w e0925538c7 Remove items from players store/bank 2019-11-23 02:20:06 +13:00
RedSparr0w ca12809861 Semi functional player shops 2019-11-23 01:44:57 +13:00
RedSparr0w 3afb44615e Update shops.cfg 2019-11-23 01:43:52 +13:00
RedSparr0w bff9e44d8f remove logging 2019-11-22 21:25:57 +13:00
RedSparr0w d6ec93b199 Fixup shops 2019-11-22 21:23:36 +13:00
RedSparr0w abc3a9859f Merge remote-tracking branch 'upstream/master' into bot 2019-11-22 20:48:03 +13:00
RedSparr0w ae883964af Check if shop owned by player to sell items 2019-11-22 20:47:36 +13:00
RedSparr0w d62e5a8d70 increase total stores, decrease total items 2019-11-22 20:47:18 +13:00
RedSparr0w 544f266c8f Open player shop 2019-11-22 20:46:39 +13:00
RedSparr0w 23081c0eac Update ShopHandler.java 2019-11-22 20:45:58 +13:00
RedSparr0w 8b4969a882 Update bot properName 2019-11-22 20:45:42 +13:00
RedSparr0w e282778f22 Update BotHandler.java 2019-11-22 20:45:26 +13:00
RedSparr0w b6a590d44f Update PlayerAssistant.java 2019-11-22 20:45:18 +13:00
RedSparr0w 7627ed80eb Give bot same stats as player 2019-11-22 19:39:51 +13:00
RedSparr0w 0543919ed1 empty bots inventory 2019-11-22 19:26:26 +13:00
RedSparr0w a91dc597e9 update bots handling, spawn bot on player 2019-11-22 19:11:03 +13:00
RedSparr0w 07472a9a90 more stuff 2019-11-22 17:28:14 +13:00
RedSparr0w 6e3f76329a force logout on timeout 2019-11-22 16:40:18 +13:00
dginovker 03721c5c1a Emergency fix 2019-11-21 21:23:11 -05:00
dginovker 3c332cd653 Latest compile 2019-11-21 21:11:28 -05:00
Mr Extremez 34f2665858 Redemption Prayer/Fixes/Clues/Tidying up/Rares (#207)
- closes #205
- closes #197
- closes #145

Does the followiwng
- Adds functional redemption prayer
- Fixes max stack deletion when trading
- Adds toggle for clue scrolls, currently set on disabled until someone gets the time to finish clue scrolls
- Cleans up a few minor things
- Removes a few bits of dead code
- Re enables rare detection
2019-11-21 21:09:17 -05:00
RedSparr0w 447fc738d9 initial bots 2019-11-22 13:03:02 +13:00
Danial 4b3bb7ade7 Random slayer task amounts, Move unequiped item to same slot as weapon you are equiping (#206)
* tidy up

* Update DialogueHandler.java

* Slayer master gives specific difficulty tasks

* int

* tidy up

* replace difficulty int, with variable

* Dragons give lower amount needed to kill

* vail -> vial

* Update ObjectsActions.java

* tidy up

* tidy up

* tidy up

* Assign random amounts

* tidy up, remove magic numbers

* move rebinding of equip slot

* tidy up and move unequiped items to same inventory slot

* Drop castlewars flag when equiping a weapon

* vars

* tidy up
2019-11-21 14:10:30 -05:00
dginovker 92688def31 noip, thanks @Dark98 :) 2019-11-19 23:24:45 -05:00
Gptaqbc c0c6b40387 Fixed stuff related to shop trading (#202)
> Refactored stuff to facilitate resolving an issue regarding sellnig item to a full shop
> Removed double value message in shop
2019-11-19 13:11:16 -05:00
dginovker 820c6fafba Latest compile + crash fix 2019-11-18 16:31:10 -05:00
Danial 27b5f075bc bunch o changes (#200)
* Create cluescrolls.txt

* tidy up

* fixup ::item command

* tidy up

* fixup fight caves checker
2019-11-18 16:28:00 -05:00
dginovker 925c91406d Latest compile 2019-11-18 12:09:13 -05:00
Danial e5a0f84fcc Update Slayer (#196)
* tidy up

* Update DialogueHandler.java

* Slayer master gives specific difficulty tasks

* int

* tidy up
2019-11-18 12:01:03 -05:00
Danial 26ff191af3 Update drop handling, Allow rares, Remove some logging (#193)
* Fix local Parabot instructions

* Add kick command, and force logout function

* Allow rare items (phats etc)

* remove random server logging

* implement random drop amount

* fixup random events message
2019-11-17 19:31:18 -05:00
Mr Extremez 2b6ff7db02 Global drops/monks/al kharid furnance (#192)
closes #177
closes #136 (hp restoring works, couldn't find the anim tho)
closes #178 (should fix all the issues, let me know for sure)
Also removed the object does not exist message ingame for non admins and got rid of the isBotting code when clicking objects
2019-11-17 18:30:08 -05:00
dginovker 855f4b9ab7 Red's compile 2019-11-17 15:34:30 -05:00
Danial 4a2358945c Update Scrolls (#191)
* Fix local Parabot instructions

* Add kick command, and force logout function

* Update scroll handling
2019-11-17 15:33:10 -05:00
dginovker 92c5ac1f7e Latest compile 2019-11-17 14:59:20 -05:00
Gptaqbc e28bada221 New stuff again (#190)
* Fixes some agreesive monsters that should be unaggressive

Fixes some agreesive monsters that should be unaggressive

* more items

more items

* Update Item.java

* Fixed some items visual bugs - Helmet

Fixed some items visual bugs - Helmet

* Fixed trading issues.

Fuck up players couldnt trade because they were considered busy. Also fixed the trade screen that stays opened even when other player is out of it.

* removed shit that occured while fixing the conflict.

removed shit that occured while fixing the conflict.
2019-11-17 14:38:33 -05:00
Danial 8570b5f531 Minor tidy up, Update specials stats (#189)
* Fix local Parabot instructions

* Add kick command, and force logout function

* fixup abyss

* fixup tokkull selling

* tidy up

* update abyssal whip special accuracy

* update specials from wiki

* eh

* remove system log
2019-11-17 14:23:28 -05:00
dginovker 9dcc1eee0b Latest compile 2019-11-17 01:50:36 -05:00
Gptaqbc 9ed8ea8ae7 Next branch again (#187)
* Faster shop restocking - Brought back normal stack of items in shops - Added chat message to camoe transport system

Faster shop restocking - Brought back normal stack of items in shops - Added chat message to camoe transport system

* Fixed typo

Fixed typo

* Fixed item fuck up when wearing them. For example full helm trimmed and robes trimmed

Fixed item fuck up when wearing them. For example full helm trimmed and robes trimmed
2019-11-17 01:45:48 -05:00
Gptaqbc e8cbb975bc Fixes some agreesive monsters that should be unaggressive (#188)
Fixes some agreesive monsters that should be unaggressive
2019-11-17 01:45:10 -05:00
dginovker 3592cb7af9 Latest compile 2019-11-16 20:51:28 -05:00
Danial b13fa89de2 Fix Abyss, Fix selling for tokkull (#186)
* Fix local Parabot instructions

* Add kick command, and force logout function

* fixup abyss

* fixup tokkull selling
2019-11-16 20:50:13 -05:00
Daniel Ginovker 165f156814 Fix dark wizzies aggro, add more togglerender commands and add it to ::commands itself, fixed spam clicking tree gives a ton of logs (#185)
* Finish #167

* Fix #182

* Fixed #183
2019-11-16 18:17:54 -05:00
dginovker 7366de67e1 Fix localhost/live serv parabot jars 2019-11-14 13:39:08 -05:00
dginovker 982ae74d37 gitignore update 2019-11-11 15:49:24 -05:00
mikeysasse c827d46ca0 Projectile clipping, PassDoor fix (#176)
* Numbered packet sizes.
Corrected sound packet length to 6 from 5.
Corrected sound packet in server.
Teleport sound now plays correctly.
Corrected modern teleport animation playthrough.
Removed redundant teleport delay.

* Changed sendSound packet size back to 5 and removed type attribute to maintain compatibility with Parabot.

* After running around an object to attack the player will no longer wait a number of ticks to start attacking again.
Fixed an issue where walkTo being called from CycleEvents would not execute correctly.
Player will no longer face a killed npc after it respawns.
Added projectile clipping.
Added a new algorithm for player->player/npc following that accounts for projectile clipping.
2019-11-11 15:20:02 -05:00
dginovker a4e4b89d99 Latest compile! 2019-11-11 00:30:09 -05:00
Mr Extremez d14f4e5044 Changesftw (#172)
* Npc definitions/npc aggressiveness

Let me know how it works

* Error fix

fixes error
2019-11-11 00:26:47 -05:00
Daniel Ginovker e26f32439a Revert "Npc definitions/npc aggressiveness (#169)" (#171)
This reverts commit 2aef86ed25.
2019-11-11 00:22:35 -05:00
Daniel Ginovker 2f26fbe5fb Lag fixed :) (#170) 2019-11-11 00:21:40 -05:00
Mr Extremez 2aef86ed25 Npc definitions/npc aggressiveness (#169)
Let me know how it works
2019-11-11 00:20:00 -05:00
Danial 6cda5d5c78 Disable graphics, lower CPU & GPU usage (#168)
* Fix local Parabot instructions

* Add kick command, and force logout function

* Add graphics toggle option

* add alias
2019-11-10 23:32:33 -05:00
Mr Extremez d53ed61064 Finally should fix aggressiveness smh (#165)
closes #160

Let me know if this doesn't work, but hoping it does. My local testing had it working perfectly
2019-11-10 22:09:54 -05:00
dginovker 679fad7b18 latest compile 2019-11-10 19:50:19 -05:00
Gptaqbc dc3f561868 Faster shop restocking - Brought back normal stack of items in shops … (#164)
* Faster shop restocking - Brought back normal stack of items in shops - Added chat message to camoe transport system

Faster shop restocking - Brought back normal stack of items in shops - Added chat message to camoe transport system

* Fixed typo

Fixed typo
2019-11-10 19:46:24 -05:00
dginovker c6155eb529 4u Captcha 2019-11-10 13:00:54 -05:00
Gptaqbc 4db7ee6761 Fixed an issue with teleother that wasnt working at all. (#159)
Fixed an issue with teleother that wasnt working at all.
2019-11-10 12:26:41 -05:00
dginovker 8d14d76313 latest compile 2019-11-10 12:20:34 -05:00
Mr Extremez aaf0a48140 Fixes npc aggressiveness (#155)
closes #142
2019-11-10 12:18:00 -05:00
Danial 68013f3498 Add kick command, and force logout function (#154)
* Fix local Parabot instructions

* Add kick command, and force logout function
2019-11-10 12:17:47 -05:00
dginovker afd1da91e1 Latest compile 2019-11-09 18:14:00 -05:00
Josh Shippam 4490de88c4 Merge pull request #151 from Dark98/master
Fix Onyx Amulet Stringing
2019-11-09 22:06:19 +00:00
Dark98 58dab39d3b Fix Onyx Amulet Stringing 2019-11-09 22:05:29 +00:00
Josh Shippam 8ef0b3662e Merge pull request #150 from Dark98/master
Fix Highscores problem & only Save Highscores for Mod & Lower
2019-11-09 21:53:13 +00:00
Dark98 6b4b1eddf7 Fix Highscores problem & only Save Highscores for Mod & Lower 2019-11-09 21:51:05 +00:00
Dark98 c2a768a354 Merge https://github.com/dginovker/2006rebotted 2019-11-09 21:49:22 +00:00
Josh Shippam 3a50391304 Update Cache Path to 2006rebotted (#149)
Cool
2019-11-09 16:45:58 -05:00
Dark98 c152a1c8d9 Update Cache Path to 2006rebotted 2019-11-09 21:36:24 +00:00
dginovker e2f700de67 Merge branch 'master' of https://github.com/dginovker/2006rebotted 2019-11-09 15:36:46 -05:00
dginovker f13f0af171 2006rebotted rename + latest compile 2019-11-09 15:35:57 -05:00
Gptaqbc 2ade1073b9 Fixed issue #143 - When casting spells without autocast your player will always move next to the player you casted a spell on. (#147)
Fixed issue #143 - When casting spells without autocast your player will always move next to the player you casted a spell on.
2019-11-09 15:09:59 -05:00
dginovker 452ee7a637 Latest compile 2019-11-09 00:12:56 -05:00
Gptaqbc 87440ecd2a Removing double sell message "You sold x items for x gp". (#141)
* Update NpcHandler.class

Fixed the diagonal safefpotting combat bug. The NPC will move when it detects that the player is standing diagonally to it.

Still have some issue around objects but that's another story.

* Update NpcHandler.java

Fixed the diagonal safefpotting combat bug. The NPC will move when it detects that the player is standing diagonally to it.

Still have some issue around objects but that's another story.

closes #47

* Buy/Sell-X--Buying-loop-lagging-issue-fix--General-shop-using-fixes--Trading-amount-fix

- Added buy/sell X feature
- Fixed a lag with the buying loop when buying high amount. Instead of spam buying 1 at a  times it divide the amount to buy in equal parts and buy in increments.
- Cant remember at all I'll edit after eating.

* Removing double sell message "You sold x items for x gp".

Removing double sell message "You sold x items for x gp".

* Fixing trading bug not working at some places and re commiting the shopAssistant removal of sell message twice

Fixing trading bug not working at some places and re commiting the shopAssistant removal of sell message twice

* reverting stuff I broke in this file

reverting stuff I broke in this file
2019-11-09 00:09:33 -05:00
Gptaqbc dcc7984e27 Teleother (#144)
* Update NpcHandler.class

Fixed the diagonal safefpotting combat bug. The NPC will move when it detects that the player is standing diagonally to it.

Still have some issue around objects but that's another story.

* Update NpcHandler.java

Fixed the diagonal safefpotting combat bug. The NPC will move when it detects that the player is standing diagonally to it.

Still have some issue around objects but that's another story.

closes #47

* Buy/Sell-X--Buying-loop-lagging-issue-fix--General-shop-using-fixes--Trading-amount-fix

- Added buy/sell X feature
- Fixed a lag with the buying loop when buying high amount. Instead of spam buying 1 at a  times it divide the amount to buy in equal parts and buy in increments.
- Cant remember at all I'll edit after eating.

* Removing double sell message "You sold x items for x gp".

Removing double sell message "You sold x items for x gp".

* Fixing trading bug not working at some places and re commiting the shopAssistant removal of sell message twice

Fixing trading bug not working at some places and re commiting the shopAssistant removal of sell message twice

* reverting stuff I broke in this file

reverting stuff I broke in this file

* Teleother fixed

Teleother fixed.

* fixed an issue I forgot to test :)

fixed an issue I forgot to test :)
2019-11-09 00:08:56 -05:00
dginovker 0a11ce01d1 Fix localhost Parabot 2019-11-08 19:25:53 -05:00
dginovker 9db31e52c9 Latest compile 2019-11-06 11:10:27 -05:00
Mr Extremez ff75851cad Fixes run energy, aggressiveness, and highscores (#137)
* Update ShopAssistant.java

Adds ability to sell tokkul items back to shop for tokkul

* Fixes npc aggressiveness closes #132

* Fixes highscores for admin + ingame. Closes #131

* Caps run energy at 100%. Closes #135
2019-11-06 10:55:08 -05:00
dginovker a176bfa9cb Fix for Parabot localhost 2019-11-04 19:57:33 -05:00
Daniel Ginovker 16b23be1d5 fix artifacts (#134) 2019-11-04 18:34:42 -05:00
5950 changed files with 1499937 additions and 87136 deletions
+3
View File
@@ -1,2 +1,5 @@
2006Redone\ Server/data/characters/
.idea/
.idea/workspace.xml
**/.idea/workspace.xml
**/.idea/*
+1 -32
View File
@@ -6,37 +6,6 @@
<element id="file-copy" path="$PROJECT_DIR$/2006Redone Client/METAs/Client Meta/META-INF/MANIFEST.MF" />
</element>
<element id="module-output" name="2006rebotted" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/slf4j-nop.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/commons-lang3-3.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/javac++.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/netty-3.6.6.Final.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/mina.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/mysql-connector-java-5.1.23-bin.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/slf4j-nop.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/slf4j.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/xpp3-1.1.4c.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/xstream-1.4.1.jar" path-in-jar="/" />
<element id="library" level="project" name="libs" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/commons-lang3-3.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/javac++.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/mysql-connector-java-5.1.23-bin.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/xstream-1.4.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/xpp3-1.1.4c.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/mina.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/slf4j.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/okio-1.13.0.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/okhttp-3.9.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/json-20190722.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/everythingrs-api.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/log4j-api-2.11.0.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/netty-3.6.6.Final.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/jackson-core-2.9.3.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/javacord-api-3.0.4.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/javacord-core-3.0.4.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/jackson-databind-2.9.3.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/nv-websocket-client-2.6.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/jackson-annotations-2.9.0.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/logging-interceptor-3.9.1.jar" path-in-jar="/" />
</root>
</artifact>
</component>
</component>
+1 -32
View File
@@ -6,37 +6,6 @@
<element id="file-copy" path="$PROJECT_DIR$/2006Redone Client/METAs/Local Client Meta/META-INF/MANIFEST.MF" />
</element>
<element id="module-output" name="2006rebotted" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/slf4j-nop.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/commons-lang3-3.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/javac++.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/netty-3.6.6.Final.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/mina.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/mysql-connector-java-5.1.23-bin.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/slf4j-nop.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/slf4j.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/xpp3-1.1.4c.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone file_server/libs/xstream-1.4.1.jar" path-in-jar="/" />
<element id="library" level="project" name="libs" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/commons-lang3-3.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/javac++.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/mysql-connector-java-5.1.23-bin.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/xstream-1.4.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/xpp3-1.1.4c.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/mina.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/slf4j.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/okio-1.13.0.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/okhttp-3.9.1.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/json-20190722.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/everythingrs-api.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/log4j-api-2.11.0.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/netty-3.6.6.Final.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/jackson-core-2.9.3.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/javacord-api-3.0.4.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/javacord-core-3.0.4.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/jackson-databind-2.9.3.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/nv-websocket-client-2.6.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/jackson-annotations-2.9.0.jar" path-in-jar="/" />
<element id="extracted-dir" path="$PROJECT_DIR$/2006Redone Server/libs/logging-interceptor-3.9.1.jar" path-in-jar="/" />
</root>
</artifact>
</component>
</component>
+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CheckStyle-IDEA">
<option name="configuration">
<map>
<entry key="checkstyle-version" value="8.25" />
<entry key="copy-libs" value="true" />
<entry key="location-0" value="BUNDLED:(bundled):Sun Checks" />
<entry key="location-1" value="BUNDLED:(bundled):Google Checks" />
<entry key="scan-before-checkin" value="false" />
<entry key="scanscope" value="JavaOnly" />
<entry key="suppress-errors" value="false" />
</map>
</option>
</component>
</project>
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8.0_222 (2)" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/CompiledServer" />
</component>
</project>
+78 -25
View File
@@ -7,44 +7,48 @@
</component>
<component name="ChangeListManager">
<list default="true" id="9c1d485e-b413-4c80-b742-7c5a88c1c73c" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/2006Redone Server/src/redone/game/npcs/NpcHandler.java" beforeDir="false" afterPath="$PROJECT_DIR$/2006Redone Server/src/redone/game/npcs/NpcHandler.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/2006Redone Server/src/redone/net/packets/impl/Commands.java" beforeDir="false" afterPath="$PROJECT_DIR$/2006Redone Server/src/redone/net/packets/impl/Commands.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/2006Redone Server/src/redone/world/ObjectHandler.java" beforeDir="false" afterPath="$PROJECT_DIR$/2006Redone Server/src/redone/world/ObjectHandler.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/CompiledServer/production/2006rebotted/redone/net/packets/impl/Commands.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/2006rebotted/redone/net/packets/impl/Commands.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/CompiledServer/production/2006rebotted/redone/world/ObjectHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/2006rebotted/redone/world/ObjectHandler.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java" beforeDir="false" afterPath="$PROJECT_DIR$/2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/Commands.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/Commands.class" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FileColors">
<fileColor scope="Local Unit Tests" color="#161c22" />
<fileColor scope="Android Instrumented Tests" color="#161c22" />
</component>
<component name="FindInProjectRecents">
<findStrings>
<find>math.sq</find>
</findStrings>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectFrameBounds">
<option name="x" value="-7" />
<option name="width" value="1294" />
<option name="height" value="1407" />
</component>
<component name="ProjectId" id="1Sr1PyvKre5eWJ6XgOrqWrHM5hp" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showExcludedFiles" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/2006Redone Client/METAs/Client Meta" />
<property name="project.structure.last.edited" value="Project" />
<property name="project.structure.proportion" value="0.15" />
<property name="project.structure.side.proportion" value="0.2" />
</component>
<component name="RunDashboard">
<option name="ruleStates">
<list>
<RuleState>
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
</RuleState>
<RuleState>
<option name="name" value="StatusDashboardGroupingRule" />
</RuleState>
</list>
</option>
</component>
<component name="RunManager" selected="Application.FileServer">
<component name="RunManager" selected="Application.GameEngine">
<configuration name="Client" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="Client" />
<module name="2006rebotted" />
@@ -66,8 +70,8 @@
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Server" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="redone.Server" />
<configuration name="GameEngine" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="com.rebotted.GameEngine" />
<module name="2006rebotted" />
<option name="WORKING_DIRECTORY" value="2006Redone Server" />
<extension name="coverage">
@@ -82,30 +86,47 @@
</configuration>
<list>
<item itemvalue="Application.FileServer" />
<item itemvalue="Application.Server" />
<item itemvalue="Application.GameEngine" />
<item itemvalue="Application.Client" />
</list>
<recent_temporary>
<list>
<item itemvalue="Application.GameEngine" />
<item itemvalue="Application.FileServer" />
<item itemvalue="Application.Server" />
<item itemvalue="Application.Client" />
</list>
</recent_temporary>
</component>
<component name="ServiceViewManager">
<option name="viewStates">
<list>
<serviceView>
<treeState>
<expand />
<select />
</treeState>
</serviceView>
</list>
</option>
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="e34c4650-a3c9-498e-b05e-c1cbb72d0ad7" name="Default Changelist" comment="" />
<changelist id="9c1d485e-b413-4c80-b742-7c5a88c1c73c" name="Default Changelist" comment="" />
<created>1572306880139</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1572306880139</updated>
<workItem from="1576853591840" duration="1190000" />
<workItem from="1576854792240" duration="1663000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
@@ -118,5 +139,37 @@
</entry>
</map>
</option>
<option name="RECENT_FILTERS">
<map>
<entry key="Branch">
<value>
<list />
</value>
</entry>
<entry key="User">
<value>
<list />
</value>
</entry>
</map>
</option>
</component>
<component name="WindowStateProjectService">
<state width="1877" height="266" key="GridCell.Tab.0.bottom" timestamp="1576858443106">
<screen x="0" y="40" width="1920" height="1040" />
</state>
<state width="1877" height="266" key="GridCell.Tab.0.bottom/0.40.1920.1040@0.40.1920.1040" timestamp="1576858443106" />
<state width="1877" height="266" key="GridCell.Tab.0.center" timestamp="1576858443106">
<screen x="0" y="40" width="1920" height="1040" />
</state>
<state width="1877" height="266" key="GridCell.Tab.0.center/0.40.1920.1040@0.40.1920.1040" timestamp="1576858443106" />
<state width="1877" height="266" key="GridCell.Tab.0.left" timestamp="1576858443105">
<screen x="0" y="40" width="1920" height="1040" />
</state>
<state width="1877" height="266" key="GridCell.Tab.0.left/0.40.1920.1040@0.40.1920.1040" timestamp="1576858443105" />
<state width="1877" height="266" key="GridCell.Tab.0.right" timestamp="1576858443106">
<screen x="0" y="40" width="1920" height="1040" />
</state>
<state width="1877" height="266" key="GridCell.Tab.0.right/0.40.1920.1040@0.40.1920.1040" timestamp="1576858443106" />
</component>
</project>
+2
View File
@@ -0,0 +1,2 @@
/Client.class
/LocalGame.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
/* AUTOMATICALLY GENERATED ON Tue Apr 16 17:20:59 EDT 2002*/
/* DO NOT EDIT */
grant {
permission java.security.AllPermission;
};
+6 -8
View File
@@ -7,23 +7,23 @@ import java.math.BigInteger;
public class ClientSettings {
public static String SNOW_MONTH = ".12";
/**
* The Servers Name
*/
public final static String SERVER_NAME = "2006Redone";
public final static String SERVER_NAME = "2006rebotted";
/**
* The Servers Website
*/
public final static String SERVER_WEBSITE = "www.2006redone.org";
public final static String SERVER_WEBSITE = "www.2006rebotted.tk";
/**
* The Servers Ip
*
* You dont have to change this, the client will automatically connect to the server
* on localhost
* You don't have to change this, the client will automatically connect to the server
* on localhost (Assuming you're running Client and LocalGame respectively)
*
*/
public static String SERVER_IP = "35.226.247.68";
//public final static String SERVER_IP = "127.0.0.1;
public static String SERVER_IP = "2006rebotted.hopto.org";
/**
* The Npc Bits for the Server
*/
@@ -35,6 +35,4 @@ public class ClientSettings {
public static final BigInteger RSA_MODULUS = new BigInteger("91553247461173033466542043374346300088148707506479543786501537350363031301992107112953015516557748875487935404852620239974482067336878286174236183516364787082711186740254168914127361643305190640280157664988536979163450791820893999053469529344247707567448479470137716627440246788713008490213212272520901741443");
public static final BigInteger RSA_EXPONENT = new BigInteger("65537");
}
+13
View File
@@ -2,6 +2,9 @@
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
import java.util.Calendar;
import java.util.GregorianCalendar;
public final class Flo {
public static void unpackConfig(StreamLoader streamLoader) {
@@ -17,6 +20,12 @@ public final class Flo {
cache[j].readValues(stream);
}
}
public static String getTodaysDate() {
Calendar date = new GregorianCalendar();
return date.get(Calendar.DAY_OF_MONTH) + "."+ (date.get(Calendar.MONTH) + 1) + "." + date.get(Calendar.YEAR);
}
private void readValues(Stream stream) {
do {
@@ -25,6 +34,10 @@ public final class Flo {
return;
} else if (i == 1) {
anInt390 = stream.read3Bytes();
Calendar date = new GregorianCalendar();
if ((date.get(Calendar.MONTH) + 1) == 12) {
anInt390 = 0xffffff;
}
method262(anInt390);
} else if (i == 2) {
anInt391 = stream.readUnsignedByte();
+134 -131
View File
@@ -1,8 +1,11 @@
/**
* NOTICE: IF YOU CHANGE ANYTHING IN GAME.JAVA, PLEASE COPY-PASTE THE WHOLE CLASS OVER TO LOCALGAME.JAVA
* THIS IS TO ALLOW LOCAL PARABOT TO CONTINUE TO WORK
*/
import javax.swing.*;
import java.applet.AppletContext;
import java.awt.Color;
import java.awt.Component;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.io.ByteArrayInputStream;
import java.io.DataInputStream;
@@ -20,8 +23,19 @@ import java.text.DecimalFormatSymbols;
import java.util.Calendar;
import java.util.Date;
/**
* NOTICE: IF YOU CHANGE ANYTHING IN GAME.JAVA, PLEASE COPY-PASTE THE WHOLE CLASS OVER TO LOCALGAME.JAVA
* THIS IS TO ALLOW LOCAL PARABOT TO CONTINUE TO WORK
*/
@SuppressWarnings("serial")
public class Game extends RSApplet {
private boolean graphicsEnabled = true;
public static int random(final float range) {
return (int) (java.lang.Math.random() * (range + 1));
}
public static String intToKOrMilLongName(int i) {
String s = String.valueOf(i);
@@ -385,7 +399,11 @@ public class Game extends RSApplet {
}
if (l == 0) {
if (i1 > 0 && i1 < 110) {
try {
textDrawingArea.method389(false, 4, 0, chatMessages[k], i1);
} catch (Exception e) {
}
}
j++;
}
@@ -510,9 +528,9 @@ public class Game extends RSApplet {
}
}
public void processMenuClick() {
public boolean processMenuClick() {
if (activeInterfaceType != 0) {
return;
return false;
}
int j = super.clickMode3;
if (spellSelected == 1 && super.saveClickX >= 516 && super.saveClickY >= 160 && super.saveClickX <= 765 && super.saveClickY <= 205) {
@@ -602,7 +620,7 @@ public class Game extends RSApplet {
if (RSInterface.interfaceCache[j2].parentID == backDialogID) {
activeInterfaceType = 3;
}
return;
return true;
}
}
}
@@ -616,6 +634,7 @@ public class Game extends RSApplet {
determineMenuSize();
}
}
return false;
}
public void saveMidi(boolean flag, byte abyte0[]) {
@@ -3037,8 +3056,7 @@ public class Game extends RSApplet {
inputTaken = true;
super.clickMode3 = 0;
}
processMenuClick();
if (fullScreenBackDialogID == -1) {
if (!processMenuClick()) {
processMainScreenClick();
processTabClick();
processChatModeClick();
@@ -3441,6 +3459,10 @@ public class Game extends RSApplet {
if (l >= 2000) {
l -= 2000;
}
if (l == 696) {
minimapInt1 = 0;
anInt1184 = 120;
}
if (l == 582) {
NPC npc = npcArray[i1];
if (npc != null) {
@@ -4751,7 +4773,7 @@ public class Game extends RSApplet {
inputDialogState = 0;
inputTaken = true;
}
} else if (backDialogID == -1 && fullScreenBackDialogID == -1) {
} else {
if (j >= 32 && j <= 122 && inputString.length() < 80) {
inputString += (char) j;
inputTaken = true;
@@ -4761,6 +4783,9 @@ public class Game extends RSApplet {
inputTaken = true;
}
if ((j == 13 || j == 10) && inputString.length() > 0) {
if (inputString.equals("::gfxtgl") || inputString.equals("::tglgfx") || inputString.equals("::togglerender") || inputString.equals("::togglegfx")) {
graphicsEnabled = !graphicsEnabled;
}
if (myPrivilege == 2) {
if (inputString.equals("::clientdrop")) {
dropClient();
@@ -4780,18 +4805,6 @@ public class Game extends RSApplet {
if (inputString.equals("::dataon")) {
showInfo = !showInfo;
}
if (inputString.equals("::clip")) {
for (int k1 = 0; k1 < 4; k1++) {
for (int i2 = 1; i2 < 103; i2++) {
for (int k2 = 1; k2 < 103; k2++) {
aClass11Array1230[k1].anIntArrayArray294[i2][k2] = 0;
}
}
}
}
}
if (inputString.startsWith("::")) {
stream.createFrame(103);
@@ -5342,6 +5355,16 @@ public class Game extends RSApplet {
chatNames[0] = s1;
chatMessages[0] = s;
}
public void processMinimapActions() {
int x = super.mouseX;
int y = super.mouseY;
if (x >= 551 && x <= 577 && y >= 7 && y <= 40) {
menuActionName[1] = "Face North";
menuActionID[1] = 696;
menuActionRow = 2;
}
}
public void processTabClick() {
if (super.clickMode3 == 1) {
@@ -5380,11 +5403,11 @@ public class Game extends RSApplet {
tabID = 6;
tabAreaAltered = true;
}
if (super.saveClickX >= 540 && super.saveClickX <= 574 && super.saveClickY >= 466 && super.saveClickY < 502 && tabInterfaceIDs[7] != -1) {
/*if (super.saveClickX >= 540 && super.saveClickX <= 574 && super.saveClickY >= 466 && super.saveClickY < 502 && tabInterfaceIDs[7] != -1) {
needDrawTabArea = true;
tabID = 7;
tabAreaAltered = true;
}
}*/
if (super.saveClickX >= 572 && super.saveClickX <= 602 && super.saveClickY >= 466 && super.saveClickY < 503 && tabInterfaceIDs[8] != -1) {
needDrawTabArea = true;
tabID = 8;
@@ -5538,9 +5561,9 @@ public class Game extends RSApplet {
menuActionName[0] = "Cancel";
menuActionID[0] = 1107;
menuActionRow = 1;
if(fullScreenBackDialogID != -1) {
if (fullScreenInterfaceId != -1) {
anInt886 = 0;
buildInterfaceMenu(0, RSInterface.interfaceCache[fullScreenBackDialogID], super.mouseX, 0, super.mouseY, 0);
buildInterfaceMenu(0, RSInterface.interfaceCache[fullScreenInterfaceId], super.mouseX, 0, super.mouseY, 0);
if (anInt886 != anInt1026) {
anInt1026 = anInt886;
}
@@ -5584,6 +5607,7 @@ public class Game extends RSApplet {
inputTaken = true;
anInt1039 = anInt886;
}
processMinimapActions();
boolean flag = false;
while (!flag) {
flag = true;
@@ -5760,7 +5784,6 @@ public class Game extends RSApplet {
backDialogID = -1;
openInterfaceID = -1;
invOverlayInterfaceID = -1;
fullScreenBackDialogID = -1;
fullScreenInterfaceId = -1;
anInt1018 = -1;
aBoolean1149 = false;
@@ -5967,7 +5990,6 @@ public class Game extends RSApplet {
}
}
int j3 = j2;
int k3 = j1;
anIntArrayArray901[j2][j1] = 99;
@@ -7464,9 +7486,9 @@ public class Game extends RSApplet {
}
public void drawGameScreen() {
if (fullScreenBackDialogID != -1 && (loadingStage == 2 || super.fullGameScreen != null)) {
if (fullScreenInterfaceId != -1 && (loadingStage == 2 || super.fullGameScreen != null)) {
if (loadingStage == 2) {
method119(anInt945, fullScreenBackDialogID);
method119(anInt945, fullScreenInterfaceId);
if (fullScreenInterfaceId != -1)
method119(anInt945, fullScreenInterfaceId);
anInt945 = 0;
@@ -7475,15 +7497,8 @@ public class Game extends RSApplet {
Texture.lineOffsets = gameScreenOffsets;
DrawingArea.setAllPixelsToZero();
welcomeScreenRaised = true;
RSInterface rSInterface = RSInterface.interfaceCache[fullScreenBackDialogID];
if (rSInterface.width == 512 && rSInterface.height == 334
&& rSInterface.type == 0) {
rSInterface.width = 765;
rSInterface.height = 503;
}
drawInterface(0, 0, rSInterface, 0);
if (fullScreenInterfaceId != -1) {
RSInterface class13_1 = RSInterface.interfaceCache[fullScreenInterfaceId];
if (openInterfaceID != -1) {
RSInterface class13_1 = RSInterface.interfaceCache[openInterfaceID];
if (class13_1.width == 512 && class13_1.height == 334
&& class13_1.type == 0) {
class13_1.width = 765;
@@ -7491,6 +7506,13 @@ public class Game extends RSApplet {
}
drawInterface(0, 0, class13_1, 0);
}
RSInterface rSInterface = RSInterface.interfaceCache[fullScreenInterfaceId];
if (rSInterface.width == 512 && rSInterface.height == 334
&& rSInterface.type == 0) {
rSInterface.width = 765;
rSInterface.height = 503;
}
drawInterface(0, 0, rSInterface, 0);
if (!menuOpen) {
processRightClick();
drawTooltip();
@@ -8466,10 +8488,12 @@ public class Game extends RSApplet {
if (anInt1055 == 1) {
multiOverlay.drawSprite(472, 296);
}
int k = 20;
int i1 = 0xffff00;
int x = baseX + (myPlayer.x - 6 >> 7);
int y = baseY + (myPlayer.y - 6 >> 7);
if (fpsOn) {
char c = '\u01FB';
int k = 20;
int i1 = 0xffff00;
if (super.fps < 15) {
i1 = 0xff0000;
}
@@ -8484,6 +8508,20 @@ public class Game extends RSApplet {
aTextDrawingArea_1271.method380("Mem:" + j1 + "k", c, 0xffff00, k);
k += 15;
}
if (showInfo) {
if (super.fps < 15)
i1 = 0xff0000;
aTextDrawingArea_1271.method385(0xffff00, "Fps:" + super.fps, 285, 5);
Runtime runtime = Runtime.getRuntime();
int j1 = (int) ((runtime.totalMemory() - runtime.freeMemory()) / 1024L);
i1 = 0xffff00;
if (j1 > 0x2000000 && lowMem)
i1 = 0xff0000;
k += 15;
aTextDrawingArea_1271.method385(0xffff00, "Mem:" + j1 + "k", 299, 5);
aTextDrawingArea_1271.method385(0xffff00, "Mouse X: " + super.mouseX + " , Mouse Y: " + super.mouseY, 314, 5);
aTextDrawingArea_1271.method385(0xffff00, "Coords: " + x + ", " + y, 329, 5);
}
if (anInt1104 != 0) {
int j = anInt1104 / 50;
int l = j / 60;
@@ -9501,13 +9539,13 @@ public class Game extends RSApplet {
if (loginScreenState == 3) {
chatTextDrawingArea.method382(0xffff00, c / 2, "Create a free account", c1 / 2 - 60, true);
int k = c1 / 2 - 35;
chatTextDrawingArea.method382(0xffffff, c / 2, "To create a new account you need to", k, true);
chatTextDrawingArea.method382(0xffffff, c / 2, "To create a new account just click", k, true);
k += 15;
chatTextDrawingArea.method382(0xffffff, c / 2, "go back to the main " + ClientSettings.SERVER_NAME + " webpage", k, true);
chatTextDrawingArea.method382(0xffffff, c / 2, "\"Cancel\" below, and click \"Existing User\".", k, true);
k += 15;
chatTextDrawingArea.method382(0xffffff, c / 2, "and choose the red 'create account'", k, true);
chatTextDrawingArea.method382(0xffffff, c / 2, "Log in with any credentials you want and an", k, true);
k += 15;
chatTextDrawingArea.method382(0xffffff, c / 2, "button at the top right of that page.", k, true);
chatTextDrawingArea.method382(0xffffff, c / 2, "account will automatically be created for you.", k, true);
k += 15;
int j1 = c / 2;
int i2 = c1 / 2 + 50;
@@ -9761,8 +9799,10 @@ public class Game extends RSApplet {
int j13 = stream.readUnsignedByte();
int k15 = anInt1268 + (j13 >> 4 & 7);
int l16 = anInt1269 + (j13 & 7);
if (k15 >= 0 && l16 >= 0 && k15 < 104 && l16 < 104)
if (k15 >= 0 && l16 >= 0 && k15 < 104 && l16 < 104) {
method130(-1, -1, j8, i11, l16, k5, plane, k15, 0);
}
return;
}
if (j == 151) {
@@ -9774,6 +9814,7 @@ public class Game extends RSApplet {
int i15 = k12 >> 2;
int k16 = k12 & 3;
int l17 = anIntArray1177[i15];
//System.out.println("id: " + j10 + " x:" + (this.baseX + anInt1268) + " y:" + (this.baseY + anInt1269));
if (l4 >= 0 && k7 >= 0 && l4 < 104 && k7 < 104)
method130(-1, j10, k16, l17, k7, i15, plane, l4, 0);
return;
@@ -10632,7 +10673,7 @@ public class Game extends RSApplet {
}
if (pktType == 174) {
int id = inStream.readUnsignedWord();
int type = inStream.readUnsignedByte();
int type = /*inStream.readUnsignedByte()*/1;
int delay = inStream.readUnsignedWord();
int volume = inStream.readUnsignedByte();
sound[currentSound] = id;
@@ -10862,10 +10903,6 @@ public class Game extends RSApplet {
backDialogID = -1;
inputTaken = true;
}
if (fullScreenBackDialogID != -1) {
fullScreenBackDialogID = -1;
welcomeScreenRaised = true;
}
if (fullScreenInterfaceId != -1) {
fullScreenInterfaceId = -1;
}
@@ -10997,10 +11034,6 @@ public class Game extends RSApplet {
backDialogID = -1;
inputTaken = true;
}
if (fullScreenBackDialogID != -1) {
fullScreenBackDialogID = -1;
welcomeScreenRaised = true;
}
if (fullScreenInterfaceId != -1) {
fullScreenInterfaceId = -1;
}
@@ -11062,9 +11095,6 @@ public class Game extends RSApplet {
if (backDialogID != -1) {
backDialogID = -1;
}
if (fullScreenBackDialogID != k15) {
fullScreenBackDialogID = k15;
}
if (fullScreenInterfaceId != k15) {
fullScreenInterfaceId = k9;
}
@@ -11196,61 +11226,31 @@ public class Game extends RSApplet {
backDialogID = -1;
inputTaken = true;
}
if (fullScreenBackDialogID != -1) {
fullScreenBackDialogID = -1;
welcomeScreenRaised = true;
}
if (fullScreenInterfaceId != -1) {
fullScreenInterfaceId = -1;
}
/*if (openInterfaceID != l7) {
openInterfaceID = l7;
}*/
if (inputDialogState != 0) {
inputDialogState = 0;
inputTaken = true;
}
/*
* 15244 = main Interface ID
* 17511 = Question Type
* 15819 = Christmas Type
* 15812 = Security Type
* 15801 = Item Scam Type
* 15791 = Password Safety
* 15774 = Good/Bad Password
* 15767 = Drama Type
*/
// 17511 = Question Type
// 15819 = Christmas Type
// 15812 = Security Type
// 15801 = Item Scam Type
// 15791 = Password Safety ?
// 15774 = Good/Bad Password
// 15767 = Drama Type ????
int[] welcome = {17511, 15812, 15801, 15791, 15774, 15767};
if (l7 == 15244) {
openInterfaceID = 15812;//secondary/bottom part
fullScreenBackDialogID = 15244;
/*} else if (l7 == 17511) {
openInterfaceID = 17511;
fullScreenBackDialogID = 15244;
} else if (l7 == 15819) {
openInterfaceID = 15819;
fullScreenBackDialogID = 15244;
} else if (l7 == 15812) {
openInterfaceID = 15812;
fullScreenBackDialogID = 15244;
} else if (l7 == 15801) {
openInterfaceID = 15801;
fullScreenBackDialogID = 15244;
} else if (l7 == 15791) {
openInterfaceID = 15791;
fullScreenBackDialogID = 15244;
} else if (l7 == 15774) {
openInterfaceID = 15774;
fullScreenBackDialogID = 15244;
} else if (l7 == 15767) {
openInterfaceID = 15767;
fullScreenBackDialogID = 15244;*/
} else {
openInterfaceID = l7;
}
if (Flo.getTodaysDate().contains(ClientSettings.SNOW_MONTH)) {
openInterfaceID = welcome[random(5)];
} else {
openInterfaceID = welcome[random(5)];
}
fullScreenInterfaceId = 15244;
} else {
openInterfaceID = l7;
}
aBoolean1149 = false;
pktType = -1;
return true;
return true;
}
if (pktType == 218) {
int i8 = inStream.method438();
@@ -11316,10 +11316,6 @@ public class Game extends RSApplet {
backDialogID = -1;
inputTaken = true;
}
if (fullScreenBackDialogID != -1) {
fullScreenBackDialogID = -1;
welcomeScreenRaised = true;
}
if (fullScreenInterfaceId != -1) {
fullScreenInterfaceId = -1;
}
@@ -11373,10 +11369,6 @@ public class Game extends RSApplet {
needDrawTabArea = true;
tabAreaAltered = true;
}
if (fullScreenBackDialogID != -1) {
fullScreenBackDialogID = -1;
welcomeScreenRaised = true;
}
if (fullScreenInterfaceId != -1) {
fullScreenInterfaceId = -1;
}
@@ -11407,6 +11399,7 @@ public class Game extends RSApplet {
Signlink.reporterror(s2);
resetLogout();
exception.printStackTrace();
}
return true;
}
@@ -11474,20 +11467,25 @@ public class Game extends RSApplet {
Model.anInt1685 = super.mouseX - 4;
Model.anInt1686 = super.mouseY - 4;
DrawingArea.setAllPixelsToZero();
// xxx disables graphics if(graphicsEnabled){
worldController.method313(xCameraPos, yCameraPos, xCameraCurve, zCameraPos, j, yCameraCurve);
worldController.clearObj5Cache();
updateEntities();
drawHeadIcon();
if(graphicsEnabled){
worldController.method313(xCameraPos, yCameraPos, xCameraCurve, zCameraPos, j, yCameraCurve);
worldController.clearObj5Cache();
updateEntities();
drawHeadIcon();
}
// Allow tabs to work
method37(k2);
// Allow stuff inside the tabs to work
draw3dScreen();
// Show overlays on main screen
aRSImageProducer_1165.drawGraphics(4, super.graphics, 4);
xCameraPos = l;
zCameraPos = i1;
yCameraPos = j1;
yCameraCurve = k1;
xCameraCurve = l1;
// }
if(graphicsEnabled) {
xCameraPos = l;
zCameraPos = i1;
yCameraPos = j1;
yCameraCurve = k1;
xCameraCurve = l1;
}
}
public void closeOpenInterfaces() {
@@ -11503,10 +11501,6 @@ public class Game extends RSApplet {
inputTaken = true;
aBoolean1149 = false;
}
if (fullScreenBackDialogID != -1) {
fullScreenBackDialogID = -1;
welcomeScreenRaised = true;
}
if (fullScreenInterfaceId != -1) {
fullScreenInterfaceId = -1;
}
@@ -11515,6 +11509,16 @@ public class Game extends RSApplet {
}
public Game() {
//Test if they're on 32-bit, warn them if they are
if (!System.getProperty("sun.arch.data.model").contains("64"))
{
JOptionPane.showMessageDialog(null, "You're running 32-bit java. This will definitely cause problems.\nYou can get the right Java 8 at AdoptOpenJDK.net", "You're running 32-bit Java!", JOptionPane.INFORMATION_MESSAGE);
System.out.println("Please upgrade to 64-bit java to avoid problems! (AdoptOpenJDK.net)");
}
if (Double.parseDouble(System.getProperty("java.specification.version")) >= 1.9) {
JOptionPane.showMessageDialog(null, "You're not running Java 8. If you're using Parabot, this will cause problems!\nYou can get Java 8 from AdoptOpenJDK.net", "You're not running Java 8!", JOptionPane.INFORMATION_MESSAGE);
System.out.println("Please downgrade to Java 8 to avoid problems! (AdoptOpenJDK.net)");
}
server = ClientSettings.SERVER_IP;
anIntArrayArray825 = new int[104][104];
friendsNodeIDs = new int[200];
@@ -11700,7 +11704,6 @@ public class Game extends RSApplet {
public static int anInt854;
public int anInt855;
public int openInterfaceID;
public int fullScreenBackDialogID = -1;
public int fullScreenInterfaceId = -1;
public int xCameraPos;
public int zCameraPos;
@@ -12149,7 +12152,7 @@ public class Game extends RSApplet {
this.anInt1187 += (j << 1);
}
public final void keyPressed(KeyEvent keyevent)
public void keyPressed(KeyEvent keyevent)
{
super.keyPressed(keyevent);
switch (keyevent.getKeyCode())
+5 -1
View File
@@ -190,7 +190,11 @@ public final class ItemDef {
cacheIndex = (cacheIndex + 1) % 10;
ItemDef itemDef = cache[cacheIndex];
stream.currentOffset = streamIndices[i];
try {
stream.currentOffset = streamIndices[i];
} catch (Exception e) {
System.out.println("Itemdef issue? Apparently this ID is out of bounds: " + e);
}
itemDef.id = i;
itemDef.setDefaults();
itemDef.readValues(stream);
+28
View File
@@ -0,0 +1,28 @@
/**
* NOTICE: IF YOU CHANGE ANYTHING IN GAME.JAVA, PLEASE COPY-PASTE THE WHOLE CLASS OVER TO LOCALGAME.JAVA
* THIS IS TO ALLOW LOCAL PARABOT TO CONTINUE TO WORK
*/
import java.applet.AppletContext;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.io.*;
import java.net.InetAddress;
import java.net.Socket;
import java.net.URL;
import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols;
import java.util.Calendar;
import java.util.Date;
/**
* NOTICE: IF YOU CHANGE ANYTHING IN GAME.JAVA, PLEASE COPY-PASTE THE WHOLE CLASS OVER TO LOCALGAME.JAVA
* THIS IS TO ALLOW LOCAL PARABOT TO CONTINUE TO WORK
*/
@SuppressWarnings("serial")
public class LocalGame extends Game {
public LocalGame() {
super();
server = "127.0.0.1";
}
}
+1
View File
@@ -16,6 +16,7 @@ public final class Main {
*/
public static void main(String[] args) {
ClientSettings.SERVER_IP = "2006rebotted.hopto.org";
if (args.length > 1)
{
System.out.println("Running local");
+1 -1
View File
@@ -284,7 +284,7 @@ public class RSApplet extends Applet implements Runnable, MouseListener, MouseMo
}
@Override
public final void mouseMoved(MouseEvent mouseevent) {
public void mouseMoved(MouseEvent mouseevent) {
int i = mouseevent.getX();
int j = mouseevent.getY();
if (gameFrame != null) {
+1 -1
View File
@@ -10,7 +10,7 @@ final class RSFrame extends Frame {
public RSFrame(RSApplet RSApplet_, int i, int j) {
rsApplet = RSApplet_;
setTitle(ClientSettings.SERVER_NAME);
setResizable(true);
setResizable(false);
setMinimumSize(new Dimension(i + 8, j + 28));
setVisible(true);
toFront();
+2 -2
View File
@@ -278,7 +278,7 @@ public final class Signlink implements Runnable {
public static Synthesizer synthesizer = null;
public static String findcachedir() {
String path = System.getProperty("user.home") + "/.2006redone_file_system/";
String path = System.getProperty("user.home") + "/.2006rebotted_file_system/";
File file = new File(path);
if (!file.exists()) {
if (!file.mkdirs()) {
@@ -289,7 +289,7 @@ public final class Signlink implements Runnable {
}
public static String secondDir() {
File file = new File("C:/.2006redone_file_system/");
File file = new File("C:/.2006rebotted_file_system/");
if (!file.exists()) {
file.mkdirs();
}
+26 -26
View File
@@ -34,31 +34,31 @@ final class SizeConstants {
173, 228, 121, 83, 133, 68, 0
};
public static final int[] packetSizes = {
0, 0, 0, 0, 6, 0, 0, 0, 4, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
0, 0, 0, 0, -2, 4, 3, 0, 0, 0,
0, 0, 0, 0, 5, 0, 0, 6, 0, 0,
9, 0, 0, -2, 0, 0, 0, 0, 0, 0,
-2, 1, 0, 0, 2, -2, 0, 0, 0, 0,
6, 3, 2, 4, 2, 4, 0, 0, 0, 4,
0, -2, 0, 0, 7, 2, 0, 6, 0, 0,
0, 0, 0, 0, 0, 0, 0, 2, 0, 1,
0, 2, 0, 0, -1, 4, 1, 0, 0, 0,
1, 0, 0, 0, 2, 0, 0, 15, 0, 0,
0, 4, 4, 0, 0, 0, -2, 0, 0, 0,
0, 0, 0, 0, 6, 0, 0, 0, 0, 0,
0, 0, 2, 0, 0, 0, 0, 14, 0, 0,
0, 4, 0, 0, 0, 0, 3, 0, 0, 0,
4, 0, 0, 0, 2, 0, 6, 0, 0, 0,
0, 3, 0, 0, 5, 0, 10, 6, 0, 0,
0, 0, 0, 0, 0, 2, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, -1, 0, 0, 0,
4, 0, 0, 0, 0, 0, 3, 0, 2, 0,
0, 0, 0, 0, -2, 7, 0, 0, 2, 0,
0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
8, 0, 0, 0, 0, 0, 0, 0, 0, 0,
2, -2, 0, 0, 0, 0, 6, 0, 4, 3,
0, 0, 0, -1, 6, 0, 0
0, 0, 0, 0, 6, 0, 0, 0, 4, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //10
0, 0, 0, 0, 1, 0, 0, 0, 0, 0, //20
0, 0, 0, 0, -2, 4, 3, 0, 0, 0, //30
0, 0, 0, 0, 5, 0, 0, 6, 0, 0, //40
9, 0, 0, -2, 0, 0, 0, 0, 0, 0, //50
-2, 1, 0, 0, 2, -2, 0, 0, 0, 0, //60
6, 3, 2, 4, 2, 4, 0, 0, 0, 4, //70
0, -2, 0, 0, 7, 2, 0, 6, 0, 0, //80
0, 0, 0, 0, 0, 0, 0, 2, 0, 1, //90
0, 2, 0, 0, -1, 4, 1, 0, 0, 0, //100
1, 0, 0, 0, 2, 0, 0, 15, 0, 0, //110
0, 4, 4, 0, 0, 0, -2, 0, 0, 0, //120
0, 0, 0, 0, 6, 0, 0, 0, 0, 0, //130
0, 0, 2, 0, 0, 0, 0, 14, 0, 0, //140
0, 4, 0, 0, 0, 0, 3, 0, 0, 0, //150
4, 0, 0, 0, 2, 0, 6, 0, 0, 0, //160
0, 3, 0, 0, 5, 0, 10, 6, 0, 0, //170
0, 0, 0, 0, 0, 2, 0, 0, 0, 0, //180
0, 0, 0, 0, 0, 0, -1, 0, 0, 0, //190
4, 0, 0, 0, 0, 0, 3, 0, 2, 0, //200
0, 0, 0, 0, -2, 7, 0, 0, 2, 0, //210
0, 1, 0, 0, 0, 0, 0, 0, 0, 0, //220
8, 0, 0, 0, 0, 0, 0, 0, 0, 0, //230
2, -2, 0, 0, 0, 0, 6, 0, 4, 3, //240
0, 0, 0, -1, 6, 0, 0//250
};
}
@@ -200,7 +200,11 @@ public final class TextDrawingArea extends DrawingArea {
if (flag1) {
method392(aByteArrayArray1491[c], i + anIntArray1494[c] + 1, k + anIntArray1495[c] + 1, anIntArray1492[c], anIntArray1493[c], 0);
}
try {
method392(aByteArrayArray1491[c], i + anIntArray1494[c], k + anIntArray1495[c], anIntArray1492[c], anIntArray1493[c], j);
} catch (Exception e) {
}
}
i += anIntArray1496[c];
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
-68
View File
@@ -1,68 +0,0 @@
//the door starts as closed
// South 0 face = doorX -1 face = -3
// East -1 face = doorY -1 face = 0
// North -2 face = doorX +1 face = -1
// West -3 face = doorY +1 face = -2
// doorX doorY Height Face State //0 closed, 1 open
door = 2474 3233 9312 0 1 //Ancient temple portal
door = 3312 3235 0 0 0 //duel arena gate
door = 3312 3234 0 0 0 //duel arena gate
door = 3253 3266 0 0 0 //cow gate
door = 3268 3227 0 0 0 //al kharid gates
door = 3268 3228 0 0 0
door = 3562 9694 0 -2 0 //barrows door
door = 3563 9694 0 -1 1
//door = 2949 3379 0 0 0 //fally hair shop
//door = 2948 3379 0 -3 1
door = 3234 3426 0 -2 0
door = 3235 3426 0 -1 1
door = 3238 3210 0 0 0
door = 3237 3210 0 -3 1
door = 3234 3207 0 0 0
door = 3233 3207 0 -3 1
door = 3079 3497 0 -2 0
door = 3079 3497 0 -1 1
//the door starts as opened
// South 0 face = doorY +1 face = -1
// East -1 face = doorX -1 face = -2
// North -2 face = doorY -1 face = -3
// West -3 face = doorX +1 face = 0
// doorX doorY Height Face State //0 closed, 1 open
door = 3231 3433 0 -2 1
door = 3231 3432 0 -3 0
door = 2950 3385 0 -2 1
door = 2950 3384 0 -3 0
door = 3249 3435 0 -1 1
door = 3248 3435 0 -2 0
door = 3253 3431 0 -2 1
door = 3253 3430 0 -3 0
door = 3233 3427 0 0 1
door = 3233 3428 0 -1 0
door = 3217 3219 0 0 0
door = 3216 3219 0 -3 1
door = 3101 3510 0 0 0
door = 3101 3509 0 0 0
door = 2816 3438 0 -3 0
//door = 3101 3509 0 1 0
//door = 3101 3510 0 -1 0
[ENDOFDOORLIST]
@@ -1,3 +0,0 @@
// objectId X Y H Face objectType
//object = 9981 3254 3429 0 -1 10
[ENDOFOBJECTLIST]
+5 -3
View File
@@ -11,6 +11,8 @@
1935:1:3211:3212
88:1:2654:9767
1931:1:3209:3214
542:1:3059:3488:1
544:1:3059:3487:1
1923:1:3208:3214
882:1:3205:3228
2313:1:3033:9849
@@ -308,9 +310,9 @@
243:1:2912:9804
243:1:2910:9800
243:1:2905:9808
3138:1:3461:9485
3138:1:3460:9482
3138:1:3460:9480
3138:1:3461:9485:2
3138:1:3460:9482:2
3138:1:3460:9480:2
1059:1:3093:3487
954:1:2907:3146
1963:1:2903:3146
+3
View File
@@ -2887,5 +2887,8 @@ npc = 3830 Kathy Corkat 0 0
npc = 3348 White_Knight 38 55
npc = 3350 White_Knight 42 60
npc = 3340 Giant_Mole 230 200
npc = 3504 Hellcat 0 0
npc = 3506 Lazy_Hellcat 0 0
npc = 3507 Wily_Hellcat 0 0
[ENDOFNPCLIST]
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+249 -45
View File
@@ -1,5 +1,5 @@
//-----ShopID---ShopName----------------------------------------Sell----Buy-----Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount--Item----Amount
shop = 2 Amulet_Store 2 2 1718 0 1727 0 1729 0 1725 0 1731 0
shop = 2 Amulet_Store 2 2 1718 0 1727 0 1729 0 1725 0 1731 0
shop = 3 Lowe's Archery Emporium 2 2 882 100 884 100 886 100 888 100 890 30 841 10 839 10 843 10 845 10 849 10 847 10 853 10 851 10
shop = 4 Hickton's Archery Emperium 2 2 882 1000 884 100 886 0 888 0 890 0 4773 0 4778 0 4783 0 4788 0 4793 0 4798 0 4803 0 39 0 40 0 41 0 42 0 43 0 44 0 841 10 843 10 1133 10 1097 10
shop = 5 Lletya's_Archery_Shop 2 2 884 1000 886 1000 888 1000 890 500 892 300 843 10 845 10 837 10 849 10 847 10
@@ -17,10 +17,10 @@ shop = 16 Barker's Haberdashery 2 2 2894 10 2896 10 2898 10 2900 10 2902 10 2904
shop = 17 Lletya_Seamstress 2 2 1734 100 1733 10 1759 100 1763 10 1765 10 1767 1 1769 10 1771 10 1773 10
shop = 18 Dodgy_Mike's_Second-hand_Clothing 2 2 7114 10 7110 10 7112 10 7116 10 7122 10 7124 10 7126 10 7128 10 7130 10 7132 10 7134 10 7136 10 7138 10
shop = 19 Agmundi_Quality_Clothes 2 2 5050 10 5052 10 5038 10 5040 10 5044 10 5046 10 5026 10 5028 10 5032 10 5034 10
shop = 20 Vermundi's Clothes Stall 2 2 950 10
shop = 21 Grand_Tree_Groceries 2 2 2171 10 2128 10 1933 10 2169 10 1957 10 1942 10 1965 10 1982 10 1985 10 2120 10 2108 10 2102 10 2114 10 2126 10 2025 10 1973 10 2130 10 1927 10 946 10 2167 10 2164 10 2165 10 2166 10
shop = 20 Vermundi's Clothes Stall 2 2 950 10
shop = 21 Grand_Tree_Groceries 2 2 2171 10 2128 10 1933 10 2169 10 1957 10 1942 10 1965 10 1982 10 1985 10 2120 10 2108 10 2102 10 2114 10 2126 10 2025 10 1973 10 2130 10 1927 10 946 10 2167 10 2164 10 2165 10 2166 10
shop = 22 Funch's_Fine_Groceries 2 2 2021 10 2019 10 2015 10 2017 10 2114 10 2128 10 2108 10 2102 10 2120 10 2126 10 2025 10 1973 10 1975 10 2130 10 1927 10 946 10 2026 10
shop = 23 Frenita's_Cookery_Shop 2 2 2313 10 1955 0 1887 10 1923 10 1942 10 590 10 1935 10 1931 30 1973 10 1933 500 1980 10
shop = 23 Frenita's_Cookery_Shop 2 2 2313 10 1955 0 1887 10 1923 10 1942 10 590 10 1935 10 1931 30 1973 10 1933 500 1980 10
shop = 24 Dommik's Crafting Shop 2 2 1755 10 1733 10 1734 1000 5523 10 1592 10 1595 10 1597 10 1599 10 2976 1
shop = 25 Rommik's Crafting shop 2 2 1755 10 1733 10 1734 1000 5523 10 1592 10 1595 10 1597 10 1599 10 2976 10
shop = 26 Farming_Shop 2 2 5376 10 6032 10 5418 10 6036 10 5350 10 5341 10 5329 10 5343 10 952 10 5325 10 1925 10 5331 10 5996 0 6006 0 1965 0 5994 0 5931 0 6000 0 1957 0 1942 0 5504 0 5986 0 1982 0 5982 0 6002 0 5998 0
@@ -39,63 +39,63 @@ shop = 38 Al_Kharid_Gems 2 2 1623 0 1621 0 1619 0 1617 0 1607 0 1605 0 1603 0 16
shop = 39 Greenstone_Gems 2 2 1607 0 1605 0 1603 0 1601 0
shop = 40 Peksa's_Helmet_Shop 2 2 1139 10 1137 10 1141 10 1143 10 1145 10 1155 10 1153 10 1157 10 1159 10 1161 10
shop = 41 Skulgrimens_Battle_Gear 2 2 1337 10 1335 10 1339 10 1341 10 1343 10 1345 10 1347 0 3749 10 3751 10 3753 10 3755 10
shop = 42 Frincos_Fabulous_Herb_Store 2 2 229 10 233 10 221 10
shop = 43 Jatix's_Herblore_Shop 2 2 229 10 233 10 221 10
shop = 42 Frincos_Fabulous_Herb_Store 2 2 229 10 233 10 221 10
shop = 43 Jatix's_Herblore_Shop 2 2 229 10 233 10 221 10
shop = 44 Gardener_Gunhild 2 2 3899 100 5341 100
shop = 45 Grum's_Gold_Exchange 2 2 1635 0 1637 0 1639 0 1641 0 1643 0 1654 0 1656 0 1658 0 1660 0 1662 0 1673 0 1675 0 1677 0 1679 0 1681 0
shop = 46 Ali_the_Kebab_seller 2 2 1971 1000
shop = 47 Karim's_Kebabs 2 2 1971 1000
shop = 47 Karim's_Kebabs 2 2 1971 1000
shop = 48 Kjut's_Kebabs 2 2 1971 1000
shop = 49 Flynn's Mace Shop 2 2 1422 10 1420 10 1424 8 1428 6 1430 4
shop = 50 Ali's_Discount_Wares 2 2 1931 30 1935 10 1823 30 1833 10 1837 10 1925 10 4593 10 4591 10 970 10 946 10 590 10 1265 10 2138 10
shop = 51 Betty's_Magic_emporium 2 2 554 300 555 300 556 300 557 100 558 100 562 30 560 10 221 100 579 10 1017 10
shop = 52 Aubury_Magic_Shop 2 2 554 5000000 555 5000000 556 5000000 557 5000000 558 5000000 559 5000000 562 5000000 560 5000000
shop = 53 Wizards_Guild_Shop 2 2 554 5000000 555 5000000 556 5000000 557 5000000 558 5000000 559 5000000 562 5000000 561 5000000 560 5000000 563 5000000 565 5000000 1387 5000000 1383 5000000 1381 5000000 1385 5000000
shop = 54 Lundails_Rune_Shop 2 2 554 5000000 555 5000000 556 5000000 557 5000000 558 5000000 559 5000000 561 5000000 562 5000000 563 5000000 564 5000000 560 5000000
shop = 52 Aubury_Magic_Shop 2 2 554 5000 555 5000 556 5000 557 5000 558 5000 559 5000 562 250 560 250
shop = 53 Wizards_Guild_Shop 2 2 554 5000 555 5000 556 5000 557 5000 558 5000 559 5000 562 250 561 250 560 250 563 250 565 250 1387 2 1383 2 1381 2 1385 2
shop = 54 Lundails_Rune_Shop 2 2 554 200 555 200 556 200 557 200 558 140 559 140 561 250 562 250 563 250 564 20 565 250 560 250
shop = 55 Battle_Runes 2 2 554 100 555 100 556 100 557 100 559 100 558 100 562 30 560 30
shop = 56 Tutab's_Magic_Market 2 2 554 1000 555 1000 556 1000 557 1000 563 100 221 10 4006 10 4023 10
shop = 57 Void_Knight_Magic_Store 2 2 554 1000 555 1000 556 1000 557 1000 558 1000 559 1000 562 300 560 300
shop = 58 TzHaar_Mej_Roh's_Rune_Store 2 2 554 5000 555 5000 556 5000 557 5000 558 5000 559 5000 560 2500 562 2500
shop = 59 Nurmofs_Pickaxe_Shop 2 2 1265 10 1267 10 1269 10 1273 10 1271 10 1275 10
shop = 59 Nurmof's_Pickaxe_Shop 2 2 1265 10 1267 10 1269 10 1273 10 1271 10 1275 10
shop = 60 Drogo's_Mining_Emporium 2 2 2347 10 1265 10 436 0 438 0 440 0 453 0 2349 0 2351 0 2357 0
shop = 61 Pickaxe_is_Mine 2 2 1265 10 1269 10 1273 10 1271 10 1275 10
shop = 62 Zenesha's_Platebody_Shop 2 2 1117 10 1115 10 1119 10 1125 10 1121 10
shop = 63 Horviks_Platebody_Shop 2 2 1103 10 1101 10 1139 10 1137 10 1115 10 1117 10 1173 10 1175 10 1075 10 1067 10 1087 10 1081 10 1119 10 1125 10 1121 10 1097 10 1133 10
shop = 64 Louie_Legs 2 2 1075 10 1067 10 1069 10 1071 10 1073 10
shop = 65 Seddu's_Adventurer_Store 2 2 1093 10 1079 10 1113 10 1099 10 1065 10 1193 10 1151 10
shop = 64 Louie_Legs 2 2 1075 10 1067 10 1069 10 1071 10 1073 10
shop = 65 Seddu's_Adventurer_Store 2 2 1093 10 1079 10 1113 10 1099 10 1065 10 1193 10 1151 10
shop = 66 Ranael's Super Skirt Store 2 2 1087 10 1081 10 1083 10 1089 10 1085 10 1091 10
shop = 67 Zeke's Superior Scimitars 2 2 1321 10 1323 10 1325 10 1329 10
shop = 68 Daga's Scimitar Smithy 2 2 1321 10 1323 10 1325 10 1329 10 4587 10
shop = 69 Cassie's_Shield_Shop 2 2 1171 10 1173 10 1189 10 1175 10 1191 10 1177 10 1193 10 1181 10
shop = 70 Silk_Trader 2 2 950 100
shop = 71 The_Spice_is_Right 2 2 1931 30 2169 10 5970 0 175 10
shop = 71 The_Spice_is_Right 2 2 1931 30 2169 10 5970 0 175 10
shop = 72 Zaff's_Superior_Staves 2 2 1379 10 1389 10 1381 10 1383 10 1385 10 1387 10
shop = 73 Dwarven_Shopping_Store 2 2 1931 30 1935 10 1735 10 1925 10 590 10 1755 10 2347 10
shop = 74 Aurel's_Supplies 2 2 1351 10 590 10 3363 10 353 10 952 10
shop = 75 Al_Kharid_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 590 10 1755 10 2347 10 550 10
shop = 76 Ifaba's_General_Store 1 1 1931 30 1935 10 954 10 1925 30 590 10 2347 10
shop = 77 Aemad's Adventuring Supplies 1 1 227 10 1265 10 1349 10 2142 10 590 10 1759 100 882 1000 954 10 970 10 946 10 1935 10
shop = 78 West_Ardougne_General_Store1 1 1931 10 954 10 1265 10 1925 30 590 10 1415 10 1061 10 841 10 882 100 329 10 2327 10 2309 10 2142 10
shop = 75 Al_Kharid_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 590 10 1755 10 2347 10 550 10
shop = 76 Ifaba's_General_Store 1 1 1931 30 1935 10 954 10 1925 30 590 10 2347 10
shop = 77 Aemad's Adventuring Supplies 1 1 227 10 1265 10 1349 10 2142 10 590 10 1759 100 882 1000 954 10 970 10 946 10 1935 10
shop = 78 West_Ardougne_General_Store1 1 1931 10 954 10 1265 10 1925 30 590 10 1415 10 1061 10 841 10 882 100 329 10 2327 10 2309 10 2142 10
shop = 79 Bandit_Bargains 1 1 1831 30 1823 30 1937 10 1921 10 1935 10 1923 10 1925 30 1837 10 1833 10 1835 10 946 10
shop = 80 Canifis_General_Store 1 1 1733 10 1734 1000 1931 30 1925 30 1935 10 590 10 1755 10 2347 10 3377 10 946 10
shop = 81 Arhein's_Store 1 1 1925 30 1265 10 1923 10 1887 10 590 10 1755 10 2347 10 954 10 1931 30 946 10
shop = 82 Edgeville_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10 550 10
shop = 83 Falador_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10 550 10
shop = 84 Karamja_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10
shop = 85 Gunslik's_Assorted_Items 1 1 1935 10 1925 30 590 10 1755 10 2347 10 36 10 973 10 1059 10 229 300 233 10 954 10
shop = 81 Arhein's_Store 1 1 1925 30 1265 10 1923 10 1887 10 590 10 1755 10 2347 10 954 10 1931 30 946 10
shop = 82 Edgeville_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10 550 10
shop = 83 Falador_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10 550 10
shop = 84 Karamja_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10
shop = 85 Gunslik's_Assorted_Items 1 1 1935 10 1925 30 590 10 1755 10 2347 10 36 10 973 10 1059 10 229 300 233 10 954 10
shop = 86 The_Lighthouse_Store 1 1 954 10 2347 10 1755 10 946 10 952 10 590 10 36 10 273 10 233 10 1931 30 1925 30 1929 10 1935 10 1937 300 229 10 227 10 2019 10 2021 10 2015 10 1915 10 2017 10 1909 10 1913 10 1907 10
shop = 87 Lletya_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10
shop = 88 Lumbridge_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10 550 10
shop = 89 Razmire's_General_Store 1 1 1931 30 1935 10 1735 10 1925 10 590 10 1755 10 2347 10 3424 500 227 300 1933 10 3678 10
shop = 90 Nardah_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10
shop = 87 Lletya_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10
shop = 88 Lumbridge_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10 550 10
shop = 89 Razmire's_General_Store 1 1 1931 30 1935 10 1735 10 1925 10 590 10 1755 10 2347 10 3424 500 227 300 1933 10 3678 10
shop = 90 Nardah_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10
shop = 91 Arnold's_Ecletic_Supplies 1 1 303 10 311 1 2309 10 1925 30 1927 10 1733 10 1734 1000 1917 10 1785 10 946 10
shop = 92 Pollniveach_General_Store 1 1 1931 30 1935 10 1825 10 1833 10 1837 10 1925 10 4593 10 4591 10 1985 10 2120 10 1982 10 1937 10 1921 10 1929 10
shop = 93 Port_Phasmatys_General_Store 1 1 1931 300 1925 300 1735 10 1935 10 590 10 1735 10 2347 10
shop = 94 Sigmund_the_Merchant 1 1 590 10 954 1 1931 30 2142 10 2309 10 952 10 36 10 1755 10 229 10 227 10 1925 10 1944 10 1942 10 233 10 2347 10 1929 10
shop = 95 Rimmington_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10 550 10
shop = 93 Port_Phasmatys_General_Store 1 1 1931 300 1925 300 1735 10 1935 10 590 10 1735 10 2347 10
shop = 94 Sigmund_the_Merchant 1 1 590 10 954 1 1931 30 2142 10 2309 10 952 10 36 10 1755 10 229 10 227 10 1925 10 1944 10 1942 10 233 10 2347 10 1929 10
shop = 95 Rimmington_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 1887 10 590 10 1755 10 2347 10 550 10
shop = 96 Obli's_General_Store 1 1 590 10 229 10 233 10 1931 30 1351 10 1265 10 1349 10 1129 10 1059 10 2142 10 2309 10 952 10 36 10 1755 10 2347 10 970 10 973 10 227 10 975 10 954 10
shop = 97 Jiminua's_Jungle_Store 1 1 590 10 36 10 1931 30 954 10 1129 10 1059 10 1061 10 2142 10 2309 10 229 300 227 300 233 10 175 10 970 10 973 10 946 10 2347 10 975 10 1755 10 952 10 1351 10 1265 10 1349 10
shop = 98 Bolkoy's_Village_Shop 1 1 1931 30 1265 10 1935 10 1735 10 1925 30 590 10 1755 10 2347 10 882 1000 2142 10
shop = 97 Jiminua's_Jungle_Store 1 1 590 10 36 10 1931 30 954 10 1129 10 1059 10 1061 10 2142 10 2309 10 229 300 227 300 233 10 175 10 970 10 973 10 946 10 2347 10 975 10 1755 10 952 10 1351 10 1265 10 1349 10
shop = 98 Bolkoy's_Village_Shop 1 1 1931 30 1265 10 1935 10 1735 10 1925 30 590 10 1755 10 2347 10 882 1000 2142 10
shop = 99 Quartermaster's_Store 1 1 1931 30 1935 10 1735 10 590 10 2309 10 3190 10 3192 10 3194 10 3196 10 3198 10 3200 10 3202 10 3204 10
shop = 100 Varrock_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 590 10 1755 10 2347 10 550 10 946 10
shop = 101 Void_Knight_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 590 10 1755 10 2347 10 1351 10 7934 10
@@ -103,44 +103,248 @@ shop = 102 Zanaris_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 590
shop = 103 Shantay_Store 2 2 1823 30 1831 30 1937 10 1921 10 1929 10 946 10 1833 10 1835 10 1837 10 2349 0 314 1000 2347 10 1925 30 1923 10 1935 10 954 100 1854 100
shop = 104 Varrock_Sword_Shop 2 2 1277 10 1279 10 1281 10 1283 10 1285 10 1287 10 1291 10 1293 10 1295 10 1297 10 1299 10 1301 10 1205 10 1203 10 1207 10 1209 10 1211 10
shop = 105 Taverly_Sword_Shop 2 2 1307 10 1309 10 1311 10 1313 10 1315 10 1317 10
shop = 106 Jukats_Sword_Shop 2 2 1305 10 1215 30
shop = 106 Jukats_Sword_Shop 2 2 1305 2 1215 2
shop = 107 Oziachs_Armour 2 2 1127 10 1135 10
shop = 108 Fur_Trader 2 2 948 10 958 10
shop = 109 Slayer_Shop 2 2 4155 10 4166 10 4161 20 6696 20 7051 10 4551 10 7159 10 6720 10 4168 10 4164 10 4158 10 4172 50000 4170 10 7432 10 7421 1000 4162 10 4156 10
shop = 110 Sams_Cape_Shop 2 2 4333 10 4353 10 4373 10 4393 10 4413 10
shop = 111 Range_Guild_Exchange_Store 2 2 47 30 1133 10 1135 1 829 20 1169 1 892 50
shop = 112 Castle_Wars_Ticket_Exchange 2 2 4071 10 4069 10 4070 10 4072 10 4068 10 4506 10 4504 10 4505 10 4507 10 4503 10 4511 10 4509 10 4510 10 4512 10 4508 10 4513 10 4514 10 4515 10 4516 10
shop = 112 Castle_Wars_Ticket_Exchange 2 2 4071 10 4069 10 4070 10 4072 10 4068 10 4506 10 4504 10 4505 10 4507 10 4503 10 4511 10 4509 10 4510 10 4512 10 4508 10 4513 10 4514 10 4515 10 4516 10
shop = 113 Karamja_Wines_Spirts_Beers 2 2 1917 10 431 10 1993 10
shop = 114 Burthrope_Supplies 2 2 1931 30 1935 10 1735 10 1925 30 590 10 1755 10 2347 10 946 10 1980 10
shop = 114 Burthorpe_Supplies 2 2 1931 30 1935 10 1735 10 1925 30 590 10 1755 10 2347 10 946 10 1980 10
shop = 115 Dead_Man's_Chest 2 2 1915 10 3164 10
shop = 116 Shrimp_and_Parrot 2 2 347 10 339 10 361 10 379 10 373 10 3144 10
shop = 117 Pick_and_Lute 2 2 1905 10 1907 10 1913 10
shop = 117 Pick_and_Lute 2 2 1905 10 1907 10 1913 10
shop = 118 Martin_Thwait_Lost_and_Found 2 2 954 10 1523 10 1755 10 946 10 5560 10 864 10 863 10 865 10 3095 10 3096 10 3097 10
shop = 119 Aarons_Archery_Appendages 2 2 1129 10 1131 10 1133 10 1095 10 1097 10 1169 10 1063 10
shop = 120 Dargaud's_Bows_and_Arrows 2 2 52 1000 39 300 40 300 41 100 42 100 43 100 44 30 882 1000 884 300 886 300 888 100 890 100 892 100 4773 0 4778 0 4783 0 4788 0 4793 0 4798 0 4803 0 841 10 843 10 849 10
shop = 121 Authentic_Throwing_Weapons 2 2 825 1000 826 1000 827 1000 828 300 829 100 830 100 800 1000 801 1000 802 300 803 300 804 100 805 100
shop = 122 Magic_Guild_Store_Mystic_Robes 2 2 4089 10 4091 10 4093 10 4095 10 4097 10
shop = 122 Magic_Guild_Store_Mystic_Robes 2 2 4089 10 4091 10 4093 10 4095 10 4097 10
shop = 123 Magic_Guild_Store_Runes_and_Staves 2 2 556 1000 555 1000 557 1000 554 1000 558 1000 559 1000 562 300 561 300 560 1000 563 100 565 100 566 100 1387 10 1383 10 1381 10 1385 10
shop = 124 Scavvo's_Rune_Store 2 2 1093 10 1079 10 1432 10 1113 10 1303 10 1289 10 1099 10 1065 10 1169 10
shop = 124 Scavvo's_Rune_Store 2 2 1093 10 1079 10 1432 10 1113 10 1303 10 1289 10 1099 10 1065 10 1169 10
shop = 125 Valaine's_Shop_of_Champions 2 2 1019 10 1165 10 1077 10 1123 10
shop = 126 Mage_Arena_Staves 2 2 2415 10 2416 10 2417 10
shop = 126 Mage_Arena_Staves 2 2 2415 10 2416 10 2417 10
shop = 127 Quality_Weapons_Store 2 2 1365 10 1369 10 1285 10 1287 10 1325 10 1297 10 853 10 851 10 888 100 890 100
shop = 128 Quality_Armour_Shop 2 2 1105 10 1107 10 1109 10 1111 10 1141 10 1143 10 1145 10 1177 10 1195 10
shop = 129 Vigr's Warhammers 2 2 1337 10 1335 10 1339 10 1341 10 1343 10 1345 10
shop = 130 Carefree_Crafting_Stall 2 2 1755 10 1592 10 1597 10 1733 10 1734 1000 1759 100
shop = 130 Carefree_Crafting_Stall 2 2 1755 10 1592 10 1597 10 1733 10 1734 1000 1759 100
shop = 131 Keldagrim's_Best_Bread 2 2 2309 10 1891 10 1901 10
shop = 132 Silver_Cog_Silver_Stall 2 2 1718 10 442 0 2355 0
shop = 133 Gianne's_Restraunt 2 2 2223 10 2225 10 2221 10 2219 10 2227 10 2233 10 2231 10 2235 10 2229 10 2241 10 2243 10 2239 10 2237 10
shop = 134 Gulluck_and_Sons 2 2 882 1000 841 10 39 100 40 100 41 100 42 100 1349 10 1353 10 1369 10 1307 10 1309 10 1311 10 1313 10 1315 10 1317 10
shop = 135 Tony's_Pizza_Bases 2 2 2283 10
shop = 136 Wilderness_General_Store 1 1 1931 30 1935 10 1735 10 1925 30 1923 10 590 10 1755 10 2347 10 550 10 946 10
shop = 137 Neil's_Wilderness_Cape_Shop 2 2 4327 10
4347 10 4367 10 4387 10 4407 10
shop = 137 Neil's_Wilderness_Cape_Shop 2 2 4327 10 4347 10 4367 10 4387 10 4407 10
shop = 138 Tzhaar_Hur_Tel's_Equipment_Store 2 2 6522 10 6523 10 6524 10 6525 10 6526 10 6527 10 6528 10 6568 10
shop = 139 Tzhaar_Hur_Lek's_Ore_and_Gem_Store 2 2 438 5 436 5 453 2 1623 1 1621 1 6571 1
shop = 140 William's_Wilderness_Cape_Shop 2 2 4315 10 4335 10 4355 10 4375 10 4395 10
shop = 141 Edward's_Wilderness_Cape_Shop 2 2 4323 10 4343 10 4363 10 4383 10 4403 10
shop = 142 Blurberry's_Bar 2 2 2028 10 2030 10 2032 10 2034 10 2036 10 2038 10 2040 10
shop = 141 Edward's_Wilderness_Cape_Shop 2 2 4323 10 4343 10 4363 10 4383 10 4403 10
shop = 142 Blurberry's_Bar 2 2 2028 10 2030 10 2032 10 2034 10 2036 10 2038 10 2040 10
shop = 143 Shop_of_Distaste 2 2 2518 100
shop = 144 Nulodion's_Multicannon_Parts 2 2 2 10000000 6 100 8 100 10 100 12 100
shop = 144 Nulodion's_Multicannon_Parts 2 2 6 100 8 100 10 100 12 100
shop = 145 Legends_Guild_Shop_of_Useful_Items 2 2 299 6 1590 5 1542 3 2368 1 1052 3
shop = 192 Legends'_Guild_General_Store 1 1 373 20 2323 5 121 3 886 500
// Npc not added yet, Shop may not be 317
shop = 146 Martin_Thwait's_Lost_and_Found 2 2 954 50 1523 25 1755 30 946 20 5560 25 864 15 863 10 865 5 3095 3 3096 2 3097 1
shop = 147 Grace's_Graceful_Clothing 2 2
shop = 148 Toad_and_Chicken 2 2 1905 12 1907 12 1913 12
shop = 149 Crossbow_Shop 2 2
shop = 150 Multicannon_parts_for_sale 2 2 8 5 6 5 12 5 10 5 4 5 5 5
shop = 151 Frincos's_Fabulous_Herb_Store 2 2 229 50 233 3 221 50
shop = 152 Garden_Centre 2 2
shop = 153 Flynn's_Mace_Market 2 2 1422 5 1420 4 1424 4 1428 3 1430 2
shop = 154 Herquin's_Gems 2 2 1623 1 1621 0 1619 0 1617 0 1607 1 1605 0 1603 0 1601 0
shop = 155 Wayne's_Chains!_-_Chainmail_Specialist 2 2 1103 3 1101 2 1105 1 1107 1 1109 1 1111 1
shop = 156 Prospector_Percy's_Nugget_Shop 2 2
shop = 157 Brian's_Battleaxe_Bazaar 2 2 1375 4 1363 3 1365 2 1367 1 1369 1 1371 1
shop = 158 Gerrant's_Fishy_Business 2 2 303 5 307 5 309 5 311 2 301 2 313 1500 314 1000 317 0 327 200 345 0 321 0 335 0 349 0 331 0 359 0 377 0 371 0
shop = 159 Brian's_Archery_Supplies 2 2 886 1500 888 1000 890 800 843 4 845 4 849 3 847 3 853 2 851 2
shop = 160 Rommik's_Crafty_Supplies 2 2 1755 2 1592 4 1597 2 1595 2 1733 3 1734 100 1599 3 2976 6 5523 10
shop = 161 Gaius'_Two_Handed_Shop 2 2 1307 4 1309 3 1311 2 1313 1 1315 1 1317 1
shop = 162 Sarah's_Farming_Shop 2 2 5341 500 5343 500 5329 500 952 500 5325 500 5331 500 5356 500 6032 500 5418 500 5376 500 1942 0 1957 0 1965 0 1982 0 5986 0 5504 0 5982 0 5994 0 5996 0 5998 0 6000 0 6002 0 5931 0 6006 0 6036 100
shop = 163 Dal's_General_Ogre_Supplies 2 2 1931 30 1935 10 946 10 1925 30 590 10 1755 10 2347 10
shop = 164 Grud's_Herblore_Stall 2 2 229 50 233 3 221 50
shop = 165 Uglug's_Stuffsies 2 2 4844 100 2862 100 1777 10 2876 0 2878 10 4850 0 946 5 4773 0 4778 0 4783 0 4788 0 4793 0 4798 0 4803 0 4827 0
shop = 166 Mythical_Cape_Store 2 2 1052 50
shop = 167 Myths'_Guild_Herbalist 2 2 233 5 229 50 221 50
shop = 168 Myths'_Guild_Armoury 2 2 2368 1 2368 1
shop = 169 Myths'_Guild_Weaponry 2 2 1215 2 1305 2 1434 2 1377 2
shop = 170 Etceteria_Fish 2 2 303 5 307 5 309 5 311 2 301 2 313 1500 314 1000 305 5 317 0 327 200 345 0 353 0 341 0 321 0 335 0 349 0 331 0 359 0 377 0 363 0 371 0 383 0
shop = 171 Island_Greengrocer 2 2 1965 10 1942 10 1957 10 1982 10 1550 2
shop = 172 Armour_Shop 2 2 1109 4 1143 4 1159 4 1181 4 1197 4 1071 4 1085 4 1121 4
shop = 173 Contraband_Yak_Produce 2 2
shop = 174 Flosi's_Fishmongers 2 2 377 5 359 20 331 20 341 20 383 0
shop = 175 Keepa_Kettilon's_Store 2 2 361 20 329 20 339 20 379 10 373 0 385 0
shop = 176 Ore_Store 2 2 436 20 438 10 440 10 442 5 453 10 444 5 447 0 449 0
shop = 177 Weapons_Galore 2 2 1299 4 1343 4 1369 4 3099 4 1315 4
shop = 178 Moon_Clan_General_Store 2 2 1931 5 1935 2 1735 2 1925 3 1923 2 1887 2 590 3 1755 2 2347 5
shop = 179 Baba_Yaga's_Magic_Shop 2 2 556 5000 555 5000 557 5000 554 5000 558 5000 559 5000 562 250 561 250 560 250 563 250 565 250 566 250 1391 5 1387 2 1383 2 1381 2 1385 2
shop = 180 Moon_Clan_Fine_Clothes 2 2
shop = 181 Miscellanian_General_Store 2 2 1931 5 1935 2 1735 2 1925 3 1923 2 1887 2 590 3 1755 2 2347 5
shop = 182 Greengrocer_of_Miscellania 2 2 1965 10 1942 10 1957 10 1982 10 1550 2
shop = 183 Island_Fishmonger 2 2 303 5 307 5 309 5 311 2 301 2 313 1500 314 1000 305 5 317 0 327 200 345 0 353 0 341 0 321 0 335 0 349 0 331 0 359 0 377 0 363 0 371 0 383 0
shop = 184 Miscellanian_Clothes_Shop 2 2 3767 5 3769 5 3771 5 3773 5 3775 5 3793 5 3795 5 5032 3 5034 3 5026 3 5028 3 5050 3 5052 3 5038 3 5040 3 5044 3 5046 3
shop = 185 Miscellanian_Food_Shop 2 2 2309 5 1985 5 1965 5 1942 5 1957 5 1933 5 1973 2 1927 5
shop = 186 Neitiznot_Supplies 2 2 946 10 2347 10 1734 10 1733 10 1351 10 1759 100
shop = 187 Fremennik_Fish_Monger 2 2 303 5 307 5 309 5 311 2 301 2 313 1500 314 1000 305 5 317 0 327 200 345 0 353 0 341 0 321 0 335 0 349 0 331 0 359 0 377 0 363 0 371 0 383 0
shop = 188 Fremennik_Fur_Trader 2 2 948 3 958 3
shop = 189 Pie_Shop 2 2 7162 50 2325 5 2327 4 7170 0 2323 3 7178 2 7188 1 7198 0 7208 0 7218 0
shop = 190 Fishing_Guild_Shop 2 2 313 2000 314 1500 341 0 353 0 363 0 359 0 377 0 371 0 339 0 355 0 365 0 361 0 379 0 373 0
shop = 191 Happy_Heroes'_H'emporium 2 2 1377 1 1434 1
shop = 193 Yarsul's_Prodigious_Pickaxes 2 2 1265 6 1267 5 1269 4 1273 3 1271 2 1275 1
shop = 194 Hendor's_Awesome_Ores 2 2 436 0 438 0 440 0 447 0 449 0 451 0 453 0
shop = 195 Mining_Guild_Mineral_Exchange 2 2
shop = 196 Mythical_Cape_Store 2 2 1052 50
shop = 197 Myths'_Guild_Armoury 2 2 2368 1 2368 1
shop = 198 Myths'_Guild_Herbalist 2 2 233 5 229 50 221 50
shop = 199 Myths'_Guild_Weaponry 2 2 1215 2 1305 2 1434 2 1377 2
shop = 200 Authentic_Trowing_Weapons 2 2 825 900 826 800 827 700 828 600 829 500 830 400 800 900 801 800 802 700 803 600 804 500 805 400
shop = 201 Warrior_Guild_Armoury 2 2 1363 5 1365 2 1369 1 1277 5 1279 4 1281 4 1283 3 1285 3 1287 2 1291 4 1293 3 1295 3 1297 2 1299 2 1301 1 1205 10 1203 6 1207 5 1217 4 1209 3 1211 2 1422 5 1420 4 1424 4 1428 3 1430 2 1307 4 1309 3 1311 2 1313 1 1315 1 1317 1 1103 5 1101 3 1105 3 1139 5 1137 3 1141 3
shop = 202 Warrior_Guild_Food_Shop 2 2 333 10 365 10 2289 5 6705 10 2003 10
shop = 203 Warrior_Guild_Potion_Shop 2 2 115 10 121 10 133 10
shop = 204 Magic_Guild_Store_-_Mystic_Robes 2 2 4089 1000 4091 1000 4093 1000 4095 1000 4097 1000
shop = 205 Magic_Guild_Store_-_Runes_and_Staves 2 2 4089 1000 4091 1000 4093 1000 4095 1000 4097 1000
shop = 206 Magic_Guild_Store_-_Runes_and_Staves 2 2 556 5000 555 5000 557 5000 554 5000 558 5000 559 5000 562 250 561 250 560 250 563 250 565 250 566 250 1391 5 1387 2 1383 2 1381 2 1385 2
shop = 207 Harry's_Fishing_Shop 2 2 303 5 307 5 311 2 301 2 313 1200 305 5 317 0 327 0 345 0 353 0 341 0 321 0 359 0 377 0 363 0 371 0 383 0
shop = 208 Hickton's_Archery_Emporium 2 2 877 200 882 1000 884 800 886 0 888 0 890 0 892 0 4773 0 4778 0 4783 0 4788 0 4793 0 4798 0 4803 0 39 1000 40 800 41 600 42 400 43 200 44 100 841 4 839 2 837 2 843 4 845 4 4827 0 1133 2 1097 2
shop = 209 Vanessa's_Farming_Shop 2 2 5341 500 5343 500 5329 500 952 500 5325 500 5331 500 5354 500 6032 500 5418 500 5376 500 1942 0 1957 0 1965 0 1982 0 5986 0 5504 0 5982 0 5994 0 5996 0 5998 0 6000 0 6002 0 5931 0 6006 0 6036 100
shop = 210 Aemad's_Adventuring_Supplies 2 2 227 500 1265 2 1349 2 2142 2 590 2 1759 30 882 500 954 20 970 50 946 2
shop = 211 Ardougne_Baker's_Stall 2 2 2309 10 1891 3 1901 6 1973 9
shop = 212 Ardougne_Fur_Stall 2 2 948 3 958 3
shop = 213 Ardougne_Gem_Stall 2 2 1607 2 1605 1 1603 1 1601 0
shop = 214 Ardougne_Silver_Stall 2 2 1714 2 442 1 2355 1
shop = 215 Ardougne_Spice_Stall 2 2 2007 1 946 1 1550 2
shop = 216 Zenesha's_Plate_Mail_Body_Shop 2 2 1117 3 1115 1 1119 1 1125 1 1121 1
shop = 217 Richard's_Farming_Shop 2 2 5341 500 5343 500 5329 500 952 500 5325 500 5331 500 5356 500 6032 500 5418 500 5376 500 1942 0 1957 0 1965 0 1982 0 5986 0 5504 0 5982 0 5994 0 5996 0 5998 0 6000 0 6002 0 5931 0 6006 0 6036 100
shop = 218 Armoury 2 2 882 200 877 200 841 4 839 2 837 2 39 800 40 800 41 800 42 800 1349 5 1353 3 1363 5 1365 2 1369 1 1307 4 1309 3 1311 2 1313 1 1315 1 1317 1
shop = 219 Arnold's_Eclectic_Supplies 2 2 303 2 311 2 7944 1 7946 0 2309 1 1931 4 1927 1 1733 3 1734 15 1917 10 1785 2 946 1
shop = 220 Khazard_General_Store 2 2 1265 5 1931 3 1935 2 1735 2 1925 2 590 2 1755 2 2347 5 954 30 1933 30 583 30 1941 500 946 10
shop = 221 Gianne's_Restaurant 2 2 2227 3 2219 3 2221 3 2225 3 2223 3 2233 3 2231 3 2235 3 2229 3 2237 3 2243 3 2239 3 2241 3
shop = 222 Blurberry_Bar 2 2 2064 10 2074 10 2092 10 2084 10 2048 10 2080 10 2054 10
shop = 223 West_Ardougne_General_Store 2 2 1931 3 954 3 1265 2 1925 2 590 2 2347 3 1061 2 839 2 882 20 329 10 2327 10 2309 5 2142 10
shop = 224 Lovecraft's_Tackle 2 2 303 5 307 5 309 5 311 2 301 2 313 1500 314 1000 317 0 327 200 345 0 321 0 335 0 349 0 331 0 359 0 377 0 371 0
shop = 225 Aleck's_Hunter_Emporium 2 2 596 20
shop = 226 Rasolo_the_Wandering_Merchant 2 2 1969 1 2023 1 660 1 1215 1 550 1 583 1 1941 1 273 1 970 1 975 1 1599 1 2976 1 1823 1 1837 1 1854 1 2524 1 3377 1 2894 1 1909 1 3787 1 3711 1 3678 1 3424 1 3420 1 5 1
shop = 227 Davon's_Amulet_Store 2 2 1718 0 1727 0 1729 0 1725 0 1731 0
shop = 228 The_Shrimp_and_Parrot 2 2 347 5 339 5 361 5 379 3 373 2 3144 3
shop = 229 Karamja_Wines,_Spirits,_and_Beers 2 2 1917 3 431 3 1993 1
shop = 230 Fernahei's_Fishing_Hut 2 2 307 5 309 5 313 200 314 800 335 0 349 0 331 0
shop = 231 Gabooty's_Tai_Bwo_Wannai_Cooperative 2 2 6341 50 6343 50 6345 50 6347 50 6349 50 6313 50 6315 50 6317 50 6351 50 6353 50 6355 50 6357 50 6359 50 1625 0 1627 0 1629 0 6361 50 6363 50 6365 50 6367 50 6369 50 1609 0 1611 0 1613 0 6371 50 6373 50 6375 50 6377 50 6379 50 6311 0
shop = 232 Gabooty's_Tai_Bwo_Wannai_Drinky_Store 2 2 2084 0 2092 0 2048 0 2054 0 2064 0 2074 0
shop = 233 Tamayu's_Spear_Stall 2 2 3170 10 3171 10 3172 5 3173 2 3174 0 3175 0 3188 10
shop = 234 Tiadeche's_Karambwan_Stall 2 2 3142 10 3150 50 3157 2
shop = 235 TzHaar-Hur-Lek's_Ore_and_Gem_Store 2 2
shop = 236 TzHaar-Hur-Tel's_Equipment_Store 2 2
shop = 237 TzHaar-Mej-Roh's_Rune_Store 2 2
shop = 238 TzHaar-Hur-Rin's_Ore_and_Gem_Store 2 2 438 25 436 25 440 15 442 12 453 20 444 12 447 4 449 2 451 1 1623 16 1621 12 1619 8 1617 6 1631 0 6571 1
shop = 239 TzHaar-Hur-Zal's_Equipment_Store 2 2
shop = 240 Al-Kharid_General_Store 2 2 1931 5 1935 2 1735 2 1925 3 1923 2 1887 2 590 3 1755 2 2347 5 550 5
shop = 241 Dommik's_Crafting_Store 2 2 1755 2 1592 10 1597 2 1595 10 1733 3 1734 100 1599 3 2976 10 5523 10
shop = 242 Gem_Trader 2 2 1623 1 1621 1 1619 0 1617 0 1607 1 1605 1 1603 0 1601 0
shop = 243 Louie's_Armoured_Legs_Bazaar 2 2 1075 5 1067 3 1069 2 1077 1 1071 1 1073 1
shop = 244 Ranael's_Super_Skirt_Store 2 2 1087 5 1081 3 1083 2 1089 1 1085 1 1091 1
shop = 245 Shantay_Pass_Shop 2 2 1823 100 1831 100 1937 10 1921 10 1929 10 946 10 1833 10 1835 10 1837 10 2349 10 314 500 2347 10 1925 0 1923 0 1935 0 1854 500 954 20
shop = 246 Zeke's_Superior_Scimitars 2 2 1321 5 1323 3 1325 2 1329 1
shop = 247 The_Big_Heist_Lodge 2 2 4627 10
shop = 248 Bedabin_Village_Bartering 2 2 1823 5 1831 5 1937 5 1921 5 1929 5 946 5 2347 5
shop = 249 Nardah_Hunter_Shop 2 2 596 20
shop = 250 Rok's_Chocs_Box 2 2 6794 30 1973 25
shop = 251 Seddu's_Adventurer's_Store 2 2 1093 1 1079 1 1113 1 1099 1 1065 1 1193 1 1151 1
shop = 252 Pollnivneach_General_Store 2 2 1931 3 1935 2 1825 20 1833 3 1837 2 1925 12 4593 11 4591 12 1985 5 2120 5 1982 5 1937 5 1921 7 1929 8
shop = 253 The_Asp_&amp;_Snake_Bar 2 2 1917 83 2017 10 1993 13 2015 5 2021 4 1915 12
shop = 254 Blades_by_Urbi 2 2 1205 1 1203 1 1207 1 1217 0 1209 1 1211 1 1213 1 1215 0 1321 1 1323 1 1325 1
shop = 255 Jamila's_Craft_Stall 2 2 1755 2 1592 4 1597 2 1595 2 1733 3 1734 100 1599 3 2976 6 5523 10
shop = 256 Nathifa's_Bake_Stall 2 2 2309 10 1891 3 1901 8 1823 50
shop = 257 Raetul_and_Co's_Cloth_Store 2 2 4684 20 1833 20 1835 20 1837 20 950 10 1734 50 1733 20
shop = 258 Dorgesh-Kaan_General_Supplies 2 2 596 5 590 2 1931 5 1935 2 1923 2 1887 2 954 3 1785 1
shop = 259 Nardok's_Bone_Weapons 2 2 5018 10 5016 10
shop = 260 Miltog's_Lamps 2 2 596 15 4525 4 4525 2 4546 1 5013 1 590 10 4522 0 4537 0 4548 0
shop = 261 Reldak's_Leather_Armour 2 2
shop = 262 Ava's_Odds_and_Ends 2 2 314 1000 884 40 886 10 40 30 41 20
shop = 263 Diango's_Toy_Store 2 2 2520 10 2522 10 2524 10 2526 10 4613 250
shop = 264 Draynor_Seed_Market 2 2 5318 20 5319 10 5324 5 5322 0 5320 0 5323 0 5321 0 5305 20 5306 5 5097 20 5096 20 5307 20 5308 10 5309 5 5310 0 5311 0
shop = 265 Fortunato's_Fine_Wine 2 2 1993 5 1935 3 7919 2 7810 500
shop = 266 Bounty_Hunter_Store 2 2
shop = 267 Helmet_Shop 2 2 1139 5 1137 3 1141 3 1143 1 1145 1 1155 4 1153 3 1157 2 1159 1 1161 1
shop = 268 Bob's_Brilliant_Axes 2 2 1265 5 1351 10 1349 5 1353 3 1363 5 1365 2 1369 1
shop = 269 Aubury's_Rune_Shop 2 2 556 5000 558 5000 554 5000 555 5000 557 5000 559 5000 562 250 560 250
shop = 270 Construction_Supplies 2 2 4819 95 4820 95 1539 95
shop = 271 Fancy_Clothes_Store 2 2 1949 0 579 3 1023 1 958 3 948 3 1733 3 1734 100 1059 10 1061 10 426 3 428 3 1757 10 1013 10 1015 3 1011 2 1007 10 1025 10
shop = 272 Horvik's_Armour_Shop 2 2 1103 5 1101 3 1105 3 1109 1 1117 3 1115 1 1119 1 1125 1 1121 1 1067 1 1133 1 1097 1
shop = 273 Lowe's_Archery_Emporium 2 2 882 2000 884 1500 886 1000 888 800 890 600 877 1500 841 4 839 4 843 3 845 3 849 2 847 2 853 1 851 1 837 2
shop = 274 Thessalia's_Fine_Clothes 2 2 1005 3 1129 12 1059 10 1061 10 1757 1 1013 5 1015 3 1011 2 1007 4 950 5 426 3 428 3
shop = 275 Varrock_Swordshop 2 2 1277 5 1279 4 1281 4 1283 3 1285 3 1287 2 1291 4 1293 3 1295 3 1297 2 1299 2 1301 1 1205 10 1203 6 1207 5 1217 4 1209 3 1211 2
shop = 276 Zaff's_Superior_Staffs! 2 2 1391 5 1379 5 1389 5 1381 2 1383 2 1385 2 1387 2
shop = 277 Ye_Olde_Tea_Shoppe 2 2 712 20
shop = 278 General_Store 2 2 1733 10 1734 50 1931 5 1925 3 1935 2 590 3 1755 2 2347 5 3377 10 946 2
shop = 279 Barker's_Haberdashery 2 2 2894 5 2896 5 2898 5 2900 5 2902 5 2904 5 2906 5 2908 5 2910 5 2912 5 2914 5 2916 5 2918 5 2920 5 2922 5 2924 5 2926 5 2928 5 2930 5 2932 5 2934 5 2936 5 2938 5 2940 5 2942 5 1007 5 1019 5 1021 5 1023 5 1027 5
shop = 280 Rufus'_Meat_Emporium 2 2 2132 10 2138 10 2134 10 2136 10 335 5 349 5 331 5 383 1
shop = 281 Trader_Sven's_Black_Market_Goods 2 2
shop = 282 Razmire_General_Store 2 2 1931 5 1935 2 1735 2 1925 3 1923 2 1887 2 590 3 1755 2 2347 5 3422 150 227 100 1933 100 3678 3
shop = 283 Razmire_Builders'_Merchants 2 2 3211 1000 3420 1000 1941 1000 960 10
shop = 284 Ak-Haranu's_Exotic_Shop 2 2 4740 500
shop = 285 Alice's_Farming_Shop 2 2 5341 500 5343 500 5329 500 952 500 5325 500 5331 500 5356 500 6032 500 5418 500 5376 500 1942 0 1957 0 1965 0 1982 0 5986 0 5504 0 5982 0 5994 0 5996 0 5998 0 6000 0 6002 0 5931 0 6006 0 6036 100
shop = 286 Lletya_Archery_Shop 2 2 884 2000 886 500 888 500 890 450 892 400 877 1500 843 5 845 5 837 5 849 5 847 5
shop = 287 Lletya_Food_Store 2 2 2309 10 379 15 1993 3 1985 10 1891 5
shop = 288 Quartermaster's_Stores 2 2 1931 5 1935 2 1735 3 590 3 2309 10 3190 10 3192 10 3194 10 3196 10 3198 7 3200 7 3202 7 3204 5
shop = 289 Armour_Store 2 2 1147 0 1163 0 1127 0 1093 0 1185 0 1201 0 1113 0 1079 0 1145 0 1161 0 1123 0 1091 0 1183 0 1199 0 1111 0 1073 0 1143 0 1159 0 1121 0 1085 0 1181 0 1197 0 1109 0 1071 0
shop = 290 Crossbow_Shop 2 2
shop = 291 Green_Gemstone_Gems 2 2 1607 3 1605 1 1603 1 1601 0
shop = 292 Ore_Seller 2 2 436 100 438 100 440 100 447 100 442 100 444 100 453 100
shop = 293 Pickaxe-Is-Mine 2 2 1265 6 1269 4 1273 3 1271 2 1275 1
shop = 294 Vermundi's_Clothes_Stall 2 2 5036 3 5024 3 5030 3 5048 3 5042 3 950 5
shop = 295 Keldagrim_Stonemason 2 2 3420 1000 4692 20 4703 10
shop = 296 Quality_Weapons_Shop 2 2 1365 10 1369 10 1285 10 1287 10 1325 10 1297 10 1303 10 853 10 851 10 888 100 890 100
shop = 297 Vigr's_Warhammers 2 2 1337 5 1335 4 1339 3 1341 3 1343 2 1345 1
shop = 298 Leprechaun_Larry's_Farming_Supplies 2 2 5341 6 5343 4 5329 1 952 3 5325 2 5331 2 1925 2 6036 5 2026 10 1480 3
shop = 299 Filamina's_Wares 2 2 1379 5 1389 5 1381 2 1383 2 1385 2 1387 2
shop = 300 Regath's_Wares 2 2 227 30 954 10 554 500 555 500 556 500 557 500 558 300 559 300 565 50 566 50 579 1 1017 1 221 300
shop = 301 Thyria's_Wares 2 2 554 5000 555 5000 556 5000 557 5000 558 5000 559 5000 562 250 560 150
shop = 302 The_Golden_Field 2 2 1917 10 5763 10 1993 5 712 5
shop = 303 The_Haymaker's_Arms 2 2 1917 10 5763 10 1993 5 712 5
shop = 304 Little_Shop_of_Horace 2 2 227 60 1931 30 1935 5 1925 5 1923 5 975 1 1735 2 954 30 590 2 952 5 1759 30 1755 2 2347 5 1733 2 1734 40
shop = 305 Logava_Gricoller's_Cooking_Supplies 2 2 2313 5 1887 2 1923 2 590 3 1935 3 1931 12 1980 3 946 3 1759 30 1942 5 1955 2 2309 2 1973 1 1985 3 1933 8
shop = 306 Perry's_Chop-chop_Shop 2 2 1351 4 1349 3 1353 2 1355 1 1357 1 1359 1 590 2
shop = 307 Vannah's_Farm_Store 2 2 5341 5 5343 5 5329 5 952 5 5325 5 5331 5 5354 100 6032 100 1925 100 5418 100 5376 100 6036 40
shop = 308 The_Deeper_Lode 2 2 1917 10 1913 1 1911 3 1971 2 1919 0
shop = 309 Little_Munty's_Little_Shop 2 2 1265 20 1931 50000 1935 5 1925 5 1923 5 590 2 1759 30 1755 2 2347 5
shop = 310 Toothy's_Pickaxes 2 2 1265 5 1267 3 1269 3 1273 2 1271 1 1275 1 1931 50000
shop = 311 Thirus_Urkar's_Fine_Dynamite_Store 2 2 590 2
shop = 312 Frankie's_Fishing_Emporium 2 2 317 50 327 50 345 25 353 25 341 0 321 0 359 0 377 0 363 0 371 0 383 0
shop = 313 Kenelme's_Wares 2 2 1933 3 2132 1 1965 3 1963 3 1951 1 2309 0 1973 1 1985 3 1982 3 1942 1
shop = 314 Leenz's_General_Supplies 2 2 1931 50000 1935 5 1925 5 1923 5 590 2 2347 5 4819 500 4820 500
shop = 315 Tynan's_Fishing_Supplies 2 2 1925 1000 303 5 305 5 307 5 311 2 301 2 313 1200
shop = 316 Warrens_Fish_Monger 2 2 303 5 307 5 309 5 311 2 301 2 313 1500 314 1000 317 0 327 200 345 0 321 0 335 0 349 0 331 0 359 0 377 0 371 0
shop = 317 Warrens_General_Store 2 2 1931 3 1935 2 1735 2 1925 2 1923 2 590 2 1755 2 2347 5 952 5 946 4
shop = 318 Briget's_Weapons 2 2 1363 5 1365 2 1369 1 1277 5 1279 4 1281 4 1283 3 1285 3 1287 2 1291 4 1293 3 1295 3 1297 2 1299 2 1301 1 1205 10 1203 6 1207 5 1217 4 1209 3 1211 2 1422 5 1420 4 1424 4 1428 3 1430 2 1307 4 1309 3 1311 2 1313 1 1315 1 1317 1 1321 5 1323 4 1325 4 1327 3 1329 3
shop = 319 Briget's_Armour 2 2 1103 5 1101 3 1105 3 1075 3 1067 2 1069 2 1087 3 1081 2 1083 2 1139 5 1137 3 1141 3
shop = 320 Jennifer's_General_Field_Supplies 2 2 1931 5 1935 2 1735 2 1925 3 1923 2 1887 2 590 2 1755 2 1351 10 7934 25
shop = 321 Daga's_Scimitar_Smithy 2 2 1321 10 1323 10 1325 8 1329 6 4587 4
shop = 322 Hamab's_Crafting_Emporium 2 2 1755 10 1592 10 1597 10 4020 10 1733 10 1734 100 1759 100
shop = 323 Oobapohk's_Javelin_Store 2 2 825 500 826 500 827 500 828 500 829 500 830 500
shop = 324 Solihib's_Food_Stall 2 2 4012 200 1963 1000 4016 10 4014 20
shop = 325 Magic_Stall 2 2 554 1000 555 1000 556 1000 557 1000 563 250 4008 10 4006 10 4023 10
shop = 326 Fossil_Island_General_Store 2 2 1931 5 1935 2 1925 3 1923 2 1887 2 590 2 1755 2 2347 5 954 5
shop = 327 Petrified_Pete's_Ore_Shop 2 2
shop = 328 Mairin's_Market 2 2
shop = 329 Smithing_Smith's_Shop 2 2 1321 5 1323 3 1325 2 1329 1 2347 5
shop = 330 Two_Feet_Charley's_Fish_Shop 2 2 317 10 327 10 345 7 353 7 341 6 321 5 359 4 377 2 363 2 371 1
shop = 331 The_Other_Inn 2 2 1917 3 7157 3 1993 1 2003 5
shop = 332 Harpoon_Joe's_House_of_'Rum' 2 2 1917 3 7157 3 1993 1 2003 5
shop = 333 Void_Knight_Archery_Store 2 2 825 10 826 10 827 10 828 5 829 5 830 5 39 10 40 10 41 10 42 5 43 5 44 5
shop = 334 Bandit_Duty_Free 2 2 1931 5 1935 2 590 2 1755 2 2347 5 1265 5 1351 10
shop = 335 Darren's_Wilderness_Cape_Shop 2 2 4321 100 4341 100 4361 100 4381 100 4401 100
shop = 336 Edmond's_Wilderness_Cape_Shop 2 2 4329 100 4349 100 4369 100 4389 100 4409 100
shop = 337 Ian's_Wilderness_Cape_Shop 2 2 4317 100 4337 100 4357 100 4377 100 4397 100
shop = 338 Larry's_Wilderness_Cape_Shop 2 2 4319 100 4339 100 4359 100 4379 100 4399 100
shop = 339 Lundail's_Arena-side_Rune_Shop 2 2 554 200 555 200 556 200 557 200 558 140 559 140 561 250 562 250 563 250 564 20 560 250
shop = 340 Mage_Arena_Staffs 2 2 2415 5 2416 5 2417 5
shop = 341 Richard's_Wilderness_Cape_Shop 2 2 4325 100 4345 100 4365 100 4385 100 4405 100
shop = 342 Sam's_Wilderness_Cape_Shop 2 2 4333 100 4353 100 4373 100 4393 100 4413 100
shop = 343 Simon's_Wilderness_Cape_Shop 2 2 4331 100 4351 100 4371 100 4391 100 4411 100
shop = 344 Irksol 2 2 1641 5
shop = 345 Jukat 2 2 1305 2 1215 2
shop = 346 Fairy_Fixit's_Fairy_Enchantment 2 2
shop = 347 Crossbow_Shop_(White_Wolf_Mountain) 2 2
shop = 348 Trader_Stan's_Trading_Post 2 2 1931 5 1935 2 1735 2 1925 3 1923 2 1887 2 590 3 1755 2 2347 5 550 5 954 2 946 2 2114 15 1963 15 2108 10 4286 10 1785 10 1783 10 401 20 1781 10 301 20 307 20 1941 30 3226 20 1025 5
[ENDOFSHOPLIST]
+5 -2
View File
@@ -1179,7 +1179,7 @@ spawn = 78 2910 9841 0 1 3 20 20 GiantBat TavDung
spawn = 78 2908 9828 0 1 3 20 20 GiantBat TavDung
spawn = 78 2918 9829 0 1 3 20 20 GiantBat TavDung
spawn = 78 2923 9831 0 1 3 20 20 GiantBat TavDung
spawn = 178 3089 3230 0 1 5 20 11 BlackKnight
spawn = 179 3089 3230 0 1 5 20 11 BlackKnight
spawn = 178 2939 9811 0 1 5 20 11 BlackKnight TavDung
spawn = 178 2938 9815 0 1 5 20 11 BlackKnight TavDung
spawn = 178 2941 9805 0 1 5 20 11 BlackKnight TavDung
@@ -2438,11 +2438,14 @@ spawn = 73 3035 3632 0 1 2 15 15 Zombie
spawn = 742 2854 9338 0 1 8 80 80 Elvarg
spawn = 604 3000 3144 0 1 0 0 0 Thurgo
spawn = 647 3209 3496 0 1 0 0 0 Reldo
spawn = 9 3204 3496 0 1 0 0 0 Guard
spawn = 9 3204 3496 0 1 0 0 0 Guard
spawn = 606 2977 3343 0 1 0 0 0 Squire
//PHEONIX GANG HIDEOUT
spawn = 644 3246 9780 0 0 0 0 0 Straven
spawn = 645 3224 3398 0 1 1 2 2 Jonny the beard
//VARROCK MUSEUM
spawn = 646 3256 3448 0 1 0 0 0 Curator Haig Halen
// LEGENDS GUILD
spawn = 932 2728 3378 1 1 0 0 0 Fionella
spawn = 933 2725 3381 2 0 0 0 0 Siegfried Erkle
[ENDOFSPAWNLIST]
@@ -0,0 +1,415 @@
[ACCOUNT]
character-username = cluescrolls
character-password = 067zHK1XT1Blxhq+Y2VTtRLMvazQ61qq+R+Fr+iqWbU=
[CHARACTER]
character-height = 0
character-posx = 3233
character-posy = 3229
character-rights = 3
hasStarter = false
bankPin1 = 0
bankPin2 = 0
bankPin3 = 0
bankPin4 = 0
hasBankpin = false
pinRegisteredDeleteDay = 0
requestPinDelete = false
lastLoginDate = 20191018
setPin = false
hasPaid = false
lostCannon = false
cannonX = 0
cannonY = 0
myBalls = 0
poison = false
spiritTree = false
npcCanAttack = true
rope = false
rope2 = false
recievedMask = false
recievedReward = false
isBotting = false
global-damage = 0
brightness = 3
closeTutorialInterface = true
canWalkTutorial = true
village = false
lastThieve = 0
homeTele = 0
strongHold = false
character-energy = 100
crystal-bow-shots = 0
splitChat = false
canSpeak = true
barrowsNpcs = 0 0
barrowsNpcs = 1 0
barrowsNpcs = 2 0
barrowsNpcs = 3 0
barrowsNpcs = 4 0
barrowsNpcs = 5 0
questStages = 0
SlayerMaster = 0
music = false false false false false false true false false false false false false false false false false false false false false false false false false false false false true false false false false false false false false false false false false false false false false false false false false false
randomActions = 0
blackMarks = 0
tutorial-progress = 36
skull-timer = 0
recoilHits = 0
lastX = 3233
lastY = 3229
lastH = 0
removedTask0 = -1
removedTask1 = -1
removedTask2 = -1
removedTask3 = -1
creationAddress =
has-npc = false
summonId = 0
thankedForDonation = 0
membership = false
questPoints = 23
votePoints = 0
bananas = 0
magic-book = 0
special-amount = 10.0
musicOn = true
needsNewTask = false
luthas = false
selected-coffin = 0
runeMist = 0
blackKnight = 0
shieldArrav = 0
cookAss = 0
pirateTreasure = 0
ptjob = 0
doricQuest = 0
dragonSlayerQuestStage = 0
impsC = 0
knightS = 0
sheepShear = 0
romeo-juliet = 0
gertCat = 0
cw-games = 0
witchspot = 0
restGhost = 0
vampSlayer = 0
RatDied2 = false
debugMode = false
randomToggle = false
teleblock-length = 0
pc-points = 0
lastYell = 0
slayerTask = 0
taskAmount = 0
magePoints = 0
autoRet = 1
barrowsKillCount = 0
slayerPoints = 0
flagged = false
wave = 0
gwkc = 0
isRunning = false
fightMode = 0
void = 0 0 0 0 0
[EQUIPMENT]
character-equip = 0 1050 1
character-equip = 1 -1 1
character-equip = 2 -1 1
character-equip = 3 -1 0
character-equip = 4 -1 1
character-equip = 5 -1 1
character-equip = 6 -1 0
character-equip = 7 -1 1
character-equip = 8 -1 0
character-equip = 9 -1 1
character-equip = 10 -1 1
character-equip = 11 -1 0
character-equip = 12 -1 1
character-equip = 13 -1 0
[LOOK]
character-look = 0 0
character-look = 1 0
character-look = 2 18
character-look = 3 26
character-look = 4 33
character-look = 5 36
character-look = 6 42
character-look = 7 10
character-look = 8 0
character-look = 9 0
character-look = 10 0
character-look = 11 0
character-look = 12 0
[SKILLS]
character-skill = 0 1 0
character-skill = 1 1 0
character-skill = 2 1 0
character-skill = 3 10 1300
character-skill = 4 1 0
character-skill = 5 1 0
character-skill = 6 1 0
character-skill = 7 1 0
character-skill = 8 1 0
character-skill = 9 1 0
character-skill = 10 1 0
character-skill = 11 1 0
character-skill = 12 1 0
character-skill = 13 1 0
character-skill = 14 1 0
character-skill = 15 3 175
character-skill = 16 1 0
character-skill = 17 1 0
character-skill = 18 1 0
character-skill = 19 1 0
character-skill = 20 1 0
character-skill = 21 1 0
character-skill = 22 1 0
character-skill = 23 1 0
character-skill = 24 1 0
[ITEMS]
[BANK]
character-bank = 0 2678 1
character-bank = 1 854 1
character-bank = 2 852 1
character-bank = 3 1328 1
character-bank = 4 1234 1
character-bank = 5 5683 1
character-bank = 6 5701 1
character-bank = 7 6612 1
character-bank = 8 6592 1
character-bank = 9 6594 1
character-bank = 10 6596 1
character-bank = 11 6598 1
character-bank = 12 6600 1
character-bank = 13 6604 1
character-bank = 14 6620 1
character-bank = 15 6616 1
character-bank = 16 6624 1
character-bank = 17 6630 1
character-bank = 18 6634 1
character-bank = 19 6618 1
character-bank = 20 6626 1
character-bank = 21 6628 1
character-bank = 22 6632 1
character-bank = 23 2588 1
character-bank = 24 2590 1
character-bank = 25 2584 1
character-bank = 26 2586 1
character-bank = 27 3473 1
character-bank = 28 2596 1
character-bank = 29 2598 1
character-bank = 30 2592 1
character-bank = 31 2594 1
character-bank = 32 3474 1
character-bank = 33 7389 1
character-bank = 34 7397 1
character-bank = 35 7393 1
character-bank = 36 7387 1
character-bank = 37 7395 1
character-bank = 38 7391 1
character-bank = 39 7365 1
character-bank = 40 7369 1
character-bank = 41 7363 1
character-bank = 42 7367 1
character-bank = 43 1640 1
character-bank = 44 1642 1
character-bank = 45 1638 1
character-bank = 46 2525 1
character-bank = 47 2521 1
character-bank = 48 2527 1
character-bank = 49 2523 1
character-bank = 50 6542 1
character-bank = 51 7772 1
character-bank = 52 7768 1
character-bank = 53 7764 1
character-bank = 54 3722 1
character-bank = 55 7760 1
character-bank = 56 6857 1
character-bank = 57 2979 1
character-bank = 58 2980 1
character-bank = 59 2981 1
character-bank = 60 2982 1
character-bank = 61 2983 1
character-bank = 62 2984 1
character-bank = 63 2985 1
character-bank = 64 2986 1
character-bank = 65 2987 1
character-bank = 66 2988 1
character-bank = 67 2989 1
character-bank = 68 2990 1
character-bank = 69 2991 1
character-bank = 70 2992 1
character-bank = 71 2993 1
character-bank = 72 2994 1
character-bank = 73 2995 1
character-bank = 74 2996 1
character-bank = 75 6346 1
character-bank = 76 6356 1
character-bank = 77 6366 1
character-bank = 78 6376 1
character-bank = 79 6863 1
character-bank = 80 6861 1
character-bank = 81 6859 1
character-bank = 82 6183 1
character-bank = 83 6548 1
character-bank = 84 6549 1
character-bank = 85 6666 1
character-bank = 86 2679 1
character-bank = 87 1330 1
character-bank = 88 1332 1
character-bank = 89 1398 1
character-bank = 90 1400 1
character-bank = 91 1394 1
character-bank = 92 3054 1
character-bank = 93 6563 1
character-bank = 94 1396 1
character-bank = 95 858 1
character-bank = 96 856 1
character-bank = 97 2606 1
character-bank = 98 2604 1
character-bank = 99 2600 1
character-bank = 100 2602 1
character-bank = 101 3475 1
character-bank = 102 2614 1
character-bank = 103 2612 1
character-bank = 104 2608 1
character-bank = 105 2610 1
character-bank = 106 3476 1
character-bank = 107 7373 1
character-bank = 108 7381 1
character-bank = 109 7371 1
character-bank = 110 7379 1
character-bank = 111 2569 1
character-bank = 112 2571 1
character-bank = 113 2551 1
character-bank = 114 1728 1
character-bank = 115 1726 1
character-bank = 116 2582 1
character-bank = 117 2578 1
character-bank = 118 2652 1
character-bank = 119 2632 1
character-bank = 120 2680 1
character-bank = 121 1334 1
character-bank = 122 1230 1
character-bank = 123 5679 1
character-bank = 124 5697 1
character-bank = 125 1216 1
character-bank = 126 1232 1
character-bank = 127 5681 1
character-bank = 128 5699 1
character-bank = 129 1250 1
character-bank = 130 3177 1
character-bank = 131 1264 1
character-bank = 132 5717 1
character-bank = 133 5731 1
character-bank = 134 1360 1
character-bank = 135 6740 1
character-bank = 136 3055 1
character-bank = 137 6564 1
character-bank = 138 1404 1
character-bank = 139 1406 1
character-bank = 140 1408 1
character-bank = 141 1402 1
character-bank = 142 862 1
character-bank = 143 860 1
character-bank = 144 3487 1
character-bank = 145 3489 1
character-bank = 146 3482 1
character-bank = 147 3484 1
character-bank = 148 3486 1
character-bank = 149 2628 1
character-bank = 150 2630 1
character-bank = 151 2624 1
character-bank = 152 2626 1
character-bank = 153 3478 1
character-bank = 154 2620 1
character-bank = 155 2622 1
character-bank = 156 2616 1
character-bank = 157 2618 1
character-bank = 158 3477 1
character-bank = 159 7401 1
character-bank = 160 7399 1
character-bank = 161 7400 1
character-bank = 162 6921 1
character-bank = 163 6925 1
character-bank = 164 6923 1
character-bank = 165 6919 1
character-bank = 166 6917 1
character-bank = 167 4098 1
character-bank = 168 4108 1
character-bank = 169 4118 1
character-bank = 170 4096 1
character-bank = 171 4106 1
character-bank = 172 4116 1
character-bank = 173 4090 1
character-bank = 174 4100 1
character-bank = 175 4110 1
character-bank = 176 4094 1
character-bank = 177 4104 1
character-bank = 178 4114 1
character-bank = 179 4092 1
character-bank = 180 4102 1
character-bank = 181 4112 1
character-bank = 182 7377 1
character-bank = 183 7385 1
character-bank = 184 7375 1
character-bank = 185 7383 1
character-bank = 186 2492 1
character-bank = 187 2498 1
character-bank = 188 2504 1
character-bank = 189 2514 1
character-bank = 190 1150 1
character-bank = 191 4088 1
character-bank = 192 4586 1
character-bank = 193 1188 1
character-bank = 194 2415 1
character-bank = 195 2658 1
character-bank = 196 2660 1
character-bank = 197 2654 1
character-bank = 198 2656 1
character-bank = 199 3479 1
character-bank = 200 2414 1
character-bank = 201 2674 1
character-bank = 202 2676 1
character-bank = 203 2670 1
character-bank = 204 2672 1
character-bank = 205 3481 1
character-bank = 206 2413 1
character-bank = 207 2666 1
character-bank = 208 2668 1
character-bank = 209 2662 1
character-bank = 210 2664 1
character-bank = 211 3480 1
character-bank = 212 1632 1
character-bank = 213 1616 1
character-bank = 214 1703 1
character-bank = 215 1646 1
character-bank = 216 2573 1
character-bank = 217 2553 1
character-bank = 218 6734 1
character-bank = 219 6738 1
character-bank = 220 6041 1
character-bank = 221 1498 1
character-bank = 222 1732 1
character-bank = 223 6586 1
character-bank = 224 7928 1
character-bank = 225 1051 1
character-bank = 226 1043 1
character-bank = 227 1045 1
character-bank = 228 1047 1
character-bank = 229 1039 1
character-bank = 230 1049 1
character-bank = 231 1041 1
[FRIENDS]
[IGNORES]
[EOF]
Binary file not shown.
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Toolkit'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1</td>
</tr>
<tr>
<td>Examine: </td> <td> Good for repairing a broken cannon.</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 0</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2679</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> -3</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 2026</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 477</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 1164</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, Destroy]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> No</td>
</tr>
<tr>
<td>High alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Low alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> I got this from Captain Lawgof.</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> 0 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> Dwarf Cannon</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1042","1063","1061","1000","1050","1066","997","1065"],"2":["992","977","985","979","969"],"3":["975","1005","999","976"],"4":["1064","1054","1058","1060","1062"],"5":["1001","966","1027","1028","967","1052"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,427 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cannon barrels'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 10</td>
</tr>
<tr>
<td>Examine: </td> <td> The barrels for the multicannon.</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 187500</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 63868</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> -3</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 1872</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 188</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 0</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 112,500 coins</td>
</tr>
<tr>
<td>Low alch: </td> <td> 75,000 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 125522</td>
</tr>
<tr>
<td>Weight: </td> <td> 15 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> Dwarf Cannon</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1061","1050","1063","997","1065","1042","1066","1000"],"2":["985","992","979","969","977"],"3":["1005","976","975","999"],"4":["1054","1060","1058","1062","1064"],"5":["1001","1028","1027","966","967","1052"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Ranarr potion (unf)'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 100</td>
</tr>
<tr>
<td>Examine: </td> <td> I need another ingredient to finish this ranarr potion.</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 25</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 15 coins</td>
</tr>
<tr>
<td>Low alch: </td> <td> 10 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 3085</td>
</tr>
<tr>
<td>Weight: </td> <td> 0 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1000","1063","997","1065","1042","1061","1066","1050"],"2":["979","985","977","969","992"],"3":["1005","999","976","975"],"4":["1060","1062","1064","1058","1054"],"5":["1027","1001","1052","967","1028","966"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,427 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about '0'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1000</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 0</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2667</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 3</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 0</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 2012</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 184</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 710</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1061","1000","1065","1063","1066","1050","997","1042"],"2":["969","992","979","985","977"],"3":["976","975","1005","999"],"4":["1054","1062","1060","1058","1064"],"5":["1027","967","1001","966","1052","1028"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,430 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about '0'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1001</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 0</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2825</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 3</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 0</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 2012</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 184</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 710</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1050","1042","1000","1061","1066","1063","997","1065"],"2":["969","985","992","979","977"],"3":["999","976","1005","975"],"4":["1062","1064","1060","1054","1058"],"5":["1001","1052","1028","966","967","1027"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about '0'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1002</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 0</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2423</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 2</td>
</tr>
<tr>
<td>Model position Y: </td> <td> -2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 2044</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 160</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 650</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1050","1066","1061","1000","1063","1065","1042","997"],"2":["977","992","985","969","979"],"3":["976","999","975","1005"],"4":["1060","1058","1062","1064","1054"],"5":["967","966","1001","1027","1052","1028"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about '0'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1003</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 0</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2710</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 11</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 13</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 64</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 172</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 980</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1066","1063","997","1050","1000","1061","1042","1065"],"2":["977","969","992","979","985"],"3":["975","1005","976","999"],"4":["1064","1058","1062","1060","1054"],"5":["1001","967","1028","1052","1027","966"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,427 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about '0'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1004</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 0</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2775</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 11</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 0</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 80</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 168</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 1000</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1050","1042","997","1000","1061","1065","1066","1063"],"2":["969","979","977","985","992"],"3":["975","976","999","1005"],"4":["1060","1054","1064","1058","1062"],"5":["1001","967","966","1027","1028","1052"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'White apron'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1005</td>
</tr>
<tr>
<td>Examine: </td> <td> A mostly clean apron.</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 4</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2592</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 305</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 305</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> -4</td>
</tr>
<tr>
<td>Model position Y: </td> <td> -4</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 172</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 544</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 1580</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 1 coin</td>
</tr>
<tr>
<td>Low alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 95</td>
</tr>
<tr>
<td>Weight: </td> <td> 0.45 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1061","1042","1063","1000","1066","1065","1050","997"],"2":["985","977","969","992","979"],"3":["975","976","1005","999"],"4":["1058","1064","1054","1060","1062"],"5":["1052","967","1027","966","1028","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'White apron'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1006</td>
</tr>
<tr>
<td>Examine: </td> <td> A mostly clean apron.</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 1 coin</td>
</tr>
<tr>
<td>Low alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 95</td>
</tr>
<tr>
<td>Weight: </td> <td> 0.45 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1065","1063","1042","1066","1000","997","1050","1061"],"2":["977","985","979","992","969"],"3":["975","976","999","1005"],"4":["1060","1058","1064","1054","1062"],"5":["967","1052","1027","966","1028","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1007</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2603</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 3</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 6</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 948</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 400</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 2140</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1066","1050","1042","1061","1065","997","1000","1063"],"2":["969","979","992","985","977"],"3":["975","1005","976","999"],"4":["1062","1060","1054","1058","1064"],"5":["1027","1028","966","1052","967","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1008</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1050","1063","1065","997","1000","1042","1061","1066"],"2":["969","985","992","979","977"],"3":["1005","976","999","975"],"4":["1064","1058","1060","1062","1054"],"5":["967","1027","1052","1001","1028","966"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Brass necklace'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1009</td>
</tr>
<tr>
<td>Examine: </td> <td> I'd prefer a gold one.</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 30</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 2</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2506</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 281</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 281</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 7</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 66</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 166</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 290</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 465</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 18 coins</td>
</tr>
<tr>
<td>Low alch: </td> <td> 12 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 135</td>
</tr>
<tr>
<td>Weight: </td> <td> 0 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1066","1065","1061","1000","997","1050","1063","1042"],"2":["977","985","992","979","969"],"3":["1005","999","976","975"],"4":["1058","1054","1060","1062","1064"],"5":["967","1027","966","1028","1052","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Irit potion (unf)'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 101</td>
</tr>
<tr>
<td>Examine: </td> <td> I need another ingredient to finish this irit potion.</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 40</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2697</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> -1</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 1996</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 84</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 550</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, Empty, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 24 coins</td>
</tr>
<tr>
<td>Low alch: </td> <td> 16 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 3040</td>
</tr>
<tr>
<td>Weight: </td> <td> 0 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1065","1066","1042","1000","1061","997","1050","1063"],"2":["985","977","992","969","979"],"3":["999","976","975","1005"],"4":["1062","1058","1054","1060","1064"],"5":["1027","967","966","1052","1028","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Brass necklace'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1010</td>
</tr>
<tr>
<td>Examine: </td> <td> I'd prefer a gold one.</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 30</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 18 coins</td>
</tr>
<tr>
<td>Low alch: </td> <td> 12 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 135</td>
</tr>
<tr>
<td>Weight: </td> <td> 0 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1063","1066","1000","1050","1061","1042","997","1065"],"2":["977","979","992","985","969"],"3":["976","975","999","1005"],"4":["1058","1054","1062","1060","1064"],"5":["1027","967","966","1028","1052","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Wizard robe skirt'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1011</td>
</tr>
<tr>
<td>Examine: </td> <td> Leg covering favored by women and wizards.</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 7</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 59381</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 58992</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 58992</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 2</td>
</tr>
<tr>
<td>Model position Y: </td> <td> -3</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 2046</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 520</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 1938</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 1 coin</td>
</tr>
<tr>
<td>Low alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 51</td>
</tr>
<tr>
<td>Weight: </td> <td> 0.9 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1063","1042","1065","1050","1066","1061","1000","997"],"2":["969","992","985","977","979"],"3":["975","999","976","1005"],"4":["1062","1064","1058","1060","1054"],"5":["1052","1028","1027","1001","967","966"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Wizard robe skirt'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1012</td>
</tr>
<tr>
<td>Examine: </td> <td> Leg covering favored by women and wizards.</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 1 coin</td>
</tr>
<tr>
<td>Low alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 51</td>
</tr>
<tr>
<td>Weight: </td> <td> 0.9 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["997","1065","1000","1066","1042","1061","1063","1050"],"2":["985","979","969","977","992"],"3":["1005","999","976","975"],"4":["1064","1062","1054","1058","1060"],"5":["966","1027","967","1028","1052","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Pink skirt'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1013</td>
</tr>
<tr>
<td>Examine: </td> <td> A ladies skirt.</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 7</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2521</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 265</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 265</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 1</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 0</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 572</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 1940</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 1 coin</td>
</tr>
<tr>
<td>Low alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 186</td>
</tr>
<tr>
<td>Weight: </td> <td> 0.9 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1000","1042","1061","1063","1065","1050","997","1066"],"2":["977","979","985","992","969"],"3":["999","976","1005","975"],"4":["1060","1054","1062","1058","1064"],"5":["1052","1028","1001","966","1027","967"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Pink skirt'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1014</td>
</tr>
<tr>
<td>Examine: </td> <td> A ladies skirt.</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 1 coin</td>
</tr>
<tr>
<td>Low alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 186</td>
</tr>
<tr>
<td>Weight: </td> <td> 0.9 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1065","1063","1061","1066","1000","997","1050","1042"],"2":["985","979","977","969","992"],"3":["1005","975","999","976"],"4":["1058","1062","1054","1064","1060"],"5":["966","967","1028","1027","1001","1052"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Black robe skirt'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1015</td>
</tr>
<tr>
<td>Examine: </td> <td> Clothing favoured by women and dark wizards.</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 7</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 59556</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 58958</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 58958</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 2</td>
</tr>
<tr>
<td>Model position Y: </td> <td> -3</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 2046</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 520</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 1938</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 1 coin</td>
</tr>
<tr>
<td>Low alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 23</td>
</tr>
<tr>
<td>Weight: </td> <td> 0.9 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1065","1042","1066","1061","1063","997","1000","1050"],"2":["992","969","977","985","979"],"3":["1005","976","999","975"],"4":["1062","1064","1058","1060","1054"],"5":["1028","1052","1027","1001","966","967"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Black robe skirt'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1016</td>
</tr>
<tr>
<td>Examine: </td> <td> Clothing favoured by women and dark wizards.</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 1 coin</td>
</tr>
<tr>
<td>Low alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 23</td>
</tr>
<tr>
<td>Weight: </td> <td> 0.9 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1042","1061","1063","1065","997","1050","1000","1066"],"2":["992","977","985","969","979"],"3":["999","975","1005","976"],"4":["1054","1064","1062","1058","1060"],"5":["967","1028","1027","1001","1052","966"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Wizard hat'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1017</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 0</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> true</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 58035</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 56740</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> 56719</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 56740</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> 56719</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 0</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 94</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 67</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 658</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["997","1000","1042","1065","1063","1066","1050","1061"],"2":["977","992","979","969","985"],"3":["999","976","1005","975"],"4":["1062","1060","1058","1064","1054"],"5":["1052","1028","967","1001","1027","966"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Wizard hat'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1018</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1061","997","1065","1000","1066","1063","1042","1050"],"2":["992","969","977","985","979"],"3":["975","1005","999","976"],"4":["1058","1064","1060","1054","1062"],"5":["1027","966","1001","1028","967","1052"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1019</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2603</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 3</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 6</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 948</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 400</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 2140</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["997","1042","1061","1050","1063","1000","1066","1065"],"2":["969","977","992","979","985"],"3":["1005","976","975","999"],"4":["1058","1062","1064","1054","1060"],"5":["966","1028","1027","1052","967","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Irit potion (unf)'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 102</td>
</tr>
<tr>
<td>Examine: </td> <td> I need another ingredient to finish this irit potion.</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 40</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 24 coins</td>
</tr>
<tr>
<td>Low alch: </td> <td> 16 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 3040</td>
</tr>
<tr>
<td>Weight: </td> <td> 0 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1063","1061","997","1065","1050","1042","1066","1000"],"2":["979","992","969","985","977"],"3":["1005","976","999","975"],"4":["1062","1054","1060","1058","1064"],"5":["966","967","1052","1001","1027","1028"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1020</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1061","1042","1066","1065","1050","1063","997","1000"],"2":["992","985","977","979","969"],"3":["976","975","999","1005"],"4":["1062","1058","1060","1064","1054"],"5":["1001","1028","1052","967","966","1027"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1021</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2603</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 3</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 6</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 948</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 400</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 2140</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1061","1063","1065","997","1042","1000","1050","1066"],"2":["969","977","979","992","985"],"3":["976","1005","975","999"],"4":["1064","1054","1058","1062","1060"],"5":["966","1028","1052","967","1027","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1022</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1050","1042","997","1063","1066","1000","1061","1065"],"2":["969","992","985","977","979"],"3":["999","1005","975","976"],"4":["1064","1062","1058","1054","1060"],"5":["1027","966","1052","1028","967","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1023</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2603</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 3</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 6</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 948</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 400</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 2140</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1065","1042","997","1063","1066","1050","1000","1061"],"2":["992","977","979","985","969"],"3":["975","999","976","1005"],"4":["1054","1058","1064","1062","1060"],"5":["1052","1027","1001","1028","966","967"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1024</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1042","997","1063","1061","1066","1000","1065","1050"],"2":["969","985","977","979","992"],"3":["976","975","999","1005"],"4":["1064","1058","1060","1054","1062"],"5":["966","1001","967","1027","1028","1052"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Eye patch'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1025</td>
</tr>
<tr>
<td>Examine: </td> <td> A worthless piece of black cloth on a string.</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 0</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2417</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 236</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> 39307</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 236</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> 39307</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 0</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 1952</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 296</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 800</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 1 coin</td>
</tr>
<tr>
<td>Low alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 145</td>
</tr>
<tr>
<td>Weight: </td> <td> 0.1 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1050","1042","1066","1000","1065","1063","997","1061"],"2":["985","979","977","969","992"],"3":["1005","975","999","976"],"4":["1058","1064","1062","1060","1054"],"5":["966","1027","1028","1001","1052","967"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Eye patch'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1026</td>
</tr>
<tr>
<td>Examine: </td> <td> A worthless piece of black cloth on a string.</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 2</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 1 coin</td>
</tr>
<tr>
<td>Low alch: </td> <td> 0 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 145</td>
</tr>
<tr>
<td>Weight: </td> <td> 0.1 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1050","1065","1000","1063","997","1042","1061","1066"],"2":["977","979","985","992","969"],"3":["975","1005","976","999"],"4":["1062","1060","1064","1058","1054"],"5":["1001","1027","966","1052","1028","967"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1027</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2603</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 3</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 6</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 948</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 400</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 2140</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1000","1050","1066","1065","1063","997","1042","1061"],"2":["979","977","992","969","985"],"3":["975","976","999","1005"],"4":["1062","1054","1064","1060","1058"],"5":["1001","966","1052","967","1028","1027"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,427 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1028</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1050","1066","997","1042","1065","1061","1063","1000"],"2":["977","992","979","969","985"],"3":["999","1005","976","975"],"4":["1062","1064","1058","1054","1060"],"5":["966","1052","1028","1027","1001","967"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1029</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2603</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 3</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 6</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 948</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 400</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 2140</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1000","1061","1050","1065","1063","1066","997","1042"],"2":["977","969","985","992","979"],"3":["1005","999","976","975"],"4":["1060","1054","1058","1062","1064"],"5":["966","1052","1028","1027","1001","967"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Avantoe potion (unf)'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 103</td>
</tr>
<tr>
<td>Examine: </td> <td> I need another ingredient to finish this avantoe potion.</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 48</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2697</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> -1</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 1996</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 84</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 550</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, Empty, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> Yes</td>
</tr>
<tr>
<td>High alch: </td> <td> 28 coins</td>
</tr>
<tr>
<td>Low alch: </td> <td> 19 coins</td>
</tr>
<tr>
<td>Destroy: </td> <td> Drop</td>
</tr>
<tr>
<td>Exchange: </td> <td> 4721</td>
</tr>
<tr>
<td>Weight: </td> <td> 0 kg</td>
</tr>
<tr>
<td>Quest: </td> <td> No</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1042","1050","1061","1065","1063","1066","1000","997"],"2":["969","979","992","977","985"],"3":["1005","999","975","976"],"4":["1062","1058","1064","1054","1060"],"5":["967","1027","1028","1052","966","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1030</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1000","1065","997","1063","1042","1061","1066","1050"],"2":["979","977","992","985","969"],"3":["999","976","975","1005"],"4":["1060","1062","1064","1058","1054"],"5":["1052","1001","966","1027","1028","967"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1031</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2603</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 323</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 3</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 6</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 948</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 400</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 2140</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1061","1042","1000","1063","997","1065","1050","1066"],"2":["969","979","992","977","985"],"3":["1005","976","999","975"],"4":["1058","1062","1054","1064","1060"],"5":["967","1027","966","1052","1001","1028"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Cape'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1032</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> false</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 20</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1050","1066","1063","1065","997","1061","1000","1042"],"2":["969","985","977","979","992"],"3":["999","976","1005","975"],"4":["1062","1064","1054","1058","1060"],"5":["966","1028","967","1052","1027","1001"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,427 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Zamorak robe'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1033</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 30</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 7</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2521</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 265</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 265</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 1</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 0</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 572</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 1940</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["997","1000","1061","1063","1066","1065","1042","1050"],"2":["992","977","985","969","979"],"3":["976","975","1005","999"],"4":["1062","1064","1060","1054","1058"],"5":["1027","1052","1001","966","967","1028"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Zamorak robe'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1034</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 30</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1050","1061","1042","1065","997","1066","1000","1063"],"2":["985","992","979","969","977"],"3":["976","999","1005","975"],"4":["1054","1064","1062","1060","1058"],"5":["1027","1028","967","966","1001","1052"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,429 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Zamorak robe'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1035</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> false</td>
</tr>
<tr>
<td>Shop value </td> <td> 40</td>
</tr>
<tr>
<td>Equipment slot </td> <td> 4</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> true</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2786</td>
</tr>
<tr>
<td>Male model 1: </td> <td> 40161</td>
</tr>
<tr>
<td>Male model 2: </td> <td> 40196</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> 40161</td>
</tr>
<tr>
<td>Female model 2: </td> <td> 40196</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 7</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 0</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 536</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 1370</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, Wear, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1000","1066","1050","1061","1065","997","1063","1042"],"2":["979","985","977","992","969"],"3":["999","975","1005","976"],"4":["1064","1058","1062","1060","1054"],"5":["967","1027","966","1001","1052","1028"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>
@@ -0,0 +1,428 @@
<!DOCTYPE html>
<html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Item Information - RuneLocus</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeA6poUAAAAAM_dS5qHDLBFsUuuiwHdzHAzzLKJ"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
@media screen and (max-width:990px)
{
.sam-place img {
width:95% !important;
}
}
.wpdberror {
display: none;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36652818-1', 'auto');
ga('send', 'pageview');
</script>
<script>
var trackOutboundLink = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){document.location = url;}
});
}
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1656754394599880');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1656754394599880&ev=PageView&noscript=1"
/></noscript>
<link rel="canonical" href="https://www.runelocus.com/item-details/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Item Information - RuneLocus" />
<meta property="og:url" content="https://www.runelocus.com/item-details/" />
<meta property="og:site_name" content="RuneLocus" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Item Information - RuneLocus" />
<link rel='dns-prefetch' href='//www.google.com' />
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='otw_grid_manager-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_grid_manager_light/css/otw-grid.css?ver=0.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac-font-awesome-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm_ac_bootstrap-front-css' href='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='wpbanners-css' href='https://www.runelocus.com/wp-content/plugins/rlav/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='runelocus-style1-css' href='https://www.runelocus.com/wp-content/plugins/runelocus/css/runelocus.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-font-awesome-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/font-awesome.min.css?ver=4.9.13' type='text/css' media='all' />
<link rel='stylesheet' id='otw_post_template_otw-shortcode-css' href='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/css/otw_shortcode.css?ver=4.9.13' type='text/css' media='all' />
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://www.google.com/jsapi?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/runelocus/tinymce/tinymce.min.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode_core.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/post-custom-templates-lite/include/otw_components/otw_post_template_shortcode/js/otw_shortcode.js?ver=4.9.13'></script>
<link rel='https://api.w.org/' href='https://www.runelocus.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.runelocus.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.runelocus.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.13" />
<link rel='shortlink' href='https://www.runelocus.com/?p=294' />
<style type="text/css" id="wp-custom-css">
#menu-item-17 {
background: rgba(0, 0, 0, 0.34) !important;
}
@media screen and (min-width: 700px) {
#wpsm_accordion_1951 {
display: none !important;
}
}
.grecaptcha-badge {
display: none !important;
}
.list-item p {
font-size:14px !important;
height: 45px !important;
overflow:hidden !important;
}
</style>
<link rel="stylesheet" property="stylesheet" href="https://www.runelocus.com/wp-content/themes/x5-theme/styles/main.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
document.querySelector('html').classList.remove('no-js');
window.ajax_url = 'https://www.runelocus.com/wp-admin/admin-ajax.php';
</script>
</head>
<body class="page-template-default page page-id-294 innerpage" style="background-image: url('https://www.runelocus.com/wp-content/themes/x5-theme/assets/images/design/banner.jpg')" class="page-template-default page page-id-294 innerpage">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_EN/sdk.js#xfbml=1&version=v2.5&appId=214595121924413";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<header class="c-header">
<div class="i-wrapper">
<div class="logo-wrapper">
<a href="https://www.runelocus.com" class="logo" rel="home">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="">
</a>
</div>
<nav class="navigation-wrapper">
<ul class="main-navigation">
<li id="menu-item-14" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li id="menu-item-1857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="user-navigation">
<li id="menu-item-21" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21"><a href="/wp-login.php">Login</a></li>
<li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-22"><a href="/wp-login.php?action=register">Register</a></li>
</ul>
</nav>
<div class="hamburger-icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</header><div class="o-wrapper">
<section class="banner">
<div class="content-inner">
<h1 class="page-title" title="Item Information">Item Information</h1>
</div>
</section>
</div>
<section class="main-wrapper">
<div class="bg-holder"></div>
<div class="o-wrapper">
<div class="cnt-left match-height u-float-left">
<div class="content-inner">
<style>
.bgusp {
background: url('/wp-content/themes/x5-theme/assets/images/design/bg-pattern.jpg');
min-height: 60px;
padding-top: 15px;
margin-bottom:30px;
}
.usp {
list-style-type: none;
padding: 0;
overflow: hidden;
padding-left:8px;
}
.usp li {
float: left;
font-size: 13px;
padding-right: 30px;
}
.usp li:last-child {
padding-right:0px;
}
</style>
<div class="bgusp">
<center>
<ul class="usp">
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/heart.png' /> First RSPS toplist since 2007 </li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/defence.png' /> Unlike others, we fight vote bots</li>
<li><img src='https://www.runelocus.com/wp-content/uploads/2018/11/stats.png' /> Blocking 100k+ vote bots<span style="font-size:10px;">/mo</span></li>
</ul>
</center>
</div>
<div class="content">
<h2>Information about 'Zamorak robe'</h2>
<table class="table">
<tr>
<td>Item ID: </td> <td> 1036</td>
</tr>
<tr>
<td>Examine: </td> <td> ?</td>
</tr>
<tr>
<td>Members only? </td> <td> true</td>
</tr>
<tr>
<td>Lendable? </td> <td> false</td>
</tr>
<tr>
<td>Stackable? </td> <td> true</td>
</tr>
<tr>
<td>Shop value </td> <td> 40</td>
</tr>
<tr>
<td>Equipment slot </td> <td> -1</td>
</tr>
<tr>
<td>Remove beard </td> <td> false</td>
</tr>
<tr>
<td>Remove hair </td> <td> false</td>
</tr>
<tr>
<td>Remove sleeves </td> <td> false</td>
</tr>
<tr>
<td>Weapon type </td> <td> N/A</td>
</tr>
<tr>
<td>Interface model: </td> <td> 2429</td>
</tr>
<tr>
<td>Male model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Male model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 1: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 2: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 3: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 4: </td> <td> -1</td>
</tr>
<tr>
<td>Female model 5: </td> <td> -1</td>
</tr>
<tr>
<td>Model position X: </td> <td> 0</td>
</tr>
<tr>
<td>Model position Y: </td> <td> 2</td>
</tr>
<tr>
<td>Model rotation X: </td> <td> 28</td>
</tr>
<tr>
<td>Model rotation Y: </td> <td> 552</td>
</tr>
<tr>
<td>Model rotation Z: </td> <td> 0</td>
</tr>
<tr>
<td>Model zoom: </td> <td> 760</td>
</tr>
<tr>
<td>Interface options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Ground options: </td> <td> [null, null, null, null, null]</td>
</tr>
<tr>
<td>Tradeable: </td> <td> ?</td>
</tr>
<tr>
<td>High alch: </td> <td> ?</td>
</tr>
<tr>
<td>Low alch: </td> <td> ?</td>
</tr>
<tr>
<td>Destroy: </td> <td> ?</td>
</tr>
<tr>
<td>Exchange: </td> <td> ?</td>
</tr>
<tr>
<td>Weight: </td> <td> ?</td>
</tr>
<tr>
<td>Quest: </td> <td> ?</td>
</tr>
</table>
</div>
</div>
</div>
<aside class="sidebar match-height u-float-right">
<div class="content-inner">
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
<div class="block">
<h2>Join Discord</h2>
<a href="https://discord.gg/6rK7dcr" target="_blank"><img src="https://www.runelocus.com/wp-content/uploads/2018/08/disc.jpg" alt="Discord" /></a> </div>
<div class="block">
<h2>Recommended</h2>
<div class="advertisement u-text-center">
<div class="wpbanners" data-id="2"></div> </div>
</div>
</div>
</div>
</aside>
</div>
</section>
<footer class="c-footer u-text-center ">
<div class="o-wrapper">
<div class="content-inner">
<a class="logo-footer">
<img src="https://www.runelocus.com/wp-content/uploads/2018/11/logo-fairly.png" alt="Footer Logo">
</a>
<ul class="footer-navigation">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-14"><a href="https://www.runelocus.com/">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="http://forum.runelocus.com">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1857"><a href="https://www.runelocus.com/top-rsps-list/">RSPS List</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/tools">Tools</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-17"><a href="/advertising"><span style="color:orange;">Advertising</span></a></li>
</ul>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/Runelocus/" title="Social Link">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com/Runelocus/" title="Social Link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
<p class="copyright">Copyright © 2018 Runelocus <br />
The first RSPS list ever since 2007</p>
</div>
</div>
</footer>
<script src="https://www.runelocus.com/wp-content/themes/x5-theme/scripts/bundle.js" async></script>
</body>
<div id="fb-root"></div>
<script>
(function (d, s, id)
{
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id))
return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/bootstrap.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=4.9.13'></script>
<script type='text/javascript' src='https://www.runelocus.com/wp-content/plugins/rlav/js/script.js'></script>
<script type="text/javascript">
var wpbanners_action = "https://www.runelocus.com/wp-admin/admin-ajax.php";
var wpbanners_reference_period_days = 30;
var wpbanners_rotation_period = 0;
var wpbanners_banners = {"1":["1050","1000","1061","1042","997","1066","1065","1063"],"2":["977","985","979","992","969"],"3":["976","975","999","1005"],"4":["1062","1064","1054","1058","1060"],"5":["966","1052","967","1001","1027","1028"],"6":["649"]};
var wpbanners_idxs = {"1":0,"2":0,"3":0,"4":0,"5":0,"6":0};
var wpbanners_fresh = {"1":1,"2":1,"3":1,"4":1,"5":1,"6":1};
if (typeof wpbanners_sort == "function" && typeof wpbanners_sort == "function") {
wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});
} else {
jQuery(document).ready(function(){wpbanners_sort(); wpbanners_getbanners(); jQuery("#wpbanners_iframe").load(function() {wpbanners_load();});});
}
</script></html>

Some files were not shown because too many files have changed in this diff Show More