Jump to content

ManiacRobert

Banned
  • Posts

    269
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

Posts posted by ManiacRobert

  1. Ch3HP : Let's flood this server and ask him 300$ for stopping ddos

    Manager block Ch3HP

    Ch3HP : Let's flood again.

    1 month later : Police on door

    Ch3HP

    WmhVr5w.jpg

    • Love 4
  2. Acum 1 minut, Fr3zy94 a spus:

    He is just giving you an simple firewall that will not work with mitigation. As he said is only 80% protection so if he wants your sever will be down again.

    300$ for not to be "ddosed" man

  3. 			itemCount = getItemCount(slotNumber)
    			if 0 == itemCount:
    				self.wndItem.ClearSlot(i)
    				continue
    			elif 1 == itemCount:
    				itemCount = 0
    
    			itemVnum = getItemVNum(slotNumber)
    			setItemVNum(i, itemVnum, itemCount)
    			
    			if constInfo.IS_PET(itemVnum):
    				metinSocket = [player.GetItemMetinSocket(slotNumber, j) for j in xrange(player.METIN_SOCKET_MAX_NUM)]
    				isActivated = 0 != metinSocket[2]
    				if isActivated:
    					self.wndItem.ActivateSlot(i, (181.00 / 255.0), (113.00 / 255.0), (21.00 / 255.0), 1.0)
    				else:
    					self.wndItem.DeactivateSlot(i)			
    			
    			if app.ENABLE_CHANGELOOK_SYSTEM:
    				itemTransmutedVnum = player.GetItemTransmutation(slotNumber)
    				if itemTransmutedVnum:
    					self.wndItem.DisableCoverButton(i)
    				else:
    					self.wndItem.EnableCoverButton(i)

     

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.