Jump to content

Techy

Advanced Members
  • Posts

    250
  • Joined

  • Last visited

Everything posted by Techy

  1. If by xat logic you mean they skip last ID in every section then you would be wrong cuz 479 is next skiped ID
  2. 473 SUPERBLASTKICK 474 SUPERBLASTDE
  3. Same thing 2 chains wanted for his birthday
  4. i suggest BlastTechy (shows Tom2 Kicking techy out of xat5)
  5. Techy

    Gift PCBACK bug

    as far as i know its intended (they purposely do it in the code)
  6. Can someone please tell me WTF IS A PEON?

    1. Leandro

      Leandro

      PEON = PAWN!!!11

    2. Nezhit

      Nezhit

      PEÓN = PEON = PAWN translating from Spanish to English.

    3. Techy

      Techy

      Ik it's Spanish but multiple users on this forum use it as a English word lol

  7. just posted the fix for it
  8. This will fix two problems (not being able to do (RANDOM) and the problem listed above) Fix: @Admin File: xAvatar.as Function: xAvatar(constructor) Replace with if ((((((_arg_2.charAt(0) === "(")) && ((_arg_2.toLowerCase().indexOf("random") >= 0)))) && (todo.HasPower(_arg_5, 272)))){ var randavy = _arg_2.split("#"); for (var i:Number = 0; i < randavy.length; i++) { randavy[i] = xmessage.DoRandom(randavy[i], _arg_5); } _arg_2 = randavy.join("#"); }; File: xmessage.as Function: DoRandom Replace with var _local_3:* = _arg_1.split(/random/gi);
  9. i think the reason it will only change when you rejoin is because its probably gonna grab a random image from the macro and set that as avy on j2 look @ status since its a macro your required to rejoin for others to see changes
  10. ive sent a fix for this but idk what happen there
  11. If your gonna give me credit for something at least make it something I made lmfao

  12. Techy

    462 MARK

    Ayee I got the name right 😉
  13. I'm having fun messing with html5 version redesigning stuff or breaking other things
  14. this should have not got out to regular users (i hear water dripping)
  15. This will never work on flash chat due to every word being it's own textfield (this is needed for how effects work on names and text and smilies). That's why you can only select one at a time
  16. I coded this ages ago but never sent to admins because they don't seem interested
  17. It's gonna end up just like a nameflag that doesn't exist 😂😂😂
  18. Techy

    Ttth command bug

    Fix: File: xkiss.as Function: WhoIs replace it with this private static function WhoIs(_arg_1:*=0){ if (todo.w_userno != todo.uKiss) { main.openDialog(2, todo.uKiss); } }
  19. rl gets added when your on the edit page but as for normal chat page its gone
  20. This is a server issue. From the testing i did they resend the message even tho your not in that pool. to fix it they just need to make sure which pool the message came from before resending it on join
  21. Fix: File: xmessage.as Function: Smilie Replace: with if (Code.match(/#wc/g).length > 0 && !todo.HasPowerA(todo.Users[uid].Powers, 410)) { Code = Code.replace(/#wc/g, "#WC"); smc.u = ("C" + xatlib.xInt(smc.u)); }
  22. This doesn't only happen with smiley and it is indeed a bug Fix: FIle: main.as Function: ProcessMessage //towards the bottom of the function
  23. Issue is caused by NaughtyStep & Dunce being treated as both a kick and ban function which they are not Fix: File: DialogActions.as Function: Constructor (aka DialogActions) Replace: with if (bKick != undefined || this.bDunce != undefined || this.bNaughty != undefined){ s = xconst.ST(79); Dia.kick = new xBut(Dia, (xx + 10), yy, 150, xatlib.NY(30), s, this.ViewprofileonKick, ((bKick || this.bDunce || this.bNaughty) ? 0 : (xBut.b_Grayed + xBut.b_NoPress))); Dia.kick.SetRoll(xconst.ST(80)); Dia.kick.But.UserNo = UserNo; }; if (this.bBan != undefined){ s = xconst.ST(81); if ((((uid > -1)) && (todo.Users[uid].banned))){ s = xconst.ST(82); }; Dia.ban = new xBut(Dia, (xx + 170), yy, 150, xatlib.NY(30), s, this.ViewprofileonGag, ((this.bBan) ? 0 : (xBut.b_Grayed + xBut.b_NoPress))); Dia.ban.SetRoll(xconst.ST(83)); Dia.ban.But.UserNo = UserNo; };
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.