Page 1 of 1
Some troubles
Posted: Wed Jan 27, 2010 5:55 am
by Pachacuti
Three questions in one topic.
1- I just cant find where the hell is the script that changes the items names. The script that puts "a" before their names. ex: "a robe" when the item name is robe, etc.
2- How can I activate the tooltips? Like, when you pass the mouse over something, without clicking it, will appear the name and informations and etc.
3- Im having some troubles handling with npcdesc.cfg. The objtype is the animation right? I dont know why, when I create a human NPC, with the objtype 0x190 (h_male), the attack and defend animations are all screwd up. It looks like that the npc, when attacking, is using the look arround animation. I tried to change the AttackAnim but nothing happened.
Thanks for everyting guys =D
Re: Some troubles
Posted: Wed Jan 27, 2010 7:05 am
by Pachacuti
EDIT:
News, I solved the animation problem, Ill soon explain what I did.
Re: Some troubles
Posted: Wed Jan 27, 2010 9:15 am
by Damien.
1. Use UOFiddler -> TileData tab -> ArticleA or ArticleAn
Re: Some troubles
Posted: Wed Jan 27, 2010 9:37 am
by Tomi
1. Use UOFiddler -> TileData tab -> ArticleA or ArticleAn
This is one solution yes, those are clientside articles ( can be on serverside stopped from using them though )
if you dont want these articles use ServsPecopt option UseTileFlagPrefix=0/1
otherwise you have to do your changes in tiledata.mul clientside
Re: Some troubles
Posted: Wed Jan 27, 2010 9:47 am
by *Edwards
In the itemdesc entry you can add ToolTip text. Well, my suggestion would be to point you to the docs section to get exactly all possible options you can add in itemdesc, ...
Re: Some troubles
Posted: Wed Jan 27, 2010 3:02 pm
by Pachacuti
Yeah, 2/3 problems solved.
Edwards, but these tooltips, if they are set in itemdesc, how could them be active for players and npcs? I believe I saw somewhere players and npcs with tooltips too.
Re: Some troubles
Posted: Wed Jan 27, 2010 10:07 pm
by Tomi
Tooltip entry in itemdesc is for very old clients....
Re: Some troubles
Posted: Thu Jan 28, 2010 10:51 am
by *Edwards
It works with all clients if you are not using contextMenu ( AOS Feature enable )( exception with KR and SA )...
Re: Some troubles
Posted: Fri Jan 29, 2010 5:47 am
by Pachacuti
Err... I still dont get how to add the tooltips. When I mean tooltip, I mean this:

Re: Some troubles
Posted: Fri Jan 29, 2010 10:03 am
by *Edwards
Look in config/servpercon.cfg (not sure it<s well spelled... ) and there is an elem inside called UOFeature and with the doc given in this file enable the AOS features. Then just start the server and it will work.
Re: Some troubles
Posted: Fri Jan 29, 2010 10:44 am
by Pachacuti
Sorry for the tons of questions =/
The Tooltips are working for items, but not for mobiles, any idea?
In the mobiles case, it just appears a blank tooltip.
Re: Some troubles
Posted: Fri Jan 29, 2010 1:22 pm
by *Edwards
This is because you need to script it yourself!! Hehe. It is not core functions so take a look in download section or simply do a search for tooltip in the forum to get a <where to start>. And if you have questions just post here. It is the goal of the community to make it easier for new comers. Pol forever!!!!!!!