PDA

View Full Version : I need help with a problem please.


Pyromania
01-26-2007, 01:42 PM
I'm sorry if this is not the right area for this. I did use search and the wikki but they didn't help me much.

My problem is that in tutoriala and tutorialb I look like this:
http://www.imagemule.com/thumbnails/th_eqtutD51x.jpg (http://www.imagemule.com/uploads/eqtutD51x.jpg)


I'm using Titanium client (UNPATCHED). Peq-luclin for my database, and EQEmu-0.7.0-945 for the emulator.

Thanks for any help.

Nessful
01-26-2007, 07:14 PM
well since tutorial came after luclin, if ur using peq-luclin,, you probaly wont be able to use the zone

bufferofnewbies
01-26-2007, 08:46 PM
what type of video card do you use on that system?

JrFaust
01-27-2007, 05:29 AM
Look to see if there is a newer driver version for your video card.
And or look at the version of direct X your system is running that might need to be updated as well.

Sakrateri
01-27-2007, 07:08 AM
go into display options and click on use advanced lighting.

Pyromania
01-27-2007, 10:23 AM
@Sakrateri: adv. lighting is on.
@JrFaust: I keep my computer up to date.
@bufferofnewbies: dual 768mb geforce 8800
@Nessful: the other new zones don't look like this. Is there no file I can edit to make it display correctly?

eq4me
01-27-2007, 10:41 AM
Try setting HardwareTNL=False under [Defaults] in your eqclient.ini.

If your problem persists search for "eqclient.ini" in these forums. There are some more things you can try like setting ParticleDensity=1 or changing fog_maxclip.

Angelox
01-27-2007, 11:15 AM
Es tu tarjeta de video .. NO SIRVE!!!

John Adams
01-27-2007, 11:42 AM
or changing fog_maxclip.
This alone may solve your problem.

UPDATE `zone` SET
`fog_maxclip` = '2000',
`fog_maxclip1` = '2000',
`fog_maxclip2` = '2000',
`fog_maxclip3` = '2000',
`fog_maxclip4` = '2000'
WHERE `short_name` = 'tutorialb';

As always, backup your zones table before running this update.

Pyromania
01-27-2007, 03:14 PM
This alone may solve your problem.

UPDATE `zone` SET
`fog_maxclip` = '2000',
`fog_maxclip1` = '2000',
`fog_maxclip2` = '2000',
`fog_maxclip3` = '2000',
`fog_maxclip4` = '2000'
WHERE `short_name` = 'tutorialb';

As always, backup your zones table before running this update.

That fixed the problem. Thank you John.

bufferofnewbies
01-27-2007, 05:36 PM
Aye, that's why i was asking what card you had. Some have problem rendering due to that error. But I see I am late, as always.

GJ getting it fixed tho.