People Poses Sounds   Commands Account 

Room Users (avatar & text) | Room Users (text)

     

Buddies (online)

none

Chat Admins (online)

none

Base Set Poses

none
Custom Poses
none
Room Poses
none

Standard Sounds

none
Large Sounds
none
Jukebox Sounds
none

Standard Items

none
Room Items
none
Pet Creatures
none

Special Skills

none
Pet Control
none
Admin Actions
none

Commands

Click a command to paste it into your text bar
!away [text] Set an away message to show above your avatar or clear an existing message by using an empty parameter.
"!back" is an alias for this command but works identically.
!clear Clears the scroll log - do this regularly to prevent lag.
!emot Switch off emoticons in ones own text or switch them back on.
!fix If your browser failed to load all avatar images use this command to manually fix the problem. This occurs most with Internet Explorer and almost never with Mozilla Firefox Browser.
!format Switch of format code in ones own text or switch it back on.
!halt Stop the scroll log from moving with each new line so you can read past lines or resume its movement.
!kick user Kicks the stated user from the room. Requires admin privileges.
!limit size Limit the maximum size of sounds that you want to allow played. Default is 20(kb) and values between 0 and 200 are effective.
!money Prompts the amount of money and credits you have.
!mute Turn off sounds or turn them back on.

Account Options

My Personal Mailbox
My Rooms and Profile
Set and Custom Poses
Sound and Jukebox Files

Recommended Links

