Jump to content

Doogz Weston

Resident
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Doogz Weston

  1. I tried using this. Yes, I am not good with scripts so what I tried may make you laugh so bare with me. I have gained a basic understanding of scripts but writing them causes problems. vector color1; vector color2; vector color_blended = 0.5*( color1 + color2); default { touch_start(integer num) { llSetColor(0.5*( color1 + color2); } }
  2. Thank you Dora for the reply but there is a problem. I used the llGetColor in the 2 objects I need blended but when I use llSetColor in the 3rd I get a syntax error when I used the below part of code. I tried to divide (color1 +color2) by 2 as well and came up with same error. I hope to find a solution. I am going to keep looking and trying but any help is still very appreciated. vector color_blended = 0.5*( color1 + color2);
  3. I was hoping I could get help on an idea I have. I want to be able to click on 2 objects then have a 3rd object change to the blended color of the 2. Any help on how to accomplish this or guiding me to where to go for help is greatly appreciated.
  4. Thank you very much for the info LepreHhaun.
  5. I am looking to create a point system that when a person aquires the needed amount of points they can redeem an item only available for points ie like several breedable systems use. I have access to web server and databases but need to learn how to set such a system up. I would really like to learn how to do it so if anybody can give me some tips on how to start, I'd appreciate it. Thanks!
  6. Hey all. My prior questions in this forum all relate to a project I want to try to do and that is to make a crafting system for the items I create. The main idea is to have items that when people have collected them that they can put them together (by means of clicking them for example) and they will receive the completed object. Kind of like the concept of the 7seas salvage/blueprint system but for items that are obtained by collecting the parts on my land. I have looked into manupulating vendor scripts but I am not having success. So in a nutshell what I want is for people to collect parts A,B and C to and then be able to obtain object D by means of delivering that item from a remote server which can be either made by either databases or an actual server object in SL. I would like to learn the process on how it can be done if so but will be willing to consider spending linden to obtain a way to do it. Thanks!
  7. ya I tried it and like the rest say it does not work. it turns the objects into data but not vice versa. plus I am not sure how to go about putting the data in my databases to have it sent via web page or even from the database directly. any ideas from anyone reading this?
  8. is it possible to setup a system to send sl objects to people via web page and if so how or where can i get info (preferably in beginner scripters terms lol)? Thank you in advance for any help. :)
  9. I am looking for a script that can be used to randomly rez objects on land but the objects are sent by a remote server instead of inside the rezzer (to prevent hacking into object for items). I have been playing with scripts I've bought for different rezzer types but I'd really like it to be tied in with a remote server. Any help is appreciated. :matte-motes-big-grin:
×
×
  • Create New...