Jump to content

Gayngel

Resident
  • Posts

    185
  • Joined

  • Last visited

Reputation

66 Excellent

Recent Profile Visitors

1,352 profile views
  1. I am a programmer with 10 years experience in scripting with LSL. I enjoy building custom systems ground-up and will provide low lag solutions to my customer's specifications. I can: - Write simple, minor fixes to existing scripts -Create tip jars, club systems, dialog menus, detections, HUDs and vendors,etc -Make more advanced systems such as pose systems, RLV, vehicles, pathfinding, weaponry, SL experiences and HTTP for external coms to websites and databases. - Also experienced in HTML/CSS, php, SQL, Ruby, Rails, Python and Javascript -I can also do scripting in Open Sim if needed. Script adaptations and library resources if used will be fully cited. I work closely with my clients providing working demos of their products with full perm models on completion and delivery. Note: Models will be mockups to present the functioning script, clients must finalize prim designs and builds themselves. Current Fee: If it’s a new project, a deposit up front + $7 USD per hour or L$1750 per hour. Lindens or Paypal accepted. Paypal is strongly recommended for buyer’s protection. Due to recently being ghosted by clients I now have to charge a deposit. Price of the deposit will be determined by the complexity of the project. Sorry but I can't be expected to work several days/weeks and then burned without payment for the work I’ve done. Serious clients only please. You will be charged the hourly rate, but projects may get very complex and very large. I therefore can only give you an approximate time of completion. Projects that require large scripts, multiple scripts and web services such as RP systems, RP HUDs, breedables, puppetry, vendors, experiences, skill/board games or anything requiring a database can take up more than 40 hours to complete. Scripts will be full perm on final payment . Delivery may be a few hours to weeks also dependent on script complexity and workload. Please read this document to hire me: https://docs.google.com/document/d/1kjJbJH4JmXXE07sXj6vkM_wXDy0o9q--nn_2oA93jzc/edit?usp=sharing Note that it may take some time to get to your project due to my current work load and inworld IMs may get lost. It is therefore best to fill out this form to contact me about your script project. Make a booking here: https://docs.google.com/forms/d/e/1FAIpQLSeeBpnSCnt54TKPJ40WHNpz6myvsp5DYvMKaRurQ1D218SjnA/viewform?usp=sf_link IM me inworld. If I'm offline IMs will go to email and will get back to you ASAP. (Forwarning: Adult rated profile) Copy/paste this link to the nearby chat window in your viewer, press enter then click on my name in chat to open my profile: secondlife:///app/agent/a9ba2797-81af-429d-9833-51127ad5593c/about Discord: Gayngel Portfolios: MP: https://marketplace.secondlife.com/stores/149734 GitHub: https://github.com/Gayngel-Resident Pastebin: https://pastebin.com/u/Gayngel#_=_ SL Forum (mostly posting for jobs, posting script snippets and helping others with their scripting): https://community.secondlife.com/profile/1228271-gayngel/ Testimonials:https://community.secondlife.com/forums/topic/498299-scripter-for-hire-custom-scripts-available-for-second-life-and-open-sim/#comment-2596670 Discord: Gayngel (Best way to keep contact)
  2. You can do this with a Corrade bot or Smartbot. Corrade is free, Smartbot is a weekly paid subscription. You will have to look at their API documentation.
  3. You can store links by name. integer link1; integer link2; integer link3; integer link 4; default { state_entry() { integer total = llGetNumberOfPrims(); integer i; for(i = 0; i < total; ++ i) { integer link = llGetLinkName(i); if(link == "Link1") link1 = i; else if(link == "Link2") link2 = i; else if(link == "Link3") link3 = i; else if(link == "Link4") link4 = i; } } } Note: This is only a very basic example, there might be better ways to store links like in a list or linksetdata if that's what you need.
  4. You don't need the Google Cloud Platform. You just need a Google App Script as a go-between your LSL script and your Google Sheet. Google App Script is free and easy to use if you know Javascript. I've used a Google App Script to a Sheet for about 10 years and haven't had to pay a penny.
  5. That is how it's supposed to work but on the ground it really doesn't. All the bot does is give you the run around trying a million fixes you've tried before and then tells you to e-mail support where you waste more time going back and forth when really the issue can be resolved or logged as a bug to be fixed in 5 minutes if you could just speak to a person in live chat or a phone call, its frustrating as hell dealing with support bots.
  6. Just read the year in review post and just want to say please please please Linden Labs do not relegate support to an AI chatbot! Every company that has done this has the worst customer service!
  7. You can also look at using the linkset_data event of Linkset Data instead of link messages and filter for what data was added or changed.
  8. This set of scripts is a basic example of how to store a URL of a server prim to a spreadsheet which can be retrieved from a client prim: Google App Script: https://pastebin.com/HRh49Haq Server Prim script: https://pastebin.com/65kkFsDW Client Prim Script: https://pastebin.com/UYJtu22J
  9. Since I can't make edits to posts when needed please read this document to hire me: https://docs.google.com/document/d/1kjJbJH4JmXXE07sXj6vkM_wXDy0o9q--nn_2oA93jzc/edit?usp=sharing Make a booking here: https://forms.gle/NsSikWmQaUFLz6xN7&nbsp; Testimonials (see comments):
  10. All my rental systems are going crazy here. "***Error*** Maybe the system is in maintenance. Please try again later."
  11. I've got hundreds of items listed on one of my stores. When there's a sale I don't want to go through each listing and edit the price to half off or whatever percentage I want to knock off, that's too painstaking. There should be a button somewhere to select % off all items for a certain amount of time. Please make it easier for us Lindens!
×
×
  • Create New...