DaCapn
10-12-2014, 10:13 AM
To give a little background... someone on LNet said that they were working through the map database and all of the creatures to map all of the room IDs where each creature spawns with appropriate LOCATION data (which is awesome). He was using the KP bestiary manually as a starting point so I offered to crawl through the bestiary and compile the data to speed up the process.
I started to screw around with it a and ended up putting together some search functions and other stuff. This reminded me of the bestiary script on the repo. It was in some kind of strange encoding or something so I couldn't really read it and I couldn't ever get it to run, so I just abandoned it. Since my information is more current than whatever was in the bestiary script, I thought I'd make a new bestiary script with the new repo and everything. So, since I can't even see what the original script is about, what were all of the features? What info did the database have? Anything I don't have already?
Basically I have a hash with 470 keys that look like this:
"Kobold" => {
'url' => "http://www.krakiipedia.org/wiki/Kobold",
'level' => 1,
'undead' => false,
'corporeal' => true,
'locations' => ["Kobold Village","Icemule Environs","Briar Thicket","Wehnimer's Environs","Marshtown"] },
Is it reasonable to upload it to the new repo calling it "bestiary" since the previous version is basically obsolete?
I started to screw around with it a and ended up putting together some search functions and other stuff. This reminded me of the bestiary script on the repo. It was in some kind of strange encoding or something so I couldn't really read it and I couldn't ever get it to run, so I just abandoned it. Since my information is more current than whatever was in the bestiary script, I thought I'd make a new bestiary script with the new repo and everything. So, since I can't even see what the original script is about, what were all of the features? What info did the database have? Anything I don't have already?
Basically I have a hash with 470 keys that look like this:
"Kobold" => {
'url' => "http://www.krakiipedia.org/wiki/Kobold",
'level' => 1,
'undead' => false,
'corporeal' => true,
'locations' => ["Kobold Village","Icemule Environs","Briar Thicket","Wehnimer's Environs","Marshtown"] },
Is it reasonable to upload it to the new repo calling it "bestiary" since the previous version is basically obsolete?