Page 1 of 1
Trainers disappearing
PostPosted: Wed May 19, 2004 10:19 pm
by NovaSteel
I made a trainer using the new trainer scripts that I got from cvs but when I change a regular game mob into a specific trainer ie: DOL.GS.GameMob to DOL.GS.PaladinTrainer and when I log in the mob is gone. Why is this happening?
PostPosted: Wed May 19, 2004 10:51 pm
by D4NY0
i don't really know, but i think the trainers are supposed to be compiled into the gameserver.
and if that's right, this could be the problem.
PostPosted: Wed May 19, 2004 11:50 pm
by nor
<ClassType>DOL.GS.Trainer.PaladinTrainer</ClassType>
and you can use /mob create DOL.GS.Trainer.PaladinTrainer
PostPosted: Thu May 20, 2004 2:09 am
by NovaSteel
Hrm that didnt work either...
PostPosted: Thu May 20, 2004 10:54 am
by Smallhorse
I think Thrydon made it, that currently only the guildname of a mob/npc has to be set to the correct trainer guild to automatically make that npc/mob into a trainer at startup...
PostPosted: Thu May 20, 2004 1:15 pm
by nor
I always make trainers with /mob create DOL.GS.Trainer... command and it works even without guild.
In mob.xml i have exactly that class type and all my created trainers are added to the world and working.
Thrydon made it for DB1.2 trainers where they are set to DOL.GS.GameMob.
PostPosted: Thu May 20, 2004 2:53 pm
by NovaSteel
Its not reconizing 'GameTrainer' and 'NPCGuildScript'
Re: Trainers disappearing
PostPosted: Thu May 20, 2004 5:31 pm
by nor
Maybe I didn't understand what you are trying to do. You want to make a new trainer script for some new class or just use an existing trainer script and add it to the world?
... but when I change a regular game mob into a specific trainer ie: DOL.GS.GameMob to DOL.GS.PaladinTrainer ...
Where do you change that?
PostPosted: Thu May 20, 2004 5:46 pm
by nor
I think i know what you are trying to do!
You use 1.5.3debug build and want to add trainers from current CVS to it, right?
No idea if that could be done at all... Better just compile it, too much difference to 1.5.3.
PostPosted: Thu May 20, 2004 8:04 pm
by NovaSteel
I really can't compile could someone compile a build with the latest cvs? Thanks.