Jump to content

hollowman

Resident
  • Posts

    10
  • Joined

  • Last visited

Everything posted by hollowman

  1. support does not give support. for those about 50 times that I applied for support, I have never been provided with qualified assistance. on the contrary, when I asked to protect me from a famous "merchant" who by threats and obscene expressions and insults demanded to remove the objectionable review, I asked for an investigation. as a result, my own account was frozen for three days without any explanation. Also, for example, during a griefer attack, my property was damaged - the scripts stopped functioning, I asked for help, but I received only the on-duty phrases “we are very sorry”. fortunately managed to make a redelivery. now i just have to run from griefers. and the last time when I asked them for help to remove a review with insulting remarks from a dishonest buyer who received a refund and refused my help, in the end I was only recommended to put a flag on and wait. (waiting for the fourth day, nervous, bad sleeping). due to such inaction, forced to break the rules. I came to the conclusion that support exists for impressionable noobs; I have to solve the real problems myself.
  2. How to deal with dishonest buyers? a few days ago I received a 1star review in which my product was called non-working junk and urged not to spend money. within a few hours I contacted the buyer. I thanked for the review, made a refund and asked what exactly does not work. but the buyer refused to explain and stated that they had already purchased another item. I flagged review and after waiting a day I turned to support. I was advised to flag review. omg, of course I flagged it before contacting them! who do they take me for ?! I replied that I had already flagged it. I was told to wait. I have been waiting for the third day and am in a nervous state. yes, i take it serious. once, when I myself put a three-star review, some "merchant" pounced on me with threats and foul language. of course i removed it (now i dont know - why?!) Really the better you treat people, the worse they treat you ?! What can be done even in such a situation? I do not see any other way out, except in violation of the rules to rearrange the item on sale. just a pity the other three five-star reviews and the loss of rating. of course, this is my alt. I’ll add that I made a comment to the review, with the same appeal to explain what does not work. in response received only appreciation for a full refund. if the conflict is settled, well, be you human, remove the review !!! I am really thinking of stop giving refunds and customer support at all! Thanks for reading!
  3. Yes its a list of materials uuids for each button. EDIT: Yay! I already got it! Thank you!!!
  4. And the new list will look like?: // button & texture uuid list settings = [ "BTN1","diff1","norm1","spec1", "BTN2","diff2","norm2","spec2", "BTN3","diff3","norm3","spec3" ]; And how to pass/receive normal and specular here?
  5. Hello! Thanks for answer! but how llSetLinkPrimitiveParamsFast will look here like? llSetLinkPrimitiveParamsFast (PRIM_1, [ PRIM_TEXTURE,FACE_1, (_TargetPrimLinknr,(key)llList2String(data,1),vTargetPrimFace),<1,1,0>,ZERO_VECTOR,0.0, PRIM_NORMAL,FACE_1,NORMAL_1,<1,1,0>,ZERO_VECTOR,0.0, PRIM_SPECULAR,FACE_1,SPECULAR_1,<1,1,0>,ZERO_VECTOR,0.0,WHITE,85,15]); I am just pretty lost here.
  6. Thanks for the answer! yes the script uses llSetLinkTexture. the sender script looks like: string product_id = "object_name"; // ------------------------------------------- string vApplierPassword = "password"; integer vApplierChannel = 1234; // button & texture uuid list settings = [ "BTN1","texture_uuid", "BTN2","texture_uuid", "BTN3","texture_uuid" ]; default { touch_start(integer num_detected) { string btnid = llGetLinkName(llDetectedLinkNumber(0)); integer line = llListFindList(settings,[btnid]); if(line != -1){ string pswd = llSHA1String((string)llGetOwner()+vApplierPassword+product_id); llRegionSayTo(llGetOwner(),vApplierChannel,pswd+"&"+llList2String(settings,line+1)); } } } and I don’t understand how to add materials to it. The receiver script applies texture: llSetLinkTexture(_TargetPrimLinknr,(key)llList2String(data,1),vTargetPrimFace); Maybe something will be clear from these pieces of code. -- I usually apply materials like this -- llSetLinkPrimitiveParamsFast (PRIM_1, [ PRIM_TEXTURE,FACE_1,DIFFUSE_1,<1,1,0>,ZERO_VECTOR,0.0, PRIM_NORMAL,FACE_1,NORMAL_1,<1,1,0>,ZERO_VECTOR,0.0, PRIM_SPECULAR,FACE_1,SPECULAR_1,<1,1,0>,ZERO_VECTOR,0.0,WHITE,85,15]);
  7. Hello! please help with scripts! i need to turn the texture changer scripts(sender/receiver) into material texture changer. it uses uuids. There are two scripts. for primmy hud with 3 buttons. I have already posted this request in the job section, but just in case, here too. I understand scripts quite a bit. maybe just tell me what needs to be done, if not difficult.
  8. SOLVED! Hello! Scripter wanted! Need to modify texture changer (uuids) hud/reciever scripts to materials texture changer hud/reciever. I have two scripts for non mesh hud/mesh clothing. Please, leave your message here! Reward 1000 ls. edit: i will explain for now i have two scripts - sender and receiver. sender is in primmy (not mesh) hud with 3 buttons, uses simple (diffuse only) textures uuids list. receiver is in mesh clothes. but i need it to work with materials textures uuids (diff, norm, spec). of course, will send scripts full perm. please, help!
×
×
  • Create New...