PDA

View Full Version : nubi sql


fabtik
04-19-2002, 04:56 AM
I noticed that the Troopers and Crusaders in Cabilis only use the correct textures when you use #gender 2 in game.

I want to fix the db to this..

select * from npc_types where name='Trooper%'

but I also need to access the various spawn tables in the same query, somthing like if name=Trooper% && zone='Cabwest'

Can also do the same thing for fixing some mobs sizes then.

Any ideas plz?

Lurker_005
04-19-2002, 06:52 AM
I'll try and remember to post this when I get home.

Lurker_005
04-19-2002, 02:57 PM
It looks like this is a lot harder thanI first thought. I can't find a way to do a join with an updte command.

I can do a select just fine, anyone out there know how to do this?

Drawde
04-19-2002, 10:31 PM
Hopefully this fix should be in my next DB release.. thanks for the info, I was wondering how to get the Iksar guards to use the right textures.

fabtik
04-19-2002, 11:14 PM
Even better, cool :)