Jump to content

Hart Larsson

Resident
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Hart Larsson

  1. thank you so much for the answer. I had the doubt that linden lab will not support normal and specualr map by scripts because normally if they implement something on the edit menu, they also give the script support at the same time (if they wanna cover it). I really hope they will think in future more about that because a designer could be interested to apply different materials/textures by a retexturing script to a product/object. Hart
  2. The recent introduction of normal and specular map is a great news for increase the appearence effects of objects. I try to find out if LL have already made /upgraded the LSL functions to apply not only the Diffuse map (curent feature) but also the normal and specular map but i've not find any information. Another question is the actual MATERIAL parameter (http://wiki.secondlife.com/wiki/Materials) that change not only the phisical collision sound but also the colision effect. How will work with the new introduction of the 2 extra texture? I ask that cause if i develope the 3 texture of a wood and wanna put as material physical effect WOOD the appearence will be affected by the WOOD material effect embedded by linden code. Someone have info about that? Possible ETA? ty Hart
  3. i was able to remove the bad pictures but i cannto remove the listing cause every time i click on one of them it brings to MP home page, plus are not persent in my admin listin panel. How i can remove them?: https://marketplace.secondlife.com/p/PXL-DAFNE-Skin-All-DEMOS-BOXED/1445439 https://marketplace.secondlife.com/p/PXL-SmartGroup/1409244 ty
  4. it works if the avatar is public on the search. If the avatr have hidden his profile the script pick up the KEyUUID of not correct avatar example if i search my name, in the html i'll found this line: <h3 class="result_title"><a href="http://world.secondlife.com/resident/1b9a0d96-8041-4bf5-ba52-b1dc62bd7ad1" >Hart (hart.larsson)</a></h3> the search string now is limited to: string sSearchString = "http://world.secondlife.com/resident/"; you need to implement instead a search that pick up the first string between: <h3 class="result_title">THE LINE TO PROCESS</h3> picked up the LINE you need to see if the avatar name is the avatar name you search: Hart (hart.larsson) so name.surname or name only must be there if not you need to return NULL_KEY I've implemented this system in my .NET service and works. I think you can mod your LSL script to accomplish it too i've made a MOD version that support also name.surname input http://pastebin.com/MpZN7e9B I hope this help Hart
  5. Well i've these 2 items since month and are marked as best sellers http://grabilla.com/02a0b-2ab3cb00-28c8-438b-8385-0241f9593efd.png i've contacted LL open a Jira, live chatted, prayed god and i cannto say more but nothing! are there Somoene know if LL will fix that or i ned to delete my whole store and redo??? Ty Hart
  6. could be useful during updating to receive a message if the product name is already present and at that point you can choose: 1) update 2) add and keep exiting 3) abort
×
×
  • Create New...