Scroll of auto loot RC

06/24/2018 01:43 Tiparaco#1
Im interesed in a system
That auto loot the rc
Like 72 hours auto loot scroll
I can pay 150 - 200 usd
06/24/2018 02:07 Avalion#2
Create a buff scroll to last 72 hours. Like Green Party Scroll.

Code:
#ifdef __TiparacoGiveMe150USD 
							if (pAttacker->HasBuff(BUFF_ITEM, II_SYS_AUTORCLOOT72))
							{
								if (lpDropItem->dwIndex == II_CHP_RED)
								{
									CItemElem itemElem;
									itemElem.m_dwItemId = lpDropItem->dwIndex;
									itemElem.m_nItemNum = (short)(xRandom(dwNum) + 1);
									itemElem.SetAbilityOption(lpDropItem->dwLevel);
									itemElem.SetSerialNumber();

									if (pAttacker->CreateItem(&itemElem))
									{
										if (lpDropItem->dwNumber != (DWORD)-1)
											nNumber++;
										if ((DWORD)(nNumber) >= lpMoverProp->m_DropItemGenerator.m_dwMax)
											break;

										continue;
									}
								}
							}
#endif
right after the if block for flying in cmover drop item? Untested. not looked at really. :heyguys:
06/24/2018 12:08 alfredico#3
Can't really understand. Paying too much for 2 minute job and they want complex systems almost free.