Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

OSRS BUYING NPC SPAWN LIST

Joined
Jan 23, 2019
Messages
52
Hey there,

I'm looking to buy an OSRS NPC Spawn List of all OSRS Spawns should be in XML in this format:

<NpcSpawnDefinition>
<id>5792</id>
<location>
<x>3094</x>
<y>3499</y>
<z>0</z>
</location>
<walk>false</walk>
<face>0</face>
</NpcSpawnDefinition>
 
Making nice things
Joined
Jun 7, 2019
Messages
39
I can probably write a bot that collects all the info you need.
but what is your budget for that list :p
 
Joined
Jan 23, 2019
Messages
52
I can probably write a bot that collects all the info you need.
but what is your budget for that list :p

Hm would such a bot cost? I need in it in JSON now in this format:
{
"face": 1,
"type": 10,
"id": 29150,
"position": {
"x": 3109,
"y": 3498,
"z": 0
}
},
 
Top