Avatarax Main Page
Avatarax Hub Forums
"); } else if(textpar == "!radio") { textpar = ""; radio = window.open("radio39e6.html?ct=LA&nm=kuraianubis&lc=44956501&ch=0","RadioChunkStream","dependant=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width=300,height=180,left=100,top=100"); } else if(textpar.substr(0,7) == "!limit ") { dum=textpar.substr(7,3); sndmax=0+(dum*1); mywrite(10,"Sound limit has been set to "+sndmax+"kb.",0,0); textpar = ""; } // insert chat-owner-made functions here } else channel = ""; if(textpar != "") { if(doemot == 1) { textpar=textpar.replace(":)","[e0]"); textpar=textpar.replace(";)","[e1]"); textpar=textpar.replace(":}","[e2]"); textpar=textpar.replace("=)","[e3]"); textpar=textpar.replace(":D","[e4]"); textpar=textpar.replace(":P","[e5]"); textpar=textpar.replace("oO","[e6]"); textpar=textpar.replace(":>","[e7]"); textpar=textpar.replace(":(","[e8]"); textpar=textpar.replace(";(","[e9]"); textpar=textpar.replace("X(","[ea]"); textpar=textpar.replace(":O","[eb]"); textpar=textpar.replace("-angel-","[ec]"); textpar=textpar.replace("-devil-","[ed]"); textpar=textpar.replace(":B","[ee]"); textpar=textpar.replace("-wolf-","[ef]"); } if(doformat == 1) { for(var i = 0; i < 5; i++) { textpar=textpar.replace("*+","[b]"); textpar=textpar.replace("+*","[/b]"); textpar=textpar.replace("*~","[i]"); textpar=textpar.replace("~*","[/i]"); textpar=textpar.replace("*_","[u]"); textpar=textpar.replace("_*","[/u]"); textpar=textpar.replace("*-","[s]"); textpar=textpar.replace("-*","[/s]"); } } textpar2 = textpar; for(var i = 0; i < 15; i++) { textpar=textpar.replace(" "," "); textpar=textpar.replace(" ","%20"); //textpar=textpar.replace('"',"""); //textpar=textpar.replace("'","'"); textpar=textpar.replace("&","/.u"); textpar=textpar.replace("+","%2b"); textpar=textpar.replace("#","/.n"); textpar=textpar.replace("|","/.l"); textpar2=textpar2.replace('"',"""); textpar2=textpar2.replace("'","'"); textpar2=textpar2.replace("<","<"); textpar2=textpar2.replace(">",">"); // insert code to convert custom emoticons for textpar2 } doqueue("T|"+textpar+"%20"); if(textpar.substr(0,1)!="!") mytalk(foname[myuser],textpar2); } parent.document.getElementsByName("mytext")[0].value = channel; return false; } function btnhalt() { if(doscroll == 0) { doscroll = 1; alert("Scrolling of log has been resumed!"); } else { doscroll = 0; alert("Scrolling of log has been halted!"); } } function doswpose(par) { doqueue("PC|"+par); } function doswsnd(par) { doqueue("SD|"+par); } function doqueue(textpar) { if(queue_ptr < 4) { queue_ptr = queue_ptr+1; queue[queue_ptr] = textpar; if(queue_ptr == 0) dopost(); } else { mywrite(11,"Sending Queue is full! Please wait for previous actions to be executed first!",0,0); } } function dopost() { if(queue_ptr > -1) { dpost.window.location.href = "room_dpostd179.html?ct=LA&nm=kuraianubis&lc=44956501&rm=478&p1=1&p2=&dat="+queue[queue_ptr]; lastpost = 1; } else lastpost = 0; } function didpost() { queue_ptr = queue_ptr-1; if(queue_ptr < -1) queue_ptr = -1; dopost(); } //----- MOVEMENT MANAGEMENT function moveme(myevent) { if(navigator.appName=="Netscape" && meopera==-1) { myx=myevent.pageX; myy=myevent.pageY; } else { myx=window.event.offsetX; myy=window.event.offsetY; } //alert("x:"+myx+" y:"+myy); if(movemode == 1) { dumx=Math.floor(myx); dumy=Math.floor(document.getElementsByName("img_bg")[0].height-myy)-50; //foposx[myuser] = dumx; foposy[myuser] = dumy; document.getElementById("div_usr"+myuser).style.left = dumx - 300; document.getElementById("div_usr"+myuser).style.bottom = dumy; dumx=(dumx*10000)/document.getElementsByName("img_bg")[0].width; dumy=(dumy*10000)/document.getElementsByName("img_bg")[0].height; document.getElementById("div_usr"+myuser).style.zIndex = 10000 - dumy; foposx[myuser]=dumx; foposy[myuser]=dumy; sf=(sf1+(foposy[myuser]/10000)*(sf2-sf1))/10000000; document.getElementsByName("usr"+myuser+"_img")[0].width = fosizex[myuser] * fosizef[myuser] * document.getElementsByName("img_bg")[0].width * sf; document.getElementsByName("usr"+myuser+"_img")[0].height = fosizey[myuser] * fosizef[myuser] * document.getElementsByName("img_bg")[0].width * sf; //sf = ((sf1-(((sf1-sf2)*10000)/fosizey[myuser]))*fosizef[myuser])/100; //document.getElementsByName("usr"+myuser+"_img")[0].width = Math.floor( fosizex[myuser] * document.getElementsByName("img_bg")[0].width * sf ); //document.getElementsByName("usr"+myuser+"_img")[0].height = Math.floor( fosizey[myuser] * document.getElementsByName("img_bg")[0].width * sf ); } } function clickme() { if(movemode == 0) { if(myuser>-1 && myuser<10) { movemode = 1; document.getElementById("div_logs").style.zIndex = 10500; } } else { movemode = 0; document.getElementById("div_logs").style.zIndex = 11000; doqueue("M|"+foposx[myuser]+"|"+foposy[myuser]); } } //----- ENTER FUNCTIONS AND INTERVAL function dolaunch() { foname = new Array(30); folast = new Array(30); folast2 = new Array(30); folastt = new Array(30); folast2t = new Array(30); foposx = new Array(10); foposy = new Array(10); fosizex = new Array(10); fosizey = new Array(10); fosizef = new Array(10); foimg = new Array(10); fotkt = new Array(10); foafk = new Array(10); for(var i = 0; i <= 29; i++) { foname[i] = ""; folast[i] = ""; folast2[i] = ""; folastt[i] = 0; folast2t[i] = 0; } for(var i = 0; i <= 9; i++) { foposx[i] = -1; foposy[i] = 11000; fosizex[i] = 0; fosizey[i] = 0; fosizef[i] = 100; foimg[i] = ""; fotkt[i] = 0; foafk[i] = 0; } queue = new Array(5); queue_ptr = -1; objmode = 0; //0 = no objects, 1 = items only, 2 = items and pets, 3 = active entities myuser = -1; //-1 = observer, 0..9 = avatar user, 10..29 = text-only myturn = 1; //0 = left turned, 1 = right turned movemode = 0; //0 = strongly visible log, 1 = log semi-blended, 2 = avatar repositioning mode sw_scroll = 1; //0 = no scroll, 1 = normal, 2 = large sw_format = 2; //0 = no format filter, 1 = basic, 2 = extended sw_emots = 1; //0 = no emoticons, 1 = enable emoticons in own lines sw_sounds = 2; //0 = no sound, 1 = small sounds, 2 = small and large sounds sw_move = 1; //0 = no movement, 1 = enable step-by-step movement sw_whisp = 1; //0 = no whisper windows, 1 = enable whisper windows sw_game = 1; //0 = no game windows, 1 = enable game windows sf1 = 100; sf2 = 50; //size factors for y-axis positions connstate = 0; //0 = connecting, 1 = connected, 2 = disconnected lastget = 0; lastpost = 0; lastka = 0; closeok = 0; sndrot=1; sndmax=20; doemot = 1; doformat = 1; domute = 0; doscroll = 1; dobubble = 1; spb_start = "
  "; spb_end = "  

"; channel = ""; beep = 0; mybg = ""; nowint = 0; lastint = 0; domods = new Array(10); domods[0] = 0; //processing of text domods[1] = 0; //processing of position changes domods[2] = 0; //processing of size changes domods[3] = 0; //processing of image changes domods[4] = 0; //processing of sound played domods[5] = 0; //processing of item or pet changes domods[6] = 0; //processing of room enter domods[7] = 0; //processing of room exit domods[8] = 0; //processing of admin actions domods[9] = 0; //processing of special skills used pwx = new Array(3); pwy = new Array(3); pwx[0] = -1; pwy[0] = -1; pwx[1] = -1; pwy[1] = -1; pwx[2] = -1; pwy[2] = -1; dum = navigator.userAgent; meopera = dum.indexOf("Opera"); parent.setini1(); } function doconnect() { dpost.window.location.href = "room_entere78e.html?ct=LA&nm=kuraianubis&lc=44956501&rm=478&p1=1&p2="; } function myinterval() { for(var i = 0; i <= 9; i++) { if(fotkt[i] > 0) { fotkt[i] = fotkt[i] - 1; if(fotkt[i] == 0) document.getElementById("usr"+i+"_spb").innerHTML = ""; } } dspw0 = dspw; dsph0 = dsph; dspw = document.getElementsByName("img_bg")[0].width; dsph = document.getElementsByName("img_bg")[0].height; if(dspw0!=dspw || dsph0!=dsph) { document.getElementById("p_surface").innerHTML = "
 
"; for(var i = 0; i <= 4; i++) { if(pwx[i]>-1) { document.getElementById("div_portal"+i).style.left = ((document.getElementsByName("img_bg")[0].width * pwx[i]) / 10000) -150; document.getElementById("div_portal"+i).style.bottom = ((document.getElementsByName("img_bg")[0].height * pwy[i]) / 10000) -150; } } for(var i = 0; i <= 9; i++) { if(foposx[i] > -1) { document.getElementById("div_usr"+i).style.left = ((document.getElementsByName("img_bg")[0].width * foposx[i]) / 10000) -300; document.getElementById("div_usr"+i).style.bottom = (document.getElementsByName("img_bg")[0].height * foposy[i]) / 10000; sf=(sf1+(foposy[i]/10000)*(sf2-sf1))/10000000; document.getElementsByName("usr"+i+"_img")[0].width = fosizex[i] * fosizef[i] * document.getElementsByName("img_bg")[0].width * sf; document.getElementsByName("usr"+i+"_img")[0].height = fosizey[i] * fosizef[i] * document.getElementsByName("img_bg")[0].width * sf; //sf = ((sf1-(((sf1-sf2)*10000)/fosizey[i]))*fosizef[i])/100; //document.getElementByName("usr"+i+"_img").width = fosizex[i] * document.getElementsByName("img_bg")[0].width * sf; //BUGGED //document.getElementByName("usr"+i+"_img").height = fosizey[i] * document.getElementsByName("img_bg")[0].width * sf; //BUGGED } } } if(lastget>25) { lastget = 0; dget.window.location.href = "room_dgete78e.html?ct=LA&nm=kuraianubis&lc=44956501&rm=478&p1=1&p2="; } if(lastpost>15) dopost(); lastget = lastget+1; if(lastpost>0) lastpost = lastpost+1; nowint = nowint+1; window.scrollTo(0,0); dum = nowint-100; for(var i = 0; i <= 29; i++) { if(folastt[i]>0 && folastt[i]0 && folast2t[i]
"); document.getElementById("div_logs").style.bottom = 0; dget.window.location.href = "room_dgete78e.html?ct=LA&nm=kuraianubis&lc=44956501&rm=478&p1=1&p2="; connstate = 1; parent.document.getElementById("div_loader").style.top = -1000; parent.document.getElementsByName("mytext")[0].focus(); } function dosetbg(textpar,par1,par2) { mybg = textpar; document.getElementsByName("img_bg")[0].src = mybg; sf1=par1; sf2=par2; } function dosettog(par1,par2,par3) { doemot=par1; doformat=par2; domute=par3; } //----- EXIT FUNCTIONS function dodisconnect() { doqueue("X|"); } //called when exit button is hit function doclose() { closeok = 1; top.location.href="map51e7.html?ct=LA&nm=kuraianubis&lc=44956501"; } //called when the data get function found the user to be logged out function dowarp(par) { closeok = 1; top.location.href="roomd9c7.html?ct=LA&nm=kuraianubis&lc=44956501&rm="+par; } function doforceclose() { //exit popup in case the room wasnt left correctly if(closeok == 0) alert("USE the exit button\nIt is quite asocial to let your dead\nself remain in the room."); }
Hosted by www.Geocities.ws

1