Thread: Custom Pets
View Single Post
  #1  
Old 06-13-2015, 12:32 PM
freakydeekey
Fire Beetle
 
Join Date: Jan 2003
Posts: 15
Default Custom Pets

ok so as im building my server i have noticed that the DB i got from github has NO data for anything past level 65 (Spells, PETS, ect) So i decided to modify existing spells instead of create new. the first test i made was to modify the "Aspect of Fire" spell which should summon NPC SumFireR20 (which doesnt exist in the database since its a level 83 Spell)

I modified it to be a level 1 spell. for all caster classes and to point to Npc Sum_Pet_65 (which i copied from a lower level pet that i know works)

i updated spells file for my server and client, i can see it in game, i can scribe it, but when i cast it i get

unable to find data for Sum_Pet_65 even though i can see it in my DB, and on my EOC editor...

my server was offline during my edits, i loaded it up after all changes were made. including ./shared_memory

so im stuck as to why it will not pull the NPC from my DB...anything im overlooking? 27 hours straight working on this so sorry if im rambling, just need some guidance

thanks

Last edited by freakydeekey; 06-13-2015 at 12:33 PM.. Reason: horrible spelling today sorry
Reply With Quote