Jump to content

About DDoS attacks, and attackers demands..


Recommended Posts

Posted

Thank god that lordrex made this acc for emu promotion and i have access to it(intrepid).

 

Let me tell you something that i said many times before.I dont want to come back because this forum is by far the worst as far as management goes and thats annoy me.

 

Now maxtor without any bs talk.

 

1.The forum got ddosed because of the simple fact that your staff is useless with useless decisions.

2.The forum got ddosed because you are lazy to work on it(i think here about the tons and tons of ideas that the staff gave to you).

3.The forum got ddosed because the ruleset is like a law that everyone can understand on hes/her own way IMHO not good.

 

With that beeing said what you should do is:

1.: Activate yourself and work on the forum.

2.: Demote every single member from the staff and remake it from 0.

3.: Remake the ruleset of the forum.

4.: Promote only those members to the staff who can give a good example to users because if the staff look at users like a piece of junk the same will happen on the users side.

 

And dont bann this account since this is a promotional account only for 1 single topic.

 

I quote myself again and please dont "+1" for unbann me.

Posted

Yeap, agree.

 

--

 

Anyway. My personal opinion,

 

All bad things started to happen when Grisom Left/Kicked and Cayote became G.Mod

 

I always supported GrisoM and the way he did his job, and my opinion gets stronger when I think WHO were the guys who whined about him.

Posted

Why don't you just try to change all those things they screwed up,according to you?

 

With such mentality inside staff not possible.

Most guys in the staff who got so much respect from the community such as coyote or setekh are pretty much useless at staff level.

Guest
This topic is now closed to further replies.



  • Posts

    • If this is actually true, then it's not about a resource leak but a stuffed client data which you might have caused god knows how. On top of that you run Interlude which is extremely primitive in client-side tools to diagnose anything robust (aside from the standard emitter, render, script, net and stat on screen info output)
    • serverpackets/CharInfo               writeD(_activeChar.getAppearance().getSex() ? 1 : 0);             writeD(_activeChar.getBaseClass());             for (int slot : getPaperdollOrder())             {   +              switch (slot)   +             {   +                  case 6:   +                      writeD((_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_CHEST) : _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR));   +                      break;   +                  case 10:   +                      writeD((_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_GLOVES) : _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR));   +                      break;   +                  case 11:   +                      writeD((_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_LEGS) : _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR));   +                      break;   +                  case 12:   +                      writeD((_activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_FEET) : _activeChar.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_UNDERWEAR));   +                      break;   +                  default:   +                      writeD(_activeChar.getInventory().getPaperdollItemDisplayId(slot));   +              }   +          }                          for (int slot : getPaperdollOrder())             {                 writeD(_activeChar.getInventory().getPaperdollAugmentationId(slot));             } serverpackets/UserInfo         writeD(_activeChar.getCurrentLoad());         writeD(_activeChar.getMaxLoad());                  writeD(_activeChar.getActiveWeaponItem() != null ? 40 : 20); // 20 no weapon, 40 weapon equipped         for (int slot : getPaperdollOrder())         {    +         switch (slot)    +         {    +             case 6:    +                 writeD((_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_CHEST) : _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 10:    +                 writeD((_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_GLOVES) : _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 11:    +                 writeD((_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_LEGS) : _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 12:    +                 writeD((_activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_FEET) : _activeChar.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             default:    +                 writeD(_activeChar.getInventory().getPaperdollObjectId(slot));             }         }         for (int slot : getPaperdollOrder())         {    +         switch (slot)    +         {    +             case 6:    +                 writeD((_activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_CHEST) : _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 10:    +                 writeD((_activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_GLOVES) : _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 11:    +                 writeD((_activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_LEGS) : _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             case 12:    +                 writeD((_activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR) == 0) ? _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_FEET) : _activeChar.getInventory().getPaperdollItemDisplayId(Inventory.PAPERDOLL_UNDERWEAR));    +                 break;    +             default:    +                 writeD(_activeChar.getInventory().getPaperdollItemDisplayId(slot));             }         }         for (int slot : getPaperdollOrder())         {             writeD(_activeChar.getInventory().getPaperdollAugmentationId(slot));         }           
    • WTB Myext64 by @eressea missing adition OfflineShopRestore then server restart. Offer: 20 USD Payment with Crypto, then all working and tested in my live server. My discord: Jen2#1273
    • Hey, gamers!   I'm thinking about launching a High Five x30 server and would love to hear your thoughts! Would you play on a server with these features? 🔹 No Pay-to-Win – no items that give an unfair advantage. 🔹 Donations only for premium, noblesse, and skins – purely cosmetic or convenience-based. 🔹 Daily rewards from farming – active players get rewarded. 🔹 Only 1 dual box allowed – to keep the gameplay fair.   What do you think? Would you play on such a server? Any feedback or suggestions are welcome! Join our Discord to discuss: https://discord.gg/zeArBXcAxh
  • Topics

×
×
  • Create New...