Jump to content

ColeJohnsenn

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello everyone, I have since 2 Weeks some weird rezzing and lag issues. First of all im on the Newest Firestorm and already tried cleaning Cache. My Problem is that everytime i jump to a bit fuller place people will not rezz for me (just after a long time) i cant even see there names its just like nobody would be there. The Objects on the places rezz all normal and fast just the people are so slow for me. The other problem i have with Animations like the ones from the catwa head. When someone uses them the heads kinda just break for me till i or the person deatch and attach it again. I didnt had those problems in the past it just started a week or two ago. I did several internet speed checks but everything seems allright. Also downloads or skype runs all without any lags or problems. Does anyone have a idear how to help me please? :/ Thank you in advance.
  2. Hello togehter ! im trying to make an object that is surrounded by other small floating (hovering) objects. I used this script for the small objects. default { state_entry() { integer p = 0; for (; p < 15; ++p) { llSetPos(llGetPos() + <0,0,0.025>); } state floatdown; } } state floatdown { state_entry() { integer p=0; for (; p < 15; ++p) { llSetPos(llGetPos() - <0,0,0.025>); } state default; } } It works fine but as soon as i link the small object with the big middle on (the root one that shouldnt float) all of them stop floating ! Can someone please help me?
×
×
  • Create New...